Linux下如何测网速

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux下如何测网速相关的知识,希望对你有一定的参考价值。

  Linux下测网速可以使用speedtest的命令,它是由Python语言编写,适用于Python2.4-Python3.4等版本。具体操作如下:

 1.下载这个文件

wget https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py

(注:以前的是speedtest-cil,本文以centos7为例)

 2.修改文件名,增加执行权限,移动到默认路径 

mv speedtest.py speedtest
chmod a+x speedtest
mv speedtest /usr/local/bin/

 3.测试(直接执行即可)

结果如下

[[email protected] ~]# speedtest 

Retrieving speedtest.net configuration...

Testing from 263 (211.157.166.229)...

Retrieving speedtest.net server list...

Selecting best server based on ping...

Hosted by China Mobile Group Beijing Co.Ltd (Beijing) [1.69 km]: 106.603 ms

Testing download speed................................................................................

Download: 2.50 Mbit/s

Testing upload speed................................................................................................

Upload: 3.11 Mbit/s

  我们可以看出下载速度为2.5MB/s,上传3.11MB/s.



以上是关于Linux下如何测网速的主要内容,如果未能解决你的问题,请参考以下文章

如何测连接到某网站的网速

linux测网速

Linux 测网速

linux命令测网速

linux命令测网速

linux命令测网速