This counter displays the current number of bytes in generation 1 (Gen 1); this counter does not display the maximum size of Gen 1. Objects are not directly allocated in this generation; they are promoted from previous Gen 0 GCs. This counter is updated at the end of a GC; its not updated on every allocation.
This counter displays the bytes per second that are promoted from generation 0 (youngest) to generation 1; objects that are ...
This counter displays the bytes per second that are promoted from generation 1 to generation 2 (oldest); objects that are ...
This counter displays the current number of AppDomains loaded in this application. AppDomains (application domains) provide ...
This counter displays the current number of Assemblies loaded across all AppDomains in this application. If the Assembly ...
This counter displays the current number of bytes in generation 1 (Gen 1); this counter does not display the maximum size ...
This counter displays the current number of bytes in generation 2 (Gen 2). Objects are not directly allocated in this generation; ...
This counter displays the current number of Com-Callable-Wrappers (CCWs). A CCW is a proxy for the .NET managed object being ...
This counter displays the current number of context-bound classes loaded. Classes that can be bound to a context are called ...
This counter displays the current number of GC Handles in use. GCHandles are handles to resources external to the CLR and ...