05-30-2015 10:48 PM - edited 03-05-2019 01:34 AM
dear all
i have one question i spend a lot of of time search, how to measure throughput in network ?
dear all
i want to buy new Cisco asa in the hardware for asa,throughput is 300mb/s i need to measure throughput in my network to detremain which device i need , so how to measure throughput in my router ?
05-30-2015 11:52 PM
You've tried iperf?
https://iperf.fr/
05-31-2015 03:56 PM
are this tool working on router cisco ?
06-01-2015 06:16 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
Ah, good question! You measure throughput pretty much as you think what's best to represent what's meaningful to you.
For example, if you have Ethernet, it's transmission rate is 10 Mbps, but we have L2 (Ethernet) overhead, L3 (e.g. IP) overhead, often L4 (e.g. TCP) overhead, often higher protocol levels (e.g. FTP, NFS, CIFS, etc.) of overhead. Then we also often have data loss on networks, so we have also often have retransmission overhead.
Consider ASCII text. Perhaps for that, you'll want to measure throughput at CPS (characters) per second. Which is fine, but is your ASCII text 7 bits or 8 bits per character? 7 bit character CPS may be faster than 8 bit character on the same medium. If you have a higher level protocol that's doing compression and/or caching, your effective transmission rate will be even higher.
Because of the complexity caused by all the above, in networking, we often just measure percentage utilization of the medium regardless of other considerations. It must be understood, that's just to avoid dealing with the above, yet sometimes we need to. Even something as minor as tagged vs. untagged Ethernet frames will impact effective data throughput.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide