DB Name DB Id Instance Inst Num Release Cluster Host---------- ----------- ------------ -------- ----------- ------------GLOB 188430914 glob 1 9.2.0.4.0 NO b02 |
Snap Id Snap Time Sessions Curs/Sess Comment ------- ------------------ -------- --------- -------------------Begin Snap: 508 10-Nov-03 15:27:29 76 39.4End Snap: 511 10-Nov-03 15:57:42 66 35.4 Elapsed: 30.22 (mins) |
Instance Efficiency Percentages (Target 100%)~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Buffer Nowait %: 100.00 Redo NoWait %: 100.00 Buffer Hit %: 99.81 In-memory Sort %: 100.00 Library Hit %: 98.75 Soft Parse %: 97.05 Execute to Parse %: 44.21 Latch Hit %: 94.79Parse CPU to Parse Elapsd %: 11.74 % Non-Parse CPU: 96.08 |
100 * (1 - Parses/Executions) = Execute to Parse |
Instance Activity Stats for DB: ORA9 Instance: ora91 Snaps: 30 -32Statistic Total per Second per Trans--------------------------------- ------------------ -------------- ------------exchange deadlocks 481 0.2 0.0execute count 4,873,158 1,968.2 94.4……………parse count (failures) 542 0.2 0.0parse count (hard) 80,281 32.4 1.6parse count (total) 2,718,643 1,098.0 52.6parse time cpu 44,009 17.8 0.9parse time elapsed 374,902 151.4 7.3……………………. |
100 * (1 - Parses/Executions) = Execute to Parse 100 * (1 - 2,718,643/4,873,158) = 0.44211884777797067117462 * 100 = 44.21 |
100*(parse time cpu / parse time elapsed)= Parse CPU to Parse Elapsd % 100*(44,009 / 374,902)= 11.7388010733471680599196590% = 11.74% |
% Blocks changed per Read: 0.37 Recursive Call %: 1.14 Rollback per transaction %: 38.22 Rows per Sort: 11.83如果回滚率过高,可能说明你的数据库经历了太多的无效操作过多的回滚可能还会带来Undo Block的竞争该参数计算公式如下: Round(User rollbacks / (user commits + user rollbacks) ,4)* 100%…………….user commits 31,910 12.9 0.6user rollbacks 19,740 8.0 0.4……………. 对于本例: Round(19740 / (31910 + 19740),4) = .3822 |
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) | Powered by Discuz! X3.2 |