综合久久久久亚洲综合|久久久久久久久免费一级黄色片|丰满中年熟妇露脸视频|精品无码一区二区三区性色|国产精品美女久久久久久不卡

19
centos使用Linux命令行測(cè)試網(wǎng)速/帶寬

安裝speedtest-cli

speedtest-cli是一個(gè)用Python編寫的輕量級(jí)Linux命令行工具,在Python2.4至3.4版本下均可運(yùn)行。它基于Speedtest.net的基礎(chǔ)架構(gòu)來測(cè)量網(wǎng)絡(luò)的上/下行速率。安裝speedtest-cli很簡(jiǎn)單——只需要下載其Python腳本文件。

# wget https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py
# chmod +rx speedtest_cli.py
# sudo mv speedtest_cli.py /usr/local/bin/speedtest-cli
# sudo chown root:root /usr/local/bin/speedtest-cli

 

使用speedtest-cli測(cè)試網(wǎng)速

使用speedtest-cli命令也很簡(jiǎn)單,它不需要任何參數(shù)即可工作。

# speedtest-cli

輸入這個(gè)命令后,它會(huì)自動(dòng)發(fā)現(xiàn)離你最近的Speedtest.net服務(wù)器(地理距離),然后打印出測(cè)試的網(wǎng)絡(luò)上/下行速率。
注意:由于有些測(cè)試點(diǎn)是國(guó)外,需多次測(cè)試,結(jié)果才正確。

這條幫助是否解決了您的問題? 已解決 未解決

提交成功!非常感謝您的反饋,我們會(huì)繼續(xù)努力做到更好! 很抱歉未能解決您的疑問。我們已收到您的反饋意見,同時(shí)會(huì)及時(shí)作出反饋處理!