VPS一键测试脚本 / 自带结果导出


脚本命令

一下脚本可能卡住,运行时间长,建议在screen中运行。

1、秋水逸冰大佬的Bench.sh脚本

特点:用时较短,对系统测试全面,英文;但缺少国内节点测速

有趣的是,bench.sh既是脚本名又是域名,将两者合为一体(妙啊

wget -qO- bench.sh | bash
#或者
curl -Lso- bench.sh | bash
#或者
wget -qO- 86.re/bench.sh | bash
#或者
curl -so- 86.re/bench.sh | bash

2、SupeBench(推荐)

特点:第一个测速节点使用Speedtest.net,Fast.com,再是联通移动电信。对系统的测试也更加全面,包括拥堵阻塞、运营商等。三次I/O分别使用大中小文件,再取平均值。

wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
#或者
curl -Lso- -no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash

3、ZBench

特点:是Bench.sh+SuperBench的结合,用时较长。有中文版,能将结果以网页形式导出

如果中文版出现乱码等情况,请换成英文版。

中文版:

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

这个脚本运时较长

 

 

参考链接:

 1. bench.sh https://teddysun.com/444.html

 2. SuperBench.sh https://www.oldking.net/350.html

 3. ZBench  https://www.tok9.com/archives/358/

 4. 综述  https://www.mrkevin.net/share/1383.html

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM