Chinaunix首页 | 论坛 | 博客
  • 博客访问: 561452
  • 博文数量: 49
  • 博客积分: 8051
  • 博客等级: 中将
  • 技术积分: 1846
  • 用 户 组: 普通用户
  • 注册时间: 2006-05-27 12:05
文章分类

全部博文(49)

文章存档

2011年(1)

2010年(4)

2009年(18)

2008年(26)

我的朋友

分类: Oracle

2008-11-28 11:17:50

1.ratio of Logical Reads to Physical Reads

  The ratio should be 100s or 1000s : 1. 

2.if redo size per second is higher than usual,it implies update or insert and will obviously take more time and effort 

3.poor Database cache hit rate leads to high physical I/O.

4.For Buffer Hit, much higher much better,near to 100% will be the best.

 V$SYSMETRIC

5.Logical Reads per second and the ratio as compared to the redo size

This ratio has an averaged ~ 10:1 for the whole hour period  indicating very high read activity ,this is likely to cause high CPU consumption

6.(latch: cache buffers chains) generally point to same block
being accessed many times

7.The reason for db file scattered read

 SQL Tuning issues, lack of indexes, IO contention, etc

8.Response Time = Service Time + Wait Time

'Service Time' is measured using the statistic 'CPU used by this session' 

'Wait Time' is measured by summing up time spent on Wait Events

 we need to calculate percentages for all the 'Response Time' components ,and then we can detimine if the event in the top 5 event is the bottleneck




Reference note 565812.1 276103.1



阅读(690) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~