常用的一些 VPS 测试脚本

yabs

curl -sL yabs.sh | bash (完整测试,默认 gb6)

curl -sL yabs.sh | bash -s -- -56 (完整测试,gb5 和 gb6)

curl -sL yabs.sh | bash -s -- -fi (跳过磁盘和网络性能测试,gb6)

curl -sL yabs.sh | bash -s -- -fi5 (跳过磁盘和网络性能测试,gb5)

curl -sL yabs.sh | bash -s -- -fi56 (跳过磁盘和网络性能测试,gb5 和 gb6)

融合怪

curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh

测试网络带宽及硬盘读写速率

curl -Lso- bench.sh | bash

三网回程测试

curl https://raw.githubusercontent.com/ludashi2020/backtrace/main/install.sh -sSf | sh

wget https://ghproxy.com/https://raw.githubusercontent.com/vpsxb/testrace/main/testrace.sh -O testrace.sh && bash testrace.sh

三网测速

bash <(curl -sL bash.icu/speedtest)

bash <(curl -Lso- https://bench.im/hyperspeed)

流媒体解锁测试

bash <(curl -sL Media.Check.Place)

bash <(curl -L -s https://github.com/1-stream/RegionRestrictionCheck/raw/main/check.sh)

IP 质量检测脚本

bash <(curl -sL IP.Check.Place)

添加新评论