Schedule demo

Microsoft Azure Storage Account Monitoring


Microsoft Azure Storage Account - An Overview

Azure Storage Account is a group of highly scalable cloud-based storage services available for applications running in Azure cloud. Azure Storage Account provides facilities for storing files (File storage), files and media (Blob storage), messages (Queue storage) and non-relational schema-less data (Table storage).

This help document enables you to understand how to get started with Azure Storage Account monitoring and to keep a close watch on the numerous Azure Storage Account performance metric using Applications Manager's Azure Storage Account monitoring tool.

Creating a new Microsoft Azure Storage Account Monitor

To learn how to create a new Microsoft Azure Storage Account Monitor, click here.

Note:
  • Azure Storage Account Monitoring supports ZRS Storage Accounts from v15310 onwards.
  • Azure Premium Accounts are supported in a seperate monitor.Click here to learn more about Applications Manager's Azure Premium Storage Account monitoring.
  • CAPACITY & FILE SHARE UTILIZATION group metrics are mapped under Performance Polling. To adjust the polling interval, navigate to Settings → Performance Polling. In the Optimize Data Collection tab, select Azure Storage Account as the Monitor Type and Capacity Metrics as the Metric Name. Then set Default Polling Status as required, by default opted as Collect data at customized time intervals with 1 hour interval.

Monitored Parameters

Navigate to the Category View by clicking the Monitors tab. Hover over 'Child Monitors' under Microsoft Azure in the Cloud Apps table, and then select the Storage Accounts monitor from the displayed tooltip. This action will display the bulk configuration view for Azure Storage Account in three tabs:

  • Availability tab gives the Availability history for the past 24 hours or 30 days.
  • Performance tab gives the Health Status and events for the past 24 hours or 30 days.
  • List view enables you to perform bulk admin configurations.

Azure monitoring tools like Applications Manager's Microsoft Azure monitor provides a brief detail of the Azure Storage Account under the given subscription. Following are the list of metrics monitored in Azure Storage Account Monitoring in their corresponding tabs:

Note: Data shown for all the metrics in Azure Storage Account monitor is collected via Azure REST APIs (Azure Service APIs and Azure Monitor API)

Overview

Parameter Description
Storage Services Availability
Blob AvailabilityThe percentage of availability for the Blob storage service. Availability is calculated by taking the TotalBillableRequest value and dividing it by the number of applicable requests, including those that produced unexpected errors. All unexpected errors result in reduced availability for the storage service or the specified API operation.
Table AvailabilityThe percentage of availability for the Table storage service.Availability is calculated by taking the TotalBillableRequests value and dividing it by the number of applicable requests, including those that produced unexpected errors. All unexpected errors result in reduced availability for the storage service or the specified API operation.
Queue AvailabilityThe percentage of availability for the Queue storage service . Availability is calculated by taking the TotalBillableRequests value and dividing it by the number of applicable requests, including those that produced unexpected errors. All unexpected errors result in reduced availability for the storage service or the specified API operation.
File AvailabilityThe percentage of availability for the File storage service .Availability is calculated by taking the TotalBillableRequests value and dividing it by the number of applicable requests, including those that produced unexpected errors. All unexpected errors result in reduced availability for the storage service or the specified API operation.
CONFIGURATION
Storage Account NameThe name of the Azure Storage Account.
Primary StatusStatus of Storage Account. Possible Values: Available/Unavailable.
Secondary StatusStatus of the Replica of Storage Account. Possible Values: Available/Unavailable.
This attribute is available only if the Replication Type is Standard_RAGRS or Standard_GRS.
Resource GroupResource Group where the Storage Account is allocated in.
LocationRegion where the storage account is provisioned
Provisioning StateProvisioning state of Storage Account. Possible values :
  • Invalid
  • Creating
  • Deleting
  • Succeeded
  • Failed
  • Cancelled
Replication TypeThe replication type used by the Storage account. Possible values:
  • Standard_LRS
  • Standard_GRS
  • Standard_RAGRS
  • Standard_ZRS

Blobs

ParameterDescription
Capacity
Blobs User Data SizeThe amount of storage used by the storage account’s Blob service (in GB).
Container CountThe number of blob containers in the storage account’s Blob service.
Blob Object CountThe number of blob objects in the storage account’s Blob service.
Throughput
Blobs Total IngressThe amount of ingress data (in MB/Hour). This number includes ingress from an external client into Azure Storage Account as well as ingress within Azure.
Blobs Total EgressThe amount of egress data (in MB/Hour). This number includes egress to an external client from Azure Storage Account as well as egress within Azure. As a result, this number does not reflect billable egress.
Blobs Total RequestsThe number of requests made to Blobs storage service or the specified API operation. This number includes successful and failed requests, as well as requests which produced errors.
Blobs Total Billable RequestsThe number of billable requests to Blobs
Latency
Blobs Average End-To-End LatencyThe average end-to-end latency of successful requests made to Blobs or the specified API operation (in ms). This value includes the required processing time within Azure Storage Account to read the request, send the response, and receive acknowledgment of the response.
Blobs Average Server LatencyThe average latency used by Azure Storage Account to process a successful request (in ms). This value does not include the network latency specified in AverageE2ELatency.
Requests Failed- Throttling Errors
Blobs Throttling ErrorsThe number of authenticated requests to Blob storage service or the specified API operation that returned a ThrottlingError.
Blobs Anonymous Throttling ErrorsThe number of anonymous requests to Blob storage service or the specified API operation that returned an AnonymousThrottlingError.
Blobs SAS Throttling ErrorsThe number of SAS requests to Blob storage service or the specified API operation that returned a SASThrottlingError.
Blobs Throttling Error PercentageThe percentage of requests that failed with a throttling error.
Requests Failed – Timeout Errors
Blobs Client Timeout ErrorsThe number of authenticated requests to Blob storage service or the specified API operation that returned a ClientTimeoutError.
Blobs Anonymous Client Timeout ErrorsThe number of anonymous requests to Blob storage service or the specified API operation that returned an AnonymousClientTimeoutError.
Blobs SAS Client Timeout ErrorsThe number of SAS requests to Blob storage service or the specified API operation that returned an SASClientTimeoutError.
Blobs Server Timeout ErrorsThe number of authenticated requests to Blob storage service or the specified API operation that returned a ServerTimeoutError.
Blobs Anonymous Server Timeout ErrorsThe number of anonymous requests to Blob storage service or the specified API operation that returned an AnonymousServerTimeoutError.
Blobs SAS Server Timeout ErrorsThe number of SAS requests to Blob storage service or the specified API operation that returned an SASServerTimeoutError.
Blobs Percent Timeout ErrorsThe percentage of requests that failed with a timeout error. This number includes both client and server timeouts.
Requests Failed – Other Client Errors
Blobs Client Other ErrorsThe number of authenticated requests to a storage service or the specified API operation that returned a ClientOtherError.
Blobs SAS Client Other ErrorsThe number of SAS requests to a storage service or the specified API operation that returned an SASClientOtherError.
Blobs Anonymous Client Other ErrorsThe number of anonymous requests to a storage service or the specified API operation that returned an AnonymousClientOtherError.
Blobs Client Other Error PercentageThe percentage of requests that failed with a ClientOtherError.
Requests Failed – Other Server Errors
Blobs Server Other ErrorsThe number of authenticated requests to Blob storage service or the specified API operation that returned a ServerOtherError.
Blobs Anonymous Server Other ErrorsThe number of anonymous requests to Blob storage service or the specified API operation that returned an AnonymousServerOtherError.
Blobs SAS Server Other ErrorsThe number of SAS requests to Blob storage service or the specified API operation that returned an SASServerOtherError.
Blobs Server Other Error PercentageThe percentage of requests that failed with a ServerOtherError.
Requests Failed – Authorization Errors
Blobs Authorization ErrorsThe number of authenticated requests to Blob storage service or the specified API operation that returned an AuthorizationError.
Blobs Anonymous Authorization ErrorsThe number of anonymous requests to Blob storage service or the specified API operation that returned an AnonymousAuthorizationError.
Blobs SAS Authorization ErrorsThe number of SAS requests to Blob storage service or the specified API operation that returned an SASAuthorizationError.
Blobs Authorization Errors PercentageThe percentage of requests that failed with an AuthorizationError.
Requests Failed – Network Errors
Blobs Network ErrorsThe number of authenticated requests to Blob storage service or the specified API operation that returned a NetworkError.
Blobs Anonymous Network ErrorsThe number of anonymous requests to Blob storage service or the specified API operation that returned an AnonymousNetworkError .
Blobs SAS Network ErrorsThe number of SAS requests to Blob storage service or the specified API operation that returned a SASNetworkError.
Blobs Network Errors PercentageThe percentage of requests that failed with a NetworkError.
Successful Requests
Successful Requests to BlobsThe number of successful requests made to a storage service or the specified API operation.
Blobs Anonymous Successful RequestsThe number of successful anonymous requests made to a storage service or the specified API operation.
Blobs SAS Successful RequestsThe number of successful Shared Access Signature (SAS) requests made to a storage service or the specified API operation.
Blobs Successful Requests PercentageThe percentage of successful requests.
Note: If there are no requests made against the storage, the value of the PercentSuccess metric will be zero. If you are monitoring PercentSuccess, you will also need to ensure that the value of the TotalRequests metric is greater than zero.

Tables

ParameterDescription
Capacity
Table User Data Size (GB)The amount of storage used by the storage account’s Table service (in GB).
Table CountTotal number of tables present in the storage account's Table service.
Table Entity CountThe total number of table entities in the storage account's Table service.
Throughput
Tables Total IngressThe amount of ingress data (in MB/Hour). This number includes ingress from an external client into Azure Storage Account as well as ingress within Azure.
Tables Total EgressThe amount of egress data (in MB/Hour). This number includes egress to an external client from Azure Storage Account as well as egress within Azure. As a result, this number does not reflect billable egress.
Tables Total RequestsThe number of requests made to Table storage service or the specified API operation. This number includes successful and failed requests, as well as requests which produced errors.
Tables Total Billable RequestsThe number of billable requests to Tables
Latency
Tables Average End-To-End LatencyThe average end-to-end latency of successful requests made to Tables or the specified API operation (in ms). This value includes the required processing time within Azure Storage Account to read the request, send the response, and receive acknowledgment of the response.
Tables Average Server LatencyThe average latency used by Azure Storage Account to process a successful request (in ms). This value does not include the network latency specified in AverageE2ELatency.
Requests Failed- Throttling Errors
Tables Throttling ErrorsThe number of authenticated requests to Table storage service or the specified API operation that returned a ThrottlingError.
Tables Anonymous Throttling ErrorsThe number of anonymous requests to Table storage service or the specified API operation that returned an AnonymousThrottlingError.
Tables SAS Throttling ErrorsThe number of SAS requests to Table storage service or the specified API operation that returned a SASThrottlingError.
Tables Throttling Error PercentageThe percentage of requests that failed with a throttling error.
Requests Failed – Timeout Errors 
Tables Client Timeout ErrorsThe number of authenticated requests to Table storage service or the specified API operation that returned a ClientTimeoutError.
Tables Anonymous Client Timeout ErrorsThe number of anonymous requests to Table storage service or the specified API operation that returned an AnonymousClientTimeoutError.
Tables SAS Client Timeout ErrorsThe number of SAS requests to Table storage service or the specified API operation that returned an SASClientTimeoutError.
Tables Server Timeout ErrorsThe number of authenticated requests to Table storage service or the specified API operation that returned a ServerTimeoutError.
Tables Anonymous Server Timeout ErrorsThe number of anonymous requests to Table storage service or the specified API operation that returned an AnonymousServerTimeoutError.
Tables SAS Server Timeout ErrorsThe number of SAS requests to Table storage service or the specified API operation that returned an SASServerTimeoutError.
Tables Percent Timeout ErrorsThe percentage of requests that failed with a timeout error. This number includes both client and server timeouts.
Requests Failed – Other Client Errors
Tables Client Other ErrorsThe number of authenticated requests to Table storage service or the specified API operation that returned a ClientOtherError.
Tables SAS Client Other ErrorsThe number of SAS requests to Table storage service or the specified API operation that returned an SASClientOtherError.
Tables Anonymous Client Other ErrorsThe number of anonymous requests to Table storage service or the specified API operation that returned an AnonymousClientOtherError.
Tables Client Other Error PercentageThe percentage of requests that failed with a ClientOtherError.
Requests Failed – Other Server Errors
Tables Server Other ErrorsThe number of authenticated requests to Table storage service or the specified API operation that returned a ServerOtherError.
Tables Anonymous Server Other ErrorsThe number of anonymous requests to Table storage service or the specified API operation that returned an AnonymousServerOtherError.
Tables SAS Server Other ErrorsThe number of SAS requests to Table storage service or the specified API operation that returned an SASServerOtherError.
Tables Server Other Error PercentageThe percentage of requests that failed with a ServerOtherError.
Requests Failed – Authorization Errors
Tables Authorization ErrorsThe number of authenticated requests to Table storage service or the specified API operation that returned an AuthorizationError.
Tables Anonymous Authorization ErrorsThe number of anonymous requests to Table storage service or the specified API operation that returned an AnonymousAuthorizationError.
Tables SAS Authorization ErrorsThe number of SAS requests to Table storage service or the specified API operation that returned an SASAuthorizationError.
Tables Authorization Errors PercentageThe percentage of requests that failed with an AuthorizationError.
Requests Failed – Network Errors
Tables Network ErrorsThe number of authenticated requests to Table storage service or the specified API operation that returned a NetworkError.
Tables Anonymous Network ErrorsThe number of anonymous requests to Table storage service or the specified API operation that returned an AnonymousNetworkError .
Tables SAS Network ErrorsThe number of SAS requests to Table storage service or the specified API operation that returned a SASNetworkError.
Tables Network Errors PercentageThe percentage of requests that failed with a NetworkError.
Successful Requests
Successful Requests to TablesThe number of successful requests made to Table storage service or the specified API operation.
Tables Anonymous Successful RequestsThe number of successful anonymous requests made to Table storage service or the specified API operation.
Tables SAS Successful RequestsThe number of successful Shared Access Signature (SAS) requests made to Table storage service or the specified API operation.
Tables Successful Requests PercentageThe percentage of successful requests.
Note that if there are no requests made against storage, the value of the PercentSuccess metric will be zero. If you are monitoring PercentSuccess, you will also want to ensure that the value of the TotalRequests metric is greater than zero.

Files

ParameterDescription
Capacity
File User Data Size (GB)The average amount of storage used by the storage account’s File service (in GB).
File CountThe total number of files present in the storage account's File service.
File Share CountThe total number of file shares present in the storage account's File service.
File Share Quota (GB)The total amount of storage that can be used by File service (in GB).
File Share Snapshot CountThe total number of snapshots present on the share in storage account's File service.
File Share Snapshot Size (GB)The total amount of storage used by the snapshots in storage account's File service (in GB).
File Share Utilization
File Share UtilizationThe percentage of storage used by the storage account's File service (in %).
Throughput
Files Total IngressThe amount of ingress data (in MB/Hour). This number includes ingress from an external client into Azure Storage Account as well as ingress within Azure.
Files Total EgressThe amount of egress data (in MB/Hour). This number includes egress to an external client from Azure Storage Account as well as egress within Azure. As a result, this number does not reflect billable egress.
Files Total RequestsThe number of requests made to File storage service or the specified API operation. This number includes successful and failed requests, as well as requests which produced errors.
Files Total Billable RequestsThe number of billable requests to Files
Latency
Files Average End-To-End LatencyThe average end-to-end latency of successful requests made to File Storage Service or the specified API operation (in ms). This value includes the required processing time within Azure Storage Account to read the request, send the response, and receive acknowledgment of the response.
Files Average Server LatencyThe average latency used by Azure Storage Account to process a successful request (in ms). This value does not include the network latency specified in AverageE2ELatency.
Requests Failed- Throttling Errors
Files Throttling ErrorsThe number of authenticated requests to File storage service or the specified API operation that returned a ThrottlingError.
Files Anonymous Throttling ErrorsThe number of anonymous requests to File storage service or the specified API operation that returned an AnonymousThrottlingError.
Files SAS Throttling ErrorsThe number of SAS requests to File storage service or the specified API operation that returned a SASThrottlingError.
Files Throttling Error PercentageThe percentage of requests that failed with a throttling error.
Requests Failed – Timeout Errors
Files Client Timeout ErrorsThe number of authenticated requests to File storage service or the specified API operation that returned a ClientTimeoutError.
Files Anonymous Client Timeout ErrorsThe number of anonymous requests to File storage service or the specified API operation that returned an AnonymousClientTimeoutError.
Files SAS Client Timeout ErrorsThe number of SAS requests to File storage service or the specified API operation that returned an SASClientTimeoutError.
Files Server Timeout ErrorsThe number of authenticated requests to File storage service or the specified API operation that returned a ServerTimeoutError.
Files Anonymous Server Timeout ErrorsThe number of anonymous requests to File storage service or the specified API operation that returned an AnonymousServerTimeoutError.
Files SAS Server Timeout ErrorsThe number of SAS requests to File storage service or the specified API operation that returned an SASServerTimeoutError.
Files Percent Timeout ErrorsThe percentage of requests that failed with a timeout error. This number includes both client and server timeouts.
Requests Failed – Other Client Errors
Files Client Other ErrorsThe number of authenticated requests to File storage service or the specified API operation that returned a ClientOtherError.
Files SAS Client Other ErrorsThe number of SAS requests to File storage service or the specified API operation that returned an SASClientOtherError.
Files Anonymous Client Other ErrorsThe number of anonymous requests to File storage service or the specified API operation that returned an AnonymousClientOtherError.
Files Client Other Error PercentageThe percentage of requests that failed with a ClientOtherError.
Requests Failed – Other Server Errors
Files Server Other ErrorsThe number of authenticated requests to File storage service or the specified API operation that returned a ServerOtherError.
Files Anonymous Server Other ErrorsThe number of anonymous requests to File storage service or the specified API operation that returned an AnonymousServerOtherError.
Files SAS Server Other ErrorsThe number of SAS requests to File storage service or the specified API operation that returned an SASServerOtherError.
Files Server Other Error PercentageThe percentage of requests that failed with a ServerOtherError.
Requests Failed – Authorization Errors
Files Authorization ErrorsThe number of authenticated requests to File storage service or the specified API operation that returned an AuthorizationError.
Files Anonymous Authorization ErrorsThe number of anonymous requests to File storage service or the specified API operation that returned an AnonymousAuthorizationError.
Files SAS Authorization ErrorsThe number of SAS requests to File storage service or the specified API operation that returned an SASAuthorizationError.
Files Authorization Errors PercentageThe percentage of requests that failed with an AuthorizationError.
Requests Failed – Network Errors
Files Network ErrorsThe number of authenticated requests to File storage service or the specified API operation that returned a NetworkError.
Files Anonymous Network ErrorsThe number of anonymous requests to File storage service or the specified API operation that returned an AnonymousNetworkError .
Files SAS Network ErrorsThe number of SAS requests to File storage service or the specified API operation that returned a SASNetworkError.
Files Network Errors PercentageThe percentage of requests that failed with a NetworkError.
Successful Requests
Successful Requests to FilesThe number of successful requests made to File storage service or the specified API operation.
Files Anonymous Successful RequestsThe number of successful anonymous requests made to File storage service or the specified API operation.
Files SAS Successful RequestsThe number of successful Shared Access Signature (SAS) requests made to File storage service or the specified API operation.
Files Successful Requests PercentageThe percentage of successful requests.
Note that if there are no requests made against storage, the value of the PercentSuccess metric will be zero. If you are monitoring PercentSuccess, you will also want to ensure that the value of the TotalRequests metric is greater than zero.

Queues

ParameterDescription
Capacity
Queue User Data Size (GB)The average amount of storage used by the storage account’s Queue service (in GB).
Queue CountThe total number of queue in the storage account's Queue service.
Queue Message CountThe approximate number of queue messages in the storage account's Queue service.
Throughput
Queues Total IngressThe amount of ingress data (in MB/Hour). This number includes ingress from an external client into Azure Storage Account as well as ingress within Azure.
Queues Total EgressThe amount of egress data (in MB/Hour). This number includes egress to an external client from Azure Storage Account as well as egress within Azure. As a result, this number does not reflect billable egress.
Queues Total RequestsThe number of requests made to Queue storage service or the specified API operation. This number includes successful and failed requests, as well as requests which produced errors.
Queues Total Billable RequestsThe number of billable requests to Queues
Latency
Queues Average End-To-End LatencyThe average end-to-end latency of successful requests made to Queue or the specified API operation (in ms). This value includes the required processing time within Azure Storage Account to read the request, send the response, and receive acknowledgment of the response.
Queues Average Server LatencyThe average latency used by Azure Storage Account to process a successful request (in ms). This value does not include the network latency specified in AverageE2ELatency.
Requests Failed- Throttling Errors
Queues Throttling ErrorsThe number of authenticated requests to Queue storage service or the specified API operation that returned a ThrottlingError.
Queues Anonymous Throttling ErrorsThe number of anonymous requests to Queue storage service or the specified API operation that returned an AnonymousThrottlingError.
Queues SAS Throttling ErrorsThe number of SAS requests to Queue storage service or the specified API operation that returned a SASThrottlingError.
Queues Throttling Error PercentageThe percentage of requests that failed with a throttling error.
Requests Failed – Timeout Errors
Queues Client Timeout ErrorsThe number of authenticated requests to Queue storage service or the specified API operation that returned a ClientTimeoutError.
Queues Anonymous Client Timeout ErrorsThe number of anonymous requests to Queue storage service or the specified API operation that returned an AnonymousClientTimeoutError.
Queues SAS Client Timeout ErrorsThe number of SAS requests to Queue storage service or the specified API operation that returned an SASClientTimeoutError.
Queues Server Timeout ErrorsThe number of authenticated requests to Queue storage service or the specified API operation that returned a ServerTimeoutError.
Queues Anonymous Server Timeout ErrorsThe number of anonymous requests to Queue storage service or the specified API operation that returned an AnonymousServerTimeoutError.
Queues SAS Server Timeout ErrorsThe number of SAS requests to Queue storage service or the specified API operation that returned an SASServerTimeoutError.
Queues Percent Timeout ErrorsThe percentage of requests that failed with a timeout error. This number includes both client and server timeouts.
Requests Failed – Other Client Errors
Queues Client Other ErrorsThe number of authenticated requests to Queue storage service or the specified API operation that returned a ClientOtherError.
Queues SAS Client Other ErrorsThe number of SAS requests to Queue storage service or the specified API operation that returned an SASClientOtherError.
Queues Anonymous Client Other ErrorsThe number of anonymous requests to Queue storage service or the specified API operation that returned an AnonymousClientOtherError.
Queues Client Other Error PercentageThe percentage of requests that failed with a ClientOtherError.
Requests Failed – Other Server Errors
Queues Server Other ErrorsThe number of authenticated requests to Queue storage service or the specified API operation that returned a ServerOtherError.
Queues Anonymous Server Other ErrorsThe number of anonymous requests to Queue storage service or the specified API operation that returned an AnonymousServerOtherError.
Queues SAS Server Other ErrorsThe number of SAS requests to Queue storage service or the specified API operation that returned an SASServerOtherError.
Queues Server Other Error PercentageThe percentage of requests that failed with a ServerOtherError.
Requests Failed – Authorization Errors
Queues Authorization ErrorsThe number of authenticated requests to Queue storage service or the specified API operation that returned an AuthorizationError.
Queues Anonymous Authorization ErrorsThe number of anonymous requests to Queue storage service or the specified API operation that returned an AnonymousAuthorizationError.
Queues SAS Authorization ErrorsThe number of SAS requests to Queue storage service or the specified API operation that returned an SASAuthorizationError.
Queues Authorization Errors PercentageThe percentage of requests that failed with an AuthorizationError.
Requests Failed – Network Errors
Queues Network ErrorsThe number of authenticated requests to Queue storage service or the specified API operation that returned a NetworkError.
Queues Anonymous Network ErrorsThe number of anonymous requests to Queue storage service or the specified API operation that returned an AnonymousNetworkError .
Queues SAS Network ErrorsThe number of SAS requests to Queue storage service or the specified API operation that returned a SASNetworkError.
Queues Network Errors PercentageThe percentage of requests that failed with a NetworkError.
Successful Requests
Successful Requests to QueuesThe number of successful requests made to Queue storage service or the specified API operation.
Queues Anonymous Successful RequestsThe number of successful anonymous requests made to Queue storage service or the specified API operation.
Queues SAS Successful RequestsThe number of successful Shared Access Signature (SAS) requests made to Queue storage service or the specified API operation.
Queues Successful Requests PercentageThe percentage of successful requests.
Note that if there are no requests made against storage, the value of the PercentSuccess metric will be zero. If you are monitoring PercentSuccess, you will also want to ensure that the value of the TotalRequests metric is greater than zero.

Loved by customers all over the world

"Standout Tool With Extensive Monitoring Capabilities"

It allows us to track crucial metrics such as response times, resource utilization, error rates, and transaction performance. The real-time monitoring alerts promptly notify us of any issues or anomalies, enabling us to take immediate action.

Reviewer Role: Research and Development

carlos-rivero
"I like Applications Manager because it helps us to detect issues present in our servers and SQL databases."
Carlos Rivero

Tech Support Manager, Lexmark

Trusted by over 6000+ businesses globally