How to check number of users connected to IIS web server

From Tech-Wiki
Revision as of 10:16, 24 August 2016 by Linogenco (Talk | contribs)

Jump to: navigation, search

Back to Misc


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