利用Oracle数据库存储和分析Unix操作系统的性能[35]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 kamus 的 blog

       avg(user_cpu + system_cpu)  c5,
       avg(system_cpu)             c6,
       avg(idle_cpu)               c7
  from stats$vmstat
  where trunc(start_date) = to_date(&1,'yyyymmdd')
 group by server_name,to_char(start_date,
'hh24')
 order by server_name,to_char(start_date,
'hh24');

 

3)        周趋势报告

# rpt_vmstat_dy.sql

rem ----------------------------------------

本文关键:利用Oracle数据库存储和分析Unix操作系统的性能
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top