Options (5)
-s, --serverbooleanRun iperf3 as a server
Example:
iperf3 {{[-s|--server]}}-p, --portbooleanRun an iperf3 server on a specific port
Example:
iperf3 {{[-s|--server]}} {{[-p|--port]}} {{port}}-c, --clientbooleanStart bandwidth test
Example:
iperf3 {{[-c|--client]}} {{server}}-P, --parallelbooleanRun iperf3 in multiple parallel streams
Example:
iperf3 {{[-c|--client]}} {{server}} {{[-P|--parallel]}} {{streams}}-R, --reversebooleanReverse direction of the test. Server sends data to the client
Example:
iperf3 {{[-c|--client]}} {{server}} {{[-R|--reverse]}}made by @shridhargupta | data from tldr-pages