iperf3使用命令 12小时前 · Lunix问题 · 1次阅读 安装iperf3apt install iperf3拉取测试#服务端 iperf3 -s #客户端 iperf3 -c 测试时间设置为 60 秒iperf3 -c <服务器的IP地址> -t 60 👍 0