本文章将持续收集各类服务器测速脚本,方便自己和大家在需要时快速查阅。
综合测试脚本
Bench.sh
wget -qO- bench.sh | bash
curl -Lso- bench.sh | bash
LemonBench
https://github.com/LemonBench/LemonBench
wget -O- https://ilemonrain.com/download/shell/LemonBench.sh | bash
curl -fsL https://ilemonrain.com/download/shell/LemonBench.sh | bash
YABS
https://github.com/masonr/yet-another-bench-script
curl -sL yabs.sh | bash
wget -qO- yabs.sh | bash
vpstest.cn的整合脚本
wget git.io/vpstest && bash vpstest
ecs
https://github.com/spiritLHLS/ecs
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
网络测试
多地多模式测速脚本合集
https://github.com/i-abc/speedtest
bash <(curl -sL bash.icu/speedtest)
bash <(curl -sL https://raw.githubusercontent.com/i-abc/Speedtest/main/speedtest.sh)
4网回程路由测试
wget -qO- git.io/besttrace | bash
回程线路检测
https://github.com/zhanghanyun/backtrace
curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh
流媒体解锁测试
https://github.com/lmc999/RegionRestrictionCheck
bash <(curl -L -s check.unlock.media)
(节点不全)ecsspeed
https://github.com/spiritLHLS/ecsspeed
bash <(wget -qO- bash.spiritlhl.net/ecs-net)
bash <(wget -qO- --no-check-certificate https://github.com/spiritLHLS/ecsspeed/raw/main/script/ecsspeed-net.sh)
bash <(wget -qO- --no-check-certificate https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/ecsspeed/main/script/ecsspeed-net.sh)
(已失效)SuperSpeed 全面测速修复版
https://github.com/uxh/superspeed
bash <(curl -Lso- https://git.io/superspeed_uxh)
bash <(curl -Lso- https://raw.githubusercontent.com/uxh/superspeed/master/superspeed.sh)