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

Comments

  1. Incredible story there. What occurred after?

    Good luck!

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

    ReplyDelete
  2. 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

Post a Comment

Popular posts from this blog

A sharepoint list view of the current month

The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters

Export SharePoint 2010 List to Excel with PowerShell