We have a WCF service with multiple TCP endpoints. I am interested in monitoring the total number of concurrent open connections at any given time. Are there any perfmon counters that will allow us to do this out of the box? Note that number of instances != number of connections in our case.
Asked
Active
Viewed 1.4k times
2 Answers
5
If you prefer to use PerfMon, have a look at these performance counters.

Enrico Campidoglio
- 56,676
- 12
- 126
- 154
2
Use the netstat command to view open tcp connections