服务器端运行命令:iperf -s
客户端运行命令:iperf -c 192.168.0.136 -P 5 -t 10 -i 1 -l 1K
1 |
iperf -c 198.51.100.5 -d |
个人运维开发技术博客分享站点
服务器端运行命令:iperf -s
客户端运行命令:iperf -c 192.168.0.136 -P 5 -t 10 -i 1 -l 1K
1 |
iperf -c 198.51.100.5 -d |