VPS常用测试脚本
一、SuperBench Superbench 测试VPS服务器配置信息、IO性能、到国内节点的网速 wget -qO- –no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash 二、SuperSpeed SuperSpeed 测试VPS服务器到国内节点的网速 wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh chmod +x superspeed.sh ./superspeed.sh 三、Serverreview-Benchmark Serverreview-Benchmark 测试VPS服务器配置信息、CPU/内存/硬盘性能、全球节点测速 yum install curl -y curl -LsO https://raw.githubusercontent.com/sayem314/serverreview-benchmark/master/bench.sh chmod +x bench.sh ./bench.sh -a share 四、ZBench # 中文版: wget -N –no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh # 或者英文版: wget -N –no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench.sh && bash ZBench.shli 五、91Yuntest 测试包含:常规系统参数检测,带宽测试,IO测试和全国ping测试、下载测试、路由测试、回程路由测试。下面代码直接复制到机器使用即可,默认会生成html页。 wget -N –no-check-certificate https://raw.githubusercontent.com/91yun/91yuntest/master/test.sh && bash test.sh -i “io,bandwidth,chinabw,download,traceroute,backtraceroute,allping,gotoping” 转载至互联网。。。