红联Linux门户
Linux帮助

linux下测试宽带速度

发布时间:2015-12-04 16:02:28来源:linux网站作者:CodingYang

speedtest-cli是一个用Python编写的轻量级Linux命令行工具,在Python2.4至3.4版本下均可运行。它基于Speedtest.net的基础架构来测量网络的上/下行速率。安装speedtest-cli很简单——只需要下载其Python脚本文件。


$ wget https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py
$ chmod a+rx speedtest_cli.py
$ sudo mv speedtest_cli.py /usr/local/bin/speedtest-cli
$ sudo chown root:root /usr/local/bin/speedtest-cli


使用speedtest-cli命令也很简单,它不需要任何参数即可工作。

$ speedtest-cli


输入这个命令后,它会自动发现离你最近的Speedtest.net服务器(地理距离),然后打印出测试的网络上/下行速率。


使用apt-fast代替apt-get大幅度提升下载速度:http://www.linuxdiyf.com/linux/9905.html

ubuntu/debian禁用ipv6模块后能提高DNS解析的速度:http://www.linuxdiyf.com/linux/14264.html

Linux终端:speedtest_cli检测你的实时带宽速度:http://www.linuxdiyf.com/linux/2529.html

在Ubuntu 11.04顶栏上显示网络速度:http://www.linuxdiyf.com/linux/7336.html