Muki
Muki

Reputation: 149

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?

Upvotes: 13

Views: 14904

Answers (3)

Abhishek Baranwal
Abhishek Baranwal

Reputation: 1

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.

Upvotes: 0

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.

Upvotes: 12

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

Upvotes: 0

Related Questions