上传速度测试

iperf3 -c 192.168.1.1

下载速度测试

iperf3 -c 192.168.1.1 -R

-R, --reverse,反向模式运行(Server 端发送,Client 端接收)

标签: none