- 最后登录
- 2015-3-25
- 在线时间
- 37 小时
- 威望
- 42
- 金钱
- 391
- 注册时间
- 2012-2-14
- 阅读权限
- 10
- 帖子
- 68
- 精华
- 0
- 积分
- 42
- UID
- 222
|
4#
发表于 2012-2-16 19:06:07
Google 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。 ...... |
|