Oracle IO 测试工具ORION
一直想学习如何得到数据库的IO数据,ORION是一个不错的仿真测试Oracle IO的工具。
下面是我的测试的步骤:
1 从oracle的网站上下载ORION的软件(11.1.0.7)
2 解压orion_linux_x86-64.gz
3 建立参数文件 mytest.lun, 这里的列出的是分区设备,我在上面建立了asm文件系统。因为有数据在里面,所以我用write=0只测试读的IOs
/dev/sda5
/dev/sdb1
/dev/sdc1
/dev/sdd1
4. 运行命令
./orion_linux_x86-64 -run simple -testname mytest -num_disks 4
5 生成报告文件: mytest_20100426_1608_summary.txt
ORION VERSION 11.1.0.7.0
Commandline:
-run simple -testname mytest -num_disks 4
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, 5, 6, 7,
8
Total Data Points: 29
Name: /dev/sda5 Size: 102404703744
Name: /dev/sdb1 Size: 102404703744
Name: /dev/sdc1 Size: 102404703744
Name: /dev/sdd1 Size: 102404703744
4 FILEs found.
Maximum Large MBPS=62.98 @ Small=0 and Large=7
Maximum Small IOPS=648 @ Small=20 and Large=0
Minimum Small Latency=7.35 @ Small=1 and Large=0
6 可以看到最大的IOPS是648,每个disk大概162,最大的MBPS是62M。
相关文档:
在
Oracle
数
据库
中,
主要有两种
日志
操作模式,分别为非归
档模式与归档模式。默认情况下,数据库
采
用的是非归档模式
。作为一个合格的数据库管
理
员,应当深入了解这两种日志操作模式的特点,并且在数据库建立时,选
择合适的操作模式。
笔者
今天就谈谈自己对这两种操作模式的理解,并且给出 ......
ORACLE 10g下载地址
Oracle Database 10g Release 2 (10.2.0.1.0) Enterprise/Standard Edition for Microsoft Windows (32-bit)
http://download.oracle.com/otn/nt/oracle10g/10201/10201_database_win32.zip
http://download.oracle.com/otn/nt/oracle10g/10201/10201_client_win32.zip
http://download.oracle.co ......
一次oracle 10g rac故障处理:
rhel4-1->crs_stat -t
Name Type Target State Host
------------ ......