Total Pageviews

Sunday 7 January 2018

serverreview-benchmark:Linux服务器性能测试脚本

说明:该脚本由一个国外大佬写的,测试结果有系统详细信息,及到亚洲、太平洋、欧洲、美洲等Speedtest测试速度和Ping值,CPU运行速度,内存、硬盘读取速度。还自动生成测试分享链接。

使用

Github地址:https://github.com/sayem314/serverreview-benchmark
运行命令:
#完整测试,含有系统信息,硬盘/CPU/内存速度,CDN等各个地区测速及Ping值
curl -LsO git.io/bench.sh; chmod +x bench.sh && ./bench.sh -a share

#简单测试,只含有系统信息,硬盘/CPU/内存速度,CDN测速
curl -LsO git.io/bench.sh; chmod +x bench.sh && ./bench.sh -b share
如果提示-bash: curl: command not found,可进行如下操作:
apt-get -y install curl  #debian/ubuntu
yum -y install curl  #centos 
-----------------------

Superbench.sh:VPS服务器一键测试脚本

特点

  • 改进了显示的模式,基本参数添加了颜色,方面区分与查找。
  • I/O测试,更改了原来默认的测试的内容,采用小文件,中等文件,大文件,分别测试IO性能,然后取平均值。
  • 速度测试替换成了Superspeed里面的测试,第一个默认节点是,Speedtest默认,其他分别测试到中国电信,联通,移动,各三个不同地区的速度。

使用方法

执行下列命令即可:
wget -qO https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash #或者 curl -Lso- https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash 如果使用第2个命令提示-bash: curl: command not found,可进行如下操作:
apt-get -y install curl #debian/ubuntu yum -y install curl #centos
------------

SuperBench.sh 一键测试服务器的基本参数


更新

  1. 新增 Virt 检测服务器类型参数,常见 openvz,kvm,独服都能检测出来
  2. 新增独服通电时间检测。
  3. 修复,speedtest 延迟飘逸,飘逸延迟统一改为 000.000 ms
  4. 修改 I/O 测试块大小
  5. 统一字符为英文,解决乱码问题
OpenVZ

Kvm

独服

一、特点

  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

三、演示图


四、下载地址

https://github.com/oooldking/script/blob/master/superbench.sh

No comments:

Post a Comment