linux使用iperf3测试带宽

Posted on 2022-12-29 17:37  风行天下-2080  阅读(65)  评论(0编辑  收藏  举报

1、

https://www.alibabacloud.com/help/zh/express-connect/latest/test-the-performance-of-an-express-connect-circuit

使用yum安装iperf3

 

本地服务器:

[root@loaclhost ~]#  iperf3 -s -i 1 -p 16001

 

 

远程服务器:

[root@puppettest01 ~]# iperf3 -u -l 16 -b 100m -t 120 -c 10.X.X.X  -i 1 -p 16001 -A 1

 

Copyright © 2024 风行天下-2080
Powered by .NET 9.0 on Kubernetes