What are the best perfmon counters for an ASP.net application?

rifferte picture rifferte · Mar 2, 2009 · Viewed 13.1k times · Source

What are the best performance monitors one can set to monitor an asp.net application?

I don't have direct access to the server in question, so I sort of have to explicitly ask for certain things other wise they do not happen. My hunch is that my app pool is restarting, but I want to get to the bottom as to why this is occurring.

Answer

Dave Swersky picture Dave Swersky · Mar 2, 2009

Here is the MSDN listing of the important perfmon counters for IIS.

If your site is restarting, you'll also want events from the Application and Security logs relating to IIS.

You can also use IISState to generate a dumpfile if/when a crash does happen.