帮助中心

CentOS 通过SpeedTest工具测速 打印

  • 312

CentOS7通过SpeedTest工具测速

一、通过直接下载SpeedTest脚本,给权限运行脚本即可

wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py

chmod +x speedtest-cli

./speedtest-cli --share

香港测试点建议使用 ./speedtest-cli --server=1536 --share (由于线路问题不一定有这个节点)

韩国测试建议使用 ./speedtest-cli --server=6527 --share

./speedtest-cli --list | grep china

红色是地区,可以改成其他地方查找节点

https://www.cnblogs.com/heqiuyong/p/11069641.html 教程网站

 

# 过时的脚本
# curl -s https://gtary.com/script/findlist.py | python - -search="Hong Kong"
# curl -s https://gtary.com/script/speedtest.py | python - --search="Hong Kong"
# curl -s https://gtary.com/script/speedtest.py | python - --search="Hong Kong" --server=13538 --share
 

此文章对您是否有帮助?

« 返回
搜索我们的帮助文档