#脚本#Linux VPS 常用测试脚本 – 包含硬件信息、网速、延迟、路由
平时购买VPS的时候,难免会碰到性能或网络较差的VPS。
为避免买到这种小鸡,使用一键测试脚本是必不可少的。
下面将总结一些VPS常见的测试脚本,方便朋友们使用。
VPS综合测试:
SuperBench.sh
使用:
wget -qO- git.io/superbench.sh | bash
或
curl -LsO git.io/superbench.sh; chmod +x superbench.sh
演示:
Bench.sh
使用:
wget -qO- bench.sh | bash
curl -Lso- bench.sh | bash
演示:
ZBench
使用:
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh
演示:
VPS网速测试:
SuperSpeed.sh
使用:
wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh && chmod +x superspeed.sh && ./superspeed.sh
演示:
VPS路由测试:
回程测试
使用:
wget https://raw.githubusercontent.com/nanqinlang-script/testrace/master/testrace.sh
bash testrace.sh
演示:
去程测试请使用
https://tools.ipip.net/traceroute.php
脚本作者:
bench.sh
oldking.net
https://blog.sometimesnaive.org/
https://github.com/FunctionClub/ZBench
栗子博客
2019年6月8日 下午7:03
MJJ 转走了。
MJJ
2019年6月9日 上午10:20
好的,转吧
lovehc
2019年8月22日 上午1:57
不错哦,谢谢了。