问题
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