博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
iperf3使用
阅读量:5307 次
发布时间:2019-06-14

本文共 206 字,大约阅读时间需要 1 分钟。

1. 安装

源码安装:https://github.com/esnet/iperf

./configure; make; make install

 

2. 测试udp丢包

接收端:iperf3 -s -p 8899

发送端:iperf3 -u -c 117.78.61.225 -b 10M -p 8899

转载于:https://www.cnblogs.com/xxxuwentao/p/8528362.html

你可能感兴趣的文章