VPS性能测试脚本合集

 9个月前     498  

文章目录

前言

最近淘了几台VPS,顺便整理一下测试脚本,持续更新

注:测试VPS为NC VPS 2000 ARM G11

VPS性能测试脚本合集

使用前需要先在VPS上安装wget

CentOS/RHEL:

sudo yum install wget

Ubuntu/Debian:

sudo apt install wget

VPS测试脚本合集

1.bench脚本

wget -qO- bench.sh | bash

若无法使用则:

wget -qO bench.sh https://bench.sh
bash bench.sh

测试效果:

VPS性能测试脚本合集

2.superbench脚本

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

测试效果:

VPS性能测试脚本合集

3.Zbench脚本

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

测试效果(此效果图来源于网络):

VPS性能测试脚本合集

4.yabs.sh脚本

curl -sL yabs.sh | bash

测试效果:

VPS性能测试脚本合集

5.HyperSpeed脚本

bash &lt;(wget -qO- https:<span class="hljs-comment">//bench.im/hyperspeed)</span>

测试效果:

VPS性能测试脚本合集

总结

感谢编写这些脚本的大佬。

版权声明:河马 发表于 9个月前,共 574 字。
转载请注明:VPS性能测试脚本合集 | 索忆生活

您可能感兴趣的

暂无评论

暂无评论...