Perfmon counters to check memory leak
I want to check the memory leakage issue in my service. I have tried following set of perfmon counters. .NET CLR Memory\# Bytes in all Heaps .NET CLR Memory\Gen 2 Heap Size .NET CLR Memory\# GC handles .NET CLR Memory\# of Pinned Objects .NET CLR Memory\# total committed Bytes .NET CLR Memory\# total reserved Bytes .NET CLR Memory\Large Object Heap size I have referred above set from here Also referred following set: Memory/Available Bytes Memory/Committed Bytes Process/Private Bytes Process/Page File Bytes Process/Handle Count I have referred above set from here Is there any parameter