Which w3wp process belongs to which App Pool
Often you wonder which process belongs to which site (in my case usually SharePoint site)? Or maybe you just want to debug only your website on the development server .
For this we have the appcmd.
all you need is to run this command:
Now you can see who is gobbling sites memory from is id (pid)
Yours,
Roi
For this we have the appcmd.
all you need is to run this command:
%windir%\system32\inetsrv\appcmd.exe list wp
Now you can see who is gobbling sites memory from is id (pid)
Yours,
Roi
Incredible story there. What occurred after?
ReplyDeleteGood luck!
Feel free to visit my web-site: http://www.hbolympia.com/wiki/User:VKGElvira
My case - I had a web site on a farm with a large memory. I had a need to monitor it and then rewrite code to it (make a lot dispose)
ReplyDelete