This counter displays the peak number of AppDomains loaded since the start of this application. AppDomains (application domains) provide a secure and versatile unit of processing that the CLR can use to provide isolation between applications running in the same process.
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) ...
This counter displays the peak number of classes that have failed to load since the start of the application. These load ...
This counter displays the peak number of methods the JIT compiler has failed to JIT since the start of the application. This ...
This counter displays the peak number of times a garbage collection was performed because of an explicit call to GC.Collect. ...
This counter displays the percentage of elapsed time spent in JIT compilation since the last JIT compilation phase. This ...