安装工具 yum install iperf -y 服务端 iperf -s -p 12345 -i 1 -M 客户端 iperf -c 服务端ip -p 12345 -i 1 -t 50 -w 20K
结果如下: