分享几个VPS性能测试脚本

SuperBench.sh

SuperBench.sh是在bench.sh的基础上发展而来的,也可以测试VPS系统基本信息和IO性能,不过将测速节点换成了国内节点。

使用方法:

wget -qO- git.io/superbench.sh | bash

GB5

GB5 跑分脚本,附带宽测试:

curl -sL yabs.sh | bash -5

GB5 剔除带宽测试:

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

hyperspeed

SuperSpeed.sh是单纯测试国内节点速度的脚本。

使用方法:

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

融合怪

使用方法:

curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh -m 1
tag(s): VPS
show comments · back · home
Edit with markdown