[Linux]

一、SuperBench.sh

VPS/服务器一键检测带宽、CPU、内存、负载、IO读写等的脚本:

wget -qO- https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
或者
curl -Lso- https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash

运行结果如:


二、bench.sh

一键检测VPS类型、CPU、内存、等脚本:

命令1:
wget -qO- bench.sh | bash
或者
curl -Lso- bench.sh | bash

命令2:
wget -qO- 86.re/bench.sh | bash
或者
curl -so- 86.re/bench.sh | bash

运行结果如:

原文地址:https://www.cnblogs.com/HD/p/11134119.html