I would like to use PerfMon.exe to monitor the calls to a WCF service, but I don't understand which counter I have to use. I tried Calls and Instance but the result is always 0.
Could you explain me the meaning of counters?
Moreover, there are 3 groups of counters:
- ServiceModelEndpoint
- ServiceModelOperation
- ServiceModelService
What is their meaning?
Thank you in advance.