How to track IIS server performance
Posted
by Chris Brandsma
on Stack Overflow
See other posts from Stack Overflow
or by Chris Brandsma
Published on 2009-03-19T00:10:36Z
Indexed on
2010/05/27
19:31 UTC
Read the original article
Hit count: 215
I have a reoccurring issue where a customer calls up and complains that the web site is too slow. Specifically, if they are inactive for a short period of time, then go back to the site, there will be a minute-two minute delay before the user sees a response. (the standard browser is Firefox in this case)
I have Perfmon up and running, the cpu utilization is usually below 20% (single proc...don't ask). The database is humming along. And I'm pulling my hair out.
So, what metrics/tools do you find useful when evaluating IIS performance?
© Stack Overflow or respective owner