1949啦网--小小 痛苦,是因为能力和欲望不匹配造成的

linux命令行下使用speedtest.net测试网络带宽

wget https://www.qiquanji.com/download/speedtest/speedtest-2 chmod a+x speedtest-2 ./speedtest-2 

执行以上命令后.应该会有类似以下结果:

以上脚本适用于Python 2.6-2.7
Python 3 请使用以下脚本:

wget https://www.qiquanji.com/download/speedtest/speedtest-3 

还有一个方法可以测出网卡出口速度,命令如下:

sudo apt-get install iperf iperf -c testdebit.info -i 2 -t 20 

执行以上命令后,应该会有类似以下结果:

原文链接:https://www.qiquanji.com/post/5168.html

本站声明:网站内容来源于网络,如有侵权,请联系我们,我们将及时处理。

微信扫码关注

更新实时通知

作者:xialibing 分类:高级教程 浏览: