Scolar Yang
发布于 2023-09-20 / 10 阅读 / 0 评论 / 0 点赞

Iperf测速客户端及使用方法

客户端下载

Windows下载:

https://iperf.fr/iperf-download.php	#windows

MacOS下载:

brew install iperf3

在软路由上打开终端,执行启动服务端:

iperf3 -s -D

客户端命令解释

单线程上传测速:

iperf3 -c 192.168.6.1

单线程下载测速:

iperf3 -c 192.168.6.1 -R

多线程上传测速:

iperf3 -c 192.168.6.1 -P 10

多线程下载测速:

iperf3 -c 192.168.6.1 -P 10 -R