[Linux] - 网速测试命令

时间:2021-01-07 02:55:04

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

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

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

测试结果:

[Linux] - 网速测试命令


参考Github说明:

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