Reputation: 6291
We recently ran out of memory on our sites under an Azure App Service Plan.
This threw a "Memory Resource Exhausted" error on all Apps.
Clicking "CPU Percentage and Memory Percentage" shows a spike to 82% in last 24 hours.
Navigating to "Metrics per Instance (App Service Plan)" I get a visual of all Web Apps.. Adding up ALL their Working Set in MBs added up to 22% at time of 82% App Service Plan usage.
This SO answer suggests viewing memory usage in Kudu.
Does Azure Dashboard or Kudu have any way to show a break down of specifically "App Service Plan" memory usage?
Upvotes: 34
Views: 43000
Reputation: 2297
Watch a quick video to understand different aspects shown in this view https://www.youtube.com/watch?v=lWeutt1GvRs
Under the Memory analysis tool:-
App Level Breakdown
Upvotes: 31
Reputation: 91
A dated question, but I've found a view that shows this data that I believe did not exist at the time this question was posted.
Go to Diagnose and solve problems and search for "memory" in the input box labeled "Search App Service Diagnostics" at the top of the view. Choose Memory Drill Down in the results. There you will see a full breakdown of all the apps running per instance on your App Service Plan:
Screenshot 1: Search results for "Memory" in "Diagnose and solve problems" view
Screenshot 2: Full breakdown of memory usages per app per instance on your App Service Plan
Upvotes: 4