欢迎光临
我们一直在努力

Linux 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

 

Zench
使用:

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
未经允许不得转载:798VPS » Linux VPS 常用测试脚本 – 包含硬件信息,网速,延迟.路由

相关推荐

  • 暂无文章