Related Posts with Thumbnails

2013年4月20日 星期六

如何在Linux下使用speedtest.net測速(Ubuntu/Debian)


前言


   想要測試VPS的網速嗎?使用知名的Speedtest.net來測試和分享速率圖片吧!
   本篇適用於大多數VPS,文字介面下即可產生結果!

操作步驟


  1. 安裝Python
    $ sudo apt-get install python
  2. 查看當前Python版本
    $ sudo python --version
  3. 2.x版本請使用
    $ sudo wget https://dl.dropboxusercontent.com/u/16266088/speedtest-cli.py
    3.x版本請使用
    $ sudo wget https://dl.dropboxusercontent.com/u/16266088/speedtest-cli-3.py
  4. 執行
    $ sudo python speedtest-cli.py --share
  5. 結果
    pi@raspberrypi ~ $ sudo python speedtest-cli --share
    Retrieving speedtest.net configuration...
    Retrieving speedtest.net server list...
    Testing from CHTD, Chunghwa Telecom Co., Ltd. (59.127.*.*)...
    Selecting best server based on ping...
    Hosted by TFN Media CO., Ltd. (Kaohsiung) [4.04 km]: 684.659 ms
    Testing download speed........................................
    Download: 19.99 Mbit/s
    Testing upload speed..................................................
    Upload: 3.06 Mbit/s
    Share results: http://www.speedtest.net/result/2656606924.png

參考資料

沒有留言:

張貼留言