iperf3 TCP 最小示例命令

发送数据的主机上:

iperf3_server.sh
iperf3 -s

接收数据的主机上:

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

例如:

iperf3_example.txt
iperf3 -c 192.168.178.22

Check out similar posts by category: Networking