简体   繁体   中英

.NET Application domains and ASP.NET

We all know that the .NET architecture introduced the concept of application domains . ASP.NET creates an application domain for each Web application that runs on a Web server. With a process viewer , you will not see the process for individual web applications executing because there's no new process created for them.

How can I view the individual web applications statistics such as:

  • CPU usage,
  • memory usage and any other statistics that you can normally view using a process viewer?

perfmon很好,但如果你运行c:\\windows\\system32\\cscript.exe c:\\windows\\system32\\iisapp.vbs ,它不会告诉你哪些应用程序池与进程有关,这将显示PID和应用程序池名称。

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