This counter displays the number of current .NET thread objects in the application. A .NET thread object is created either by new System.Threading.Thread or when an unmanaged thread enters the managed environment. This counters maintains the count of both running and stopped threads. This counter is not an average over time; it just displays the last observed value.
This counter displays the number of Assemblies loaded across all AppDomains per second. If the Assembly is loaded as domain-neutral ...
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 ...