当前位置:首页 > CN2资讯 > 正文内容

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

1天前CN2资讯


脚本命令

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


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

有趣的是,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/ | bash #或者 curl -Lso- -no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/ | 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


这个脚本运时较长

    你可能想看:

    扫描二维码推送至手机访问。

    版权声明:本文由皇冠云发布,如需转载请注明出处。

    本文链接:https://www.idchg.com/info/18451.html

    分享给朋友:

    “VPS一键测试脚本 / 自带结果导出VPS测试脚本” 的相关文章