1、VPS测试
wget -qO- bench.sh | bash
测试VPS基础信息,以及下载速度,来自官网(https://bench.sh/)
2、国内测试
wget -qO- git.io/superbench.sh | bash
主要包括VPS硬件信息,国内节点测试,电信、联通、移动,来自老鬼
3、基础测试
中文版:
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、网速测试
wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh && chmod +x superspeed.sh && ./superspeed.sh
#主要包括国内的一些节点进行专项测试,电信、联通、移动,来自老鬼
5、Ping测试
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/uPing/master/uping.py
python uping.py
#一款长时间ping测试py脚本
6、html5网速程序
https://github.com/adolfintel/speedtest
#需要php环境,下载后解压即可运行,无须安装
7、VPS跑分测试
wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh
chmod +x unixbench.sh
./unixbench.sh
#unixbench进行跑分测试,单核和多核不同跑分
版权属于:青阳のBlog
本文链接:https://www.hipyt.cn/97.html
作品采用:《署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)》许可协议授权
转载时须注明出处及本声明
此处评论已关闭