- .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 2 objects (older) are garbage collected since the start of the application. The counter is incremented at the end of a Gen 2 GC (also called full GC). _Global_ counter value is not accurate and should be ignored. This counter displays the last observed value.
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 ...
This counter displays the peak number of methods the JIT compiler has failed to JIT since the start of the application. This ...
This counter displays the peak number of times a garbage collection was performed because of an explicit call to GC.Collect. ...