eG Monitoring
 

Measures reported by AzureDBDetTest

Microsoft Windows Azure SQL Database is similar to an on-premise Microsoft SQL Server and extends the SQL Server database capability to the cloud. Azure SQL Database lets you provision and deploy relational database solutions to the cloud, including many benefits such as, rapid provisioning, scalable, high availability and minimal maintenance overhead.

Maintaining Azure SQL database on the cloud is easy to manage, with less effort, because of the complete infrastructure provided by Microsoft System Center. Though the Azure SQL database can be easily managed, it is also essential to keep track on the day-to-day performance of the Azure SQL database. To achieve this, administrators may use the AzureDBDetTest test.

For each Azure SQL database instance, this test reports the current state and also the resource utilization. Using this test, administrators can identify the Azure SQL database that is improperly sized with CPU, memory and I/O resources.

Output of the test : One set of results for each Azure SQL Database instance of the target Microsoft Azure being monitored

The measures made by this test are as follows:

Measurement Description Measurement Unit Interpretation
Status Indicates the current status of this database instance.   The values reported by this measure and its numeric equivalents are mentioned in the table below:

Numeric Value Measure Value
1 Created
2 Limited
0 Offline

Note:

By default, this measure reports the Measure Values listed in the table above to indicate the current status of this database instance. The graph of this measure however, represents the status of a server using the numeric equivalents only - 0 to 2.

The detailed diagnosis of this measure if enabled, lists the Server name on which the database instance is hosted, the location of the server, status of the server and the current edition of the server.

Tot_size Indicates the maximum size allocated to this database instance. MB  
Used_size Indicates the amount of space that is already utilized in this database instance. MB If the value of this measure is close to the Tot_size measure, then it indicates that the database instance is running short of space. Administrators should either clean the database or provide additional resources.
Free_size Indicates the amount of space that is available for use in this database instance. MB A high value is desired for this measure.
Storage_util Indicates the percentage of space utilized in this database instance. Percent A value close to 100 for this measure denotes that the database instance is running short of space.
Cpu_avg Indicates the average percentage of CPU utilized by the service of this database instance. Percent  
Data_io_avg Indicates the percentage of physical data that is read from this database instance. Percent  
Log_write_avg Indicates the percentage of logs written to this database instance. Percent  
Mem_usage_avg Indicates the percentage of memory utilized by this database instance. Percent A high value for this measure is a cause of concern, If the value of this measure is close to 100, then administrators should either increase the memory limit of the database or free up the available resources.
Succes_con Indicates the number of successful connections to this database instance. Number  
Fail_con Indicates the number of connections that failed to establish on this database instance. Number  
Terminated_con Indicates the number of connections that were terminated on this database instance. Number  
Deadlock Indicates the number of connections that experienced deadlock on this database instance. Number Ideally, the value of this measure should be zero. If a sudden/gradual increase in the value of this measure is noticed, then administrators should query the database to identify when exactly the deadlocks occurred.
throtling Indicates the number of connections that were throttled on this database instance. Number Throttling is a mechanism used by Azure SQL Database to prevent the server from becoming overloaded and unresponsive. It ensures that all users receive an appropriate share of resources and that no one monopolizes resources; Azure SQL Database may close or “throttle” subscriber connections under certain conditions. Too many connections that were throttled may often lead to performance bottleneck. Therefore, the value of this measure should be zero.
Throt_long_trans Indicates the number of long running transactions on this database instance. Number A low value is desired for this measure. A sudden/gradual increase in the value of this measure may decrease the performance of the database as the database locks will be retained by the transactions.