This counter displays the bytes per second that are promoted from generation 1 to generation 2 (oldest); objects that are promoted just because they are waiting to be finalized are not included in this counter. Memory is promoted when it survives a garbage collection. Nothing is promoted from generation 2 since it is the oldest. This counter was designed as an indicator of very long-lived objects being created per sec. This counter displays the difference between the values observed in the last two samples divided by the duration of the sample interval.
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 ...
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; ...