常用网络测试工具使用方法
摘要:iperf3 服务端: iperf3 -s -i 1 -p 1234 客户端(TCP): iperf3 -c 192.0.8.11 -i 1 -p 1234 -t 60 客户端(UDP):iperf3 -u -c 10.10.2.20 -p 1234 -i 1 -t 10 -b 100M nuttc
阅读全文
posted @ 2020-08-05 14:33
posted @ 2020-08-05 14:33