This counter displays the number of finally blocks executed per second. A finally block is guaranteed to be executed regardless of how the try block was exited. Only the finally blocks that are executed for an exception are counted; finally blocks on normal code paths are not counted by this counter. 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 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 ...
This counter displays the number of remote procedure calls invoked per second. A remote procedure call is a call on any object ...