首页 > 其他 > 详细

利用 ORION 11.2.0.3统计I/O以及并发性

时间:2014-03-10 23:08:22      阅读:702      评论:0      收藏:0      [点我收藏+]

大家都知道orion这个软件是oracle自带的,但是在网上只有11.1之前的,其功能不足够强大,如果要进行I/O测试,并且本机没有oracle怎么办?只能另想办法了这里有一个好的办法推荐给大家:


首先需要几个包:

在$ORACLE_HOME/lib目录下找  libclntsh.so.11.1, libcell11.so, libskgxp11.so and libnnz11.so这四个包
把这些包拷贝到linux一个目录称之为类库目录; 
再者还有一个还有一个主包:ORION
然后需要创建类库:export Ld_library_path=类库目录
然后就可以进行运行:orion


脚本如下运行:./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





会在本目录下产生几个文件:
felix_20140310_1822_hist.txt  felix_20140310_1822_lat.csv   felix_20140310_1822_summary.txt
felix_20140310_1822_iops.csv  felix_20140310_1822_mbps.csv  felix_20140310_1822_trace.txt


在felix_20140310_1822_summary.txt中会产生如下信息:


[root@felix  parall_10]# cat  dave_20140310_1822_summary.txt 
ORION VERSION 11.2.0.3.0


Command line:
-run advanced -testname dave -size_small 8 -size_large 1024 -type rand -simulate concat -write 0 -duration 10 -matrix basic -num_disks 10 


These options enable these settings:
Test: dave
Small IO size: 8 KB
Large IO size: 1024 KB
IO types: small random IOs, large random IOs
Sequential stream pattern: one LUN per stream 
Writes: 0%
Cache size: not specified
Duration for each data point: 10 seconds
Small Columns:,      0
Large Columns:,      0,      1,      2,      3,      4,      5,      6,      7,      8,      9,     10,     11,     12,     13,     14,     15,     16,     17,     18,     19,     20
Total Data Points: 47


Name: /dev/sdb1 Size: 1599996952576
1 files found.


Maximum Large MBPS=2081.52 @ Small=0 and Large=9


Maximum Small IOPS=39242 @ Small=50 and Large=0
Small Read Latency: avg=1272 us, min=263 us, max=17906 us, std dev=173 us @ Small=50 and Large=0


Minimum Small Latency=269.76 usecs @ Small=1 and Large=0
Small Read Latency: avg=270 us, min=114 us, max=1229 us, std dev=16 us @ Small=1 and Large=0
Small Read / Write Latency Histogram @ Small=50 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:             32                      0
      128 - 256         us:             1227                    0
      256 - 512         us:             35193                   0
      512 - 1024        us:             0                       0
     1024 - 2048        us:             1                       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
[root@felix parall_10]# 

利用 ORION 11.2.0.3统计I/O以及并发性,布布扣,bubuko.com

利用 ORION 11.2.0.3统计I/O以及并发性

原文:http://blog.csdn.net/panfelix/article/details/20942601

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!