Oracle DataFiles Test
This test indicates the level of activity on a specific datafile in terms of the rate of physical reads and physical writes.
Note:
This test will not report metrics for an Oracle 12c CDB server.
Target of the test : An Oracle server
Agent deploying the test : An internal agent
Outputs of the test : One set of results for every SID monitored.
|
Measurement | Description | Measurement Unit | Interpretation |
---|---|---|---|
Physical block read rate: |
Indicates the rate at which disk blocks are being read from a specific datafile. |
Blocks/Sec |
A scenario in which more than 50% of blocks are being read from a single datafile could signify a problem. |
Physical block write rate: |
Indicates the rate at which disk blocks are being written to a specific datafile. |
Blocks/Sec |
A scenario in which more than 50% of blocks are being written to a single datafile could signify a problem. Too much activity to a specific datafile can result in reduced database performance. To improve performance, consider balancing I/O across disks, and reorganize tables across tablespaces to reduce activity to a specific datafile. |
Percent total I/O: |
Indicates the percentage of total I/O operations on the database server that were handled by a data file.
|
Percent |
Disk reads and writes are expensive operations and all I/Os should be balanced across the different data files of an Oracle database for optimal performance. This metric reports the percentage of all I/O of an Oracle database that are happening on each of the data files of the Oracle database. This metric allows an Oracle administrator to determine which is/are the hot data file(s) (e.g., which data file is handling 80% of the total I/O). |