iperf3
搬运自好友分享的笔记
https://github.com/esnet/iperf
获取 iperf3
https://github.com/esnet/iperf/blob/master/docs/obtaining.rst
非官方构建
https://files.budman.pw/
https://www.neowin.net/forum/topic/1234695-iperf-316-windows-build/
简单使用
参考 https://zhuanlan.zhihu.com/p/314727150
开一个服务端
iperf3.exe -s -i 1 -p 1314
tcp测试
iperf3.exe -c 10.8.0.2 -i 1 -t 60 -p 1314
udp测试
iperf3.exe -u -c 10.8.0.2 -b 100m -t 60 -p 1314
注意win防火墙