Azure App Service Memory Usage. Where to see full breakdown?

这一生的挚爱 提交于 2019-11-29 03:31:11

Go to Diagnose and Solve Problems in the Azure portal for your Azure Web App and choose "High Memory Usage" on the tiles on the right to see a full breakdown of memory of sites and processes running on the same app service plan. You can even drill down instance by instance in the same place.

More details on this in https://docs.microsoft.com/en-us/azure/app-service/app-service-diagnostics

Also checkout the short video referred in https://azure.microsoft.com/en-in/resources/videos/azure-friday-azure-app-service-diagnostic-and-troubleshooting-experience/

This is what you see when you click Diagnose and Solve problems -> High Memory Usage

The instance here refers to the App Service Plan itself. Just below this graph, you can see Application Percent Physical Memory Usage for instance which shows memory consumption by individual sites running on the App Service Plan

If you notice that the overall memory consumption is high but the individual sites are not consuming high memory or the memory consumption of the individual sites is not adding up, then it would mean that the rest of the memory consumption is by the system processes running on that instance. This is quite possible to witness if you are running your App on a B1 or S1 Pricing Tier which has a total of just 1.75 GB of RAM and most of the time 50 % of it might be consumed by the processes or services running for the operating system as that is just the base memory usage for Windows + other processes running on the machine.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!