justhost Jtti TOTHost 恒创科技 华纳云 搬瓦工

VPS 一键测试脚本:Bench.sh / SuperBench.sh / ZBench.sh /UnixBench / BestTrace

ad

最近几天没什么 VPS 优惠,也没什么给力的促销,有促销的都是一些小商家,也不想在此分享,买了基本就是浪费钱。今天分享一下 VPS 一键测试的几个脚本,买了 VPS 之后可以快速测试 VPS 的性能。这些脚本也是本站常用的一些测试脚本,本站的一些测评数据基本都是通过这些脚本测试出来的,在此分享给大家,方便大家自己进行测试。主要包括 bench.sh,superbench.sh,zbench.sh,unixbench,以及我自己写的 besttrace。

一、VPS 常用测试脚本

Bench.sh

测试命令:

wget -qO- bench.sh | bash

来源:一键测试脚本bench.sh

Superbench.sh

测试命令:

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

来源:SuperBench.sh 一键测试服务器的基本参数

ZBench.sh

测试命令:

中文版:

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

来源:FunctionClub/ZBench

UnixBench.sh

测试命令:

wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh
chmod +x unixbench.sh
./unixbench.sh

来源:Linux性能测试UnixBench一键脚本

BestTrace

测试命令:

wget -qO- git.io/autobesttrace | bash

二、VPS 推荐整理

赞(1)
未经允许不得转载:便宜VPS网 » VPS 一键测试脚本:Bench.sh / SuperBench.sh / ZBench.sh /UnixBench / BestTrace