Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to see Azure App Service memory usage?

We have an Azure subscription through a Cloud Service Provider (CSP), which causes some limitations on what we can get and see in Azure. Nevertheless, we can see CPU and Memory usage per App Service Plan.

How can we see the same for specific App Services under the plan?

If I see abnormal CPU/memory utilization for the plan, how can I tell which App Service is causing it?

like image 340
Kirill Yunussov Avatar asked Dec 13 '16 18:12

Kirill Yunussov


2 Answers

You can check this under any Site -> scroll down to the "Metrics (App Service Plan)" option. There you will be able to see the metrics across all sites which are in the plan and filter the data the way you want:

enter image description here

Update 2018-12-04

Check other answers for more updated information, since the experience evolve and change over time. And stop down voting just because you came 2 years later. I will not include the current solution/screenshots here, because it will be unfair to the other contributors. And I cannot delete this answer as it is accepted one (because it was correct by the time asked and answered).

like image 126
astaykov Avatar answered Sep 26 '22 02:09

astaykov


  1. Go to any site (app) that's part of the App Service Plan
  2. Click on 'Diagnose and Solve Problems'
  3. In the screen that opens, click 'Metrics (App Service Plan)'.

enter image description here

like image 34
Sean Avatar answered Sep 25 '22 02:09

Sean