分享几个VPS 一键测速脚本,可以测试VPS 到电信、联通、移动等多个节点的速度和延迟。
1、oooldking (原版)
GitHub 主页:https://github.com/oooldking/script
使用方法:
wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh chmod +x superspeed.sh ./superspeed.sh
原版已不再更新。
2、ernisn 版本
GitHub 主页:https://github.com/ernisn/superspeed
使用方法:
bash <(curl -Lso- https://git.io/superspeed)
输入命令之后需要再次确认是否开始测速。
3、老唐版本
和 ernisn 版本功能上没有任何区别,只是回车就直接开始测速。
GitHub 主页:https://github.com/zq/superspeed
使用方法:
wget -qO- git.io/superspeed.sh | bash
演示测速结果如下:
yabs.sh
https://github.com/masonr/yet-another-bench-script
curl -sL yabs.sh | bash
其它
多功能一键脚本(测速,bench等):
wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh
http://www.savh.cn/thread-1204.htm
转载请注明:Savh.Cn 发表