测试服务器间⽹速的⽅法
iperf3测速
iperf是专业专业的⽹络测速⼯具。⽬前⼤版本是3,因此命令⾏⼯具是iperf3。
iperf3测速分服务端和客户端,两台机器上均需安装iperf3:
安装:
#CentOS系统安装
yuminstall-yiperf3
#Ubuntu/Debian系统
aptinstall-yiperf3
接着启动服务端,并放⾏端⼝:
iperf3-s
#iperf3默认监听5201端⼝,如果想换成其他端⼝请⽤-p参数:
#iperf3-p8000-s
#记得放⾏防⽕墙
firewall-cmd--add-port=5201/tcp
客户端连接到服务端测速:
iperf3-c服务器ip
#如果服务端端⼝不是5201,使⽤-p选项指定
#iperf3-c服务器ip-p服务器端⼝
测速过程中服务端和客户端输出差不多,以下是客户端的⼀个⽰例输出:
[ID]IntervalTransferBandwidthRetrCwnd
[4]0.00-1.00c974KBytes7.98Mbits/c1147KBytes
[4]1.00-2.00c5.97MBytes50.0Mbits/c1351.87MBytes
[4]2.00-3.00c9.87MBytes82.6Mbits/c2645.98MBytes
[4]3.00-4.00c7.43MBytes62.4Mbits/c1713.07MBytes
[4]4.00-5.00c11.0MBytes92.0Mbits/c556.17MBytes
[4]5.00-6.00c12.1MBytes101Mbits/c1155.42MBytes
[4]6.00-7.00c10.9MBytes91.6Mbits/c775.42MBytes
[4]7.00-8.00c8.62MBytes72.3Mbits/c3012.11MBytes
[4]8.00-9.00c9.77MBytes81.9Mbits/c1755.27MBytes
[4]9.00-10.00c9.70MBytes81.4Mbits/c1515.09MByte
[ID]IntervalTransferBandwidthRetr
[4]0.00-10.00c86.3MBytes72.4Mbits/c1445nder
[4]0.00-10.00c85.8MBytes72.0Mbits/creceiver
iperfDone.
本文发布于:2023-03-08 01:17:17,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/1678209438178745.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:如何测网速.doc
本文 PDF 下载地址:如何测网速.pdf
留言与评论(共有 0 条评论) |