Benchmark Testing With Iperf
Iperf is a free tool for benchmark testing.
Iperf version 1.7.0 is preferred for testing in Windows.
Iperf version 2.0.5-2 is preferred for testing in Linux.
To achieve the best benchmark throughput results, please use the following server and client commands:
On the receive-side machine run:
Iperf –s –l1M –w64K -i5
On the transmit-side machine run:
Iperf –c <receive_side_ip> –t<num_of_sec> -P16 –i5 -l1M -w64K
Note: Commands should be executed using Command Prompt.
13