怎么在Linux系統(tǒng)中使用Speedtest測(cè)試網(wǎng)速?相信很多沒有經(jīng)驗(yàn)的人對(duì)此束手無策,為此本文總結(jié)了問題出現(xiàn)的原因和解決方法,通過這篇文章希望你能解決這個(gè)問題。
專注于為中小企業(yè)提供做網(wǎng)站、成都網(wǎng)站設(shè)計(jì)服務(wù),電腦端+手機(jī)端+微信端的三站合一,更高效的管理,為中小企業(yè)金湖免費(fèi)做網(wǎng)站提供優(yōu)質(zhì)的服務(wù)。我們立足成都,凝聚了一批互聯(lián)網(wǎng)行業(yè)人才,有力地推動(dòng)了上千企業(yè)的穩(wěn)健成長,幫助中小企業(yè)通過網(wǎng)站建設(shè)實(shí)現(xiàn)規(guī)模擴(kuò)充和轉(zhuǎn)變。
安裝speedtest-cli
測(cè)試本機(jī)所在網(wǎng)絡(luò)出口的帶寬,訪問Speendtest.net,點(diǎn)擊首頁的Begin開始測(cè)試,等待幾秒,查看測(cè)試結(jié)果:
pip安裝
speedtest是用python寫的,沒使用過pip的需要先安裝pip,
pip安裝:https://pip.pypa.io/en/stable/installing/
#開啟epel源
yum install python-pip –y
安裝speedtest-cli
pip install speedtest-cli
安裝完成測(cè)試
which speedtest-cli | bash –
github安裝
pip install git+https://github.com/sivel/speedtest-cli.git
或者
git clone https://github.com/sivel/speedtest-cli.git
python speedtest-cli/setup.py install
shell安裝
wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest_cli.py
chmod +x speedtest-cli
./speedtest-cli
speedtest-cli使用
speedtest-cli –h
/usr/bin/speedtest-cli –share
/usr/bin/speedtest-cli –list
看完上述內(nèi)容,你們掌握怎么在Linux系統(tǒng)中使用Speedtest測(cè)試網(wǎng)速的方法了嗎?如果還想學(xué)到更多技能或想了解更多相關(guān)內(nèi)容,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道,感謝各位的閱讀!