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.

oratop 各个指标项说明的更多相关文章

  1. 【Graphite】使用dropwizard.metrics向Graphite中写入指标项数据

    graphite 定时向Graphite中写入指标项数据,指标项模拟个数3000个 使用的类库 官方文档   dropwizard的github地址 Metric官方文档 metrics.dropwi ...

  2. SOAPUI 压力测试的指标项说明

      soapUI Pro指标项说明:   Test Step Sets the startup delay for each thread (in milliseconds), setting to ...

  3. Flume监控指标项

    配置监控 1.修改flume-env.sh export JAVA_OPTS="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmx ...

  4. hbase 监控指标项

    名词解释 JMX:Java Management Extensions,用于用于Java程序扩展监控和管理项 GC:Garbage Collection,垃圾收集,垃圾回收机制 指标项来源 主机名 u ...

  5. Hbase监控指标项

    名词解释 JMX:Java Management Extensions,用于用于Java程序扩展监控和管理项 GC:Garbage Collection,垃圾收集,垃圾回收机制 指标项来源 主机名 u ...

  6. Spark指标项监控

    监控配置 spark的监控主要分为Master.Worker.driver.executor监控.Master和Worker的监控在spark集群运行时即可监控,Driver和Excutor的监控需要 ...

  7. kafka监控指标项

    监控配置 ​ kafka基本分为broker.producer.consumer三个子项,每一项的启动都需要用到 $KAFKA_HOME/bin/kafka-run-class.sh 脚本,在该脚本中 ...

  8. Hadoop监控指标项

    配置 修改$HADOOP_HOME/etc/hadoop/hadoop-env.sh # 在配置namenode和datanode时都会有用到JMX_OPTS的代码,是为了减少重复提取出的公共代码 e ...

  9. List<Map>中根据map的同一指标项数据——去重代码

    先看网络上,博客经常出现的错误代码: for(ABatchAddCheckVO aBatchAddCheckVO : addList){ dto.put("aac001",aBat ...

随机推荐

  1. UIView.FRAMEWORK

    uiview .framework 有太多 属性到现在基本上没怎么接触,今天开始用到了就纪录一下,有空在去了解了: [self.view bringToFront:btn] 把btn 放到self.v ...

  2. LeetCode OJ--Minimum Window Substring ***

    https://oj.leetcode.com/problems/minimum-window-substring/ 模拟题 这道题细节比较多.从左到右扫一遍模拟着做 class Solution { ...

  3. win7自带windows media player 已停止工作

    解决方法如下: 在计算机开始,菜单找到控制面板 ,然后打开程序和功能,选择打开或关闭window功能,媒体功能.再取消windows Media Center Windows MediaPlayer选 ...

  4. SQL 修改列名

    exec sp_rename 'student.Ssex','Sex','column'; 执行后就可达到目的. 即是运用了 exec sp_rename '表明.原列名','新列名','column ...

  5. 关于eclipse在线下载安装android SDK没反应解决方法

    虽然天朝将google这个服务器给和谐掉了 虽然我们也可以选择其他各类FQ软件 虽然你可能有其他手段解决 不过我还是要提供一个参考方法: 具体操作方式: 点击桌面左下角开始菜单中的搜索,把以下路径,复 ...

  6. Mat 转 IplImage

    Mat 转 IplImage 分类: OpenCV2013-06-02 17:00 1487人阅读 评论(0) 收藏 举报 Mat 转 IplImage Mat image1; IplImage *i ...

  7. Ubuntu安装sougou输入法

    1. 按照[1]的步骤进行,完美实现就好. 2. 必须重启后才能实现功能. Reference: [1] http://pinyin.sogou.com/linux/

  8. 简单sql操作

    ----------------------------- 数据库的有关SQL语句 -------------------------1.数据库 创建 create database data_nam ...

  9. javaweb 乱码---汉字存入mysql数据库中变成乱码

    今天郁闷了一天,java程序在向mysql插入数据前不是乱码,数据库安装时也选了编码为utf8(和我程序的编码格式一致).可是插入数据就变成乱码,相当郁闷. 原因:mysql的配置文件中的编码并没有改 ...

  10. elixir 入门笔记

    安装 MAC 平台用 brew 安装 brew update brew install elixir 如果没有 erlang 环境,上面的命令会自定安装 erlang 的环境. 基本数据类型 iex& ...