This counter displays the total number of threads that have been recognized by the CLR since the start of this application; these threads 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 total number of remoting channels registered across all AppDomains since the start of the application. ...
This counter displays the total number of remoting proxy objects created in this process since the start of the process. ...
This counter displays the total number of runtime Code Access Security (CAS) checks performed since the start of the application. ...
This counter displays the total number of threads currently waiting to acquire some managed lock in the application. This ...
This counter displays the total number of threads that have been recognized by the CLR since the start of this application; ...
This counter displays the total number of threads that waited to acquire some managed lock since the start of the application. ...
This counter displays the total number of times arguments and return values have been marshaled from managed to unmanaged ...
This counter displays the total number of times threads in the CLR have attempted to acquire a managed lock unsuccessfully. ...
This counter is the sum of four other counters; Gen 0 Heap Size; Gen 1 Heap Size; Gen 2 Heap Size and the Large Object Heap ...