简体   繁体   English

查找有关IIS线程池的信息

[英]Find information about IIS Thread Pool

I am developing web app with ASP.NET MVC and hosting it on IIS7.5 I would like to know how much my app use threads in Thread Pool and how much threads left. 我正在使用ASP.NET MVC开发Web应用程序并将其托管在IIS7.5我想知道我的应用程序在Thread Pool使用了多少线程,还剩下多少线程。

I have looking for information about monitoring IIS7.5 Thread Pool for several days without any luck. 我一直在寻找有关监视IIS7.5线程池几天的信息,但没有任何运气。 I do not find any resource monitor counter which could show this data, also I do not find a way to access Thread Pool information from ASP.NET app itself. 我找不到任何可以显示此数据的资源监视器计数器,也找不到从ASP.NET应用程序本身访问Thread Pool信息的方法。

I found the following to be helpful (even though it was marked as potentially out of date): How To: Monitor the ASP.NET Thread Pool Using Custom Counters 我发现以下内容会有所帮助(即使它被标记为可能已过时): 如何:使用自定义计数器监视ASP.NET线程池

Also: Similar question on stackoverflow 另外: 关于stackoverflow的类似问题

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

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