大家都知道orion这个软件是oracle自带的,但是在网上只有11.1之前的,其功能不足够强大,如果要进行I/O测试,并且本机没有oracle怎么办?只能另想办法了这里有一个好的办法推荐给大家:
首先需要几个包:
在$ORACLE_HOME/lib目录下找 libclntsh.so.11.1, libcell11.so, libskgxp11.so and libnnz11.so这四个包脚本如下运行:./orion -run advanced -testname felix -size_small 8 -size_large 1024 -type rand -simulate concat -write 0 -duration 10 -matrix basic -num_disks 7
ORION: ORacle IO Numbers -- Version 11.2.0.3.0
dave_20140310_1900
Calibration will take approximately 8 minutes.
Using a large value for -cache_size may take longer.
Maximum Large MBPS=2079.73 @ Small=0 and Large=9
Maximum Small IOPS=54426 @ Small=44 and Large=0
Small Read Latency: avg=807 us, min=271 us, max=5271 us, std dev=309 us @ Small=44 and Large=0
Minimum Small Latency=271 usecs @ Small=1 and Large=0
Small Read Latency: avg=271 us, min=113 us, max=1607 us, std dev=17 us @ Small=1 and Large=0
Small Read / Write Latency Histogram @ Small=44 and Large=0
Latency: # of IOs (read) # of IOs (write)
0 - 1 us: 0 0
2 - 4 us: 0 0
4 - 8 us: 0 0
8 - 16 us: 0 0
16 - 32 us: 0 0
32 - 64 us: 0 0
64 - 128 us: 46 0
128 - 256 us: 873 0
256 - 512 us: 35452 0
512 - 1024 us: 3 0
1024 - 2048 us: 2 0
2048 - 4096 us: 0 0
4096 - 8192 us: 0 0
8192 - 16384 us: 0 0
16384 - 32768 us: 0 0
32768 - 65536 us: 0 0
65536 - 131072 us: 0 0
131072 - 262144 us: 0 0
262144 - 524288 us: 0 0
524288 - 1048576 us: 0 0
1048576 - 2097152 us: 0 0
2097152 - 4194304 us: 0 0
4194304 - 8388608 us: 0 0
8388608 - 16777216 us: 0 0
16777216 - 33554432 us: 0 0
33554432 - 67108864 us: 0 0
67108864 - 134217728 us: 0 0
134217728 - 268435456 us: 0 0
利用 ORION 11.2.0.3统计I/O以及并发性,布布扣,bubuko.com
原文:http://blog.csdn.net/panfelix/article/details/20942601