首页 > 代码库 > linux服务器上传下载带宽测试

linux服务器上传下载带宽测试

平时,我们购买了服务商的服务器,不知道网速性能怎么样?

下面教大家一种方法测试

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” 博客,转载请与作者联系!

linux服务器上传下载带宽测试