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
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow