Section 1- oratop and database/instance specifics

spid       :oratop's server SPID connected to instance,
   SID        :instance name (First 4 letters), 
   clock      :Time of current stats collected (hh24:mi:ss)
   time       :uptime since this instance startup,
   ins        :Total number of active database instance(s),
   MT         :database total memory (sum Memory_Target),
   ses        :Total user's sessions,
   usr        :Total distinct database foreground (F/G) users,
   %DB      :%database Active, 0 0ndicate idle db

Section 2- Cluster-wide "Top 5 instances activity" ordered by Wait Time 
   ID         :instance id,
   %HC        :Host CPU Utilization, %(busy/busy+idle),
   HLD        :Current Host Load,
   MBPS       :throughput, 'I/O Megabytes per Second',
   %FR        :Shared Pool Free %,
   PGAU       :total PGA inuse,
   IORL       :Avg Synchronous Single-Block Read Latency,
   PQS        :PQ Slave Session Count,
   ASC        :Active Sessions on CPU,
   ASI        :Active Sessions waiting on user i/o,
   ASW        :Active Sessions waiting/sleeping,
   AST        :Total Active Sessions,
   ASB        :Active Sessions blocked,
   AAS        :Average Active Sessions,
   CTPS       :(CPS) User Calls Per Sec, OR,                (TPS) User Transactions Per Sec (appears in RED),
   SSRT       :SQl service Response time,
   DBC        :database cpu time ratio,
   DBW        :database wait time ratio.

Section 3- Cluster-wide "Top 5 Timed Events" ordered by Wait Time 
   EVENT      :database wait event,
   WAITS      :cluster average Total waits,
   TIME(s)    :cluster average Total wait time in seconds),
   AVG_MS     ::cluster Average wait time in milliseconds,
   PCT        :Percent of wait time,
   WAIT_CLASS :Name of the wait class corresponding to the event.

Section 4- Session/process none-idle ordered by Wait Time desc.
   ID         :instance id,
   SID        :session id,
   SPID       :server process os pid,
   USR        :user name (abbreviated),
   PROG       :program name (abbreviated),
   PGA        :process pga used,
   OPN        :OPERATION name, e.g. SELECT,
   SQLID      :SQL identifier if no blocker, else,
   /BLOCKR    :final blocking instance:session:ospid,
   E/T        :Elapsed Time since the session has become active. Units: (s)econds, (M)inutes, (h)our, (d)ay.
   STATUS     :ACTIVE | INACTIVE | KILLED | CACHED | SNIPED,
   STE        :Process STATE: ON CPU or USR I/O or WAITING,
   WAIT_EVENT :process wait event name,
   W/T        :Wait Time. Units: (u)-micro second, (m)illi second, (s)econds, (M)inutes, (h)our, (d)ay.

最新文章

  1. unicode 和 utf8
  2. 【06-18】CentOS使用笔记
  3. Inno setup 安装*.inf文件_示例
  4. Apache MPM winnt
  5. μc/osⅡ简化版任务机制浅析
  6. String, StringBuffer, StringBuilder(转载)
  7. 【PHP设计模式 02_JieKou.php】面向接口开发
  8. .Net平台下的B/S开发框架
  9. Sicily 1034. Forest
  10. Linux 组配置文件(/etc/group)
  11. 【noip模拟】最小点覆盖
  12. Python之file
  13. [Swift]LeetCode23. 合并K个排序链表 | Merge k Sorted Lists
  14. cocoapods 换源
  15. IE高级配置中,存在SSL支持协议,例如SSL TLS。
  16. Centos 安装 Nginx 详细过程
  17. java.lang.NumberFormatException 错误及解决办法
  18. A - 小希的迷宫
  19. 8188EU 在AM335X MC183上以AP+STA工作
  20. EA Data Modeling 显示别名设置

热门文章

  1. (Python )运算符
  2. 校验两次密码一致的js代码
  3. table中的标题行冻结的简单实现
  4. 张小龙《微信背后的产品观》之PPT完整文字版
  5. Jade之Template Inheritance
  6. 【模板】【转载】区间dp
  7. processing学习笔记
  8. Android 5.x特性概览一
  9. 配置SharePoint 2013 Search 拓扑结构
  10. SharePoint API如何处理时区问题