- .NET Framework
- System Center Operations Manager 2007
- System Center Operations Manager 2012
- System Center Operations Manager 2012 R2
This counter displays the number of times the generation 0 objects (youngest; most recently allocated) are garbage collected (Gen 0 GC) since the start of the application. Gen 0 GC occurs when the available memory in generation 0 is not sufficient to satisfy an allocation request. This counter is incremented at the end of a Gen 0 GC. Higher generation GCs include all lower generation GCs. This counter is explicitly incremented when a higher generation (Gen 1 or Gen 2) GC occurs. _Global_ counter value is not accurate and should be ignored. This counter displays the last observed value.
This counter displays the number of stack frames traversed from the frame that threw the .NET exception to the frame that ...
This counter displays the number of threads per second that have been recognized by the CLR; these threads have a corresponding ...
This counter displays the number of threads per second waiting to acquire some lock in the application. This counter is not ...
This counter displays the number of threads that are currently recognized by the CLR; they have a corresponding .NET thread ...
This counter displays the number of times the generation 0 objects (youngest; most recently allocated) are garbage collected ...
This counter displays the number of times the generation 1 objects are garbage collected since the start of the application. ...
This counter displays the number of times the generation 2 objects (older) are garbage collected since the start of the application. ...
This counter displays the peak number of AppDomains loaded since the start of this application. AppDomains (application domains) ...
This counter displays the peak number of classes that have failed to load since the start of the application. These load ...