7
votes

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?

3

3 Answers

8
votes

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.

0
votes

On the old/classic portal, you can see the CPU metric by selecting you service and "Monitor": isn't this the CPU usage that you are looking for ? enter image description here

0
votes

Just go to App's Metrics > In resource panel select your App Plan related to your App > Now In Metrics panel you will get "CPU PERCENTAGE" Option.