Differences

This shows you the differences between two versions of the page.


iperf [2017/02/11 17:40] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== iperf ======
  
 +  * [[http://openmaniak.com/iperf.php|iperf - the easy tutorial]]
 +
 +iperf is used to measure the network throughput of two servers.
 +
 +To use it, have a server that listens for incoming connections, and tell the client to connect to it.
 +
 +In both cases, using megabytes as format.
 +
 +Server:
 +
 +<code>
 +iperf -f M -s
 +</code>
 +
 +Client:
 +
 +<code>
 +iperf -f M -c [server]
 +</code>

Navigation
QR Code
QR Code iperf (generated for current page)