使用iperf测试网络传输速度

使用iperf测试网络传输速度

suke 984 2020-07-07

官网链接:https://iperf.fr/iperf-doc.php

以下以windows为例

被测试端启动:

iperf3.exe -s

QQ图片20200707090242.png

测试端启动

iperf3.exe -c  192.168.99.11  -d   ## -d  为debug的意思

QQ截图20200707090506.png

默认测试为TCP传输速度

测试UDP传输速度

iperf3.exe -c 192.168.99.11 -u  -d

image.png