commands.sh

iperf3

all

Traffic generator for testing network bandwidth.

More info →

Options (5)

-s, --serverboolean

Run iperf3 as a server

Example: iperf3 {{[-s|--server]}}
-p, --portboolean

Run an iperf3 server on a specific port

Example: iperf3 {{[-s|--server]}} {{[-p|--port]}} {{port}}
-c, --clientboolean

Start bandwidth test

Example: iperf3 {{[-c|--client]}} {{server}}
-P, --parallelboolean

Run iperf3 in multiple parallel streams

Example: iperf3 {{[-c|--client]}} {{server}} {{[-P|--parallel]}} {{streams}}
-R, --reverseboolean

Reverse direction of the test. Server sends data to the client

Example: iperf3 {{[-c|--client]}} {{server}} {{[-R|--reverse]}}

Examples (5)

Run iperf3 as a server

iperf3 [-s|--server]

Run an iperf3 server on a specific port

iperf3 [-s|--server] [-p|--port] port

Start bandwidth test

iperf3 [-c|--client] server

Run iperf3 in multiple parallel streams

iperf3 [-c|--client] server [-P|--parallel] streams

Reverse direction of the test. Server sends data to the client

iperf3 [-c|--client] server [-R|--reverse]
made by @shridhargupta | data from tldr-pages