I want to check the memory leakage issue in my service. I have tried following set of perfmon counters.
I have referred above set from here
Also referred following set:
I have referred above set from here
Is there any parameter/criteria or any other best way to identify perfmon counter for memory leak?
Can any one suggest me set of counters to check memory leak? Or above sets covers memory leak?
To detect a memory leak using Performance Monitor, monitor these counters:
In my experience this is accurate.
I'd also refer you to this Microsoft Advanced Debugging blog by Tess, a Microsoft employee. Who suggests the following counters. I have found the above to be more than enough to indicate a memory leak is present but I trust that Tess's instructions could provide a more indepth insight into the issue.
Debugging Demos - Memory Review Updated link