0%

VPS常用测试脚本

VPS常用测试脚本

QQ群:397745473

VPS常用测试脚本

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#原文参考: https://www.xcnte.com/archives/656/

# 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

QQ群:397745473

欢迎关注我的其它发布渠道