How to view Http Request Queue for Azure Web App

南楼画角 提交于 2019-12-13 03:55:34

问题


How can I see how many requests are in the queue for an Web App? I have performance issues related to that, but I cannot see how many requests are in there.

I have application insight connected to app, but in the metric "Http Requests in Application Queue" I always get 0.

I know there are requests in the queue because if I set AutoScale when HttpQueueLength > 1 it will scale adding more instances.


回答1:


HTTP queue length is a vm level metric, so you will have to check this at the App Service Plan level.

You can also go to Azure Monitor:



来源:https://stackoverflow.com/questions/45160371/how-to-view-http-request-queue-for-azure-web-app

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