0

Is there a way to make a pie chart for the Memory used/available of my VM for the Azure dashboard? I tried some queries myself but I can't seem to figure it out.

I saw an example for what I want it to look like but didn't see the code for that.

Example

Bhargavi Annadevara
  • 4,923
  • 2
  • 13
  • 30
EllaB
  • 3
  • 2

1 Answers1

0

I believe the linked image is from the administrator portal that shows the free and used memory in Azure Stack Hub.

For regular Azure Virtual Machines, the key operating system performance indicators related to processor, memory, network adapter, and disk utilization can be found within VM insights experience.

To access this directly from a virtual machine, perform the following steps:

  1. In the Azure portal, select Virtual Machines.
  2. From the list, choose a VM and in the Monitoring section choose Insights.
  3. Select the Performance tab.

VM Insights Experience

This page not only includes performance utilization charts, but also a table showing for each logical disk discovered, its capacity, utilization, and total average by each measure. This also covers the Available Memory utilization chart that defaults showing the average, top 5th, and 10th percentile.

Additional Reading:

Bhargavi Annadevara
  • 4,923
  • 2
  • 13
  • 30