常用VPS测试脚本整理

非开心版测速脚本(较准确)

1
wget --no-check-certificate https://raw.githubusercontent.com/zzycwmx/CDN/master/superbench2.sh && bash superbench2.sh

检测VPS的CPU、内存、负载、IO读写、机房带宽等

1
wget -qO- bench.sh  bash

三网测速脚本

1
bash <(curl -Lso- https://git.io/superspeed)

路由测试脚本

1
bash <(curl -sL mcnb.top/besttcp.sh)

全面测试

1
wget -qO- http://ilemonra.in/LemonBenchIntl  bash -s full

独立服务器I/O等性能测试脚本

1
bash <(wget -qO- git.io/ceshi)