This is an old revision of the document!


iperf

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.

Server:

iperf -s

Client:

iperf -c [server]