这个工具需要两台设备都安装iperf3工具,一台作为服务端,一台作为客户端。客户端通过链接服务端测量吞吐量。
sudo apt install iperf3
192.168.0.101
iperf3 -s -p 5201
iperf3 -c 192.168.0.101 -p 5201