iperf3 TCP minimal example commands

On the host sending the data:

example.sh
iperf3 -s

On the hostreceiving the data:

example.sh
iperf3 -c [IP address of host sending the data]

for example:

example.txt
iperf3 -c 192.168.178.22

 


Check out similar posts by category: Networking