How many clients is connecet to server?
Can i know how many clients is connecet to server?
Can i know how many clients is connecet to server?
Depends on what server and what type of clients.
For example, if you were looking at clients for you asp.net application,
you will find that information in "sessions total" performance counter. To access it - launch perfmon and go to asp.net applications -> "sessions total"
Pranshu Jain