简体   繁体   English

如何使用Windows性能监视器监视IIS工作进程

[英]How to monitor IIS worker process using Windows performance monitor

I have an asp.net mvc application deployed in IIS. 我在IIS中部署了一个asp.net mvc应用程序。 Sometimes its application pool worker process hangs so I would like to know if there is a way to monitor a specific IIS worker process using windows performance monitor? 有时它的应用程序池工作进程挂起,所以我想知道是否有办法使用Windows性能监视器监视特定的IIS工作进程? If so, what indicators I have to monitor? 如果是这样,我必须监测哪些指标?

As far as I know, we could add counter in the process monitor to figure out the Process identifier of the process. 据我所知,我们可以在流程监视器中添加计数器,以找出流程的流程标识符。

You could right click the performance window and select counter. 您可以右键单击性能窗口并选择计数器。

在此输入图像描述

Then you could choose the was_w3wp and select the process id w3wp process. 然后你可以选择was_w3wp并选择进程id w3wp进程。

在此输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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