记录日常使用的VPS测试脚本,持续更新中。。。

综合测试

- 融合怪-ECS

  • bash <(wget -qO- bash.spiritlhl.net/ecs)
    ecs.png

- 融合怪-GO

  • curl -L https://raw.githubusercontent.com/oneclickvirt/ecs/master/goecs.sh -o goecs.sh && chmod +x goecs.sh && bash goecs.sh env && bash goecs.sh install && goecs
    ecs-go.png

- YABS-GB5

  • curl -sL yabs.sh | bash -s -- -i -5

- Bench

  • wget -qO- bench.sh | bash

性能测试

- GB5专项

  • bash <(curl -sL bash.icu/gb5)

流媒体解锁&IP检测

原生检测

  • bash <(curl -L -s media.ispvps.com)
    streaming.png

通用版本

  • bash <(curl -L -s check.unlock.media)

准确度版本

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

IP检测

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

ChatGPT检测

安卓

  • curl android.chat.openai.com

苹果

  • curl ios.chat.openai.com

回程测试

- 线路

  • curl https://raw.githubusercontent.com/ludashi2020/backtrace/main/install.sh -sSf | sh
  • wget --no-check-certificate https://tutu.ovh/bash/returnroute/route && chmod +x route && clear && ./route

- 路由

  • wget -qO- git.io/besttrace | bash
  • bash <(curl -Ls https://raw.githubusercontent.com/sjlleo/nexttrace/main/nt_install.sh) && nexttrace -F
  • 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)

全球测速

  • curl -sL network-speed.xyz | bash

注:以上脚本运行前,请在root权限下使用 or 在命令前加sudo