2024年3月25日

iperf3测试网卡tcp带宽

摘要: iperf3 # 安装iperf3 apt install -y iperf3 # 服务端 iperf3 -s -p 5001 # 客户端 iperf3 -c 192.168.0.112 -p 5001 说明最大带宽是4.25Gb/s。 阅读全文

posted @ 2024-03-25 09:02 王景迁 阅读(157) 评论(0) 推荐(0)

导航