I need to determine how many users are connected to a WCF service. I am using the NetTcpBinding.
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
WCF services includes performance counters that you can track with the Windows Performance Monitor (Perfmon.exe). You can launch this from the Administrative Tools in Windows Server 2003.
Performance counters can be enabled from the diagnostics section of the
.configfile for the service, as shown in the following sample configuration:You may want to check out these articles which can guide you on how to use the performance counters for WCF services: