码迷,mamicode.com
首页 > 其他好文 > 详细

使用speedtest-cli测量服务器带宽

时间:2019-06-03 14:17:36      阅读:73      评论:0      收藏:0      [点我收藏+]

标签:testing   --   在服务器   pytho   download   测量   nic   ali   服务器   

使用speedtest-cli测量服务器带宽,这个是python写的工具,很方便,只需要在服务器端安装即可。

1、安装python-pip

# yum install python-pip –y

2、安装speedtest-cli

# pip install speedtest-cli

3、测速

# speedtest-cli --bytes
Retrieving speedtest.net configuration...
Testing from Aliyun Computing Co. (xxx.xxx.xxx.xxx)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by ChinaUnicom (Hefei) [462.12 km]: 36.078 ms
Testing download speed................................................................................
Download: 13.91 Mbyte/s
Testing upload speed................................................................................................
Upload: 0.17 Mbyte/s

speedtest-cli --bytes以字节计算的方式来测试上下行速度
speedtest-cli --share将速度测试的结果生成一张图片的连接,便于你分享
speedtest-cli --simple只显示ping和上下行速度
speedtest-cli --list 列出speedtest.net所有的服务器距离你的物理距离,单位是千米(km)

使用speedtest-cli测量服务器带宽

标签:testing   --   在服务器   pytho   download   测量   nic   ali   服务器   

原文地址:https://www.cnblogs.com/jiqing9006/p/10967184.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!