Throughput tool with decent graphing.
Posted
by Cory J
on Server Fault
See other posts from Server Fault
or by Cory J
Published on 2010-03-08T19:59:39Z
Indexed on
2010/03/08
20:08 UTC
Read the original article
Hit count: 550
I've been looking through some of the tools available for measuring network throughput, namely iperf, bwping, ttcp, etc. I am planning on doing throughput tests over a long period of time, so what I really need is good graphing output, preferably rrd graphs.
The Jperf frontend for iperf will generate a graph, and bmon has a nice command-line graph, but these simply count seconds since the test was started. I am trying to measure trends in throughput over times of the day, so a graph with times and days is necessary.
So a way to get iperf to log to RRDs would be best, if this isn't possible could someone point me toward another solution?
© Server Fault or respective owner