Memory Usage of Each Application Pool

Saeid Alizade picture Saeid Alizade · Sep 7, 2013 · Viewed 42.6k times · Source

I Use IIS 7.5 and I have Some ASP.NET sites and Some Web Services in different Application pools. In current days the Memory of server is in high usage, So how I know each application pool used memory? Is there any way? any suggestion?

Answer

ngm picture ngm · Oct 7, 2013
  • Go to IIS Manager
  • Click on the name of your server in the Connections pane
  • Under the IIS section in the Features View, double-click the Worker Processes icon

Here you can see both the private bytes and virtual bytes usage of each running application pool.

IIS snapshot

More information can be found here: http://technet.microsoft.com/en-us/library/cc771273(v=ws.10).aspx