eygle.com   eygle.com
eygle.com  
 
eygle.com - 留言簿 - 回复留言 - Powered by eYgLe.Com
返回留言簿
回 复 留 言
留言ID:
留言原文:
To: eygle
  SQL> select TO_CHAR (snap_time,'yyyy-mm-dd HH24:MI:SS') snap_time,
  SUBSTR (TO_CHAR (snap_time,'yyyy-mm-dd HH24:MI:SS'),12) TIME,
  (newreads.VALUE - oldreads.VALUE) READS,
  (newwrites.VALUE - oldwrites.VALUE) WRITES
 from perfstat.stats$sysstat oldreads,
  perfstat.stats$sysstat newreads,
  perfstat.stats$sysstat oldwrites,
  perfstat.stats$sysstat newwrites,
  perfstat.stats$sysstat sn
  where newreads.snap_id=sn.snap_id
  and newwrites.snap_id=sn.snap_id
  and oldreads.snap_id=sn.snap_id - 1
  and oldwrites.snap_id=sn.snap_id - 1
  and oldreads.NAME='physical reads'
  and newreads.NAME='physical reads'
  and oldwrites.NAME='physical writes'
  and newwrites.NAME='physical writes'
  and (newreads.VALUE - oldreads.VALUE)>0
  and (newwrites.VALUE - oldwrites.VALUE)>0
/
From: javen
2009.11.25 20:14
管理密码: 请输入管理密码, 否则无法回复.
斑竹昵称:
信息图标: ( 随机 )


BB 代码:
内容:

如果想删除回复, 请点击最下面的删除回复按钮.
删 除 回 复
管理密码: 请输入管理员密码, 只有版主才能删除回复.
Copyright © 2003~2012 eygle.com All Rights Reserved.
Powered by: www.eygle.com