Difference between revisions of "How to check number of users connected to IIS web server"

From Tech-Wiki
Jump to: navigation, search
Line 1: Line 1:
 +
[[Category:Microsoft]]
 
There are two ways to check how many active connections you have to your website:
 
There are two ways to check how many active connections you have to your website:
  

Revision as of 09:51, 30 March 2011

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