简体   繁体   中英

How do you see the specific “data in” load for an Azure App Service?

My Azure App Service is running a C# MVC application which has been running great for several years. Then last week it started taking up to several minutes between page loads - for pages with no significant database access! I restarted the Azure App Service and the page loads were back to normal, but then it appeared again a day later. No update has been applied for at least a couple of months, so I am a bit at a loss here.

I am seeing the "data in" graph linked below in the Azure portal, which troubles me a bit since I have no idea why 600 KB is going in every 5 minutes. I haven't been able to figure out how to get details on this data, so does anyone have any idea how to see where this data originates from and possibly what it consist of?

Azure Data In Graph

Thanks.

Per on my understanding, you could leverage Application Insights for monitor your web app. For a simple way, you could refer to Monitor a live Azure web app to enable monitoring. Then you could monitor the requests as follows:

在此处输入图片说明

Also, you could leverage Analytics in Application Insights to find more details about your clients against the specific requests as follows:

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM