如何使用Speedtest CLI测试你的网速,相信很多没有经验的人对此束手无策,为此本文总结了问题出现的原因和解决方法,通过这篇文章希望你能解决这个问题。
我们将使用一个名为speedtest-cli的 命令行工具来测试网速。它是用Python语言编写的工具,系统通过向speedtest.net网站上传和下载数据来测试带宽。 |
环境
Centos7
安装speedtest-cli工具
在安装speedtest-cli之前,我们需要安装先安装python3-pip包管理器,然后通过pip安装speedtest-cli工具。
[root@localhost ~]# yum -y install python3-pip
安装成功之后,我们可以用pip3
命令安装speedtest-cli:
[root@localhost ~]# pip3 install speedtest-cli
通过speedtest cli检测网络
[root@localhost ~]# speedtest-cli
Retrieving speedtest.net configuration...
Testing from China Telecom (*.*.*.*)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by China Telecom JiangSu 5G (Lianyungang) [196.15 km]: 31.424 ms
Testing download speed................................................................................
Download: 47.64 Mbit/s
Testing upload speed......................................................................................................
Upload: 94.56 Mbit/s
看完上述内容,你们掌握如何使用Speedtest CLI测试你的网速的方法了吗?如果还想学到更多技能或想了解更多相关内容,欢迎关注亿速云行业资讯频道,感谢各位的阅读!
亿速云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。
原文链接:http://blog.itpub.net/31559985/viewspace-2692356/