First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Calculating Bandwidth Utilization

  • retag add tags

Working a project to determine used bandwidth between two nodes. If I capture using the node pairs and then export "Packet Disections as CSV... then import to Excel and sum all of the "length" field entries I will have the total utilization in bits... is this correct?

I would like to export the "Statistics>Conversations>Ethernet" into a CSX but can only find a save as .CSV... any ideas how to get this into excel?

Thank you for helping a newbie...

bspinney's avatar
1
bspinney
asked 2019-03-02 14:40:18 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Hi,

First, you should take the IP length, which is in bytes. Then you need to multiply by 8 to have bits. About the time axis, you can calculate it based on the difference between the actual time of the current packet and the time of the following packet from the same host. This way, you got an approximation of actual speed. It's easier to do the same graph with I/O Graph (Menu Statistics). If you take the time based on the difference between the first and the last packet, you obtain an average, which isn't not very good to find bottleneck problems.

What is your need, have an approximation of consumed bandwidth or find a throughput problem ?

Regards

Ben

BenD's avatar
1
BenD
answered 2019-03-02 21:52:30 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer