This counter displays the number of threads that are currently recognized by the CLR; they have a corresponding .NET thread object associated with them. These threads are not created by the CLR; they are created outside the CLR but have since run inside the CLR at least once. Only unique threads are tracked; threads with same thread ID re-entering the CLR or recreated after thread exit are not counted twice.
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 ...
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) ...