IIS6: determine which application pool is using the most resources

application-poolsiis-6memory usagewindows-server-2003

I have several apps and app pools in IIS6 / Win 2003 Server.

Right now, one app pool is running at around 500 MB of RAM usage in TaskMgr. I'd like to know which app pool that process represents.

How can I find out?

Best Answer

Check out this article, Listing Running Web Applications Using Iisapp.vbs (IIS 6.0) ,from Microsoft's TechNet site.

Hope this helps some.

Related Topic