SQL Waits Test
This test reports key statistics pertaining to wait status. This test is specific to Microsoft SQL Server 2005 (or above), and will hence not report any measure for any of the other versions of the Microsoft SQL server.
This test has been disabled by default. To enable this test, go to the enable / disable tests page using the menu sequence : Agents -> Tests -> Enable/Disable, pick Microsoft SQL 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 : A Microsoft SQL server 2005 (or above)
Agent deploying the test : An internal agent
Outputs of the test : One set of results for every type of wait on the Microsoft SQL Server 2005 (or above) being monitored.
|
Measurement | Description | Measurement Unit | Interpretation |
---|---|---|---|
Avg wait time: |
Indicates the average duration of this wait type. |
Seconds |
If a particular wait type is found to have persisted for a long time, it could indicate a processing overhead. |
Waits in progress: |
Indicates the number of processes currently waiting on this wait type. |
Number |
Closely monitoring Waits in progress along with Avg wait time over a period of time will reveal wait types that are locking critical system resources. |
Waits started: |
Indicates the number of waits started per second of this wait type. |
Waits/sec |
|
Cumulative waits: |
Indicates the percentage of time during the last measurement period wait events of this type occurred. |
Percent |
Compare the value of this measure across wait types to know which type of waits have occurred frequently during the last measurement period. |