How to check number of users connected to IIS web server

From Tech-Wiki
Revision as of 22:48, 26 July 2017 by Fabricio.Lima (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Back to Windows Server 2003/2008/20012


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