如何Centos7.6測試網速
如何Centos7.6測試網速
1.登陸centos7.6服務(wu)器(qi)后,pppoe-start進行(xing)撥號,ping www.baidu.com測(ce)試能否(fou)上網

2.[root@root ~]#yum install wget -y 通過yum下(xia)載(zai)wget

3.通過wget 下載安裝 speedtest-cli
4.[root@root~]#wget//bootstrap.pypa.io/get-pip.py--no-check-certificate

[root@root ~]# python get-pip.py

[root@root ~]# pip install speedtest-cli

speedtest-cli 安(an)裝(zhuang)完畢后,speedtest-cli --share

5.即可看到此臺(tai)機器的網速

