centos 安裝
pip install speedtest-cli
ubuntu 安裝
apt-get install python-pip pip install speedtest-cli
安裝完畢後就可以直接使用指令來測試 它會自已找最近的伺服器來測速
speedtest-cli
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from E.I. du Pont de Nemours and Co. (52.68.10.122)...
Selecting best server based on latency...
Hosted by PCOK (Toyota) [245.13 km]: 15.644 ms
Testing download speed........................................
Download: 253.41 Mbit/s
Testing upload speed..................................................
Upload: 186.78 Mbit/s
要分享測試結果 可以加上--share
speedtest-cli --share
查詢可用的伺服器
speedtest-cli --list
每台伺服器都有一個 ID 號碼,在測試時可以用這個 ID 編號來指定想要使用的伺服器
speedtest-cli --server 2592
參考資料:
http://blogger.gtwang.org/2014/01/speedtest-cli-linux-command.html
http://xmodulo.com/check-internet-speed-command-line-linux.html