Centos系統安裝SpeedTest實現網絡測速
發布時間:2023/2/24 14:20:03
Centos系統安裝SpeedTest實現網絡測速
1.安裝pip:
wget //bootstrap.pypa.io/get-pip.py --no-check-certificate
2.執行安裝:
python get-pip.py
3.下載speedtest:
wget -O speedtest-cli //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
本文來源:
//66moju.cn/aws/article/6866.html
[復制鏈接]
鏈接已復制