145
CentOS-测网速(speedtest)

方式一(需要python环境)

speedtest-cli是用Python编写的轻量级Linux命令行工具

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

$ chmod +rx speedtest.py

1.调用测试网速

$ ./speedtest.py

 

配置全局调用

$ mv speedtest.py /usr/local/bin/speedtest

$ chown root:root /usr/local/bin/speedtest

2.调用测试网速

$ speedtest

 

方式二(需要pip环境)

$ yum -y install epel-release$ yum install python-pip
$ pip install --upgrade pip$ pip install speedtest-cli
或
$ yum install python-setuptools && easy_install pip
$ pip install speedtest-cli

 

调用测试网速

$ speedtest


这条帮助是否解决了您的问题? 已解决 未解决

提交成功!非常感谢您的反馈,我们会继续努力做到更好! 很抱歉未能解决您的疑问。我们已收到您的反馈意见,同时会及时作出反馈处理!