We have a ASP Classic Web site Running on IIS 6. What is the cleanest way to record the number concurrent users? We need this data over a period of time, and a way to sum it across servers would be great. What do you suggest?

link|improve this question

76% accept rate
feedback

1 Answer

up vote 1 down vote accepted

The Web Services object in Performance Monitor has counters for number of current connections (and some others that might be useful - current anonymous users, current nonanonymous users, anonymous users/sec, etc.). You could setup the counters, then pull the data from each server into Excel to combine and analyze.

link|improve this answer
I take it that Web Services in this case doesn't refer to SOAP? – C. Ross Aug 4 '09 at 18:39
1  
No, nothing to do with SOAP/etc. It is just the name in perfmon for (some of) the IIS related counters. – MattB Aug 4 '09 at 19:08
feedback

Your Answer

 
or
required, but never shown

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