How to check how many users are online?
Solution 1:
You could monitor active connections in real-time using System Monitor (type perfmon
in the Run dialog box). Add the "Web Service" counter to monitor active Web connections.
Here is a list of performance counters for IIS 6.0 (Microsoft Technet).