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、SuperBench.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
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。