Oracle RAC System Waits Test
Like the wait activity on stand-alone Oracle servers, administrators also need to observe the wait activity on Oracle servers that are part of a Real Application Cluster (RAC). This test connects to the global view on an Oracle server in an RAC, and pulls out information pertaining to the system-level cluster-related events that wait on the global cache or any other global resource on that Oracle server. Using this information, administrators determine the cluster events on which the database spends most of its time, and which current connections are responsible for the reported waits.
Note:
This test needs to be enabled only while monitoring the Oracle servers in an RAC environment.
This test is disabled by default. To enable the test, go to the enable / disable tests page using the menu sequence : Agents -> Tests -> Enable/Disable, pick Oracle Database as the Component type, Performance as the Test type, choose this test from the disabled tests list, and click on the << button to move the test to the ENABLED TESTS list. Finally, click the Update button.
Target of the test : An Oracle server in an RAC environment
Agent deploying the test : An internal agent
Outputs of the test : One set of results for every system wait event monitored on the Oracle server.
|
Measurement | Description | Measurement Unit | Interpretation |
---|---|---|---|
Total waits: |
Indicates the total number of times waits happened on this event system-wide, since the last measurement period. |
Number |
High waits indicate a problem, but not always. Sometimes waits are just a normal part of database operations. For example, high waits on ‘db file sequential read’ events may indicate a disk bottleneck, but you must check your average disk queue length for each disk spindle to be sure that these waits are abnormal. If a high number of waits are observed on a specific event, you can use the detailed diagnosis capability of the OraSessionWaitTest to figure out whether any current connections have contributed to the increase in waits. |
Total waits timedout: |
Indicates the total number of waits on this event that timed out since the last measurement period. |
Number |
A large number of timed out wait events is typically, undesirable. Use the Oracle-specific documentation to probe the cause of the timeout. |
Avg time waited: |
Indicates the average duration for which the waits on this wait event persisted since the last measurement period. |
Secs |
By comparing the value of this measure across all monitored wait events, you can determine where the database spends most of its time. |