
iperf3
List of commands for iperf3:
-
iperf3:tldr:0765a iperf3: Run iperf3 in multiple parallel streams.$ iperf3 -c ${server} -P ${streams}try on your machineexplain this command
-
iperf3:tldr:081e3 iperf3: Reverse direction of the test. Server sends data to the client.$ iperf3 -c ${server} -Rtry on your machineexplain this command
-
iperf3:tldr:19cda iperf3: Start bandwidth test.$ iperf3 -c ${server}try on your machineexplain this command
-
iperf3:tldr:efb73 iperf3: Run iperf3 as a server.$ iperf3 -stry on your machineexplain this command
-
iperf3:tldr:f7680 iperf3: Run an iperf3 server on a specific port.$ iperf3 -s -p ${port}try on your machineexplain this command