iperf 指令

1. 测试UDP丢包率 
30个现成以5Mbps速度测试60s

iperf -u -c 目的IP  -b 5M -P 30 -t 60

测试TCP丢包率

iperf -c 目的IP  -b 5M -P 30 -t 60

  

原文地址:https://www.cnblogs.com/fan-yuan/p/9231514.html