Microsoft Exchange Performance Counters
Microsoft Exchange Common .NET Framework counters
The following table shows Microsoft .NET Framework counters.
Counter Name | Description |
---|---|
.NET CLR Exceptions(*)\# of Excepts Thrown / sec | |
.NET CLR Memory(*)\# Bytes in all Heaps | Shows the sum of four other counters: Gen 0 Heap Size, Gen 1 Heap Size, Gen 2 Heap Size, and Large Object Heap Size. This counter indicates the current memory allocated in bytes on the GC Heaps. |
.NET CLR Memory(*)\% Time in GC | Shows when garbage collection has occurred. When the counter exceeds the threshold, it indicates that CPU is cleaning up and isn't being used efficiently for load. Adding memory to the server would improve this situation. |