检测VPS服务器真伪-VPS常用检测脚本 常用检测 - Assbbs

检测VPS服务器真伪-VPS常用检测脚本 常用检测脚本,转自 挖站否 。 1、一键测试服务器到国内的速度脚本Superspeed.sh wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh chmod +x superspeed.sh ./superspeed…

检测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 3、可以看作bench.sh强化版: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 4、Zench wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh 5、一键带宽检测工具:speedtest-cli 安装命令: sudo apt-get update apt-get install python-pip sudo pip install speedtest-cli CentOS yum update yum -y install epel-release yum install python-pip pip install speedtest-cli 使用方法: speedtest-cli 6、VPS性能综合跑分工具:unixbench wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh chmod +x unixbench.sh ./unixbench.sh 7、一键测试回程Ping值工具:mPing wget https://raw.githubusercontent.com/helloxz/mping/master/mping.sh bash mping.sh