脚本命令
一下脚本可能卡住,运行时间长,建议在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
原文地址:https://www.cnblogs.com/lfri/p/10798610.html
时间: 2024-11-05 00:22:57