apt-get update #更新軟體資料庫 apt-get install python-pip #安裝PIP pip install --upgrade pip #更新PIP
[Note]PIP 操作命令
- pip list # 看目前系統有安裝哪些套件
- pip search mysql # 搜尋相關套件
- pip install package # 安裝套件
- pip uninstall package # 移除套件
- pip show –files package # 秀套件檔案列表
- pip list –outdated # 列出過期套件
- pip install –upgrade package # 升級
安裝 speedtest-cli
使用pip安裝
pip install speedtest-cli
或是使用簡易安裝
easy_install speedtest-cli
或是安裝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
或是直接從GitHub上下載
wget -O speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py chmod +x speedtest-cli
或是
curl -o speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py chmod +x speedtest-cli
執行 speedtest-cli 來測試網路速度
直接執行
speedtest-cli
使用 –share 參數來分享結果(測試完成後,會產生一張分享用的圖檔)
speedtest-cli --share
使用 –list 參數來查詢可用伺服器 (或直接訪問SeverList)
speedtest-cli --list
使用 –server 參數來指定測試使用的伺服器
speedtest-cli --server 4413
使用 –share、–server 參數來指定測試使用的伺服器並分享
speedtest-cli --server 4413 --share