This counter displays the maximum bytes that can be allocated in generation 0 (Gen 0); its does not indicate the current number of bytes allocated in Gen 0. A Gen 0 GC is triggered when the allocations since the last GC exceed this size. The Gen 0 size is tuned by the Garbage Collector and can change during the execution of the application. At the end of a Gen 0 collection the size of the Gen 0 heap is infact 0 bytes; this counter displays the size (in bytes) of allocations that would trigger the next Gen 0 GC. This counter is updated at the end of a GC; its not updated on every allocation.
This counter displays the current size (in bytes) of the memory committed by the class loader across all AppDomains. (Committed ...
This counter displays the current size of the Large Object Heap in bytes. Objects greater than 20 KBytes are treated as large ...
This counter displays the current size of the Large Object Heap in bytes. Objects greater than a threshold are treated as ...
This counter displays the depth of the stack during that last runtime Code Access Security check. Runtime Code Access Security ...
This counter displays the maximum bytes that can be allocated in generation 0 (Gen 0); its does not indicate the current ...
This counter displays the number of .NET exception filters executed per second. An exception filter evaluates whether an ...
This counter displays the number of AppDomains loaded per second. AppDomains (application domains) provide a secure and versatile ...
This counter displays the number of AppDomains unloaded per second. This counter is not an average over time; it displays ...
This counter displays the number of Assemblies loaded across all AppDomains per second. If the Assembly is loaded as domain-neutral ...