标签 服务器测试脚本 下的文章

SuperBench.sh:又一个服务器一键测试脚本(Bench.sh加强版)

1. SuperBench.sh介绍

又一个测试脚本,可以看作Bench.sh的加强版。用着很不错,这次看到作者又更新了,就给大家分享出来。

项目地址:https://github.com/oooldking/script

2. 使用方法

  1. wget git.io/superbench.sh && chmod +x superbench.sh && ./superbench.sh  
  2. 或者  
  3. curl -LsO git.io/superbench.sh && chmod +x superbench.sh && ./superbench.sh  

具体参数说明:

  1. ./superbench.sh info    #info 系统信息  
  2. ./superbench.sh io    #io 简单io测试  
  3. ./superbench.sh speed    #speed 速度测试  
  4. ./superbench.sh ip    #ip GEOIP信息  
  5. ./superbench.sh fast    #fast 快速模式  
  6. ./superbench.sh share    #share 分享  

测试如图:

 

文章参考自:https://www.oldking.net/599.html

  

 

ZBench.sh:服务器一键测试脚本(自带结果导出/中/英文)

  • 简介

ZBench.sh
又一个Linux VPS测评脚本。
ZBench.sh 是一个一键检测服务器基本性能的脚本,基础代码来自 SpeedTest 和 OldKing 的 SuperSpeed。平时测试VPS的时候一直是靠着 Bench.sh 来测试。
脚本来自: 主机博客,项目地址为:https://github.com/FunctionClub/ZBench
作者把这Bench.shSuperSpeed.sh两个脚本结合在一起,然后加入 Ping 以及 路由测试 功能,并且可以生成测评报告,很方便地分享给其他朋友看自己的测评数据。

  • 脚本命令

如果中文版出现乱码等情况,请换成英文版。
中文版:
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

  • 效果图

测试完成效果如下图:
20180118233809.jpg

  • 导出测试结果

测试完之后呢,会在 /root / 下面生成一个 report.html 的文件。
作者的例子:https://www.zhujiboke.com/zbench-example.html


Warning: in_array() expects parameter 2 to be array, null given in /www/users/HK1590886/WEB/usr/plugins/TopLamuLeimu/Plugin.php on line 85