Need to monitor some resources.

Ashutosh Sharma 81 Reputation points
2022-04-04T12:32:23.753+00:00

How can we monitor the following?

  1. Burstable Vm for Disk usage and Memory as i could not find anything as in the normal VM
  2. LoadBalancer for - 4xx, 5xx and latency.
    Any help will be appreciated.
Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,812 questions
Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
643 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,158 questions
Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
404 questions
{count} votes

1 answer

Sort by: Most helpful
  1. srbhatta-MSFT 8,546 Reputation points Microsoft Employee
    2022-04-05T04:22:45.723+00:00

    @Ashutosh Sharma , I think I understood what you want to monitor and achieve here. So, Burstable VMs (usually B series VMs are of Burstable type) are ideal for workloads that do not need the full performance of the CPU continuously. These workloads typically have burstable performance requirements. The B-series provides you with the ability to purchase a VM size with baseline performance that can build up credits when it is using less than its baseline.
    When the VM has accumulated credits, the VM can burst above the baseline using up to 100% of the vCPU when your application requires higher CPU performance. CPU credits is the metric that is unique to burstable VMs.

    You can monitor the metrics using Azure Metrics as shown below (It does not show any chart because my VM has been in deallocated state for quite long and it is not of B series).

    189928-2022-04-05-09-48-23-clipboard.png

    Reference:
    https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/metrics-getting-started

    Let me know if this helps.
    Please 'accept as answer' and 'upvote' if you think the information provided was useful.