综合性能测试
{callout color="#f0ad4e"}
秋水逸冰大佬的Bench.sh脚本
{/callout}
速度测试为主
wget -qO- bench.sh | bash
#或者
curl -Lso- bench.sh | bash
#或者
wget -qO- 86.re/bench.sh | bash
#或者
curl -so- 86.re/bench.sh | bash
Github地址:https://github.com/teddysun/across/blob/master/bench.sh
{callout color="#f0ad4e"}
老鬼大佬的SuperBench测试脚本 (推荐)
{/callout}
1.改进了显示的模式,基本参数添加了颜色,方面区分与查找。
2.I/O测试,更改了原来默认的测试的内容,采用小文件,中等文件,大文件,分别测试IO性能,然后取平均值。
3.速度测试替换成了 Superspeed 里面的测试,第一个默认节点是,Speedtest 默认,其他分别测试到中国电信,联通,移动,各三个不同地区的速度。
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
ZBench.sh 综合性能测试
中文版
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
回程路由一键测试
wget -qO- git.io/besttrace | bash
1>wget https://raw.githubusercontent.com/nanqinlang-script/testrace/master/testrace.sh
2>bash testrace.sh
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容