Author: Rainny
Date: 2005-03-11
v$session + v$session_wait
v$process
v$sql(或v$sqlarea)
v$sqltext
v$bh (或x$bh)
v$lock
v$latch_children
v$sysstat
v$system_event
v$enqueue_stat
按组分的几组重要的性能视图
1。System 的 over view
v$sysstat ,--整个系统的统计信息
v$system_event , --This view contains information on total waits for an event.每个事件的等待情况
v$parameter
2。某个session 的当前情况
v$process , v$session ,
v$session_wait ,--This view lists the resources or events for which active sessions are waiting. 当前活动的会话正在等待的事件情况
v$session_event , --This view lists information on waits for an event by a session. 每个会话对每个事件的等待情况
v$sesstat –-每个会话的统计信息
3。SQL 的情况
v$sql , v$sqlarea , v$SQL_PLAN , V$SQL_PLAN_STATISTICS, v$sqltext_with_newlines
3. Latch / lock /ENQUEUE(闩,锁相关)
v$latch , v$latch_children , v$latch_holder , v$lock ,V$ENQUEUE_STAT ,V$ENQUEUE_LOCK
4. IO 方面的
v$segstat , v$filestat , v$tempstat ,v$datafile , v$tempfile
5.shared pool / Library cache
v$Librarycache , v$rowcache , x$ksmsp
6.等待事件:
v$system_event, v$session_wait ,v$session_event
7.块竞争:
v$waitstat-- This view lists block contention statistics.块竞争引起的等待统计
8.热块:
v$bh
【作者: rainnyzhong】【访问统计:】【2007年01月18日 星期四 09:27】【注册】【打印】
你可以使用这个链接引用该篇文章 http://publishblog.blogchina.com/blog/tb.b?diaryID=6050070