iperf3 TCP minimal example commands
On the host sending the data:
iperf3 -s
On the hostreceiving the data:
iperf3 -c [IP address of host sending the data]
for example:
iperf3 -c 192.168.178.22
On the host sending the data:
iperf3 -s
On the hostreceiving the data:
iperf3 -c [IP address of host sending the data]
for example:
iperf3 -c 192.168.178.22