VPS一键脚本收集
秋水逸冰 一键测试脚本bench.sh https://teddysun.com/444.html 秋水逸冰 Linux性能测试UnixBench一键脚本 https://teddysun.com/245.html 蜗牛789 一键测试脚本 https://www.wn789.com/13397.html 1、VPS测试 1 wget -qO- bench.sh | bash 测试VPS基础信息,以及下载速度,来自官网(https://bench.sh/) 2、国内测试 1 wget -qO- git.io/superbench.sh | bash 主要包括VPS硬件信息,国内节点测试,电信、联通、移动,来自老鬼 3、基础测试 1 2 3 4 5 中文版: 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.sh #基于superbench脚本,增加了路由和ping测试,区别中英文 4、网速测试 1 wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh && chmod +x superspeed.sh && ./superspeed.sh #主要包括国内的一些节点进行专项测试,电信、联通、移动,来自老鬼 5、Ping测试 1 2 wget -N --no\-check-certificate https://raw.githubusercontent.com/FunctionClub/uPing/master/uping.py python uping.py #一款长时间ping测试py脚本 6、html5网速程序 1 https://github.com/adolfintel/speedtest #需要php环境,下载后解压即可运行,无须安装 ...