Centos体系安装SpeedTest实现网络测速
Centos系统结构安装SpeedTest实现网络系统测速
1.安装pip:
wget https://bootstrap.pypa.io/get-pip.py --no-check-certificate
2.操作过程安装:
python get-pip.py
3.接收speedtest:
wget -O speedtest-cli
https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
增加可操作过程权限:
chmod x speedtest-cli
4.安装SpeedTest:pip install speedtest-cli
5.使用测速,
查询安装位置
which speedtest-cli
以图片方式共享测速后果
/usr/bin/speedtest-cli --share