search
HomeDatabaseMysql TutorialOracle压力测试工具ORION

ORION (Oracle I/O Calibration Tool) 是校准用于 Oracle 数据库的存储系统 I/O 性能的独立工具。校准结果对于了解存储系统的性能

1,功能简介

ORION (Oracle I/O Calibration Tool) 是校准用于 Oracle 数据库的存储系统 I/O 性能的独立工具。校准结果对于了解存储系统的性能有很大帮助,不仅可以找出影响 Oracle 数据库性能的问题,还能测量新数据库安装的大小。由于 ORION 是一个独立工具,用户不需要创建和运行 Oracle 数据库。

为了尽可能地模拟 Oracle 数据库,ORION 使用和 Oracle 相同的 I/O 软件集生成一个合成的 I/O 负载。可以将 ORION 配置为生成很多 I/O 负载,包括一个模拟 OLTP 和数据仓库负载的 I/O 负载。

ORION 支持多种平台。将来还会增加对更多平台的支持。用户指南提供详细的使用文档,包括“入门”部分和疑难解答提示。在 ORION 中调用“-help”选项可以直接获取关于如何使用 ORION 的摘要。

2,简单使用过程
下载地址

运行安装
gunzip orion_linux_x86-64

运行测试
生成mytest.lun文件
/dev/mapper/mpath7p1
/dev/mapper/mpath8p1

运行命令
./orion_linux_x86-64 -run simple -testname mytest -num_disks 2

其它方式的命令可以寻求帮助
./orion_linux_x86-64 -help

3,,测试结果
[root@ tmp]# cat mytest_20120629_1519_summary.txt
ORION VERSION 11.1.0.7.0

Commandline:
-run simple -testname mytest -num_disks 2

This maps to this test:
Test: mytest
Small IO size: 8 KB
Large IO size: 1024 KB
IO Types: Small Random IOs, Large Random IOs
Simulated Array Type: CONCAT
Write: 0%
Cache Size: Not Entered
Duration for each Data Point: 60 seconds
Small Columns:,      0
Large Columns:,      0,      1,      2,      3,      4
Total Data Points: 15

Name: /dev/mapper/mpath7p1      Size: 536869863424
Name: /dev/mapper/mpath8p1      Size: 536869863424
2 FILEs found.

Maximum Large MBPS=183.53 @ Small=0 and Large=4
Maximum Small IOPS=851 @ Small=10 and Large=0
Minimum Small Latency=11.38 @ Small=3 and Large=0


4,结果比较分析
在压力测试的同时,通过IOSTAT命令也可以简单计算数值,由于采样原因,最大值稍有不同。

IOPS = [dm-13]r/s + [dm-14]r/s + [dm-13]w/s + [dm-14]w/s IOSTAT最大422+424=846
MBPS = ([dm-13]rsec/s + [dm-14]rsec/s)/2/1024 = rMB/s + wMB/s IOSTAT最大94+92=186MBPS
Latency = await 基本11秒左右
[root@ mapper]# iostat -d -x 1 30|grep dm-1[3,4]
Device:         rrqm/s   wrqm/s   r/s   w/s   rsec/s   wsec/s avgrq-sz avgqu-sz   await  svctm  %util
dm-13             0.00     0.00 25.50  0.00  3386.05     0.00   132.77     0.32   12.57   4.45  11.35
dm-14             0.00     0.00 25.56  0.00  3426.57     0.00   134.04     0.32   12.60   4.44  11.36
dm-13             0.00     0.00 339.00  0.00  5424.00     0.00    16.00     4.01   11.86   2.95 100.10
dm-14             0.00     0.00 328.00  0.00  5248.00     0.00    16.00     3.97   12.00   3.02  99.20
dm-13             0.00     0.00 364.00  0.00  5824.00     0.00    16.00     4.20   11.43   2.74  99.70
dm-14             0.00     0.00 325.00  0.00  5200.00     0.00    16.00     3.78   11.72   3.05  99.10
dm-13             0.00     0.00 340.00  0.00  5440.00     0.00    16.00     3.94   11.64   2.94  99.80
dm-14             0.00     0.00 355.00  0.00  5680.00     0.00    16.00     4.02   11.36   2.82 100.20

[root@ host8]# iostat -d -xm 1 30|grep dm-1[3,4]
Device:         rrqm/s   wrqm/s   r/s   w/s    rMB/s    wMB/s avgrq-sz avgqu-sz   await  svctm  %util
dm-13             0.00     0.00 341.00  0.00     2.66     0.00    16.00     4.07   11.90   2.93  99.80
dm-14             0.00     0.00 343.00  0.00     2.68     0.00    16.00     3.90   11.35   2.92 100.10
dm-13             0.00     0.00 330.00  0.00     2.58     0.00    16.00     3.92   11.89   3.01  99.40
dm-14             0.00     0.00 360.00  0.00     2.81     0.00    16.00     4.04   11.29   2.73  98.40
dm-13             0.00     0.00 342.00  0.00     2.67     0.00    16.00     4.09   12.08   2.90  99.30
dm-14             0.00     0.00 352.00  0.00     2.75     0.00    16.00     3.87   10.89   2.82  99.40
dm-13             0.00     0.00 345.54  0.00     2.70     0.00    16.00     3.98   11.48   2.87  99.21
dm-14             0.00     0.00 336.63  0.00     2.63     0.00    16.00     3.92   11.61   2.92  98.42
dm-13             0.00     0.00 352.00  0.00     2.75     0.00    16.00     3.96   11.23   2.83  99.50
dm-14             0.00     0.00 344.00  0.00     2.69     0.00    16.00     3.98   11.62   2.89  99.30
dm-13             0.00     0.00 179.00  0.00    89.50     0.00  1024.00     3.74   20.88   5.20  93.13
dm-14             0.00     0.00 189.60  0.00    94.80     0.00  1024.00     3.84   20.27   4.96  94.07
dm-13             0.00     0.00 188.20  0.00    94.10     0.00  1024.00     3.84   20.42   4.98  93.68
dm-14             0.00     0.00 185.20  0.00    92.60     0.00  1024.00     3.75   20.27   5.01  92.79
dm-13             0.00     0.00 180.00  0.00    90.00     0.00  1024.00     3.70   20.55   5.07  91.17
dm-13             0.00     0.00 441.40  0.00     3.45     0.00    16.00     5.13   11.62   2.26  99.91
dm-14             0.00     0.00 415.20  0.00     3.24     0.00    16.00     4.82   11.60   2.41  99.92
dm-13             0.00     0.00 422.70  0.00     3.30     0.00    16.00     4.93   11.66   2.36  99.89
dm-14             0.00     0.00 424.80  0.00     3.32     0.00    16.00     5.02   11.81   2.35  99.83
dm-13             0.00     0.00 426.80  0.00     3.33     0.00    16.00     4.99   11.69   2.34  99.92
dm-14             0.00     0.00 419.90  0.00     3.28     0.00    16.00     4.96   11.80   2.38 100.00


rrqm/s: 每秒进行 merge 的读操作数目。即 delta(rmerge)/s
wrqm/s: 每秒进行 merge 的写操作数目。即 delta(wmerge)/s
r/s: 每秒完成的读 I/O 设备次数。即 delta(rio)/s
w/s: 每秒完成的写 I/O 设备次数。即 delta(wio)/s
rsec/s: 每秒读扇区数。即 delta(rsect)/s
wsec/s: 每秒写扇区数。即 delta(wsect)/s
rkB/s: 每秒读K字节数。是 rsect/s 的一半,因为每扇区大小为512字节。
wkB/s: 每秒写K字节数。是 wsect/s 的一半。
avgrq-sz: 平均每次设备I/O操作的数据大小 (扇区)。即 delta(rsect+wsect)/delta(rio+wio)
avgqu-sz: 平均I/O队列长度。即 delta(aveq)/s/1000 (因为aveq的单位为毫秒)。
await: 平均每次设备I/O操作的等待时间 (毫秒)。即 delta(ruse+wuse)/delta(rio+wio)
svctm: 平均每次设备I/O操作的服务时间 (毫秒)。即 delta(use)/delta(rio+wio)
%util: 一秒中有百分之多少的时间用于 I/O 操作,或者说一秒中有多少时间 I/O 队列是非空的。
即 delta(use)/s/1000 (因为use的单位为毫秒

备注:
IO的映射可以通过如下命令获得。mpath8即为dm-14
 multipath -ll

mpath8 (360050768018086462800000000000055) dm-14 IBM,2145
[size=500G][features=1 queue_if_no_path][hwhandler=0][rw]
\_ round-robin 0 [prio=100][active]
 \_ 9:0:0:9  sdak 66:64  [active][ready]
 \_ 8:0:0:9  sdk  8:160  [active][ready]
\_ round-robin 0 [prio=20][enabled]
 \_ 9:0:1:9  sdax 67:16  [active][ready]
 \_ 8:0:1:9  sdx  65:112 [active][ready]
mpath7 (360050768018086462800000000000054) dm-13 IBM,2145
[size=500G][features=1 queue_if_no_path][hwhandler=0][rw]
\_ round-robin 0 [prio=100][active]
 \_ 9:0:1:8  sdaw 67:0   [active][ready]
 \_ 8:0:1:8  sdw  65:96  [active][ready]
\_ round-robin 0 [prio=20][enabled]
 \_ 9:0:0:8  sdaj 66:48  [active][ready]
 \_ 8:0:0:8  sdj  8:144  [active][ready]

linux

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
深入理解MySQL索引优化器工作原理深入理解MySQL索引优化器工作原理Nov 09, 2022 pm 02:05 PM

本篇文章给大家带来了关于mysql的相关知识,其中主要介绍了关于索引优化器工作原理的相关内容,其中包括了MySQL Server的组成,MySQL优化器选择索引额原理以及SQL成本分析,最后通过 select 查询总结整个查询过程,下面一起来看一下,希望对大家有帮助。

sybase是什么数据库sybase是什么数据库Sep 22, 2021 am 11:39 AM

sybase是基于客户/服务器体系结构的数据库,是一个开放的、高性能的、可编程的数据库,可使用事件驱动的触发器、多线索化等来提高性能。

visual foxpro数据库文件是什么visual foxpro数据库文件是什么Jul 23, 2021 pm 04:53 PM

visual foxpro数据库文件是管理数据库对象的系统文件。在VFP中,用户数据是存放在“.DBF”表文件中;VFP的数据库文件(“.DBC”)中不存放用户数据,它只起将属于某一数据库的 数据库表与视图、连接、存储过程等关联起来的作用。

数据库系统的构成包括哪些数据库系统的构成包括哪些Jul 15, 2022 am 11:58 AM

数据库系统由4个部分构成:1、数据库,是指长期存储在计算机内的,有组织,可共享的数据的集合;2、硬件,是指构成计算机系统的各种物理设备,包括存储所需的外部设备;3、软件,包括操作系统、数据库管理系统及应用程序;4、人员,包括系统分析员和数据库设计人员、应用程序员(负责编写使用数据库的应用程序)、最终用户(利用接口或查询语言访问数据库)、数据库管理员(负责数据库的总体信息控制)。

microsoft sql server是什么软件microsoft sql server是什么软件Feb 28, 2023 pm 03:00 PM

microsoft sql server是Microsoft公司推出的关系型数据库管理系统,是一个全面的数据库平台,使用集成的商业智能(BI)工具提供了企业级的数据管理,具有使用方便可伸缩性好与相关软件集成程度高等优点。SQL Server数据库引擎为关系型数据和结构化数据提供了更安全可靠的存储功能,使用户可以构建和管理用于业务的高可用和高性能的数据应用程序。

数据库的什么是指数据的正确性和相容性数据库的什么是指数据的正确性和相容性Jul 04, 2022 pm 04:59 PM

数据库的“完整性”是指数据的正确性和相容性。完整性是指数据库中数据在逻辑上的一致性、正确性、有效性和相容性。完整性对于数据库系统的重要性:1、数据库完整性约束能够防止合法用户使用数据库时向数据库中添加不合语义的数据;2、合理的数据库完整性设计,能够同时兼顾数据库的完整性和系统的效能;3、完善的数据库完整性有助于尽早发现应用软件的错误。

access数据库的结构层次是什么access数据库的结构层次是什么Aug 26, 2022 pm 04:45 PM

结构层次是“数据库→数据表→记录→字段”;字段构成记录,记录构成数据表,数据表构成了数据库。数据库是一个完整的数据的记录的整体,一个数据库包含0到N个表,一个表包含0到N个字段,记录是表中的行。

go语言可以写数据库么go语言可以写数据库么Jan 06, 2023 am 10:35 AM

go语言可以写数据库。Go语言和其他语言不同的地方是,Go官方没有提供数据库驱动,而是编写了开发数据库驱动的标准接口,开发者可以根据定义的接口来开发相应的数据库驱动;这样做的好处在于,只要是按照标准接口开发的代码,以后迁移数据库时,不需要做任何修改,极大方便了后期的架构调整。

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool