分类: 网络与安全
2019-03-04 12:01:05
大家都知道speedtest是一个测速的网站,我们通常是在Windows系统上使用,本文介绍如何在linux上使用speedtest来测速。
Github项目地址:
测速方法:
wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
chmod +x speedtest-cli
./speedtest-cli
---------------------------------------------------------------------- [root@mysql site]# ./speedtest-cli Retrieving speedtest.net configuration... Testing from China Telecom Guangdong (14.217.202.77)... Retrieving speedtest.net server list... Selecting best server based on ping... Hosted by China Mobile,Guangdong (Shenzhen) [70.11 km]: 15.441 ms Testing download speed................................................................................ Download: 28.56 Mbit/s Testing upload speed................................................................................................ Upload: 22.29 Mbit/s [root@mysql site]# ---------------------------------------------------------------------- |