Speedtest-cli 是一個基於python開發的腳本程序,利用了speedtest.net的服務來測量出上下行的寬帶。Speedtest-cli能根據機房離測速服務器的物理距離來列出測速服務器,或者針對某一服務器進行測速.php
根據ip地址位置到測試服務器列表中找到距離最近的服務器,去鏈接和計算結果python
Speedtest-cli 須要Python 2.4-3.4 環境.Centos 自帶2.6 版python,因此運行環境不用準備了,直接下載腳本。 Github官網 直接下載,保存文件。git
wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest_cli.py --no-check-certificate ``` #### 使用
python ./speedtest-cligithub
不用帶任何參數,片刻以後就輸出相似如下測速結果 ![輸入圖片說明](https://static.oschina.net/uploads/img/201601/19171144_go9K.jpg "測速結果")
python ./speedtest-cli -h服務器
經常使用用法說明: - --bytes 結果用字節數表示 - --share 生成圖片外鏈 - --list 顯示測速服務器列表 - --server=SERVER 直接測速服務的編號 - --simple 簡單結果顯示
./speedtest-cli --share --bytes --share測試
![輸入圖片說明](http://www.speedtest.net/result/5009841446.png "測速結果") 儘可能多測幾回,或者選定某一個服務器進行測試,也能夠本身配製一個小型的測速服務器.