
我想監視 ASP.Net 4.0 的活動會話數。它託管在 IIS7 Windows 2008 Server 上。
當我查看效能計數器時,我看到了很多實例。我如何知道哪個實例是我要監控的應用程式實例?
答案1
使用 System32\inetsrv 中的 appcmd.exe。
appcmd list apppool
、appcmd list wp
、appcmd list app
等將幫助您匹配應用程式集區和工作進程。
我想監視 ASP.Net 4.0 的活動會話數。它託管在 IIS7 Windows 2008 Server 上。
當我查看效能計數器時,我看到了很多實例。我如何知道哪個實例是我要監控的應用程式實例?
使用 System32\inetsrv 中的 appcmd.exe。
appcmd list apppool
、appcmd list wp
、appcmd list app
等將幫助您匹配應用程式集區和工作進程。