This counter displays the number of native OS threads created and owned by the CLR to act as underlying threads for .NET thread objects. This counters value does not include the threads used by the CLR in its internal operations; it is a subset of the threads in the OS process.
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 ...
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 ...