怎么在Linux系統(tǒng)中使用Speedtest測(cè)試網(wǎng)速?相信很多沒(méi)有經(jīng)驗(yàn)的人對(duì)此束手無(wú)策,為此本文總結(jié)了問(wèn)題出現(xiàn)的原因和解決方法,通過(guò)這篇文章希望你能解決這個(gè)問(wèn)題。
創(chuàng)新互聯(lián)致力于網(wǎng)站建設(shè),網(wǎng)站制作設(shè)計(jì),營(yíng)銷(xiāo)網(wǎng)頁(yè)按需策劃,外貿(mào)網(wǎng)站建設(shè),企業(yè)網(wǎng)站建設(shè),微信小程序,網(wǎng)站SEO優(yōu)化,網(wǎng)站設(shè)計(jì)制作案例豐富,是成都做網(wǎng)站公司和建站公司,歡迎咨詢(xún)。安裝speedtest-cli
測(cè)試本機(jī)所在網(wǎng)絡(luò)出口的帶寬,訪(fǎng)問(wèn)Speendtest.net,點(diǎn)擊首頁(yè)的Begin開(kāi)始測(cè)試,等待幾秒,查看測(cè)試結(jié)果:
pip安裝
speedtest是用python寫(xiě)的,沒(méi)使用過(guò)pip的需要先安裝pip,
pip安裝:https://pip.pypa.io/en/stable/installing/
#開(kāi)啟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è)資訊頻道,感謝各位的閱讀!