How to check number of users connected to IIS web server

  1. For realtime monitoring use performance monitor. Select the Web Service Object and then the Current Connections Counter
  2. Launch a command prompt and type;
    netstat -a

Comments