This counter displays the bytes of memory that survive garbage collection (GC) and are promoted from generation 1 to generation 2; objects that are promoted just because they are waiting to be finalized are not included in this counter. This counter displays the value observed at the end of the last GC; its not a cumulative counter. This counter is reset to 0 if the last GC was a Gen 0 GC only.
This counter displays the amount of virtual memory (in bytes) currently committed by the Garbage Collector. (Committed memory ...
This counter displays the amount of virtual memory (in bytes) currently reserved by the Garbage Collector. (Reserved memory ...
This counter displays the bytes of memory that are promoted from generation 0 to generation 1 just because they are waiting ...
This counter displays the bytes of memory that survive garbage collection (GC) and are promoted from generation 0 to generation ...
This counter displays the bytes of memory that survive garbage collection (GC) and are promoted from generation 1 to generation ...
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 ...