今天分享几个 VPS 性能一键测试脚本,可以快速测试 VPS 的性能,购买一台 VPS 之后,我们都希望大致了解一下当前的 VPS 的性能怎么样,通过下面这些脚本,可以整体了解一下。
这些脚本由各位大佬进行维护,本站仅作分享,所有脚本的出处都已经给出,并且脚本运行后的示例输出也附上了,有需要的可以自取。
wget 是必须的,请先安装:
CentOS:
yum -y install wget
Ubuntu / Debian:
apt install -y wget
一、 VPS 性能测试一键脚本
1、Bench.sh
测试命令:
wget -qO- bench.sh | bash
效果图:

VPS性能测试,配置信息
2、Superbench.sh
测试命令:
wget -qO- git.io/superbench.sh | bash
效果图:

VPS性能测试,配置信息
3、ZBench.sh
ZBench 基本上是把上面两个脚本的功能合并了一下,再自己加了些许新的功能,可以说是集大成者,可以一次性测试上面两个脚本的测试项。
测试命令:
中文版:
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh
英文版:
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench.sh && bash ZBench.sh
来源:/ZBench
效果图:

VPS性能测试,配置信息
4、UnixBench
测试命令:
wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh chmod +x unixbench.sh ./unixbench.sh
这个耗时太久,一般不做测试,如果真的需要,可以自己进行测试。
二、 VPS 回程路由一键测试
1、路由测试
测试命令:
wget -qO- git.io/besttrace | bash
部分效果图:

VPS性能测试,配置信息
评论前必须登录!
立即登录 注册