zoukankan      html  css  js  c++  java
  • ADDM 报告结果中的相关术语

    DATABASE TIME: This is the ADDM's measurement of throughput. From the user's
       point of view: this is the total amount of time spent by users waiting for
       a response from the database after issuing a call (not including
       networking). From the database instance point of view: this is the total
       time spent by forground processes waiting for a database resource (e.g.,
       read I/O), running on the CPU and waiting for a free CPU (run-queue). The
       target of ADDM analysis is to reduce this metric as much as possible,
       thereby reducing the instance's response time.
     
    AVERAGE DATABASE LOAD: At any given time we can count how many users (also
       called 'Active Sessions') are waiting for an answer from the instance. This
       is the ADDM's measurement for instance load. The 'Average Database Load' is
       the average of the the load measurement taken over the entire analysis
       period. We get this number by dividing the 'Database Time' by the analysis
       period. For example, if the analysis period is 30 minutes and the 'Database
       Time' is 90 minutes, we have an average of 3 users waiting for a response.
     
    IMPACT: Each finding has an 'Impact' associated with it. The impact is the
       portion of the 'Database Time' the finding deals with. If we assume that
       the problem described by the finding is completely solved, then the
       'Database Time' will be reduced by the amount of the 'Impact'.
     
    BENEFIT: Each recommendation has a 'benefit' associated with it. The ADDM
       analysis estimates that the 'Database Time' can be reduced by the 'benefit'
       amount if all the actions of the recommendation are performed.

  • 相关阅读:
    开发者入门必读:最值得看的十大机器学习公开课
    ansible 文件模块,很实用
    前端之Bootstrap框架
    47考题整理
    前端之jQuery
    前端之BOM和DOM
    python补充之进制转换、exec、eval、compile
    JavaScript
    css(2)
    前端之form表单与css(1)
  • 原文地址:https://www.cnblogs.com/ungshow/p/1362863.html
Copyright © 2011-2022 走看看