日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 运维知识 > linux >内容正文

linux

linux与测试程序下载,Linux测试上行和下载速率

發布時間:2023/12/20 linux 37 豆豆
生活随笔 收集整理的這篇文章主要介紹了 linux与测试程序下载,Linux测试上行和下载速率 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

下載安裝speedtest-cli測試工具

方法一:

pip3 install speedtest-cli

方法二:

wget https://github.com/sivel/speedtest-cli/archive/master.zip

unzip master.zip

cd speedtest-cli-master/

chmod +x speedtest_cli.py

執行speedtest.py進行網速測試

? 首先我們采用pip的方式進行安裝,我們需要進入python安裝文件包的路徑。

pip3 install speedtest-cli --upgrade

Requirement already up-to-date: speedtest-cli in /usr/local/python3/lib/python3.6/site-packages (2.0.2)

? 從上面我們可以找到python軟件包的安裝路徑,然后進入此路徑。

cd /usr/local/python3/lib/python3.6/site-packages/

chmod +x speedtest.py

./speedtest.py --bytes

Retrieving speedtest.net configuration...

Testing from International Pioneering Park (114.114.114.114)...

Retrieving speedtest.net server list...

Selecting best server based on ping...

Hosted by Beijing Telecom (Beijing) [1.69 km]: 3.782 ms

Testing download speed................................................................................

Download: 1.09 Mbyte/s

Testing upload speed................................................................................................

Upload: 1.08 Mbyte/s

命令參數

speedtest.py --bytes以字節計算的方式來測試上下行速度

speedtest.py --share將速度測試的結果生成一張圖片的連接,便于你分享

speedtest.py --simple只顯示ping和上下行速度

speedtest.py --list 列出speedtest.net所有的服務器距離你的物理距離,單位是千米(km) ? 由此我們可以測試出上傳和下載的速率。

總結

以上是生活随笔為你收集整理的linux与测试程序下载,Linux测试上行和下载速率的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。