Measures reported by SqlAzuProStTest
This test monitors each database instance in the target Microsoft SQL Azure database server and reports the maximum physical reads and logical reads consumed per SQL procedure execution. The maximum CPU time and time elapsed per procedure execution are also identified. The detailed diagnosis of this test lists the top procedures that consumed the maximum physical and logical reads. Administrators can use the detailed diagnosis and figure out the procedures that are executing with delays.
Outputs of the test : One set of results for the target Microsoft SQL Azure database server being monitored.
The measures made by this test are as follows:
| Measurement |
Description |
Measurement Unit |
Interpretation |
| Maximum_physical_reads |
Indicates the maximum physical reads consumed per execution of an SQL procedure on the SQL Azure database instance. |
Reads/execution |
The detailed diagnosis of this measure lists the Database ID, Object name, Type desc, Sql handle, Cached time, Last execution time, Execution count, Last physical reads count, Physical reads per exec, Logical writes count and Logical writes per exec. |
| Maximum_logical_reads |
Indicates the maximum logical reads consumed per execution of an SQL procedure on the SQL Azure database instance. |
Reads/execution |
The detailed diagnosis of this measure lists the Database ID, Object name, Type desc, Sql handle, Cached time, Last execution time, Execution count, Last physical reads count, Physical reads per exec, Logical writes count and Logical writes per exec. |
| Maximum_CPU_time |
Indicates the maximum CPU time taken per execution of the SQL procedure on the SQL Azure database instance. |
Seconds/execution |
The detailed diagnosis of this measure lists the Database id, Object name, Type desc, Sql handle, Cached time, Last execution time, Execution count, CPU time(Seconds), CPU time per exec(seconds), Logical writes count, and Logical writes per exec. |
| Maximum_elapsed_time |
Indicates the maximum time elapsed per execution of an SQL procedure on the SQL Azure database instance. |
Seconds/execution |
The detailed diagnosis of this measure lists the Database id, Object name, Type desc, Sql handle, Cached time, Last execution time, Execution count, Elapsed time(Seconds), Elapsed time per exec(Seconds), Logical writes count, and Logical writes per exec. |
| Maximum_spills |
Indicates the maximum amount of data spill that occurred per execution of an SQL procedure on the SQL Azure database instance. |
Spills/execution |
The detailed diagnosis of this measure lists the Database id, Object name, Type desc, Sql handle, Cached time, Last execution time, Execution count, Last spills count, Last spills per exec, Logical writes count, and Logical writes per exec. |
|