23 August 2013

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:

%windir%\system32\inetsrv\appcmd.exe list wp



Now you can see who is gobbling sites memory from is id (pid)



Yours,
Roi

2 comments:

Anonymous said...

Incredible story there. What occurred after?

Good luck!

Feel free to visit my web-site: http://www.hbolympia.com/wiki/User:VKGElvira

Roi kolbinger said...

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)

Post a Comment