iperf3 | Cheatsheet¶
Listening Server¶
Speedtest the listening server¶
Run iperf3 in a daemon¶
Use udp rather then tcp¶
Time in seconds to transmit¶
Number of bytes to transmit (instead of -t)¶
Run test in 10 parallel threads¶
Run iperf3 on a custom port¶
Report speed in prefered format¶
Kbits
, Mbits
, Gbits
and TBits
is available, use uppercase
character for specify format, example below
Set seconds between periodic throughput reports¶
Write a pidfile when using iperf3¶
xmit or recvieve the specified file¶
Set CPU affinity¶
Bind nic interface to use¶
Print report in JSON format¶
Run iperf3 in verbose mode¶
Force flush output at every interval¶
Format must be set with srftime(3)
Run with debug mode enable¶
1
=lowest
4
=max