[Linux]

Windows网速测试方法有很多,或者可以直接使用浏览器去一些网站上搜索测试即可。

在Linux中其实更容易,只需要一行命令即可搞定:

curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python

测试结果:


参考Github说明:

https://github.com/sivel/speedtest-cli

原文地址:https://www.cnblogs.com/HD/p/8603628.html