How does iperf calculate throughput and jitter?

Posted by Someone on Server Fault See other posts from Server Fault or by Someone
Published on 2012-06-11T11:11:51Z Indexed on 2012/06/11 16:42 UTC
Read the original article Hit count: 413

Filed under:

I've read that iperf basically tries to send as much information down a connection as quickly as possible reporting on the throughput achieved. This tool is especially useful in determining the volume of data that links between two machines can supply.

is it possible to gather the same results by sending regular data, as in not testing data?

what I'm trying to do is this; sending data in the foreground while in the back ground gather statistics (throughput and jitter).

so can anyone tell me how iperf calculates these two values ?

© Server Fault or respective owner

Related posts about iperf