How to check number of users connected to IIS web server

From Tech-Wiki
Revision as of 09:23, 17 March 2011 by Frazoo (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 'Web Service' Object and 'Current Connections' Counter
  2. Launch a command prompt and type; netstat -a