VPS免费一键检测工具

VPS免费一键检测工具

1、一键测试服务器到国内的速度脚本Superspeed.sh :

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

2、一键检测VPS的CPU、内存、负载、IO读写、机房带宽等脚本:bench.sh

命令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

备注:
bench.sh 既是脚本名,同时又是域名。如果以上失效,请使用以下地址下载再执行脚本:

下载地址: https://github.com/teddysun/across/blob/master/bench.sh

3、可以看作bench.sh强化版:SuperBench.sh

新增 Virt 检测服务器类型参数。常见 openvz,kvm,独服都能检测出来。同时整合上面的Superspeed.sh一键测试服务器到国内的速度脚本:

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

以上就是本文全部内容:VPS免费一键检测工具

 

评论

0条评论

发表回复

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