最新消息:

#脚本#Linux VPS 常用测试脚本 – 包含硬件信息、网速、延迟、路由

脚本分享 hostloc 279浏览 1评论

童鞋们平时购买VPS的时候,难免会碰到性能或网络较差的VPS。

为避免买到这种小鸡,使用一键测试脚本是必不可少的。

下面将总结一些VPS常见的测试脚本,方便朋友们使用。

VPS综合测试:

SuperBench.sh

使用:

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

1
curl -LsO git.io/superbench.sh; chmod +x superbench.sh

演示:

#脚本#Linux VPS 常用测试脚本 – 包含硬件信息、网速、延迟、路由-1

Bench.sh

使用:

1
wget -qO- bench.sh | bash
1
curl -Lso- bench.sh | bash

演示:

#脚本#Linux VPS 常用测试脚本 – 包含硬件信息、网速、延迟、路由-2

ZBench

使用:

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

演示:

#脚本#Linux VPS 常用测试脚本 – 包含硬件信息、网速、延迟、路由-3

VPS网速测试:

SuperSpeed.sh 

使用:

1
wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh && chmod +x superspeed.sh && ./superspeed.sh

演示:

#脚本#Linux VPS 常用测试脚本 – 包含硬件信息、网速、延迟、路由-4

VPS路由测试:

回程测试

使用:

1
wget https://raw.githubusercontent.com/nanqinlang-script/testrace/master/testrace.sh
1
bash testrace.sh

演示:

#脚本#Linux VPS 常用测试脚本 – 包含硬件信息、网速、延迟、路由-5

去程测试请使用

https://tools.ipip.net/traceroute.php

脚本作者:

bench.sh

oldking.net

https://blog.sometimesnaive.org/

https://github.com/FunctionClub/ZBench

转载请注明:主机饭 » #脚本#Linux VPS 常用测试脚本 – 包含硬件信息、网速、延迟、路由

发表我的评论
取消评论
表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

网友最新评论 (1)