Ask Your Question
0

Calculating Bandwidth Utilization

asked 2019-03-02 14:40:18 +0000

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...

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-03-02 21:52:30 +0000

BenD gravatar image

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

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2019-03-02 14:40:18 +0000

Seen: 715 times

Last updated: Mar 02 '19