zoukankan      html  css  js  c++  java
  • How To Calculate IOPS of an Oracle Database

    How To Calculate IOPS of an Oracle Database

     

    IOPS (Input/Output Operations Per Second) is a common performance metric used to compare computer storage devices.

    IOPS in Oracle databases is the total number of read and write requests of the database system per second. To maintain database performance, we must check whether our hardware is capable of processing the request generated by the database system.

    These values ​​are in the dba_hist_sysmetric_summary table.


    Find the IOPS value of the instance(since its started):

    You can access the metric values between two dates by the following query:

    You can also access all metric values from the Instance Activity Stats section of the AWR report.

  • 相关阅读:
    ubuntu12.04启动系统时报错
    TCP&HTTP协议详解
    nginx日志分析、切割与防盗链
    Nginx Rewrite规则详解
    nginx location深入剖析
    hadoop自动安装脚本
    极易中文分词
    朴素贝叶斯算法分析及java 实现
    随机森林(Random Forest)
    ubuntu 13.04 安装 JDK
  • 原文地址:https://www.cnblogs.com/yaoyangding/p/15740599.html
Copyright © 2011-2022 走看看