- .NET Framework
- System Center Operations Manager 2007
- System Center Operations Manager 2012
- System Center Operations Manager 2012 R2
This counter displays the number of exceptions thrown per second. These include both .NET exceptions and unmanaged exceptions that get converted into .NET exceptions e.g. null pointer reference exception in unmanaged code would get re-thrown in managed code as a .NET System.NullReferenceException; this counter includes both handled and unhandled exceptions. Exceptions should only occur in rare situations and not in the normal control flow of the program; this counter was designed as an indicator of potential performance problems due to large (>100s) rate of exceptions thrown. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval.
This counter displays the number of classes loaded per second in all Assemblies. This counter is not an average over time; ...
This counter displays the number of classes that failed to load per second. This counter is not an average over time; it ...
This counter displays the number of context-bound objects allocated per second. Instances of classes that can be bound to ...
This counter displays the number of current .NET thread objects in the application. A .NET thread object is created either ...
This counter displays the number of exceptions thrown per second. These include both .NET exceptions and unmanaged exceptions ...
This counter displays the number of finally blocks executed per second. A finally block is guaranteed to be executed regardless ...
This counter displays the number of garbage collected objects that survive a collection because they are waiting to be finalized. ...
This counter displays the number of native OS threads created and owned by the CLR to act as underlying threads for .NET ...
This counter displays the number of pinned objects encountered in the last GC. This counter tracks the pinned objects only ...