平时,我们购买了服务商的服务器,不知道网速性能怎么样?
下面教大家一种方法测试wget
https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py
如果出现如下按照提示修正命令
wget --no-check-certificate 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
本文出自 “11793715” 博客,转载请与作者联系!
原文:http://11803715.blog.51cto.com/11793715/1858965