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

作者: MJJ 分类: 一键脚本 发布时间: 2019-05-28 20:35

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

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

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


VPS综合测试:

SuperBench.sh

使用:

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

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

演示:

1559045825148940.png

Bench.sh

使用:

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

演示:

1559045988722942.png

ZBench

使用:

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

演示:

1559046119561899.png


VPS网速测试:

SuperSpeed.sh 

使用:

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

演示:

1559046264766000.png


VPS路由测试:

回程测试

使用:

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

演示:

1559046362477240.png

去程测试请使用

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


脚本作者:

bench.sh

oldking.net

https://blog.sometimesnaive.org/

https://github.com/FunctionClub/ZBench

3条评论
  • 栗子博客

    2019年6月8日 下午7:03

    MJJ 转走了。

    1. MJJ

      2019年6月9日 上午10:20

      好的,转吧

  • lovehc

    2019年8月22日 上午1:57

    不错哦,谢谢了。

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注