Schedule demo

Azure Virtual Machines


Azure Virtual Machines - An Overview

The Azure Virtual Machines are monitored based on the parameters or the attributes listed below. These attributes provide information about the functioning of the Azure Virtual Machine. Using Applications Manager's Azure Virtual machines monitoring tool, you can also configure thresholds to the numerical attributes based on these details and get notified when the thresholds are violated.

Creating a new Microsoft Azure Virtual Machines monitor

To learn how to create a new Microsoft Azure Virtual Machines monitor, click here.

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 Virtual Machine monitor from the displayed tooltip. This action will display the bulk configuration view for Azure Virtual Machine 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.

Click on the monitor name to see all the server details listed. Following are the list of metrics monitored in Azure Virtual machines monitoring in their corresponding tabs:

Note: In the Edit Monitorpage, users can choose their preferred mode of Data collection. Data collection for the following metrics is done via the following methods:
  • Agents Type: Option to choose the mode of monitoring agent metrics.
    • Azure Monitor Agent: Data Collection via Azure Monitor APIs by configuring metrics through Data Collection Rule (Supported from v171400).
    • Diagnostic agent: Data Collection via Storage Table APIs.
      • When fetching Diagnostic Agent metrics in Azure VM Monitor, applications with a Reader role for monitoring will face certain constraints. The Contributor role is mandatory for the Diagnostic Agent.
      • Diagnostic Agent metrics can be collected from Storage accounts in both public and private links, as long as the storage account is accessible from the machine where Applications Manager is installed. For additional information, please refer to this link.
    • Default options:
      • For Azure Global Cloud Monitors - Azure monitor agent (Recommended)
      • For Azure Government & Azure China Cloud Monitors - Diagnostic agent, as fetching Performance Counters via 'Azure Monitor Metrics' destination using the Azure Monitor Agent is not supported in Azure Government Cloud and Azure China
  • Enable Guest OS Monitoring: This option prompts for the virtual machine's username (discovered automatically) and password. Guest OS monitoring is supported only for Windows VMs and the Windows installation of Applications Manager.
    • Use Public IP : This option must be enabled to use public IP to connect to Azure VM and fetch Guest OS metrics. By default, this option will be unchecked and private IP will be used. This option is not supported from Applications Manager version 175800, as we have upgraded to a new option Connection Type.
    • Connection type : The option allows to select the method of connection when accessing the Azure VM to retrieve Guest OS metrics. This option is supported from Applications Manager version 175800. 
Mode of monitoringData collection methodRequired Privileges
Azure monitorVia Azure APIs---

Azure Agents
Azure monitor agent - Via Azure APIs by deploying Data Collection Rule resource.Azure monitor agent should be installed for the virtual machines by deploying the Data Collection Rule Resource. (Supported from Applications Manager v171400)
Diagnostic agent- Via Storage Table APIsDiagnostic Agent should be enabled for the virtual machines. (Windows and Linux)
Guest OSVia PowerShell scriptsPowerShell remoting should be enabled.

Windows Virtual Machines - Monitored Metrics

Linux Virtual Machines - Monitored Metrics

Windows Virtual Machines - Monitored Metrics

Monitor Information

ParameterDescription
NameDisplay name of the Virtual machine.
Subscription IDSubscription ID of the Azure subscription which contains this VM.
Virtual Machine nameName of the Virtual machine.
Virtual Machine Resource IDResource ID of the Virtual machine.
Agent TypePossible values: Azure monitor agent (Recommended)/Diagnostic agent.

Note: Agent Type is supported from Applications Manager version 171400.

Enable Guest OS monitoringIndicates whether Guest OS monitoring is enabled for the monitor.
UsernameVM's username
TimeoutTimeout Duration (in seconds)
Associated groupsThe monitor groups to which this monitor is associated.
Last polled atSpecifies the time at which the last poll was performed.
Next poll atSpecifies the time at which the next poll is scheduled.
Use Public IPEnabling this option helps to use public IP to connect to Azure VM and fetch Guest OS metrics. By default, this option will be disabled and private IP will be used.

Note: This option is not supported from Applications Manager version 175800, as we have upgraded to a new option Connection Type.

Connection TypeThe option allows to select the method of connection when accessing the Azure VM to retrieve Guest OS metrics. On selecting the Connection Type as Host Name, you need to specify the Host Name or FQDN. Possible values: Private IP/ Public IP/ Host Name.

Note: This option is supported from Applications Manager version 175800.

Host NameOn selecting the Connection Type as Host Name, specify the Host Name or FQDN of the Azure Virtual Machine
Note:
  • By default, the Host Name field will automatically display the FQDN of the Azure VM obtained from the response of the Public IP Addresses - Get API. Users can modify if required.
  • This option is supported from Applications Manager version 175800.

Overview

ParameterDescription
Data Collection Method
Azure Monitor
Azure monitor agent/Diagnostic Agent
Guest OS
CPU UTILIZATION
CPU UtilizationAmount of CPU utilized by the virtual machine (in %).
MEMORY UTILIZATION
Memory UtilizationAmount of memory utilized by the virtual machine (in %).
CPU CREDITS (Applicable only for B-series virtual machine)
CPU Credits ConsumedNumber of credits consumed by the virtual machine
CPU Credits RemainingRemaining number of credits available for the virtual machine.

CPU

ParameterDescription
Data Collection Method
Azure Monitor
Azure monitor agent/Diagnostic Agent
Guest OS
PROCESSOR METRICS
Privileged TimeAmount of time for which the processor was running in privileged mode (in %).
User TimeAmount of time for which the processor was running in user mode (in %).
Processor FrequencyNumber of times the processor is in running state.

Memory

ParameterDescription
Data Collection Method
Azure Monitor
Azure monitor agent/Diagnostic Agent
Guest OS
MEMORY (COMMITTED vs AVAILABLE)
Committed BytesAmount of commited Virtual Memory (in GB).
Available BytesAmount of available Physical Memory (in GB).
Available Memory %Percentage of memory available to the total memory.

Note: Data Collection method for Available Memory % will be Azure Monitor, only in scenarios where Agent Type is opted as Diagnostic agent. This metric is supported only from Applications Manager Version 175800

Committed Bytes In UseRatio of Committed Bytes to the Commit Limit (in %).
POOL (PAGED vs NONPAGED)
Pool Paged BytesSize of the paged pool (in GB).
Pool Nonpaged BytesSize of physical memory that cannot be written to disk though it is not in use (in GB).
MEMORY FAULTS
Page Faults/secNumber of page faults per second.

Disk

Note: DISK BYTES(TOTAL), OS & DATA DISK OPERATIONS(AVERAGE), and NETWORK TRAFFIC FLOW (AVERAGE) are supported from Applications Manager version 16430 in both Windows and Linux metrics.

ParameterDescription
Data Collection Method
Azure Monitor
Azure monitor agent/Diagnostic Agent
Guest OS
DISK BYTES (TOTAL)
Disk Read BytesTotal Bytes of data read from all Disk between the poll interval (in megabytes).
Disk Write BytesTotal Bytes of data written to all Disk between the poll interval (in megabytes).
DISK OPERATIONS (AVERAGE)
Disk Read OperationsThe average number of overall Disk read operations performed between the poll interval (in operations/s).
Disk Write OperationsThe average number of overall Disk write operations performed between the poll interval (in operations/s).
OS & DATA DISK THROUGHPUT (AVERAGE)
OS Disk Read ThroughputThe average amount of data read from OS Disk between the poll interval (in kB/s).
Data Disk Read ThroughputThe average amount of data read from Data Disk between the poll interval (in kB/s).
OS Disk Write ThroughputThe average amount of data written to OS Disk between the poll interval (in kB/s).
Data Disk Write ThroughputThe average amount of data written to Data Disk between the poll interval (in kB/s).
OS & DATA DISK OPERATIONS (AVERAGE)
OS Disk Read OperationsThe average number of OS Disk read operations performed between the poll interval (in operations/s).
Data Disk Read OperationsThe average number of Data Disk read operations performed between the poll interval (in operations/s).
OS Disk Write OperationsThe average number of OS Disk write operations performed between the poll interval (in operations/s).
Data Disk Write OperationsThe average number of Data Disk write operations performed between the poll interval (in operations/s).
DISK UTILIZATION
DiskDisk Partition
Disk UsageDisk Free space & Used space
Total Size (MB)Total disk size
Used (%)Used disk space as percentage
Used (MB)Used disk space
Free (%)Free disk space as percentage
Free (MB)Free disk space
DISK IO STATISTICS
DiskDisk partition
Transfers/SecThe number of read/write operations on the disk that occur each second
Writes/secThe percentage of elapsed time that the disk drive was busy servicing write requests
Reads/SecThe percentage of elapsed time that the disk drive was busy servicing read requests
% Busy TimeThe percentage of time the disk was busy
Average queue lengthThe average number of both read and write requests that were queued for the disk during the sample interval
DISK SPACING
Disk NameName of the hard disk
Disk SizeTotal size of the disk
OS & DATA DISK CONSUMED
OS Disk Bandwidth ConsumedThe average operating system disk bandwidth consumed per minute, at the time of polling (in %). Only available on VM series that support Premium storage.
OS Disk IOPS ConsumedThe average operating system disk I/Os consumed per minute, at the time of polling (in %). Only available on VM series that support Premium storage.
Data Disk Bandwidth ConsumedThe average data disk bandwidth consumed per minute, at the time of polling (in %). Only available on VM series that support Premium storage.
Data Disk IOPS ConsumedThe average data disk I/Os consumed per minute, at the time of polling (in %). Only available on VM series that support Premium storage.

Note:DISKS LATENCY, QUEUE DEPTH, PREMIUM OS & CACHE PERFORMANCE, and TEMP DISK metrics are supported from Applications Manager version 175800.


DISKS LATENCY
OS Disk LatencyThe average time to complete each IO during the monitoring period for the OS Disk, between the polling interval (in milliseconds).
Data Disk LatencyThe average time to complete each IO during the monitoring period for the Data Disk, between the polling interval (in milliseconds).
Temp Disk LatencyThe average time to complete each IO during the monitoring period for the Temp Disk, between the polling interval (in milliseconds).
QUEUE DEPTH
OS Disk Queue DepthThe average of OS disk queue depth (Queue Length) between the polling interval.
Data Disk Queue DepthThe average of data disk queue depth (Queue Length) between the polling interval.
Temp Disk Queue DepthThe average of temp disk queue depth (Queue Length) between the polling interval.
PREMIUM OS & DATA DISK CACHE PERFORMANCE
Premium OS Disk Cache Read HitThe average percentage of Premium OS disk cache read hit between the polling interval (in %).
Premium OS Disk Cache Read MissThe average percentage of Premium OS disk cache read miss between the polling interval (in %).
Premium Data Disk Cache Read HitThe average percentage of Premium data disk cache read hit between the polling interval (in %).
Premium Data Disk Cache Read MissThe average percentage of Premium data disk cache read miss between the polling interval (in %).
TEMP DISK THROUGHPUT
Temp Disk Read ThroughputThe average amount of data read from a single disk during the monitoring period for Temp Disk between the polling interval (in kB/s).
Temp Disk Write ThroughputThe average amount of data written to a single disk during the monitoring period for Temp Disk between the polling interval (in kB/s).
TEMP DISK OPERATIONS
Temp Disk Read OperationsThe average number of read operations per second from a single disk for Temp Disk between the polling interval (in operations/s).
Temp Disk Write OperationsThe average number of write operations per second from a single disk for Temp Disk between the polling interval (in operations/s).
 
Note:
  • DISKS LATENCY & QUEUE DEPTH 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 Virtual Machine as the Monitor Type and Latency and Queue Depth Metrics as the Metric Name. Then set Default Polling Status as required, by default opted as Never collect data.
  • PREMIUM OS & DATA DISK CACHE PERFORMANCE, TEMP DISK THROUGHPUT and TEMP DISK OPERATIONS 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 Virtual Machine as the Monitor Type and Premium and Temp Disk Metrics as the Metric Name. Then set Default Polling Status as required, by default opted as Never collect data.

Network

ParameterDescription
Data Collection Method
Azure Monitor
Azure monitor agent/Diagnostic Agent
Guest OS
NETWORK TRAFFIC THROUGHPUT (AVERAGE)
Incoming TrafficThe average number of bytes received on all network interfaces by the Virtual Machine between the poll interval (in kB/min).
Outgoing TrafficThe average number of bytes sent from all network interfaces by the Virtual Machine between the poll interval (in kB/min).
NETWORK TRAFFIC FLOW (AVERAGE)
Inbound FlowsThe average number of current flows in the inbound direction (traffic going into the VM).
Outbound FlowsThe average number of current flows in the outbound direction (traffic going out of the VM).
NETWORK INTERFACE
Network InterfaceThe name of the network interface
SpeedThe estimate of the current bandwidth (in MB/s).
Input trafficThe rate at which packets are received on the interface (in kB/s) .
Input UtilizationInput traffic percentage (in %).
Output trafficThe rate at which packets are sent on the interface (in kB/s).
Output UtilizationOutput traffic (in %)
Inbound ErrorsNumber of packets that could not be received
Outbound ErrorsNumber of packets that could not be sent
NETWORK TRAFFIC FLOW CREATION RATE
Inbound Flows Maximum Creation RateThe maximum creation rate of inbound flows (traffic going into the VM) between the polling interval (in flows/s).
Outbound Flows Maximum Creation RateThe maximum creation rate of outbound flows (traffic going out of the VM) between the polling interval (in flows/s).

Threads & Processes

ParameterDescription
Data Collection Method
Azure Monitor
Azure monitor agent/Diagnostic Agent
Guest OS
THREAD STATS
Thread CountThe total number of threads.
Context switches/secThe total number of context switches per second.
PROCESS STATS
Process countThe total number of processes.
HANDLES
Handle countThe total number of handles

Services

ParameterDescription
Data Collection Method
Azure Monitor
Azure monitor agent/Diagnostic Agent
Guest OS
Service Details
Service NameName of the service.
Display NameDisplay name of the service set by the user.
StatusStatus of the service. (Running, Paused, Stopped, StartPending, PausePending, ContinuePending, or StopPending)
Start ModeIndicates the mode with which the service was started. (Auto or Manual)

You can also add a new service by clicking over the 'Add New Service' link.

Configuration

ParameterDescription
SYSTEM INFORMATION
Resource NameComplete resource name of the virtual machine.
Resource IDVirtual machine resource ID
StatusState of the VM.
VM IDA unique 128-bits identifier that is encoded and stored in all Azure IaaS VMs SMBIOS and can be read using platform BIOS commands.
Resource Group NameThe resource group which has this VM.
VM SizeSize of the VM.
LocationLocation at which the VM is set up.
Computer NameName of the virtual machine.
Public IP AddressPublic IP of the VM.
Private IP AddressPrivate IP of the VM.
DNS NameDNS Name of the VM.
Created TimeTimestamp at which the VM was created.
OS INFORMATION
OS TypeVM's Operating system.
VM ImageVM server configuration.
NETWORK INTERFACE
Virtual Network IDThe ID of the virtual network.
Network Interface NameThe name of the network interface.
Network Interface IDThe ID of the network interface.
MAC AddressMAC address of the network.
Network security group IDNetwork security group of the network interface.

Linux Virtual Machine - Monitored Metrics

Overview

ParameterDescription
Data Collection Method
Azure Monitor
Azure monitor agent/Diagnostic Agent
Guest OS
CPU UTILIZATION
CPU UtilizationAmount of CPU utilized by the virtual machine (in %).
MEMORY UTILIZATION
Memory UtilizationAmount of memory utilized by the virtual machine (in %).

Note: Memory Utilization for Linux is supported from Applications Manager v171900 and it is not supported for the Diagnostic agent.

CPU CREDITS (Applicable only for B-series virtual machine)
CPU Credits ConsumedNumber of credits consumed by the virtual machine
CPU Credits RemainingRemaining number of credits available for the virtual machine.

CPU

ParameterDescription
Data Collection Method
Azure Monitor
Azure monitor agent/Diagnostic Agent
Guest OS
CPU METRICS
IO Wait Time (%)Percentage of time that the processor is waiting (i.e. is in an idle state and does nothing), during which there in fact was outstanding disk I/O requests.
Idle Time (%)Percentage of time that the processor was idle
Processor Time(Linux) (%)Percentage of time that the processor was used for processing instructions of a computer program or operating system

Memory

ParameterDescription
Data Collection Method
Azure Monitor
Azure monitor agent/Diagnostic Agent
Guest OS
MEMORY DETAILS
Available MemoryThe amount of memory available (in MB).
Used MemoryThe amount of memory used (in MB).
Available Memory %Percentage of memory available to the total memory.

Note: Data Collection Method for Available Memory % will be Azure Monitor, only in scenarios where Agent Type is opted as Diagnostic agent. This metric is supported only from Applications Manager Version 175800

Used Swap Memory %Percentage of used swap memory to the total swap memory.

Disk

Note:DISK IO LATENCY group metrics are not supported for the Azure Monitor Agent.

ParameterDescription
Data Collection Method
Azure Monitor
Azure monitor agent/Diagnostic Agent
Guest OS
DISK BYTES (TOTAL)
Disk Read BytesTotal Bytes of data read from all Disk between the poll interval (in megabytes).
Disk Write BytesTotal Bytes of data written to all Disk between the poll interval (in megabytes).
DISK OPERATIONS (AVERAGE)
Disk Read OperationsThe average number of overall Disk read operations performed between the poll interval (in operations/s).
Disk Write OperationsThe average number of overall Disk write operations performed between the poll interval (in operations/s).
OS & DATA DISK THROUGHPUT (AVERAGE)
OS Disk Read ThroughputThe average bytes of data read from OS Disk between the poll interval (in kilobytes/sec).
Data Disk Read ThroughputThe average bytes of data read from Data Disk between the poll interval (in kilobytes/sec).
OS Disk Write ThroughputThe average bytes of data read from OS Disk between the poll interval (in kilobytes/sec).
Data Disk Write ThroughputThe average bytes of data written to Data Disk between the poll interval (in kilobytes/sec).
OS & DATA DISK OPERATIONS (AVERAGE)
OS Disk Read OperationsThe average number of OS Disk read operations performed between the poll interval (in operations/s).
Data Disk Read OperationsThe average number of Data Disk read operations performed between the poll interval (in operations/s).
OS Disk Write OperationsThe average number of OS Disk write operations performed between the poll interval (in operations/s).
Data Disk Write OperationsThe average number of Data Disk write operations performed between the poll interval (in operations/s).
DISK IO LATENCY
Average Read TimeThe average time taken for a read operation (in seconds).
Average Write timeThe average time taken for a write operation (in seconds).
DISK SPACING
Disk NameName of the hard disk
Disk SizeTotal size of the disk (in GB).
OS & DATA DISK CONSUMED
OS Disk Bandwidth ConsumedThe average operating system disk bandwidth consumed per minute, at the time of polling (in %). Only available on VM series that support Premium storage.
OS Disk IOPS ConsumedThe average operating system disk I/Os consumed per minute, at the time of polling (in %). Only available on VM series that support Premium storage.
Data Disk Bandwidth ConsumedThe average data disk bandwidth consumed per minute, at the time of polling (in %). Only available on VM series that support Premium storage.
Data Disk IOPS ConsumedThe average data disk I/Os consumed per minute, at the time of polling (in %). Only available on VM series that support Premium storage.

Note:DISKS LATENCY, QUEUE DEPTH, PREMIUM OS & CACHE PERFORMANCE, and TEMP DISK metrics are supported from Applications Manager version 175800.


DISKS LATENCY
OS Disk LatencyThe average time to complete each IO during the monitoring period for the OS Disk, between the polling interval (in milliseconds).
Data Disk LatencyThe average time to complete each IO during the monitoring period for the Data Disk, between the polling interval (in milliseconds).
Temp Disk LatencyThe average time to complete each IO during the monitoring period for the Temp Disk, between the polling interval (in milliseconds).
QUEUE DEPTH
OS Disk Queue DepthThe average of OS disk queue depth (Queue Length) between the polling interval.
Data Disk Queue DepthThe average of data disk queue depth (Queue Length) between the polling interval.
Temp Disk Queue DepthThe average of temp disk queue depth (Queue Length) between the polling interval.
PREMIUM OS & DATA DISK CACHE PERFORMANCE
Premium OS Disk Cache Read HitThe average percentage of Premium OS disk cache read hit between the polling interval (in %).
Premium OS Disk Cache Read MissThe average percentage of Premium OS disk cache read miss between the polling interval (in %).
Premium Data Disk Cache Read HitThe average percentage of Premium data disk cache read hit between the polling interval (in %).
Premium Data Disk Cache Read MissThe average percentage of Premium data disk cache read miss between the polling interval (in %).
TEMP DISK THROUGHPUT
Temp Disk Read ThroughputThe average amount of data read from a single disk during the monitoring period for Temp Disk between the polling interval (in kB/s).
Temp Disk Write ThroughputThe average amount of data written to a single disk during the monitoring period for Temp Disk between the polling interval (in kB/s).
TEMP DISK OPERATIONS
Temp Disk Read OperationsThe average number of read operations per second from a single disk for Temp Disk between the polling interval (in operations/s).
Temp Disk Write OperationsThe average number of write operations per second from a single disk for Temp Disk between the polling interval (in operations/s).
 
Note:
  • DISKS LATENCY & QUEUE DEPTH 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 Virtual Machine as the Monitor Type and Latency and Queue Depth Metrics as the Metric Name. Then set Default Polling Status as required, by default opted as Never collect data.
  • PREMIUM OS & DATA DISK CACHE PERFORMANCE, TEMP DISK THROUGHPUT and TEMP DISK OPERATIONS 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 Virtual Machine as the Monitor Type and Premium and Temp Disk Metrics as the Metric Name. Then set Default Polling Status as required, by default opted as Never collect data.

Network

ParameterDescription
Data Collection Method
Azure Monitor
Azure monitor agent/Diagnostic Agent
Guest OS
NETWORK TRAFFIC THROUGHPUT (AVERAGE)
Incoming TrafficThe average number of bytes received on all network interfaces by the Virtual Machine between the poll interval (in kB/min).
Outgoing TrafficThe average number of bytes sent from all network interfaces by the Virtual Machine between the poll interval (in kB/min).
NETWORK TRAFFIC FLOW(AVERAGE)
Inbound FlowsThe average number of current flows in the inbound direction (traffic going into the VM).
Outbound FlowsThe average number of current flows in the outbound direction (traffic going out of the VM).
NETWORK TRAFFIC FLOW CREATION RATE
Inbound Flows Maximum Creation RateThe maximum creation rate of inbound flows (traffic going into the VM) between the polling interval (in flows/s).
Outbound Flows Maximum Creation RateThe maximum creation rate of outbound flows (traffic going out of the VM) between the polling interval (in flows/s).

Configuration

Configuration Table lists Virtual machine details like Status, Location, IP, Network interface, MAC address and Network Security Group.

ParameterDescription
SYSTEM INFORMATION
Resource NameComplete resource name of the virtual machine.
Resource IDVirtual machine resource ID.
StatusState of the VM.
Resource Group NameThe resource group which has this VM.
VM IDA unique 128-bits identifier that is encoded and stored in all Azure IaaS VMs SMBIOS and can be read using platform BIOS commands.
VM SizeSize of the VM.
LocationLocation at which the VM is set up.
Computer NameName of the virtual machine.
Public IP AddressPublic IP of the VM.
Private IP AddressPrivate IP of the VM.
DNS NameDNS Name of the VM.
Created TimeTimestamp at which the VM was created.
OS INFORMATION
OS TypeVM's Operating system
VM ImageVM server configuration
NETWORK INTERFACE
Virtual Network IDThe ID of the virtual network.
Network Interface NameThe name of the network interface.
Network Interface IDThe ID of the network interface.
MAC AddressMAC address of the network.
Network security group IDNetwork security group of the network interface.

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