How to check number of users connected to IIS web server

From Tech-Wiki
Revision as of 09:51, 30 March 2011 by Jebr (Talk | contribs)

Jump to: navigation, search

There are two ways to check how many active connections you have to your website:

  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