home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comredis.cab / corperfmonsymbols.ini < prev    next >
Encoding:
INI File  |  2000-06-23  |  13.8 KB  |  294 lines

  1. //------------------------------------------------------------------------ 
  2. // WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING 
  3. //
  4. //   AUTO GENERATED FILE. DO NOT EDIT. USE $/com99/src/profile/perfmonhelp 
  5. //
  6. // WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING 
  7. //------------------------------------------------------------------------ 
  8.  
  9. // CORPerfMonSymbols.ini file
  10. [info]
  11. drivername=COMPlus
  12. symbolfile=CORPerfMonSymbols.h
  13.  
  14. [language]
  15. 009=English
  16.  
  17. [text]
  18. COMPlus_Memory_OBJECT_009_NAME=COM+ Memory
  19. COMPlus_Memory_OBJECT_009_HELP=Counters for COM+ Garbage Collected heap
  20.  
  21. GEN0_COLLECTIONS_COUNTER_009_NAME=# Gen 0 Collections
  22. GEN0_COLLECTIONS_COUNTER_009_HELP=Number of collections of generation 0 <youngest> objects
  23.  
  24. GEN1_COLLECTIONS_COUNTER_009_NAME=# Gen 1 Collections
  25. GEN1_COLLECTIONS_COUNTER_009_HELP=number of collections of generation 1 objects.
  26.  
  27. GEN2_COLLECTIONS_COUNTER_009_NAME=# Gen 2 Collections
  28. GEN2_COLLECTIONS_COUNTER_009_HELP=Number of collections of generation 2 <older> objects.
  29.  
  30. GEN0_BYTES_PROMOTED_COUNTER_009_NAME=Promoted Memory from Gen 0
  31. GEN0_BYTES_PROMOTED_COUNTER_009_HELP=Bytes of memory that survive garbage collection and are promoted from generation 0 to generation 1.
  32.  
  33. GEN1_BYTES_PROMOTED_COUNTER_009_NAME=Promoted Memory from Gen 1
  34. GEN1_BYTES_PROMOTED_COUNTER_009_HELP=Bytes of memory that survive garbage collection and are promoted from generation 1 to generation 2.
  35.  
  36. GEN0_PROMOTION_RATE_009_NAME=Gen 0 Promoted Bytes/Sec
  37. 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.
  38.  
  39. GEN1_PROMOTION_RATE_009_NAME=Gen 1 Promoted Bytes/Sec
  40. 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.
  41.  
  42. GEN0_HEAP_SIZE_COUNTER_009_NAME=Gen 0 heap size
  43. GEN0_HEAP_SIZE_COUNTER_009_HELP=Size of generation 0 (youngest) heap in bytes.
  44.  
  45. GEN1_HEAP_SIZE_COUNTER_009_NAME=Gen 1 heap size
  46. GEN1_HEAP_SIZE_COUNTER_009_HELP=Size of generation 1 heap in bytes.
  47.  
  48. GEN2_HEAP_SIZE_COUNTER_009_NAME=Gen 2 heap size
  49. GEN2_HEAP_SIZE_COUNTER_009_HELP=Size of generation 2 (older) heap in bytes.
  50.  
  51. LARGE_OBJECT_SIZE_COUNTER_009_NAME=Large Object Heap size
  52. LARGE_OBJECT_SIZE_COUNTER_009_HELP=Size of the Large Object heap in bytes.
  53.  
  54. SURVIVE_FINALIZE_COUNTER_009_NAME=Finalization Survivors
  55. SURVIVE_FINALIZE_COUNTER_009_HELP=Number of garbage collected classes that survive because their finalizer creates a reference to them
  56.  
  57. NUM_HANDLES_COUNTER_009_NAME=# GC Handles
  58. NUM_HANDLES_COUNTER_009_HELP=Total number of current GC Handles.
  59.  
  60. ALLOCATION_RATE_COUNTER_009_NAME=Allocated Bytes/sec
  61. 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.
  62.  
  63. INDUCED_GC_COUNTER_009_NAME=# Induced GC
  64. 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.
  65.  
  66. PER_TIME_IN_GC_COUNTER_009_NAME=% Time in GC
  67. 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.
  68.  
  69. TOTAL_HEAP_SIZE_COUNTER_009_NAME=# Bytes in all Heaps
  70. 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.
  71.  
  72. TOTAL_COMMITTED_MEM_COUNTER_009_NAME=# Total committed Bytes
  73. TOTAL_COMMITTED_MEM_COUNTER_009_HELP=Total committed bytes from all heaps.
  74.  
  75. TOTAL_RESERVED_MEM_COUNTER_009_NAME=# Total reserved Bytes
  76. TOTAL_RESERVED_MEM_COUNTER_009_HELP=Total reserved bytes from all heaps.
  77.  
  78. GC_PINNED_OBJECTS_009_NAME=# of Pinned Objects
  79. GC_PINNED_OBJECTS_009_HELP=NYI
  80.  
  81. GC_SINKBLOCKS_009_NAME=# of Sink Blocks in use
  82. GC_SINKBLOCKS_009_HELP=Synchronization primitives use sink blocks. Sink block data belongs to an Object and is allocated on demand.
  83.  
  84. COMPlus_Loading_OBJECT_009_NAME=COM+ Loading
  85. COMPlus_Loading_OBJECT_009_HELP=Statistics for creating in memory structure of binary data on disk
  86.  
  87. LOADING_CLASSES_TOTAL_009_NAME=Total Classes Loaded
  88. LOADING_CLASSES_TOTAL_009_HELP=Total Classes Loaded
  89.  
  90. LOADING_TIME_009_NAME=% Time Loading
  91. LOADING_TIME_009_HELP=% of execution time spent in loading assemblies; application domains; classes etc. NYI.
  92.  
  93. LOADING_ASMSEARCHLEN_009_NAME=Assembly Search Length
  94. LOADING_ASMSEARCHLEN_009_HELP=The average search length for assemblies.
  95.  
  96. LOADING_LOADFAILURES_TOTAL_009_NAME=Total # of Load Failures
  97. LOADING_LOADFAILURES_TOTAL_009_HELP=Total number of classes failed to load since the begining of the apps execution.
  98.  
  99. LOADING_LOADFAILURES_INST_009_NAME=Rate of Load Failures
  100. LOADING_LOADFAILURES_INST_009_HELP=The rate at which classes failed to load.
  101.  
  102. LOADING_HEAPSIZE_009_NAME=Bytes in Loader Heap
  103. LOADING_HEAPSIZE_009_HELP=The total size of the heap used by the loader.
  104.  
  105. LOADING_APPDOMAINS_UNLOADED_TOTAL_009_NAME=Total App Domains unloaded
  106. LOADING_APPDOMAINS_UNLOADED_TOTAL_009_HELP=Total App Domains unloaded
  107.  
  108. LOADING_APPDOMAINS_UNLOADED_INST_009_NAME=Rate of App Domains unloaded
  109. LOADING_APPDOMAINS_UNLOADED_INST_009_HELP=Rate of App Domains unloaded
  110.  
  111. LOADING_CLASSES_CUR_009_NAME=Current Classes Loaded
  112. LOADING_CLASSES_CUR_009_HELP=Current Classes Loaded
  113.  
  114. LOADING_CLASSES_INST_009_NAME=Rate of Classes Loaded
  115. LOADING_CLASSES_INST_009_HELP=Rate of Classes Loaded
  116.  
  117. LOADING_APPDOMAINS_CUR_009_NAME=Current AppDomains
  118. LOADING_APPDOMAINS_CUR_009_HELP=Current AppDomains
  119.  
  120. LOADING_APPDOMAINS_TOTAL_009_NAME=Total Appdomains
  121. LOADING_APPDOMAINS_TOTAL_009_HELP=Total Appdomains
  122.  
  123. LOADING_APPDOMAINS_INST_009_NAME=Rate of AppDomains
  124. LOADING_APPDOMAINS_INST_009_HELP=Rate of AppDomains
  125.  
  126. LOADING_ASSEMBLIES_CUR_009_NAME=Current Assemblies
  127. LOADING_ASSEMBLIES_CUR_009_HELP=Current Assemblies
  128.  
  129. LOADING_ASSEMBLIES_TOTAL_009_NAME=Total Assemblies
  130. LOADING_ASSEMBLIES_TOTAL_009_HELP=Total Assemblies
  131.  
  132. LOADING_ASSEMBLIES_INST_009_NAME=Rate of Assemblies
  133. LOADING_ASSEMBLIES_INST_009_HELP=Rate of Assemblies
  134.  
  135. COMPlus_Jit_OBJECT_009_NAME=COM+ Jit
  136. COMPlus_Jit_OBJECT_009_HELP=Stats for COM+ Jit
  137.  
  138. TOTAL_METHODS_JITTED_009_NAME=# of Methods Jitted
  139. TOTAL_METHODS_JITTED_009_HELP=Methods compiled Just-In-Time <JIT>
  140.  
  141. JITTED_IL_CUR_009_NAME=# of IL Bytes Jitted
  142. JITTED_IL_CUR_009_HELP=# of IL Bytes Jitted
  143.  
  144. JITTED_IL_TOTAL_009_NAME=Total # of IL Bytes Jitted
  145. JITTED_IL_TOTAL_009_HELP=Total # of IL Bytes Jitted
  146.  
  147. JITTED_IL_INST_009_NAME=IL Bytes Jitted / sec
  148. JITTED_IL_INST_009_HELP=Rate at which IL Bytes are Jitted per sec
  149.  
  150. BYTES_PITCHED_TOTAL_009_NAME=Total # Bytes Pitched
  151. BYTES_PITCHED_TOTAL_009_HELP=Econo-jit will throw away (pitch) already jitted code in order to maintain a smaller working size.
  152.  
  153. BYTES_PITCHED_INST_009_NAME=# Bytes Pitched / sec
  154. BYTES_PITCHED_INST_009_HELP=Econo-jit will throw away (pitch) already jitted code in order to maintain a smaller working size.
  155.  
  156. JIT_FAILURES_009_NAME=Standard Jit Failures
  157. JIT_FAILURES_009_HELP=The total number of methods the statndard JIT compiler failed to JIT.
  158.  
  159. TIME_IN_JIT_009_NAME=% Time in Jit
  160. TIME_IN_JIT_009_HELP=Percent of total time spent in the Jit since the last sample.
  161.  
  162. COMPlus_Interop_OBJECT_009_NAME=COM+ Interop
  163. COMPlus_Interop_OBJECT_009_HELP=Stats for COM+ interop
  164.  
  165. CURRENT_CCW_009_NAME=# of CCWs
  166. 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.
  167.  
  168. CURRENT_STUBS_009_NAME=# of Stubs
  169. CURRENT_STUBS_009_HELP=Current number of stubs. Stubs are small sections of injected code and have a whole multitude of purposes.
  170.  
  171. NUM_MARSHALLING_009_NAME=# of marshalling
  172. NUM_MARSHALLING_009_HELP=Number of times marshalling is done for arguments and return values. Custom marshalling is not counted.
  173.  
  174. TOTAL_TLB_IMPORTS_009_NAME=# of TLB imports / sec
  175. TOTAL_TLB_IMPORTS_009_HELP=Rate at which we are importing Type Libraries
  176.  
  177. TOTAL_TLB_EXPORTS_009_NAME=# of TLB exports / sec
  178. TOTAL_TLB_EXPORTS_009_HELP=Rate at which we are exporting Type Libraries
  179.  
  180. COMPlus_Locks_OBJECT_009_NAME=COM+ Locks
  181. COMPlus_Locks_OBJECT_009_HELP=Stats for COM+ Locks
  182.  
  183. CONTENTION_TOTAL_009_NAME=Total # of Contentions
  184. CONTENTION_TOTAL_009_HELP=Total number of times threads in the runtime have attemped to acquire a lock unsuccesfully
  185.  
  186. CONTENTION_INST_009_NAME=Contention Rate / sec
  187. CONTENTION_INST_009_HELP=Rate at which threads in the runtime attempt to acquire a lock unsuccessfully
  188.  
  189. QUEUE_LENGTH_CUR_009_NAME=Current Queue Length
  190. QUEUE_LENGTH_CUR_009_HELP=Average # of threads currently waiting to acquire a lock
  191.  
  192. QUEUE_LENGTH_TOTAL_009_NAME=Queue Length Peak
  193. QUEUE_LENGTH_TOTAL_009_HELP=Average peak number of threads that waited to acquire a lock
  194.  
  195. QUEUE_LENGTH_INST_009_NAME=Queue Length / sec
  196. QUEUE_LENGTH_INST_009_HELP=Rate at which the queue length is changing
  197.  
  198. COMPlus_Threads_OBJECT_009_NAME=COM+ Threads
  199. COMPlus_Threads_OBJECT_009_HELP=Counters for COM+ threading
  200.  
  201. RECOGNIZED_THREADS_CUR_009_NAME=# of current recognized threads
  202. RECOGNIZED_THREADS_CUR_009_HELP=Number of threads currently executing under the control of the runtime.
  203.  
  204. CURRENT_LOGICAL_THREADS_009_NAME=# of current logical Threads
  205. 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.
  206.  
  207. CURRENT_PHYSICAL_THREADS_009_NAME=# of current physical Threads
  208. CURRENT_PHYSICAL_THREADS_009_HELP=Total number of native OS threads created by the runtime.
  209.  
  210. RECOGNIZED_THREADS_TOTAL_009_NAME=# of total recognized threads
  211. RECOGNIZED_THREADS_TOTAL_009_HELP=Total number of threads executed under the control of the runtime.
  212.  
  213. RECOGNIZED_THREADS_INST_009_NAME=rate of recognized threads / sec
  214. RECOGNIZED_THREADS_INST_009_HELP=Rate of threads executint under the control of the runtime.
  215.  
  216. COMPlus_Excep_OBJECT_009_NAME=COM+ Exceptions
  217. COMPlus_Excep_OBJECT_009_HELP=Runtime statistics on COM+ exception handling.
  218.  
  219. EXCEP_THROWN_TOTAL_009_NAME=# of Exceps Thrown
  220. 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.
  221.  
  222. EXCEP_THROWN_INST_009_NAME=# of Exceps Thrown / sec
  223. 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.
  224.  
  225. TOTAL_EXCEP_FILTERS_RUN_009_NAME=# of Filters / sec
  226. TOTAL_EXCEP_FILTERS_RUN_009_HELP=A filter is a section of code that resumes execution after an exception is thrown.
  227.  
  228. TOTAL_EXCEP_FINALLYS_RUN_009_NAME=# of Finallys / sec
  229. TOTAL_EXCEP_FINALLYS_RUN_009_HELP=Rate of finalizers ran because of a thrown exception
  230.  
  231. EXCEPT_STACK_DEPTH_009_NAME=Throw To Catch Depth / sec
  232. 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.
  233.  
  234. COMPlus_Remoting_OBJECT_009_NAME=COM+ Remoting
  235. COMPlus_Remoting_OBJECT_009_HELP=Stats for COM+ Remoting
  236.  
  237. CONTEXT_REMOTECALLS_INST_009_NAME=Remote Calls/sec
  238. CONTEXT_REMOTECALLS_INST_009_HELP=Rate of remote calls being made. Remote calls are calls between processes;between app domains or between machines.
  239.  
  240. CONTEXT_CHANNELS_009_NAME=Channels
  241. CONTEXT_CHANNELS_009_HELP=Current number of Channels
  242.  
  243. CONTEXT_PROXIES_009_NAME=Context Proxies
  244. CONTEXT_PROXIES_009_HELP=Current number of Proxies
  245.  
  246. CONTEXT_CLASSES_009_NAME=Context-Bound Classes Loaded
  247. CONTEXT_CLASSES_009_HELP=Current number of Context-Bound Classes Loaded
  248.  
  249. CONTEXT_OBJALLOC_009_NAME=Context-Bound Objects Alloc / sec
  250. CONTEXT_OBJALLOC_009_HELP=Rate at which Context-Bound Objects are allocated per second.
  251.  
  252. CONTEXT_CONTEXTS_009_NAME=Contexts
  253. CONTEXT_CONTEXTS_009_HELP=Current number of contexts
  254.  
  255. CONTEXT_REMOTECALLS_TOTAL_009_NAME=Total Remote Calls
  256. 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.
  257.  
  258. COMPlus_Networking_OBJECT_009_NAME=COM+ Networking
  259. COMPlus_Networking_OBJECT_009_HELP=Stats for COM+ Networking
  260.  
  261. NET_CONNECTIONS_ACTIVE_009_NAME=Connections active
  262. NET_CONNECTIONS_ACTIVE_009_HELP=Connections active
  263.  
  264. RATE_OF_BYTES_RECEIEVED_009_NAME=Bytes Received
  265. RATE_OF_BYTES_RECEIEVED_009_HELP=Bytes Received (64-bit rate of bytes received)
  266.  
  267. RATE_OF_BYTES_SENT_009_NAME=Bytes Sent
  268. RATE_OF_BYTES_SENT_009_HELP=Bytes Sent (64-bit rate of byte sent)
  269.  
  270. NET_DATAGRAMS_RECEIVED_009_NAME=Datagrams Received
  271. NET_DATAGRAMS_RECEIVED_009_HELP=The total number of datagrams received by the app since the start of execution
  272.  
  273. NET_DATAGRAMS_SENT_009_NAME=Datagrams Sent
  274. NET_DATAGRAMS_SENT_009_HELP=The total number of datagrams sent by the app since the start of execution
  275.  
  276. COMPlus_Security_OBJECT_009_NAME=COM+ Security
  277. COMPlus_Security_OBJECT_009_HELP=Stats for COM+ security
  278.  
  279. SECURITY_TOTALRTCHECKS_009_NAME=Total Runtime Checks
  280. SECURITY_TOTALRTCHECKS_009_HELP=Number of runtime checks performed due to security
  281.  
  282. SECURITY_TIMEAUTHORIZE_009_NAME=% Time Sig. Authenticating
  283. SECURITY_TIMEAUTHORIZE_009_HELP=Percentage of execution time signature authenticating
  284.  
  285. SECURITY_LINKCHECKS_009_NAME=# Link Time Checks
  286. SECURITY_LINKCHECKS_009_HELP=Number of link time security checks.
  287.  
  288. SECURITY_TIMERTCHECKS_009_NAME=% Time in RT checks
  289. SECURITY_TIMERTCHECKS_009_HELP=Percentage of execution time spent in Runtime checks
  290.  
  291. SECURITY_DEPTHSECURITY_009_NAME=Stack Walk Depth
  292. SECURITY_DEPTHSECURITY_009_HELP=Average depth fo the stack traversed for security checks.
  293.  
  294.