GEN0_PROMOTION_RATE_009_HELP=Bytes per second that are promoted from generation 0 <youngest> to generation 1. Memory is promoted when it survives a garbage collection.
GEN1_PROMOTION_RATE_009_HELP=Bytes per second that are promoted from generation 1 to generation 2 <oldest>. Memory is promoted when it survives a garbage collection. Nothing is promoted from generation 2 since it is the oldest.
GEN0_HEAP_SIZE_COUNTER_009_NAME=Gen 0 heap size
GEN0_HEAP_SIZE_COUNTER_009_HELP=Size of generation 0 (youngest) heap in bytes.
GEN1_HEAP_SIZE_COUNTER_009_NAME=Gen 1 heap size
GEN1_HEAP_SIZE_COUNTER_009_HELP=Size of generation 1 heap in bytes.
GEN2_HEAP_SIZE_COUNTER_009_NAME=Gen 2 heap size
GEN2_HEAP_SIZE_COUNTER_009_HELP=Size of generation 2 (older) heap in bytes.
ALLOCATION_RATE_COUNTER_009_HELP=Rate of Bytes per second allocated by the GC. This is only updated at a Garbage Collection not at each allocation. So since it is a rate time between GCs will be 0.
INDUCED_GC_COUNTER_009_NAME=# Induced GC
INDUCED_GC_COUNTER_009_HELP=Total number of times the GC was run because of an explicit call (such as from the Classlibs) instead of during an allocation.
PER_TIME_IN_GC_COUNTER_009_NAME=% Time in GC
PER_TIME_IN_GC_COUNTER_009_HELP=Total time since the last sample spent doing Garbage Collection divided by total time since the last sample.
TOTAL_HEAP_SIZE_COUNTER_009_NAME=# Bytes in all Heaps
TOTAL_HEAP_SIZE_COUNTER_009_HELP=Total bytes in heaps for generation 0; 1; and 2 and from the large object heap. This indicates how much memory the garbage collector is using to store allocated objects.
TOTAL_COMMITTED_MEM_COUNTER_009_NAME=# Total committed Bytes
TOTAL_COMMITTED_MEM_COUNTER_009_HELP=Total committed bytes from all heaps.
TOTAL_RESERVED_MEM_COUNTER_009_NAME=# Total reserved Bytes
TOTAL_RESERVED_MEM_COUNTER_009_HELP=Total reserved bytes from all heaps.
GC_PINNED_OBJECTS_009_NAME=# of Pinned Objects
GC_PINNED_OBJECTS_009_HELP=NYI
GC_SINKBLOCKS_009_NAME=# of Sink Blocks in use
GC_SINKBLOCKS_009_HELP=Synchronization primitives use sink blocks. Sink block data belongs to an Object and is allocated on demand.
COMPlus_Loading_OBJECT_009_NAME=COM+ Loading
COMPlus_Loading_OBJECT_009_HELP=Statistics for creating in memory structure of binary data on disk
BYTES_PITCHED_TOTAL_009_HELP=Econo-jit will throw away (pitch) already jitted code in order to maintain a smaller working size.
BYTES_PITCHED_INST_009_NAME=# Bytes Pitched / sec
BYTES_PITCHED_INST_009_HELP=Econo-jit will throw away (pitch) already jitted code in order to maintain a smaller working size.
JIT_FAILURES_009_NAME=Standard Jit Failures
JIT_FAILURES_009_HELP=The total number of methods the statndard JIT compiler failed to JIT.
TIME_IN_JIT_009_NAME=% Time in Jit
TIME_IN_JIT_009_HELP=Percent of total time spent in the Jit since the last sample.
COMPlus_Interop_OBJECT_009_NAME=COM+ Interop
COMPlus_Interop_OBJECT_009_HELP=Stats for COM+ interop
CURRENT_CCW_009_NAME=# of CCWs
CURRENT_CCW_009_HELP=Current number of existing Com-Callable-Wrappers (CCWs). A CCW wraps a COM+ class and allows it to be called from COM.
CURRENT_STUBS_009_NAME=# of Stubs
CURRENT_STUBS_009_HELP=Current number of stubs. Stubs are small sections of injected code and have a whole multitude of purposes.
NUM_MARSHALLING_009_NAME=# of marshalling
NUM_MARSHALLING_009_HELP=Number of times marshalling is done for arguments and return values. Custom marshalling is not counted.
TOTAL_TLB_IMPORTS_009_NAME=# of TLB imports / sec
TOTAL_TLB_IMPORTS_009_HELP=Rate at which we are importing Type Libraries
TOTAL_TLB_EXPORTS_009_NAME=# of TLB exports / sec
TOTAL_TLB_EXPORTS_009_HELP=Rate at which we are exporting Type Libraries
COMPlus_Locks_OBJECT_009_NAME=COM+ Locks
COMPlus_Locks_OBJECT_009_HELP=Stats for COM+ Locks
CONTENTION_TOTAL_009_NAME=Total # of Contentions
CONTENTION_TOTAL_009_HELP=Total number of times threads in the runtime have attemped to acquire a lock unsuccesfully
CONTENTION_INST_009_NAME=Contention Rate / sec
CONTENTION_INST_009_HELP=Rate at which threads in the runtime attempt to acquire a lock unsuccessfully
QUEUE_LENGTH_CUR_009_NAME=Current Queue Length
QUEUE_LENGTH_CUR_009_HELP=Average # of threads currently waiting to acquire a lock
QUEUE_LENGTH_TOTAL_009_NAME=Queue Length Peak
QUEUE_LENGTH_TOTAL_009_HELP=Average peak number of threads that waited to acquire a lock
QUEUE_LENGTH_INST_009_NAME=Queue Length / sec
QUEUE_LENGTH_INST_009_HELP=Rate at which the queue length is changing
COMPlus_Threads_OBJECT_009_NAME=COM+ Threads
COMPlus_Threads_OBJECT_009_HELP=Counters for COM+ threading
RECOGNIZED_THREADS_CUR_009_NAME=# of current recognized threads
RECOGNIZED_THREADS_CUR_009_HELP=Number of threads currently executing under the control of the runtime.
CURRENT_LOGICAL_THREADS_009_NAME=# of current logical Threads
CURRENT_LOGICAL_THREADS_009_HELP=Total number of existing logical threads created by the runtime. Some of these might not have a physical thread associated.
CURRENT_PHYSICAL_THREADS_009_NAME=# of current physical Threads
CURRENT_PHYSICAL_THREADS_009_HELP=Total number of native OS threads created by the runtime.
RECOGNIZED_THREADS_TOTAL_009_NAME=# of total recognized threads
RECOGNIZED_THREADS_TOTAL_009_HELP=Total number of threads executed under the control of the runtime.
RECOGNIZED_THREADS_INST_009_NAME=rate of recognized threads / sec
RECOGNIZED_THREADS_INST_009_HELP=Rate of threads executint under the control of the runtime.
COMPlus_Excep_OBJECT_009_NAME=COM+ Exceptions
COMPlus_Excep_OBJECT_009_HELP=Runtime statistics on COM+ exception handling.
EXCEP_THROWN_TOTAL_009_NAME=# of Exceps Thrown
EXCEP_THROWN_TOTAL_009_HELP=Total # of exceptions are being thrown. Exceptions should only occur in rare situations and not in the normal control flow of the program.
EXCEP_THROWN_INST_009_NAME=# of Exceps Thrown / sec
EXCEP_THROWN_INST_009_HELP=Rate at which exceptions are being thrown. Exceptions should only occur in rare situations and not in the normal control flow of the program.
TOTAL_EXCEP_FILTERS_RUN_009_NAME=# of Filters / sec
TOTAL_EXCEP_FILTERS_RUN_009_HELP=A filter is a section of code that resumes execution after an exception is thrown.
TOTAL_EXCEP_FINALLYS_RUN_009_NAME=# of Finallys / sec
TOTAL_EXCEP_FINALLYS_RUN_009_HELP=Rate of finalizers ran because of a thrown exception
EXCEPT_STACK_DEPTH_009_NAME=Throw To Catch Depth / sec
EXCEPT_STACK_DEPTH_009_HELP=Number of functions we need to walk up from the throw to the catch site per second. This indicates when we have heavy exception usage from either frequent exceptions or deep exceptions.
COMPlus_Remoting_OBJECT_009_NAME=COM+ Remoting
COMPlus_Remoting_OBJECT_009_HELP=Stats for COM+ Remoting
CONTEXT_REMOTECALLS_TOTAL_009_HELP=Total number of remote calls since the start of the application. Remote calls are calls between processes;between app domains or between machines.