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:// | ||
+ | |||
+ | iperf is used to measure the network throughput of two servers. | ||
+ | |||
+ | To use it, have a server that listens for incoming connections, | ||
+ | |||
+ | In both cases, using megabytes as format. | ||
+ | |||
+ | Server: | ||
+ | |||
+ | < | ||
+ | iperf -f M -s | ||
+ | </ | ||
+ | |||
+ | Client: | ||
+ | |||
+ | < | ||
+ | iperf -f M -c [server] | ||
+ | </ |