Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Display CPU usage on Azure App Service?

I am trying to measure CPU usage for one of my Azure App Services by going to the "Site Metrics per Instance". The problem is that there is no option to check the CPU usage but CPU time and other stuff like "Average memory working set" and "Data In/Out".

Does someone know how and where I can see the CPU usage for one App Service?

like image 924
Muki Avatar asked May 16 '16 12:05

Muki


1 Answers

You app is related to an App Service plan : monitoring the plan will give you a percentage, but the app can only be monitored about its own metric : its own CPU time. You can imagine changing the plan for the app then the % would be different. So, on the app itself you can only measure the app CPU time, as % is depending on the plan.

like image 190
Stéphanie Hertrich Avatar answered Oct 27 '22 19:10

Stéphanie Hertrich