Disk read statistics


Job details

Name: Disk read statistics
Platform: Oracle
Category: Performance
Description: Collects disk read statistics from v$system_event performance view for db file sequential and dbfile scattered read event.
Long description: Task collects disk read statistics from v$system_event performance view for db file sequential read event (a single-block read, for example index fetch by ROWID) and a db file scattered read event (a multiblock read, for example a full-table scan).
Version: 2.4
Default schedule: 4,14,24,34,44,54 * * *
Requires engine install: Yes
Compatibility tag: .[type=‘instance’ & databasetype=‘oracle’]/.[hasengine=‘YES’ & maj_version > ‘8′]

Parameters

Name Default value Description
keep data for 14 The amount of days the statistics are kept in the history table.

Job Summary

SELECT event, total_waits, total_timeouts, time_waited_micro FROM v$system_event WHERE event IN ('db file scattered read', 'db file sequential read');

Job Details

Technical Implementation

Dependencies and Cleanup

Report Generation

Technical Notes

This comprehensive setup ensures that database administrators have a clear insight into disk read operations, which are critical for maintaining optimal performance in Oracle databases.