平时购买VPS的时候,难免会碰到性能或网络较差的VPS。
为避免买到这种小鸡,使用一键测试脚本是必不可少的。
下面将总结一些VPS常见的测试脚本,方便mjj们使用。
VPS综合测试:
SuperBench.sh
使用:
| 1 | wget -qO- git.io/superbench.sh | bash |
或
| 1 | curl -LsO git.io/superbench.sh; chmod +x superbench.sh |
演示:

Bench.sh
使用:
| 1 | wget -qO- bench.sh | bash |
| 1 | curl -Lso- bench.sh | bash |
演示:

ZBench
使用:
| 1 | wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh |
演示:

VPS网速测试:
SuperSpeed.sh
使用:
| 1 | wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh && chmod +x superspeed.sh && ./superspeed.sh |
演示:

VPS路由测试:
回程测试
使用:
| 1 | wget https://raw.githubusercontent.com/nanqinlang-script/testrace/master/testrace.sh |
| 1 | bash testrace.sh |
演示:

去程测试请使用 https://tools.ipip.net/traceroute.php
脚本作者:
bench.sh
oldking.net
http://xzh.i3geek.com