up vote 0 down vote favorite
share [g+] share [fb]

I have a feeling we are being hit by very high traffic, how do I prove or disprove my theory?

link|improve this question

78% accept rate
feedback

migrated from stackoverflow.com Aug 25 '09 at 15:26

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 2 down vote accepted

You can use performance counters (perfmon), specifically Web Service\Current Connections

link|improve this answer
How do I add live sessions in Perfmon? – digiguru Aug 25 '09 at 15:17
feedback

Check your IIS log files, they log every single request that comes into the server. By default, they should be located in C:\inetpub\logs\LogFiles\, however, your server administrator may have changed that

link|improve this answer
Can I analyzer them live without affecting them (as far as I can understand most text editors will have a fit as the file constantly changes) – digiguru Aug 25 '09 at 15:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.