home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / System32 / PerfStringBackup.INI (.txt) < prev    next >
Null Bytes Alternating  |  2008-01-19  |  603KB  |  2,866 lines

  1.  
  2.  
  3. [Perflib]
  4. Base Index=1847
  5. Last Counter=3740
  6. Last Help=3741
  7.  
  8. [PERF_.NET CLR Data]
  9. First Counter=3522
  10. First Help=3523
  11. Last Counter=3534
  12. Last Help=3535
  13.  
  14. [PERF_.NET CLR Networking]
  15. First Counter=3480
  16. First Help=3481
  17. Last Counter=3490
  18. Last Help=3491
  19.  
  20. [PERF_.NET Data Provider for Oracle]
  21. First Counter=3712
  22. First Help=3713
  23. Last Counter=3740
  24. Last Help=3741
  25.  
  26. [PERF_.NET Data Provider for SqlServer]
  27. First Counter=3492
  28. First Help=3493
  29. Last Counter=3520
  30. Last Help=3521
  31.  
  32. [PERF_.NETFramework]
  33. First Counter=3536
  34. First Help=3537
  35. Last Counter=3710
  36. Last Help=3711
  37.  
  38. [PERF_BITS]
  39. First Counter=2222
  40. First Help=2223
  41. Last Counter=2238
  42. Last Help=2239
  43.  
  44. [PERF_ESENT]
  45. First Counter=2268
  46. First Help=2269
  47. Last Counter=3228
  48. Last Help=3229
  49.  
  50. [PERF_MSDTC]
  51. First Counter=3230
  52. First Help=3231
  53. Last Counter=3256
  54. Last Help=3257
  55.  
  56. [PERF_RemoteAccess]
  57. First Counter=2182
  58. First Help=2183
  59. Last Counter=2220
  60. Last Help=2221
  61.  
  62. [PERF_TapiSrv]
  63. First Counter=2240
  64. First Help=2241
  65. Last Counter=2258
  66. Last Help=2259
  67.  
  68. [PERF_TermService]
  69. First Counter=3258
  70. First Help=3259
  71. Last Counter=3378
  72. Last Help=3379
  73.  
  74. [PERF_usbhub]
  75. First Counter=3444
  76. First Help=3445
  77. Last Counter=3478
  78. Last Help=3479
  79.  
  80. [PerfStrings_009]
  81. 1=1847
  82. 2=System
  83. 3=The System performance object consists of counters that apply to more than one instance of a component processors on the computer.
  84. 4=Memory
  85. 5=The Memory performance object  consists of counters that describe the behavior of physical and virtual memory on the computer.  Physical memory is the amount of random access memory on the computer.  Virtual memory consists of the space in physical memory and on disk.  Many of the memory counters monitor paging, which is the movement of pages of code and data between disk and physical memory.  Excessive paging, a symptom of a memory shortage, can cause delays which interfere with all system processes.
  86. 6=% Processor Time
  87. 7=% Processor Time is the percentage of elapsed time that the processor spends to execute a non-Idle thread. It is calculated by measuring the percentage of time that the processor spends executing the idle thread and then subtracting that value from 100%. (Each processor has an idle thread that consumes cycles when no other threads are ready to run). This counter is the primary indicator of processor activity, and displays the average percentage of busy time observed during the sample interval. It should be noted that the accounting calculation of whether the processor is idle is performed at an internal sampling interval of the system clock (10ms). On todays fast processors, % Processor Time can therefore underestimate the processor utilization as the processor may be spending a lot of time servicing threads between the system clock sampling interval. Workload based timer applications are one example  of applications  which are more likely to be measured inaccurately as timers are signaled just after the sample is taken.
  88. 9=% Total DPC Time is the average percentage of time that all processors spend receiving and servicing deferred procedure calls (DPCs).  (DPCs are interrupts that run at a lower priority than the standard interrupts). It is the sum of Processor: % DPC Time for all processors on the computer, divided by the number of processors.  System: % Total DPC Time is a component of System: % Total Privileged Time because DPCs are executed in privileged mode.  DPCs are counted separately and are not a component of the interrupt count.  This counter displays the average busy time as a percentage of the sample time.
  89. 10=File Read Operations/sec
  90. 11=File Read Operations/sec is the combined rate of file system read requests to all devices on the computer, including requests to read from the file system cache.  It is measured in numbers of reads.  This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
  91. 12=File Write Operations/sec
  92. 13=File Write Operations/sec is the combined rate of the file system write requests to all devices on the computer, including requests to write to data in the file system cache.  It is measured in numbers of writes. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
  93. 14=File Control Operations/sec
  94. 15=File Control Operations/sec is the combined rate of file system operations that are neither reads nor writes, such as file system control requests and requests for information about device characteristics or status.  This is the inverse of System: File Data Operations/sec and is measured in number of operations perf second.  This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
  95. 16=File Read Bytes/sec
  96. 17=File Read Bytes/sec is the overall rate at which bytes are read to satisfy  file system read requests to all devices on the computer, including reads from the file system cache.  It is measured in number of bytes per second.  This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
  97. 18=File Write Bytes/sec
  98. 19=File Write Bytes/sec is the overall rate at which bytes are written to satisfy file system write requests to all devices on the computer, including writes to the file system cache.  It is measured in number of bytes per second.  This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
  99. 20=File Control Bytes/sec
  100. 21=File Control Bytes/sec is the overall rate at which bytes are transferred for all file system operations that are neither reads nor writes, including file system control requests and requests for information about device characteristics or status.  It is measured in numbers of bytes.  This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
  101. 23=% Total Interrupt Time is the average percentage of time that all processors spend receiving and servicing hardware interrupts during sample intervals, where the value is an indirect indicator of the activity of devices that generate interrupts. It is the sum of Processor: % Interrupt Time for of all processors on the computer, divided by the number of processors.  DPCs are counted separately and are not a component of the interrupt count.  This value is an indirect indicator of the activity of devices that generate interrupts, such as the system timer, the mouse, disk drivers, data communication lines, network interface cards and other peripheral devices.
  102. 24=Available Bytes
  103. 25=Available Bytes is the amount of physical memory, in bytes, immediately available for allocation to a process or for system use. It is equal to the sum of memory assigned to the standby (cached), free and zero page lists. For a full explanation of the memory manager, refer to MSDN and/or the System Performance and Troubleshooting Guide chapter in the Windows Server 2003 Resource Kit.
  104. 26=Committed Bytes
  105. 27=Committed Bytes is the amount of committed virtual memory, in bytes. Committed memory is the physical memory which has space reserved on the disk paging file(s). There can be one or more paging files on each physical drive. This counter displays the last observed value only; it is not an average.
  106. 28=Page Faults/sec
  107. 29=Page Faults/sec is the average number of pages faulted per second. It is measured in number of pages faulted per second because only one page is faulted in each fault operation, hence this is also equal to the number of page fault operations. This counter includes both hard faults (those that require disk access) and soft faults (where the faulted page is found elsewhere in physical memory.) Most processors can handle large numbers of soft faults without significant consequence. However, hard faults, which require disk access, can cause significant delays.
  108. 30=Commit Limit
  109. 31=Commit Limit is the amount of virtual memory that can be committed without having to extend the paging file(s).  It is measured in bytes. Committed memory is the physical memory which has space reserved on the disk paging files. There can be one paging file on each logical drive). If the paging file(s) are be expanded, this limit increases accordingly.  This counter displays the last observed value only; it is not an average.
  110. 32=Write Copies/sec
  111. 33=Write Copies/sec is the rate at which page faults are caused by attempts to write that have been satisfied by coping of the page from elsewhere in physical memory. This is an economical way of sharing data since pages are only copied when they are written to; otherwise, the page is shared. This counter shows the number of copies, without regard for the number of pages copied in each operation.
  112. 34=Transition Faults/sec
  113. 35=Transition Faults/sec is the rate at which page faults are resolved by recovering pages that were being used by another process sharing the page, or were on the modified page list or the standby list, or were being written to disk at the time of the page fault. The pages were recovered without additional disk activity. Transition faults are counted in numbers of faults; because only one page is faulted in each operation, it is also equal to the number of pages faulted.
  114. 36=Cache Faults/sec
  115. 37=Cache Faults/sec is the rate at which faults occur when a page sought in the file system cache is not found and must be retrieved from elsewhere in memory (a soft fault) or from disk (a hard fault). The file system cache is an area of physical memory that stores recently used pages of data for applications. Cache activity is a reliable indicator of most application I/O operations. This counter shows the number of faults, without regard for the number of pages faulted in each operation.
  116. 38=Demand Zero Faults/sec
  117. 39=Demand Zero Faults/sec is the rate at which a zeroed page is required to satisfy the fault.  Zeroed pages, pages emptied of previously stored data and filled with zeros, are a security feature of Windows that prevent processes from seeing data stored by earlier processes that used the memory space. Windows maintains a list of zeroed pages to accelerate this process. This counter shows the number of faults, without regard to the number of pages retrieved to satisfy the fault. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
  118. 40=Pages/sec
  119. 41=Pages/sec is the rate at which pages are read from or written to disk to resolve hard page faults. This counter is a primary indicator of the kinds of faults that cause system-wide delays.  It is the sum of Memory\\Pages Input/sec and Memory\\Pages Output/sec.  It is counted in numbers of pages, so it can be compared to other counts of pages, such as Memory\\Page Faults/sec, without conversion. It includes pages retrieved to satisfy faults in the file system cache (usually requested by applications) non-cached mapped memory files.
  120. 42=Page Reads/sec
  121. 43=Page Reads/sec is the rate at which the disk was read to resolve hard page faults. It shows the number of reads operations, without regard to the number of pages retrieved in each operation. Hard page faults occur when a process references a page in virtual memory that is not in working set or elsewhere in physical memory, and must be retrieved from disk. This counter is a primary indicator of the kinds of faults that cause system-wide delays. It includes read operations to satisfy faults in the file system cache (usually requested by applications) and in non-cached mapped memory files. Compare the value of Memory\\Pages Reads/sec to the value of Memory\\Pages Input/sec to determine the average number of pages read during each operation.
  122. 44=Processor Queue Length
  123. 45=Processor Queue Length is the number of threads in the processor queue.  Unlike the disk counters, this counter counters, this counter shows ready threads only, not threads that are running.  There is a single queue for processor time even on computers with multiple processors. Therefore, if a computer has multiple processors, you need to divide this value by the number of processors servicing the workload. A sustained processor queue of less than 10 threads per processor is normally acceptable, dependent of the workload.
  124. 46=Thread State
  125. 47=Thread State is the current state of the thread.  It is 0 for Initialized, 1 for Ready, 2 for Running, 3 for Standby, 4 for Terminated, 5 for Wait, 6 for Transition, 7 for Unknown.  A Running thread is using a processor; a Standby thread is about to use one.  A Ready thread wants to use a processor, but is waiting for a processor because none are free.  A thread in Transition is waiting for a resource in order to execute, such as waiting for its execution stack to be paged in from disk.  A Waiting thread has no use for the processor because it is waiting for a peripheral operation to complete or a resource to become free.
  126. 48=Pages Output/sec
  127. 49=Pages Output/sec is the rate at which pages are written to disk to free up space in physical memory. Pages are written back to disk only if they are changed in physical memory, so they are likely to hold data, not code. A high rate of pages output might indicate a memory shortage. Windows writes more pages back to disk to free up space when physical memory is in short supply.  This counter shows the number of pages, and can be compared to other counts of pages, without conversion.
  128. 50=Page Writes/sec
  129. 51=Page Writes/sec is the rate at which pages are written to disk to free up space in physical memory. Pages are written to disk only if they are changed while in physical memory, so they are likely to hold data, not code.  This counter shows write operations, without regard to the number of pages written in each operation.  This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
  130. 52=Browser
  131. 53=The Browser performance object consists of counters that measure the rates of announcements, enumerations, and other Browser transmissions.
  132. 54=Announcements Server/sec
  133. 55=Announcements Server/sec is the rate at which the servers in this domain have announced themselves to this server.
  134. 56=Pool Paged Bytes
  135. 57=Pool Paged Bytes is the size, in bytes, of the paged pool, an area of system memory (physical memory used by the operating system) for objects that can be written to disk when they are not being used.  Memory\\Pool Paged Bytes is calculated differently than Process\\Pool Paged Bytes, so it might not equal Process\\Pool Paged Bytes\\_Total. This counter displays the last observed value only; it is not an average.
  136. 58=Pool Nonpaged Bytes
  137. 59=Pool Nonpaged Bytes is the size, in bytes, of the nonpaged pool, an area of system memory (physical memory used by the operating system) for objects that cannot be written to disk, but must remain in physical memory as long as they are allocated.  Memory\\Pool Nonpaged Bytes is calculated differently than Process\\Pool Nonpaged Bytes, so it might not equal Process\\Pool Nonpaged Bytes\\_Total.  This counter displays the last observed value only; it is not an average.
  138. 60=Pool Paged Allocs
  139. 61=Pool Paged Allocs is the number of calls to allocate space in the paged pool. The paged pool is an area of system memory (physical memory used by the operating system) for objects that can be written to disk when they are not being used. It is measured in numbers of calls to allocate space, regardless of the amount of space allocated in each call.  This counter displays the last observed value only; it is not an average.
  140. 63=Pool Paged Resident Bytes is the current size, in bytes, of the paged pool. The paged pool is an area of system memory (physical memory used by the operating system) for objects that can be written to disk when they are not being used. Space used by the paged and nonpaged pools are taken from physical memory, so a pool that is too large denies memory space to processes. This counter displays the last observed value only; it is not an average.
  141. 64=Pool Nonpaged Allocs
  142. 65=Pool Nonpaged Allocs is the number of calls to allocate space in the nonpaged pool. The nonpaged pool is an area of system memory area for objects that cannot be written to disk, and must remain in physical memory as long as they are allocated.  It is measured in numbers of calls to allocate space, regardless of the amount of space allocated in each call.  This counter displays the last observed value only; it is not an average.
  143. 66=Pool Paged Resident Bytes
  144. 67=Bytes Total/sec is the total rate of bytes sent to or received from the network by the protocol, but only for the frames (packets) which carry data. This is the sum of Frame Bytes/sec and Datagram Bytes/sec.
  145. 68=System Code Total Bytes
  146. 69=System Code Total Bytes is the size, in bytes, of the pageable operating system code currently in virtual memory. It is a measure of the amount of physical memory being used by the operating system that can be written to disk when not in use. This value is calculated by summing the bytes in Ntoskrnl.exe, Hal.dll, the boot drivers, and file systems loaded by Ntldr/osloader.  This counter does not include code that must remain in physical memory and cannot be written to disk. This counter displays the last observed value only; it is not an average.
  147. 70=System Code Resident Bytes
  148. 71=System Code Resident Bytes is the size, in bytes of the operating system code currently in physical memory that can be written to disk when not in use. This value is a component of Memory\\System Code Total Bytes, which also includes operating system code on disk. Memory\\System Code Resident Bytes (and Memory\\System Code Total Bytes) does not include code that must remain in physical memory and cannot be written to disk. This counter displays the last observed value only; it is not an average.
  149. 72=System Driver Total Bytes
  150. 73=System Driver Total Bytes is the size, in bytes, of the pageable virtual memory currently being used by device drivers. Pageable memory can be written to disk when it is not being used. It includes physical memory (Memory\\System Driver Resident Bytes) and code and data paged to disk. It is a component of Memory\\System Code Total Bytes. This counter displays the last observed value only; it is not an average.
  151. 74=System Driver Resident Bytes
  152. 75=System Driver Resident Bytes is the size, in bytes, of the pageable physical memory being used by device drivers. It is the working set (physical memory area) of the drivers. This value is a component of Memory\\System Driver Total Bytes, which also includes driver memory that has been written to disk. Neither Memory\\System Driver Resident Bytes nor Memory\\System Driver Total Bytes includes memory that cannot be written to disk.
  153. 76=System Cache Resident Bytes
  154. 77=System Cache Resident Bytes is the size, in bytes, of the pageable operating system code in the file system cache. This value includes only current physical pages and does not include any virtual memory pages not currently resident. It does equal the System Cache value shown in Task Manager. As a result, this value may be smaller than the actual amount of virtual memory in use by the file system cache. This value is a component of Memory\\System Code Resident Bytes which represents all pageable operating system code that is currently in physical memory. This counter displays the last observed value only; it is not an average.
  155. 78=Announcements Domain/sec
  156. 79=Announcements Domain/sec is the rate at which a domain has announced itself to the network.
  157. 80=Election Packets/sec
  158. 81=Election Packets/sec is the rate at which browser election packets have been received by this workstation.
  159. 82=Mailslot Writes/sec
  160. 83=Mailslot Writes/sec is the rate at which mailslot messages have been successfully received.
  161. 84=Server List Requests/sec
  162. 85=Server List Requests/sec is the rate at which requests to retrieve a list of browser servers have been processed by this workstation.
  163. 86=Cache
  164. 87=The Cache performance object  consists of counters that monitor the file system cache, an area of physical memory that stores recently used data as long as possible to permit access to the data without having to read from the disk.  Because applications typically use the cache, the cache is monitored as an indicator of application I/O operations.  When memory is plentiful, the cache can grow, but when memory is scarce, the cache can become too small to be effective.
  165. 88=Data Maps/sec
  166. 89=Data Maps/sec is the frequency that a file system such as NTFS, maps a page of a file into the file system cache to read the page.
  167. 90=Sync Data Maps/sec
  168. 91=Sync Data Maps/sec counts the frequency that a file system, such as NTFS, maps a page of a file into the file system cache to read the page, and wishes to wait for the page to be retrieved if it is not in main memory.
  169. 92=Async Data Maps/sec
  170. 93=Async Data Maps/sec is the frequency that an application using a file system, such as NTFS, to map a page of a file into the file system cache to read the page, and does not wait for the page to be retrieved if it is not in main memory.
  171. 94=Data Map Hits %
  172. 95=Data Map Hits is the percentage of data maps in the file system cache that could be resolved without having to retrieve a page from the disk, because the page was already in physical memory.
  173. 96=Data Map Pins/sec
  174. 97=Data Map Pins/sec is the frequency of data maps in the file system cache that resulted in pinning a page in main memory, an action usually preparatory to writing to the file on disk.   While pinned, a page's physical address in main memory and virtual address in the file system cache will not be altered.
  175. 98=Pin Reads/sec
  176. 99=Pin Reads/sec is the frequency of reading data into the file system cache preparatory to writing the data back to disk.  Pages read in this fashion are pinned in memory at the completion of the read.  While pinned, a page's physical address in the file system cache will not be altered.
  177. 100=Sync Pin Reads/sec
  178. 101=Sync Pin Reads/sec is the frequency of reading data into the file system cache preparatory to writing the data back to disk.  Pages read in this fashion are pinned in memory at the completion of the read.  The file system will not regain control until the page is pinned in the file system cache, in particular if the disk must be accessed to retrieve the page.  While pinned, a page's physical address in the file system cache will not be altered.
  179. 102=Async Pin Reads/sec
  180. 103=Async Pin Reads/sec is the frequency of reading data into the file system cache preparatory to writing the data back to disk.  Pages read in this fashion are pinned in memory at the completion of the read.  The file system will regain control immediately even if the disk must be accessed to retrieve the page.  While pinned, a page's physical address will not be altered.
  181. 104=Pin Read Hits %
  182. 105=Pin Read Hits is the percentage of pin read requests that hit the file system cache, i.e., did not require a disk read in order to provide access to the page in the file system cache.  While pinned, a page's physical address in the file system cache will not be altered.  The LAN Redirector uses this method for retrieving data from the cache, as does the LAN Server for small transfers.  This is usually the method used by the disk file systems as well.
  183. 106=Copy Reads/sec
  184. 107=Copy Reads/sec is the frequency of reads from pages of the file system cache that involve a memory copy of the data from the cache to the application's buffer.  The LAN Redirector uses this method for retrieving information from the file system cache, as does the LAN Server for small transfers.  This is a method used by the disk file systems as well.
  185. 108=Sync Copy Reads/sec
  186. 109=Sync Copy Reads/sec is the frequency of reads from pages of the file system cache that involve a memory copy of the data from the cache to the application's buffer.  The file system will not regain control until the copy operation is complete, even if the disk must be accessed to retrieve the page.
  187. 110=Async Copy Reads/sec
  188. 111=Async Copy Reads/sec is the frequency of reads from pages of the file system cache that involve a memory copy of the data from the cache to the application's buffer.  The application will regain control immediately even if the disk must be accessed to retrieve the page.
  189. 112=Copy Read Hits %
  190. 113=Copy Read Hits is the percentage of cache copy read requests that hit the cache, that is, they did not require a disk read in order to provide access to the page in the cache.  A copy read is a file read operation that is satisfied by a memory copy from a page in the cache to the application's buffer.  The LAN Redirector uses this method for retrieving information from the cache, as does the LAN Server for small transfers.  This is a method used by the disk file systems as well.
  191. 114=MDL Reads/sec
  192. 115=MDL Reads/sec is the frequency of reads from the file system cache that use a Memory Descriptor List (MDL) to access the data.  The MDL contains the physical address of each page involved in the transfer, and thus can employ a hardware Direct Memory Access (DMA) device to effect the copy.  The LAN Server uses this method for large transfers out of the server.
  193. 116=Sync MDL Reads/sec
  194. 117=Sync MDL Reads/sec is the frequency of reads from the file system cache that use a Memory Descriptor List (MDL) to access the pages.  The MDL contains the physical address of each page in the transfer, thus permitting Direct Memory Access (DMA) of the pages.  If the accessed page(s) are not in main memory, the caller will wait for the pages to fault in from the disk.
  195. 118=Async MDL Reads/sec
  196. 119=Async MDL Reads/sec is the frequency of reads from the file system cache that use a Memory Descriptor List (MDL) to access the pages.  The MDL contains the physical address of each page in the transfer, thus permitting Direct Memory Access (DMA) of the pages.  If the accessed page(s) are not in main memory, the calling application program will not wait for the pages to fault in from disk.
  197. 120=MDL Read Hits %
  198. 121=MDL Read Hits is the percentage of Memory Descriptor List (MDL) Read requests to the file system cache that hit the cache, i.e., did not require disk accesses in order to provide memory access to the page(s) in the cache.
  199. 122=Read Aheads/sec
  200. 123=Read Aheads/sec is the frequency of reads from the file system cache in which the Cache detects sequential access to a file.  The read aheads permit the data to be transferred in larger blocks than those being requested by the application, reducing the overhead per access.
  201. 124=Fast Reads/sec
  202. 125=Fast Reads/sec is the frequency of reads from the file system cache that bypass the installed file system and retrieve the data directly from the cache.  Normally, file I/O requests invoke the appropriate file system to retrieve data from a file, but this path permits direct retrieval of data from the cache without file system involvement if the data is in the cache.  Even if the data is not in the cache, one invocation of the file system is avoided.
  203. 126=Sync Fast Reads/sec
  204. 127=Sync Fast Reads/sec is the frequency of reads from the file system cache that bypass the installed file system and retrieve the data directly from the cache.  Normally, file I/O requests invoke the appropriate file system to retrieve data from a file, but this path permits direct retrieval of data from the cache without file system involvement if the data is in the cache.  Even if the data is not in the cache, one invocation of the file system is avoided.  If the data is not in the cache, the request (application program call) will wait until the data has been retrieved from disk.
  205. 128=Async Fast Reads/sec
  206. 129=Async Fast Reads/sec is the frequency of reads from the file system cache that bypass the installed file system and retrieve the data directly from the cache.  Normally, file I/O requests will invoke the appropriate file system to retrieve data from a file, but this path permits data to be retrieved from the cache directly (without file system involvement) if the data is in the cache.  Even if the data is not in the cache, one invocation of the file system is avoided.  If the data is not in the cache, the request (application program call) will not wait until the data has been retrieved from disk, but will get control immediately.
  207. 130=Fast Read Resource Misses/sec
  208. 131=Fast Read Resource Misses/sec is the frequency of cache misses necessitated by the lack of available resources to satisfy the request.
  209. 132=Fast Read Not Possibles/sec
  210. 133=Fast Read Not Possibles/sec is the frequency of attempts by an Application Program Interface (API) function call to bypass the file system to get to data in the file system cache that could not be honored without invoking the file system.
  211. 134=Lazy Write Flushes/sec
  212. 135=Lazy Write Flushes/sec is the rate at which the Lazy Writer thread has written to disk.  Lazy Writing is the process of updating the disk after the page has been changed in memory, so that the application that changed the file does not have to wait for the disk write to be complete before proceeding.  More than one page can be transferred by each write operation.
  213. 136=Lazy Write Pages/sec
  214. 137=Lazy Write Pages/sec is the rate at which the Lazy Writer thread has written to disk.  Lazy Writing is the process of updating the disk after the page has been changed in memory, so that the application that changed the file does not have to wait for the disk write to be complete before proceeding.  More than one page can be transferred on a single disk write operation.
  215. 138=Data Flushes/sec
  216. 139=Data Flushes/sec is the rate at which the file system cache has flushed its contents to disk as the result of a request to flush or to satisfy a write-through file write request.  More than one page can be transferred on each flush operation.
  217. 140=Data Flush Pages/sec
  218. 141=Data Flush Pages/sec is the number of pages the file system cache has flushed to disk as a result of a request to flush or to satisfy a write-through file write request.  More than one page can be transferred on each flush operation.
  219. 142=% User Time
  220. 143=% User Time is the percentage of elapsed time the processor spends in the user mode. User mode is a restricted processing mode designed for applications, environment subsystems, and integral subsystems.  The alternative, privileged mode, is designed for operating system components and allows direct access to hardware and all memory.  The operating system switches application threads to privileged mode to access operating system services. This counter displays the average busy time as a percentage of the sample time.
  221. 144=% Privileged Time
  222. 145=% Privileged Time is the percentage of elapsed time that the process threads spent executing code in privileged mode.  When a Windows system service in called, the service will often run in privileged mode to gain access to system-private data. Such data is protected from access by threads executing in user mode. Calls to the system can be explicit or implicit, such as page faults or interrupts. Unlike some early operating systems, Windows uses process boundaries for subsystem protection in addition to the traditional protection of user and privileged modes. Some work done by Windows on behalf of the application might appear in other subsystem processes in addition to the privileged time in the process.
  223. 146=Context Switches/sec
  224. 147=Context Switches/sec is the combined rate at which all processors on the computer are switched from one thread to another.  Context switches occur when a running thread voluntarily relinquishes the processor, is preempted by a higher priority ready thread, or switches between user-mode and privileged (kernel) mode to use an Executive or subsystem service.  It is the sum of Thread\\Context Switches/sec for all threads running on all processors in the computer and is measured in numbers of switches.  There are context switch counters on the System and Thread objects. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
  225. 148=Interrupts/sec
  226. 149=Interrupts/sec is the average rate, in incidents per second, at which the processor received and serviced hardware interrupts. It does not include deferred procedure calls (DPCs), which are counted separately. This value is an indirect indicator of the activity of devices that generate interrupts, such as the system clock, the mouse, disk drivers, data communication lines, network interface cards, and other peripheral devices. These devices normally interrupt the processor when they have completed a task or require attention. Normal thread execution is suspended. The system clock typically interrupts the processor every 10 milliseconds, creating a background of interrupt activity. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
  227. 150=System Calls/sec
  228. 151=System Calls/sec is the combined rate of calls to operating system service routines by all processes running on the computer. These routines perform all of the basic scheduling and synchronization of activities on the computer, and provide access to non-graphic devices, memory management, and name space management. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
  229. 152=Level 1 TLB Fills/sec
  230. 153=Level 1 TLB Fills/sec is the frequency of faults that occur when reference is made to memory whose Page Table Entry (PTE) is not in the Translation Lookaside Buffer (TLB).  On some computers this fault is handled by software loading the PTE into the TLB, and this counter is incremented.
  231. 154=Level 2 TLB Fills/sec
  232. 155=Level 2 TLB Fills/sec is the frequency of faults that occur when reference is made to memory whose Page Table Entry (PTE) is not in the Translation Lookaside Buffer (TLB), nor is the page containing the PTE.  On some computers this fault is handled by software loading the PTE into the TLB, and this counter is incremented.
  233. 156=Enumerations Server/sec
  234. 157=% User Time is the percentage of elapsed time that the process threads spent executing code in user mode. Applications, environment subsystems, and integral subsystems execute in user mode. Code executing in user mode cannot damage the integrity of the Windows executive, kernel, and device drivers. Unlike some early operating systems, Windows uses process boundaries for subsystem protection in addition to the traditional protection of user and privileged modes. Some work done by Windows on behalf of the application might appear in other subsystem processes in addition to the privileged time in the process.
  235. 158=Enumerations Domain/sec
  236. 159=% Privileged Time is the percentage of elapsed time that the process threads spent executing code in privileged mode. When a Windows system service is called, the service will often run in privileged mode to gain access to system-private data. Such data is protected from access by threads executing in user mode. Calls to the system can be explicit or implicit, such as page faults or interrupts. Unlike some early operating systems, Windows uses process boundaries for subsystem protection in addition to the traditional protection of user and privileged modes. Some work done by Windows on behalf of the application might appear in other subsystem processes in addition to the privileged time in the process.
  237. 160=Enumerations Other/sec
  238. 161=Enumerations Server/sec is the rate at which server browse requests have been processed by this workstation.
  239. 162=Missed Server Announcements
  240. 163=Enumerations Domain/sec is the rate at which domain browse requests have been processed by this workstation.
  241. 164=Missed Mailslot Datagrams
  242. 165=Enumerations Other/sec is the rate at which browse requests processed by this workstation are not domain or server browse requests.
  243. 166=Missed Server List Requests
  244. 167=Missed Server Announcements is the number of server announcements that have been missed due to configuration or allocation limits.
  245. 168=Server Announce Allocations Failed/sec
  246. 169=Missed Mailslot Datagrams is the number of Mailslot Datagrams that have been discarded due to configuration or allocation limits.
  247. 170=Mailslot Allocations Failed
  248. 171=Missed Server List Requests is the number of requests to retrieve a list of browser servers that were received by this workstation, but could not be processed.
  249. 172=Virtual Bytes Peak
  250. 173=Virtual Bytes Peak is the maximum size, in bytes, of virtual address space the process has used at any one time. Use of virtual address space does not necessarily imply corresponding use of either disk or main memory pages. However, virtual space is finite, and the process might limit its ability to load libraries.
  251. 174=Virtual Bytes
  252. 175=Virtual Bytes is the current size, in bytes, of the virtual address space the process is using. Use of virtual address space does not necessarily imply corresponding use of either disk or main memory pages. Virtual space is finite, and the process can limit its ability to load libraries.
  253. 177=Page Faults/sec is the rate at which page faults by the threads executing in this process are occurring.  A page fault occurs when a thread refers to a virtual memory page that is not in its working set in main memory. This may not cause the page to be fetched from disk if it is on the standby list and hence already in main memory, or if it is in use by another process with whom the page is shared.
  254. 178=Working Set Peak
  255. 179=Working Set Peak is the maximum size, in bytes, of the Working Set of this process at any point in time. The Working Set is the set of memory pages touched recently by the threads in the process. If free memory in the computer is above a threshold, pages are left in the Working Set of a process even if they are not in use. When free memory falls below a threshold, pages are trimmed from Working Sets. If they are needed they will then be soft-faulted back into the Working Set before they leave main memory.
  256. 180=Working Set
  257. 181=Working Set is the current size, in bytes, of the Working Set of this process. The Working Set is the set of memory pages touched recently by the threads in the process. If free memory in the computer is above a threshold, pages are left in the Working Set of a process even if they are not in use.  When free memory falls below a threshold, pages are trimmed from Working Sets. If they are needed they will then be soft-faulted back into the Working Set before leaving main memory.
  258. 182=Page File Bytes Peak
  259. 183=Page File Bytes Peak is the maximum amount of virtual memory, in bytes, that this process has reserved for use in the paging file(s). Paging files are used to store pages of memory used by the process that are not contained in other files.  Paging files are shared by all processes, and the lack of space in paging files can prevent other processes from allocating memory. If there is no paging file, this counter reflects the maximum amount of virtual memory that the process has reserved for use in physical memory.
  260. 184=Page File Bytes
  261. 185=Page File Bytes is the current amount of virtual memory, in bytes, that this process has reserved for use in the paging file(s). Paging files are used to store pages of memory used by the process that are not contained in other files. Paging files are shared by all processes, and the lack of space in paging files can prevent other processes from allocating memory. If there is no paging file, this counter reflects the current amount of virtual memory that the process has reserved for use in physical memory.
  262. 186=Private Bytes
  263. 187=Private Bytes is the current size, in bytes, of memory that this process has allocated that cannot be shared with other processes.
  264. 188=Announcements Total/sec
  265. 189=% Processor Time is the percentage of elapsed time that all of process threads used the processor to execution instructions. An instruction is the basic unit of execution in a computer, a thread is the object that executes instructions, and a process is the object created when a program is run. Code executed to handle some hardware interrupts and trap conditions are included in this count.
  266. 190=Enumerations Total/sec
  267. 191=% Processor Time is the percentage of elapsed time that all of process threads used the processor to execution instructions. An instruction is the basic unit of execution in a computer, a thread is the object that executes instructions, and a process is the object created when a program is run. Code executed to handle some hardware interrupts and trap conditions are included in this count.
  268. 193=% User Time is the percentage of elapsed time that this thread has spent executing code in user mode.  Applications, environment subsystems, and integral subsystems execute in user mode.  Code executing in user mode cannot damage the integrity of the Windows NT Executive, Kernel, and device drivers.  Unlike some early operating systems, Windows NT uses process boundaries for subsystem protection in addition to the traditional protection of user and privileged modes.  These subsystem processes provide additional protection.  Therefore, some work done by Windows NT on behalf of your application might appear in other subsystem processes in addition to the privileged time in your process.
  269. 195=% Privileged Time is the percentage of elapsed time that the process threads spent executing code in privileged mode.  When a Windows system service in called, the service will often run in privileged mode to gain access to system-private data. Such data is protected from access by threads executing in user mode. Calls to the system can be explicit or implicit, such as page faults or interrupts. Unlike some early operating systems, Windows uses process boundaries for subsystem protection in addition to the traditional protection of user and privileged modes. Some work done by Windows on behalf of the application might appear in other subsystem processes in addition to the privileged time in the process.
  270. 197=Context Switches/sec is the rate of switches from one thread to another.  Thread switches can occur either inside of a single process or across processes.  A thread switch can be caused either by one thread asking another for information, or by a thread being preempted by another, higher priority thread becoming ready to run.  Unlike some early operating systems, Windows NT uses process boundaries for subsystem protection in addition to the traditional protection of user and privileged modes.  These subsystem processes provide additional protection.  Therefore, some work done by Windows NT on behalf of an application  appear in other subsystem processes in addition to the privileged time in the application.  Switching to the subsystem process causes one Context Switch in the application thread.  Switching back causes another Context Switch in the subsystem thread.
  271. 198=Current Disk Queue Length
  272. 199=Current Disk Queue Length is the number of requests outstanding on the disk at the time the performance data is collected. It also includes requests in service at the time of the collection. This is a instantaneous snapshot, not an average over the time interval. Multi-spindle disk devices can have multiple requests that are active at one time, but other concurrent requests are awaiting service. This counter might reflect a transitory high or low queue length, but if there is a sustained load on the disk drive, it is likely that this will be consistently high. Requests experience delays proportional to the length of this queue minus the number of spindles on the disks. For good performance, this difference should average less than two.
  273. 200=% Disk Time
  274. 201=% Disk Time is the percentage of elapsed time that the selected disk drive was busy servicing read or write requests.
  275. 202=% Disk Read Time
  276. 203=% Disk Read Time is the percentage of elapsed time that the selected disk drive was busy servicing read requests.
  277. 204=% Disk Write Time
  278. 205=% Disk Write Time is the percentage of elapsed time that the selected disk drive was busy servicing write requests.
  279. 206=Avg. Disk sec/Transfer
  280. 207=Avg. Disk sec/Transfer is the time, in seconds, of the average disk transfer.
  281. 208=Avg. Disk sec/Read
  282. 209=Avg. Disk sec/Read is the average time, in seconds, of a read of data from the disk.
  283. 210=Avg. Disk sec/Write
  284. 211=Avg. Disk sec/Write is the average time, in seconds, of a write of data to the disk.
  285. 212=Disk Transfers/sec
  286. 213=Disk Transfers/sec is the rate of read and write operations on the disk.
  287. 214=Disk Reads/sec
  288. 215=Disk Reads/sec is the rate of read operations on the disk.
  289. 216=Disk Writes/sec
  290. 217=Disk Writes/sec is the rate of write operations on the disk.
  291. 218=Disk Bytes/sec
  292. 219=Disk Bytes/sec is the rate bytes are transferred to or from the disk during write or read operations.
  293. 220=Disk Read Bytes/sec
  294. 221=Disk Read Bytes/sec is the rate at which bytes are transferred from the disk during read operations.
  295. 222=Disk Write Bytes/sec
  296. 223=Disk Write Bytes/sec is rate at which bytes are transferred to the disk during write operations.
  297. 224=Avg. Disk Bytes/Transfer
  298. 225=Avg. Disk Bytes/Transfer is the average number of bytes transferred to or from the disk during write or read operations.
  299. 226=Avg. Disk Bytes/Read
  300. 227=Avg. Disk Bytes/Read is the average number of bytes transferred from the disk during read operations.
  301. 228=Avg. Disk Bytes/Write
  302. 229=Avg. Disk Bytes/Write is the average number of bytes transferred to the disk during write operations.
  303. 230=Process
  304. 231=The Process performance object consists of counters that monitor running application program and system processes.  All the threads in a process share the same address space and have access to the same data.
  305. 232=Thread
  306. 233=The Thread performance object consists of counters that measure aspects of thread behavior.  A thread is the basic object that executes instructions on a processor.  All running processes have at least one thread.
  307. 234=PhysicalDisk
  308. 235=The Physical Disk performance object consists of counters that monitor hard or fixed disk drive on a computer.  Disks are used to store file, program, and paging data and are read to retrieve these items, and written to record changes to them.  The values of physical disk counters are sums of the values of the logical disks (or partitions) into which they are divided.
  309. 236=LogicalDisk
  310. 237=The Logical Disk performance object consists of counters that monitor logical partitions of a hard or fixed disk drives.  Performance Monitor identifies logical disks by their a drive letter, such as C.
  311. 238=Processor
  312. 239=The Processor performance object consists of counters that measure aspects of processor activity The processor is the part of the computer that performs arithmetic and logical computations, initiates operations on peripherals, and runs the threads of processes.  A computer can have multiple processors.  The processor object represents each processor as an instance of the object.
  313. 240=% Total Processor Time
  314. 241=% Total Processor Time is the average percentage of time that all processors on the computer are executing non-idle threads.   This counter was designed as the primary indicator of processor activity on multiprocessor computers.  It is equal to the sum of Process: % Processor Time for all processors, divided by the number of processors.  It is calculated by summing the time that all processors spend executing the thread of the Idle process in each sample interval, subtracting that value from 100%, and dividing the difference by the number of processors on the computer.  (Each processor has an Idle thread which consumes cycles when no other threads are ready to run). For example, on a multiprocessor computer, a value of 50% means that all processors are busy for half of the sample interval, or that half of the processors are busy for all of the sample interval.  This counter displays the average percentage of busy time observed during the sample interval.  It is calculated by monitoring the time the service was inactive, and then subtracting that value from 100%.
  315. 242=% Total User Time
  316. 243=% Total User Time is the average percentage of non-idle time all processors spend in user mode.  It is the sum of Processor: % User Time for all processors on the computer, divided by the number of processors.  System: % Total User Time and System: % Total Privileged Time sum to % Total Processor Time, but not always to 100%.  (User mode is a restricted processing mode designed for applications, environment subsystems, and integral subsystems.  The alternative, privileged mode, is designed for operating system components and allows direct access to hardware and all memory.  The operating system switches application threads to privileged mode to access operating system services). This counter displays the average busy time as a percentage of the sample time.
  317. 244=% Total Privileged Time
  318. 245=% Total Privileged Time is the average percentage of non-idle time all processors spend in privileged (kernel) mode.  It is the sum of Processor: % Privileged Time for all processors on the computer, divided by the number of processors.  System: % Total User Time and System: % Total Privileged Time sum to % Total Processor Time, but not always to 100%.  (Privileged mode is an processing mode designed for operating system components which allows direct access to hardware and all memory.  The operating system switches application threads to privileged mode to access operating system services.  The alternative, user mode, is a restricted processing mode designed for applications and environment subsystems). This counter displays the average busy time as a percentage of the sample time.
  319. 246=Total Interrupts/sec
  320. 247=Total Interrupts/sec is the combined rate of hardware interrupts received and serviced by all processors on the computer It is the sum of Processor: Interrupts/sec for all processors, and divided by the number of processors, and is measured in numbers of interrupts.  It does not include DPCs, which are counted separately.  This value is an indirect indicator of the activity of devices that generate interrupts, such as the system timer, the mouse, disk drivers, data communication lines, network interface cards and other peripheral devices.  These devices normally interrupt the processor when they have completed a task or require attention.  Normal thread execution is suspended during interrupts.  Most system clocks interrupt the processor every 10 milliseconds, creating a background of interrupt activity.  This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
  321. 248=Processes
  322. 249=Processes is the number of processes in the computer at the time of data collection. This is an instantaneous count, not an average over the time interval.  Each process represents the running of a program.
  323. 250=Threads
  324. 251=Threads is the number of threads in the computer at the time of data collection. This is an instantaneous count, not an average over the time interval.  A thread is the basic executable entity that can execute instructions in a processor.
  325. 252=Events
  326. 253=Events is the number of events in the computer at the time of data collection. This is an instantaneous count, not an average over the time interval.  An event is used when two or more threads try to synchronize execution.
  327. 254=Semaphores
  328. 255=Semaphores is the number of semaphores in the computer at the time of data collection. This is an instantaneous count, not an average over the time interval.  Threads use semaphores to obtain exclusive access to data structures that they share with other threads.
  329. 256=Mutexes
  330. 257=Mutexes counts the number of mutexes in the computer at the time of data collection. This is an instantaneous count, not an average over the time interval.  Mutexes are used by threads to assure only one thread is executing a particular section of code.
  331. 258=Sections
  332. 259=Sections is the number of sections in the computer at the time of data collection. This is an instantaneous count, not an average over the time interval.  A section is a portion of virtual memory created by a process for storing data. A process can share sections with other processes.
  333. 260=Objects
  334. 261=The Object performance object consists of counters that monitor  logical objects in the system, such as processes, threads, mutexes, and semaphores.  This information can be used to detect the unnecessary consumption of computer resources.  Each object requires memory to store basic information about the object.
  335. 262=Redirector
  336. 263=The Redirector performance object consists of counter that monitor network connections originating at the local computer.
  337. 264=Bytes Received/sec
  338. 265=Bytes Received/sec is the rate of bytes coming in to the Redirector from the network.  It includes all application data as well as network protocol information (such as packet headers).
  339. 266=Packets Received/sec
  340. 267=Packets Received/sec is the rate at which the Redirector is receiving packets (also called SMBs or Server Message Blocks).  Network transmissions are divided into packets.  The average number of bytes received in a packet can be obtained by dividing Bytes Received/sec by this counter.  Some packets received might not contain incoming data (for example an acknowledgment to a write made by the Redirector would count as an incoming packet).
  341. 268=Read Bytes Paging/sec
  342. 269=Read Bytes Paging/sec is the rate at which the Redirector is attempting to read bytes in response to page faults.  Page faults are caused by loading of modules (such as programs and libraries), by a miss in the Cache (see Read Bytes Cache/sec), or by files directly mapped into the address space of applications (a high-performance feature of Windows NT).
  343. 270=Read Bytes Non-Paging/sec
  344. 271=Read Bytes Non-Paging/sec are those bytes read by the Redirector in response to normal file requests by an application when they are redirected to come from another computer.  In addition to file requests, this counter includes other methods of reading across the network such as Named Pipes and Transactions.  This counter does not count network protocol information, just application data.
  345. 272=Read Bytes Cache/sec
  346. 273=Read Bytes Cache/sec is the rate at which applications are accessing the file system cache by using the Redirector.  Some of these data requests are satisfied by retrieving the data from the cache.  Requests that miss the Cache cause a page fault (see Read Bytes Paging/sec).
  347. 274=Read Bytes Network/sec
  348. 275=Read Bytes Network/sec is the rate at which applications are reading data across the network. This occurs when data sought in the file system cache is not found there and must be retrieved from the network.  Dividing this value by Bytes Received/sec indicates the proportion of application data traveling across the network. (see Bytes Received/sec).
  349. 276=Bytes Transmitted/sec
  350. 277=Bytes Transmitted/sec is the rate at which bytes are leaving the Redirector to the network.  It includes all application data as well as network protocol information (such as packet headers and the like).
  351. 278=Packets Transmitted/sec
  352. 279=Packets Transmitted/sec is the rate at which the Redirector is sending packets (also called SMBs or Server Message Blocks).  Network transmissions are divided into packets.  The average number of bytes transmitted in a packet can be obtained by dividing Bytes Transmitted/sec by this counter.
  353. 280=Write Bytes Paging/sec
  354. 281=Write Bytes Paging/sec is the rate at which the Redirector is attempting to write bytes changed in the pages being used by applications.  The program data changed by modules (such as programs and libraries) that were loaded over the network are 'paged out' when no longer needed.  Other output pages come from the file system cache (see Write Bytes Cache/sec).
  355. 282=Write Bytes Non-Paging/sec
  356. 283=Write Bytes Non-Paging/sec is the rate at which bytes are written by the Redirector in response to normal file outputs by an application when they are redirected to another computer.  In addition to file requests, this count includes other methods of writing across the network, such as Named Pipes and Transactions.  This counter does not count network protocol information, just application data.
  357. 284=Write Bytes Cache/sec
  358. 285=Write Bytes Cache/sec is the rate at which applications on your computer are writing to the file system cache by using the Redirector.  The data might not leave your computer immediately; it can be retained in the cache for further modification before being written to the network.  This saves network traffic.  Each write of a byte into the cache is counted here.
  359. 286=Write Bytes Network/sec
  360. 287=Write Bytes Network/sec is the rate at which applications are writing data across the network. This occurs when the file system cache is bypassed, such as for Named Pipes or Transactions, or when the cache writes the bytes to disk to make room for other data.  Dividing this counter by Bytes Transmitted/sec will indicate the proportion of application data being to the network (see Transmitted Bytes/sec).
  361. 288=Read Operations/sec
  362. 289=File Read Operations/sec is the rate at which applications are asking the Redirector for data. Each call to a file system or similar Application Program Interface (API) call counts as one operation.
  363. 290=Read Operations Random/sec
  364. 291=Read Operations Random/sec counts the rate at which, on a file-by-file basis, reads are made that are not sequential.  If a read is made using a particular file handle, and then is followed by another read that is not immediately the contiguous next byte, this counter is incremented by one.
  365. 292=Read Packets/sec
  366. 293=Read Packets/sec is the rate at which read packets are being placed on the network.  Each time a single packet is sent with a request to read data remotely, this counter is incremented by one.
  367. 294=Reads Large/sec
  368. 295=Reads Large/sec is the rate at which reads over 2 times the server's negotiated buffer size are made by applications.  Too many of these could place a strain on server resources.  This counter is incremented once for each read. It does not count packets.
  369. 296=Read Packets Small/sec
  370. 297=Read Packets Small/sec is the rate at which reads less than one-fourth of the server's negotiated buffer size are made by applications.  Too many of these could indicate a waste of buffers on the server.  This counter is incremented once for each read. It does not count packets.
  371. 298=Write Operations/sec
  372. 299=File Write Operations/sec is the rate at which applications are sending data to the Redirector. Each call to a file system or similar Application Program Interface (API) call counts as one operation.
  373. 300=Write Operations Random/sec
  374. 301=Write Operations Random/sec is the rate at which, on a file-by-file basis, writes are made that are not sequential.  If a write is made using a particular file handle, and then is followed by another write that is not immediately the next contiguous byte, this counter is incremented by one.
  375. 302=Write Packets/sec
  376. 303=Write Packets/sec is the rate at which writes are being sent to the network.  Each time a single packet is sent with a request to write remote data, this counter is incremented by one.
  377. 304=Writes Large/sec
  378. 305=Writes Large/sec is the rate at which writes are made by applications that are over 2 times the server's negotiated buffer size.  Too many of these could place a strain on server resources.  This counter is incremented once for each write: it counts writes, not packets.
  379. 306=Write Packets Small/sec
  380. 307=Write Packets Small/sec is the rate at which writes are made by applications that are less than one-fourth of the server's negotiated buffer size.  Too many of these could indicate a waste of buffers on the server.  This counter is incremented once for each write: it counts writes, not packets.
  381. 308=Reads Denied/sec
  382. 309=Reads Denied/sec is the rate at which the server is unable to accommodate requests for Raw Reads.  When a read is much larger than the server's negotiated buffer size, the Redirector requests a Raw Read which, if granted, would permit the transfer of the data without lots of protocol overhead on each packet.  To accomplish this the server must lock out other requests, so the request is denied if the server is really busy.
  383. 310=Writes Denied/sec
  384. 311=Writes Denied/sec is the rate at which the server is unable to accommodate requests for Raw Writes.  When a write is much larger than the server's negotiated buffer size, the Redirector requests a Raw Write which, if granted, would permit the transfer of the data without lots of protocol overhead on each packet.  To accomplish this the server must lock out other requests, so the request is denied if the server is really busy.
  385. 312=Network Errors/sec
  386. 313=Network Errors/sec is the rate at which serious unexpected errors are occurring. Such errors generally indicate that the Redirector and one or more Servers are having serious communication difficulties. For example an SMB (Server Manager Block) protocol error is a Network Error. An entry is written to the System Event Log and provide details.
  387. 314=Server Sessions
  388. 315=Server Sessions counts the total number of security objects the Redirector has managed.  For example, a logon to a server followed by a network access to the same server will establish one connection, but two sessions.
  389. 316=Server Reconnects
  390. 317=Server Reconnects counts the number of times your Redirector has had to reconnect to a server in order to complete a new active request.  You can be disconnected by the Server if you remain inactive for too long.  Locally even if all your remote files are closed, the Redirector will keep your connections intact for (nominally) ten minutes.  Such inactive connections are called Dormant Connections.  Reconnecting is expensive in time.
  391. 318=Connects Core
  392. 319=Connects Core counts the number of connections you have to servers running the original MS-Net SMB protocol, including MS-Net itself and Xenix and VAX's.
  393. 320=Connects Lan Manager 2.0
  394. 321=Connects LAN Manager 2.0 counts connections to LAN Manager 2.0 servers, including LMX servers.
  395. 322=Connects Lan Manager 2.1
  396. 323=Connects LAN Manager 2.1 counts connections to LAN Manager 2.1 servers, including LMX servers.
  397. 324=Connects Windows NT
  398. 325=Connects Windows NT counts the connections to Windows 2000 or earlier computers.
  399. 326=Server Disconnects
  400. 327=Server Disconnects counts the number of times a Server has disconnected your Redirector.  See also Server Reconnects.
  401. 328=Server Sessions Hung
  402. 329=Server Sessions Hung counts the number of active sessions that are timed out and unable to proceed due to a lack of response from the remote server.
  403. 330=Server
  404. 331=The Server performance object consists of counters that measure communication between the  local computer and the network.
  405. 333=The number of bytes the server has received from the network.  Indicates how busy the server is.
  406. 335=The number of bytes the server has sent on the network.  Indicates how busy the server is.
  407. 336=Thread Wait Reason
  408. 337=Thread Wait Reason is only applicable when the thread is in the Wait state (see Thread State).  It is 0 or 7 when the thread is waiting for the Executive, 1 or 8 for a Free Page, 2 or 9 for a Page In, 3 or 10 for a Pool Allocation, 4 or 11 for an Execution Delay, 5 or 12 for a Suspended condition, 6 or 13 for a User Request, 14 for an Event Pair High, 15 for an Event Pair Low, 16 for an LPC Receive, 17 for an LPC Reply, 18 for Virtual Memory, 19 for a Page Out; 20 and higher are not assigned at the time of this writing.  Event Pairs are used to communicate with protected subsystems (see Context Switches).
  409. 339=% DPC Time is the percentage of time that the processor spent receiving and servicing deferred procedure calls (DPCs) during the sample interval. DPCs are interrupts that run at a lower priority than standard interrupts. % DPC Time is a component of % Privileged Time because DPCs are executed in privileged mode. They are counted separately and are not a component of the interrupt counters. This counter displays the average busy time as a percentage of the sample time.
  410. 340=Sessions Timed Out
  411. 341=The number of sessions that have been closed due to their idle time exceeding the AutoDisconnect parameter for the server.  Shows whether the AutoDisconnect setting is helping to conserve resources.
  412. 342=Sessions Errored Out
  413. 343=The number of sessions that have been closed due to unexpected error conditions or sessions that have reached the autodisconnect timeout and have been disconnected normally.
  414. 344=Sessions Logged Off
  415. 345=The number of sessions that have terminated normally.  Useful in interpreting the Sessions Times Out and Sessions Errored Out statistics--allows percentage calculations.
  416. 346=Sessions Forced Off
  417. 347=The number of sessions that have been forced to logoff.  Can indicate how many sessions were forced to logoff due to logon time constraints.
  418. 348=Errors Logon
  419. 349=The number of failed logon attempts to the server.  Can indicate whether password guessing programs are being used to crack the security on the server.
  420. 350=Errors Access Permissions
  421. 351=The number of times opens on behalf of clients have failed with STATUS_ACCESS_DENIED.  Can indicate whether somebody is randomly attempting to access files in hopes of getting at something that was not properly protected.
  422. 352=Errors Granted Access
  423. 353=The number of times accesses to files opened successfully were denied.  Can indicate attempts to access files without proper access authorization.
  424. 354=Errors System
  425. 355=The number of times an internal Server Error was detected.  Unexpected errors usually indicate a problem with the Server.
  426. 356=Blocking Requests Rejected
  427. 357=The number of times the server has rejected blocking SMBs due to insufficient count of free work items.  Indicates whether the MaxWorkItem or MinFreeWorkItems server parameters might need to be adjusted.
  428. 358=Work Item Shortages
  429. 359=The number of times STATUS_DATA_NOT_ACCEPTED was returned at receive indication time.  This occurs when no work item is available or can be allocated to service the incoming request.  Indicates whether the InitWorkItems or MaxWorkItems parameters might need to be adjusted.
  430. 360=Files Opened Total
  431. 361=The number of successful open attempts performed by the server of behalf of clients.  Useful in determining the amount of file I/O, determining overhead for path-based operations, and for determining the effectiveness of open locks.
  432. 362=Files Open
  433. 363=The number of files currently opened in the server.  Indicates current server activity.
  434. 365=The number of sessions currently active in the server.  Indicates current server activity.
  435. 366=File Directory Searches
  436. 367=The number of searches for files currently active in the server.  Indicates current server activity.
  437. 369=The number of bytes of non-pageable computer memory the server is using.  This value is useful for determining the values of the MaxNonpagedMemoryUsage value entry in the WindowsáNT Registry.
  438. 370=Pool Nonpaged Failures
  439. 371=The number of times allocations from nonpaged pool have failed.  Indicates that the computer's physical memory is too small.
  440. 372=Pool Nonpaged Peak
  441. 373=The maximum number of bytes of nonpaged pool the server has had in use at any one point.  Indicates how much physical memory the computer should have.
  442. 375=The number of bytes of pageable computer memory the server is currently using.  Can help in determining good values for the MaxPagedMemoryUsage parameter.
  443. 376=Pool Paged Failures
  444. 377=The number of times allocations from paged pool have failed.  Indicates that the computer's physical memory or paging file are too small.
  445. 378=Pool Paged Peak
  446. 379=The maximum number of bytes of paged pool the server has had allocated.  Indicates the proper sizes of the Page File(s) and physical memory.
  447. 381=Server Announce Allocations Failed/sec is the rate at which server (or domain) announcements have failed due to lack of memory.
  448. 383=Mailslot Allocations Failed is the number of times the datagram receiver has failed to allocate a buffer to hold a user mailslot write.
  449. 385=Mailslot Receives Failed indicates the number of mailslot messages that could not be received due to transport failures.
  450. 387=Mailslot Writes Failed is the total number of mailslot messages that have been successfully received, but that could not be written to the mailslot.
  451. 388=Bytes Total/sec
  452. 389=Bytes Total/sec is the rate the Redirector is processing data bytes.  This includes all application and file data in addition to protocol information such as packet headers.
  453. 391=File Data Operations/sec is the rate at which the Redirector is processing data operations. One operation should include many bytes, since each operation has overhead. The efficiency of this path can be determined by dividing the Bytes/sec by this counter to obtain the average number of bytes transferred per operation.
  454. 392=Current Commands
  455. 393=Current Commands counter indicates the number of pending commands from the local computer to all destination servers.  If the Current Commands counter shows a high number and the local computer is idle, this may indicate a network-related problem or a redirector bottleneck on the local computer.
  456. 395=The number of bytes the server has sent to and received from the network.  This value provides an overall indication of how busy the server is.
  457. 397=% Interrupt Time is the time the processor spends receiving and servicing hardware interrupts during sample intervals. This value is an indirect indicator of the activity of devices that generate interrupts, such as the system clock, the mouse, disk drivers, data communication lines, network interface cards and other peripheral devices. These devices normally interrupt the processor when they have completed a task or require attention. Normal thread execution is suspended during interrupts. Most system clocks interrupt the processor every 10 milliseconds, creating a background of interrupt activity. suspends normal thread execution during interrupts. This counter displays the average busy time as a percentage of the sample time.
  458. 398=NWLink NetBIOS
  459. 399=The NWLink NetBIOS performance object consists of counters that monitor IPX transport rates and connections.
  460. 400=Packets/sec
  461. 401=Packets/sec is the rate the Redirector is processing data packets.  One packet includes (hopefully) many bytes.  We say hopefully here because each packet has protocol overhead.  You can determine the efficiency of this path by dividing the Bytes/sec by this counter to determine the average number of bytes transferred/packet.  You can also divide this counter by Operations/sec to determine the average number of packets per operation, another measure of efficiency.
  462. 404=Context Blocks Queued/sec
  463. 405=Context Blocks Queued per second is the rate at which work context blocks had to be placed on the server's FSP queue to await server action.
  464. 406=File Data Operations/sec
  465. 407=File Data Operations/ sec is the combined rate of read and write operations on all logical disks on the computer.  This is the inverse of System: File Control Operations/sec.  This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
  466. 408=% Free Space
  467. 409=% Free Space is the percentage of total usable space on the selected logical disk drive that was free.
  468. 410=Free Megabytes
  469. 411=Free Megabytes displays the unallocated space, in megabytes, on the disk drive in megabytes. One megabyte is equal to 1,048,576 bytes.
  470. 412=Connections Open
  471. 413=Connections Open is the number of connections currently open for this protocol.  This counter shows the current count only and does not accumulate over time.
  472. 414=Connections No Retries
  473. 415=Connections No Retries is the total count of connections that were successfully made on the first try.  This number is an accumulator and shows a running total.
  474. 416=Connections With Retries
  475. 417=Connections With Retries is the total count of connections that were made after retrying the attempt.  A retry occurs when the first connection attempt failed.  This number is an accumulator and shows a running total.
  476. 418=Disconnects Local
  477. 419=Disconnects Local is the number of session disconnections that were initiated by the local computer.  This number is an accumulator and shows a running total.
  478. 420=Disconnects Remote
  479. 421=Disconnects Remote is the number of session disconnections that were initiated by the remote computer.  This number is an accumulator and shows a running total.
  480. 422=Failures Link
  481. 423=Failures Link is the number of connections that were dropped due to a link failure.  This number is an accumulator and shows a running total.
  482. 424=Failures Adapter
  483. 425=Failures Adapter is the number of connections that were dropped due to an adapter failure.  This number is an accumulator and shows a running total.
  484. 426=Connection Session Timeouts
  485. 427=Connection Session Timeouts is the number of connections that were dropped due to a session timeout.  This number is an accumulator and shows a running total.
  486. 428=Connections Canceled
  487. 429=Connections Canceled is the number of connections that were canceled.  This number is an accumulator and shows a running total.
  488. 430=Failures Resource Remote
  489. 431=Failures Resource Remote is the number of connections that failed because of resource problems or shortages on the remote computer.  This number is an accumulator and shows a running total.
  490. 432=Failures Resource Local
  491. 433=Failures Resource Local is the number of connections that failed because of resource problems or shortages on the local computer.  This number is an accumulator and shows a running total.
  492. 434=Failures Not Found
  493. 435=Failures Not Found is the number of connection attempts that failed because the remote computer could not be found.  This number is an accumulator and shows a running total.
  494. 436=Failures No Listen
  495. 437=Failures No Listen is the number of connections that were rejected because the remote computer was not listening for connection requests.
  496. 438=Datagrams/sec
  497. 439=Datagrams/sec is the rate at which datagrams are processed by the computer.  This counter displays the sum of datagrams sent and datagrams received.  A datagram is a connectionless packet whose delivery to a remote is not guaranteed.
  498. 440=Datagram Bytes/sec
  499. 441=Datagram Bytes/sec is the rate at which datagram bytes are processed by the computer.  This counter is the sum of datagram bytes that are sent as well as received.  A datagram is a connectionless packet whose delivery to a remote is not guaranteed.
  500. 442=Datagrams Sent/sec
  501. 443=Datagrams Sent/sec is the rate at which datagrams are sent from the computer.  A datagram is a connectionless packet whose delivery to a remote computer is not guaranteed.
  502. 444=Datagram Bytes Sent/sec
  503. 445=Datagram Bytes Sent/sec is the rate at which datagram bytes are sent from the computer.  A datagram is a connectionless packet whose delivery to a remote computer is not guaranteed.
  504. 446=Datagrams Received/sec
  505. 447=Datagrams Received/sec is the rate at which datagrams are received by the computer.  A datagram is a connectionless packet whose delivery to a remote computer is not guaranteed.
  506. 448=Datagram Bytes Received/sec
  507. 449=Datagram Bytes Received/sec is the rate at which datagram bytes are received by the computer.  A datagram is a connectionless packet whose delivery to a remote computer is not guaranteed.
  508. 451=Packets/sec is the rate at which packets are processed by the computer.  This count is the sum of Packets Sent and Packets Received per second.  This counter includes all packets processed: control as well as data packets.
  509. 452=Packets Sent/sec
  510. 453=Packets Sent/sec is the rate at which packets are sent by the computer.  This counter counts all packets sent by the computer, i.e. control as well as data packets.
  511. 455=Packets Received/sec is the rate at which packets are received by the computer.  This counter counts all packets processed: control as well as data packets.
  512. 456=Frames/sec
  513. 457=Frames/sec is the rate at which data frames (or packets) are processed by the computer.  This counter is the sum of data frames sent and data frames received.  This counter only counts those frames (packets) that carry data.
  514. 458=Frame Bytes/sec
  515. 459=Frame Bytes/sec is the rate at which data bytes are processed by the computer.  This counter is the sum of data frame bytes sent and received.  This counter only counts the byte in frames (packets) that carry data.
  516. 460=Frames Sent/sec
  517. 461=Frames Sent/sec is the rate at which data frames are sent by the computer.  This counter only counts the frames (packets) that carry data.
  518. 462=Frame Bytes Sent/sec
  519. 463=Frame Bytes Sent/sec is the rate at which data bytes are sent by the computer.  This counter only counts the bytes in frames (packets) that carry data.
  520. 464=Frames Received/sec
  521. 465=Frames Received/sec is the rate at which data frames are received by the computer.  This counter only counts the frames (packets) that carry data.
  522. 466=Frame Bytes Received/sec
  523. 467=Frame Bytes Received/sec is the rate at which data bytes are received by the computer.  This counter only counts the frames (packets) that carry data.
  524. 468=Frames Re-Sent/sec
  525. 469=Frames Re-Sent/sec is the rate at which data frames (packets) are re-sent by the computer.  This counter only counts the frames or packets that carry data.
  526. 470=Frame Bytes Re-Sent/sec
  527. 471=Frame Bytes Re-Sent/sec is the rate at which data bytes are re-sent by the computer.  This counter only counts the bytes in frames that carry data.
  528. 472=Frames Rejected/sec
  529. 473=Frames Rejected/sec is the rate at which data frames are rejected.  This counter only counts the frames (packets) that carry data.
  530. 474=Frame Bytes Rejected/sec
  531. 475=Frame Bytes Rejected/sec is the rate at which data bytes are rejected.  This counter only counts the bytes in data frames (packets) that carry data.
  532. 476=Expirations Response
  533. 477=Expirations Response is the count of T1 timer expirations.
  534. 478=Expirations Ack
  535. 479=Expirations Ack is the count of T2 timer expirations.
  536. 480=Window Send Maximum
  537. 481=Window Send Maximum is the maximum number of bytes of data that will be sent before waiting for an acknowledgment from the remote computer.
  538. 482=Window Send Average
  539. 483=Window Send Average is the running average number of data bytes that were sent before waiting for an acknowledgment from the remote computer.
  540. 484=Piggyback Ack Queued/sec
  541. 485=Piggyback Ack Queued/sec is the rate at which piggybacked acknowledgments are queued. Piggyback acknowledgments are acknowledgments to received packets that are to be included in the next outgoing packet to the remote computer.
  542. 486=Piggyback Ack Timeouts
  543. 487=Piggyback Ack Timeouts is the number of times that a piggyback acknowledgment could not be sent because there was no outgoing packet to the remote on which to piggyback.  A piggyback ack is an acknowledgment to a received packet that is sent along in an outgoing data packet to the remote computer.  If no outgoing packet is sent within the timeout period, then an ack packet is sent and this counter is incremented.
  544. 488=NWLink IPX
  545. 489=The NWLink IPX performance object consists of counters that measure datagram transmission to and from computers using the IPX protocol.
  546. 490=NWLink SPX
  547. 491=The NWLink SPX performance object consist of counters that measure data transmission and session connections for computers using the SPX protocol.
  548. 492=NetBEUI
  549. 493=The NetBEUI performance object consists of counters that measure data transmission for network activity which conforms to the NetBIOS End User Interface standard.
  550. 494=NetBEUI Resource
  551. 495=The NetBEUI Resource performance object consists of counters that track the use of buffers by the NetBEUI protocol.
  552. 496=Used Maximum
  553. 497=Used Maximum is the maximum number of NetBEUI resources (buffers) in use at any point in time.  This value is useful in sizing the maximum resources provided.  The number in parentheses following the resource name is used to identify the resource in Event Log messages.
  554. 498=Used Average
  555. 499=Used Average is the current number of resources (buffers) in use at this time.  The number in parentheses following the resource name is used to identify the resource in Event Log messages.
  556. 500=Times Exhausted
  557. 501=Times Exhausted is the number of times all the resources (buffers) were in use.  The number in parentheses following the resource name is used to identify the resource in Event Log messages.
  558. 502=NBT Connection
  559. 503=The NBT Connection performance object consists of counters that measure the rates at which bytes are sent and received over the NBT connection between the local computer and a remote computer.  The connection is identified by the name of the remote computer.
  560. 505=Bytes Received/sec is the rate at which bytes are received by the local computer over an NBT connection to some remote computer.  All the bytes received by the local computer over the particular NBT connection are counted.
  561. 506=Bytes Sent/sec
  562. 507=Bytes Sent/sec is the rate at which bytes are sent by the local computer over an NBT connection to some remote computer.  All the bytes sent by the local computer over the particular NBT connection are counted.
  563. 508=Total Bytes/sec
  564. 509=Bytes Total/sec is the rate at which bytes are sent or received by the local computer over an NBT connection to some remote computer.  All the bytes sent or received by the local computer over the particular NBT connection are counted.
  565. 510=Network Interface
  566. 511=The Network Interface performance object consists of counters that measure the rates at which bytes and packets are sent and received over a TCP/IP network connection.  It includes counters that monitor connection errors.
  567. 512=Bytes/sec
  568. 513=Bytes Total/sec is the rate at which bytes are sent and received over each network adapter, including framing characters. Network Interface\Bytes Total/sec is a sum of Network Interface\Bytes Received/sec and Network Interface\Bytes Sent/sec.
  569. 515=Packets/sec is the rate at which packets are sent and received on the network interface.
  570. 517=Packets Received/sec is the rate at which packets are received on the network interface.
  571. 519=Packets Sent/sec is the rate at which packets are sent on the network interface.
  572. 520=Current Bandwidth
  573. 521=Current Bandwidth is an estimate of the current bandwidth of the network interface in bits per second (BPS).  For interfaces that do not vary in bandwidth or for those where no accurate estimation can be made, this value is the nominal bandwidth.
  574. 523=Bytes Received/sec is the rate at which bytes are received over each network adapter, including framing characters. Network Interface\Bytes Received/sec is a subset of Network Interface\Bytes Total/sec.
  575. 524=Packets Received Unicast/sec
  576. 525=Packets Received Unicast/sec is the rate at which (subnet) unicast packets are delivered to a higher-layer protocol.
  577. 526=Packets Received Non-Unicast/sec
  578. 527=Packets Received Non-Unicast/sec is the rate at which non-unicast (subnet broadcast or subnet multicast) packets are delivered to a higher-layer protocol.
  579. 528=Packets Received Discarded
  580. 529=Packets Received Discarded is the number of inbound packets that were chosen to be discarded even though no errors had been detected to prevent their delivery to a higher-layer protocol.  One possible reason for discarding packets could be to free up buffer space.
  581. 530=Packets Received Errors
  582. 531=Packets Received Errors is the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.
  583. 532=Packets Received Unknown
  584. 533=Packets Received Unknown is the number of packets received through the interface that were discarded because of an unknown or unsupported protocol.
  585. 535=Bytes Sent/sec is the rate at which bytes are sent over each network adapter, including framing characters. Network Interface\Bytes Sent/sec is a subset of Network Interface\Bytes Total/sec.
  586. 536=Packets Sent Unicast/sec
  587. 537=Packets Sent Unicast/sec is the rate at which packets are requested to be transmitted to subnet-unicast addresses by higher-level protocols.  The rate includes the packets that were discarded or not sent.
  588. 538=Packets Sent Non-Unicast/sec
  589. 539=Packets Sent Non-Unicast/sec is the rate at which packets are requested to be transmitted to non-unicast (subnet broadcast or subnet multicast) addresses by higher-level protocols.  The rate includes the packets that were discarded or not sent.
  590. 540=Packets Outbound Discarded
  591. 541=Packets Outbound Discarded is the number of outbound packets that were chosen to be discarded even though no errors had been detected to prevent transmission. One possible reason for discarding packets could be to free up buffer space.
  592. 542=Packets Outbound Errors
  593. 543=Packets Outbound Errors is the number of outbound packets that could not be transmitted because of errors.
  594. 544=Output Queue Length
  595. 545=Output Queue Length is the length of the output packet queue (in packets). If this is longer than two, there are delays and the bottleneck should be found and eliminated, if possible. Since the requests are queued by the Network Driver Interface Specification (NDIS) in this implementation, this will always be 0.
  596. 546=IPv4
  597. 547=The IP performance object consists of counters that measure the rates at which IP datagrams are sent and received by using IP protocols.  It also includes counters that monitor IP protocol errors.
  598. 548=IPv6
  599. 549=Datagrams/sec is the rate, in incidents per second, at which IP datagrams were received from or sent to the interfaces, including those in error. Forwarded datagrams are not included in this rate.
  600. 551=Datagrams Received/sec is the rate, in incidents per second, at which IP datagrams are received from the interfaces, including those in error. Datagrams Received/sec is a subset of Datagrams/sec.
  601. 552=Datagrams Received Header Errors
  602. 553=Datagrams Received Header Errors is the number of input datagrams that were discarded due to errors in the IP headers, including bad checksums, version number mismatch, other format errors, time-to-live exceeded, errors discovered in processing their IP options, etc.
  603. 554=Datagrams Received Address Errors
  604. 555=Datagrams Received Address Errors is the number of input datagrams that were discarded because the IP address in their IP header destination field was not valid for the computer. This count includes invalid addresses (for example, 0.0.  0.0) and addresses of unsupported Classes (for example, Class E). For entities that are not IP gateways and do not forward datagrams, this counter includes datagrams that were discarded because the destination address was not a local address.
  605. 556=Datagrams Forwarded/sec
  606. 557=Datagrams Forwarded/sec is the rate, in incidents per second, at which attemps were made to find routes to forward input datagrams their final destination, because the local server was not the final IP destination. In servers that do not act as IP Gateways, this rate includes only packets that were source-routed via this entity, where the source-route option processing was successful.
  607. 558=Datagrams Received Unknown Protocol
  608. 559=Datagrams Received Unknown Protocol is the number of locally-addressed datagrams that were successfully received but were discarded because of an unknown or unsupported protocol.
  609. 560=Datagrams Received Discarded
  610. 561=Datagrams Received Discarded is the number of input IP datagrams that were discarded even though problems prevented their continued processing (for example, lack of buffer space). This counter does not include any datagrams discarded while awaiting re-assembly.
  611. 562=Datagrams Received Delivered/sec
  612. 563=Datagrams Received Delivered/sec is the rate, in incidents per second, at which input datagrams were successfully delivered to IP user-protocols, including Internet Control Message Protocol (ICMP).
  613. 565=Datagrams Sent/sec is the rate, in incidents per second, at which IP datagrams were supplied for transmission by local IP user-protocols (including ICMP). This counter does not include any datagrams counted in Datagrams Forwarded/sec. Datagrams Sent/sec is a subset of Datagrams/sec.
  614. 566=Datagrams Outbound Discarded
  615. 567=Datagrams Outbound Discarded is the number of output IP datagrams that were discarded even though no problems were encountered to prevent their transmission to their destination (for example, lack of buffer space). This counter includes datagrams counted in Datagrams Forwarded/sec that meet this criterion.
  616. 568=Datagrams Outbound No Route
  617. 569=Datagrams Outbound No Route is the number of IP datagrams that were discarded because no route could be found to transmit them to their destination.  This counter includes any packets counted in Datagrams Forwarded/sec that meet this `no route' criterion.
  618. 570=Fragments Received/sec
  619. 571=Fragments Received/sec is the rate, in incidents per second, at which IP fragments that need to be reassembled at this entity are received.
  620. 572=Fragments Re-assembled/sec
  621. 573=Fragments Re-assembled/sec is the rate, in incidents per second, at which IP fragments were successfully reassembled.
  622. 574=Fragment Re-assembly Failures
  623. 575=Fragment Re-assembly Failures is the number of failures detected by the IP reassembly algorithm, such as time outs, errors, etc.  This is not necessarily a count of discarded IP fragments since some algorithms (notably RFC 815) lose track of the number of fragments by combining them as they are received.
  624. 576=Fragmented Datagrams/sec
  625. 577=Fragmented Datagrams/sec is the rate, in incidents per second, at which datagrams are successfully fragmented.
  626. 578=Fragmentation Failures
  627. 579=Fragmentation Failures is the number of IP datagrams that were discarded because they needed to be fragmented at but could not be (for example, because the `Don't Fragment' flag was set).
  628. 580=Fragments Created/sec
  629. 581=Fragments Created/sec is the rate, in incidents per second, at which IP datagram fragments were generated as a result of fragmentation.
  630. 582=ICMP
  631. 583=The ICMP performance object consists of counters that measure the rates at which messages are sent and received by using ICMP protocols.  It also includes counters that monitor ICMP protocol errors.
  632. 584=Messages/sec
  633. 585=Messages/sec is the total rate, in incidents per second, at which ICMP messages were sent and received by the entity. The rate includes messages received or sent in error.
  634. 586=Messages Received/sec
  635. 587=Messages Received/sec is the rate, in incidents per second at which ICMP messages were received. The rate includes messages received in error.
  636. 588=Messages Received Errors
  637. 589=Messages Received Errors is the number of ICMP messages that the entity received but had errors, such as bad ICMP checksums, bad length, etc.
  638. 590=Received Dest. Unreachable
  639. 591=Received Destination Unreachable is the number of ICMP Destination Unreachable messages received.
  640. 592=Received Time Exceeded
  641. 593=Received Time Exceeded is the number of ICMP Time Exceeded messages received.
  642. 594=Received Parameter Problem
  643. 595=Received Parameter Problem is the number of ICMP Parameter Problem messages received.
  644. 596=Received Source Quench
  645. 597=Received Source Quench is the number of ICMP Source Quench messages received.
  646. 598=Received Redirect/sec
  647. 599=Received Redirect/sec is the rate, in incidents per second, at which ICMP Redirect messages were received.
  648. 600=Received Echo/sec
  649. 601=Received Echo/sec is the rate, in incidents per second, at which ICMP Echo messages were received.
  650. 602=Received Echo Reply/sec
  651. 603=Received Echo Reply/sec is the rate, in incidents per second, at which ICMP Echo Reply messages were received.
  652. 604=Received Timestamp/sec
  653. 605=Received Timestamp/sec is the rate, in incidents per second at which ICMP Timestamp Request messages were received.
  654. 606=Received Timestamp Reply/sec
  655. 607=Received Timestamp Reply/sec is the rate of ICMP Timestamp Reply messages received.
  656. 608=Received Address Mask
  657. 609=Received Address Mask is the number of ICMP Address Mask Request messages received.
  658. 610=Received Address Mask Reply
  659. 611=Received Address Mask Reply is the number of ICMP Address Mask Reply messages received.
  660. 612=Messages Sent/sec
  661. 613=Messages Sent/sec is the rate, in incidents per second, at which the server attempted to send. The rate includes those messages sent in error.
  662. 614=Messages Outbound Errors
  663. 615=Messages Outbound Errors is the number of ICMP messages that were not send due to problems within ICMP, such as lack of buffers.  This value does not include errors discovered outside the ICMP layer, such as those recording the failure of IP to route the resultant datagram.  In some implementations, none of the error types are included in the value of this counter.
  664. 616=Sent Destination Unreachable
  665. 617=Sent Destination Unreachable is the number of ICMP Destination Unreachable messages sent.
  666. 618=Sent Time Exceeded
  667. 619=Sent Time Exceeded is the number of ICMP Time Exceeded messages sent.
  668. 620=Sent Parameter Problem
  669. 621=Sent Parameter Problem is the number of ICMP Parameter Problem messages sent.
  670. 622=Sent Source Quench
  671. 623=Sent Source Quench is the number of ICMP Source Quench messages sent.
  672. 624=Sent Redirect/sec
  673. 625=Sent Redirect/sec is the rate, in incidents per second, at which ICMP Redirect messages were sent.
  674. 626=Sent Echo/sec
  675. 627=Sent Echo/sec is the rate of ICMP Echo messages sent.
  676. 628=Sent Echo Reply/sec
  677. 629=Sent Echo Reply/sec is the rate, in incidents per second, at which ICMP Echo Reply messages were sent.
  678. 630=Sent Timestamp/sec
  679. 631=Sent Timestamp/sec is the rate, in incidents per second, at which ICMP Timestamp Request messages were sent.
  680. 632=Sent Timestamp Reply/sec
  681. 633=Sent Timestamp Reply/sec is the rate, in incidents per second,  at which ICMP Timestamp Reply messages were sent.
  682. 634=Sent Address Mask
  683. 635=Sent Address Mask is the number of ICMP Address Mask Request messages sent.
  684. 636=Sent Address Mask Reply
  685. 637=Sent Address Mask Reply is the number of ICMP Address Mask Reply messages sent.
  686. 638=TCPv4
  687. 639=The TCP performance object consists of counters that measure the rates at which TCP Segments are sent and received by using the TCP protocol.  It includes counters that monitor the number of TCP connections in each TCP connection state.
  688. 640=Segments/sec
  689. 641=Segments/sec is the rate at which TCP segments are sent or received using the TCP protocol.
  690. 642=Connections Established
  691. 643=Connections Established is the number of TCP connections for which the current state is either ESTABLISHED or CLOSE-WAIT.
  692. 644=Connections Active
  693. 645=Connections Active is the number of times TCP connections have made a direct transition to the SYN-SENT state from the CLOSED state. In other words, it shows a number of connections which are initiated by the local computer. The value is a cumulative total.
  694. 646=Connections Passive
  695. 647=Connections Passive is the number of times TCP connections have made a direct transition to the SYN-RCVD state from the LISTEN state. In other words, it shows a number of connections to the local computer, which are initiated by remote computers. The value is a cumulative total.
  696. 648=Connection Failures
  697. 649=Connection Failures is the number of times TCP connections have made a direct transition to the CLOSED state from the SYN-SENT state or the SYN-RCVD state, plus the number of times TCP connections have made a direct transition to the LISTEN state from the SYN-RCVD state.
  698. 650=Connections Reset
  699. 651=Connections Reset is the number of times TCP connections have made a direct transition to the CLOSED state from either the ESTABLISHED state or the CLOSE-WAIT state.
  700. 652=Segments Received/sec
  701. 653=Segments Received/sec is the rate at which segments are received, including those received in error.  This count includes segments received on currently established connections.
  702. 654=Segments Sent/sec
  703. 655=Segments Sent/sec is the rate at which segments are sent, including those on current connections, but excluding those containing only retransmitted bytes.
  704. 656=Segments Retransmitted/sec
  705. 657=Segments Retransmitted/sec is the rate at which segments are retransmitted, that is, segments transmitted containing one or more previously transmitted bytes.
  706. 658=UDPv4
  707. 659=The UDP performance object consists of counters that measure the rates at which UDP datagrams are sent and received by using the UDP protocol.  It includes counters that monitor UDP protocol errors.
  708. 660=% Total DPC Time
  709. 661=Datagrams/sec is the rate at which UDP datagrams are sent or received by the entity.
  710. 662=% Total Interrupt Time
  711. 663=Datagrams Received/sec is the rate at which UDP datagrams are delivered to UDP users.
  712. 664=Datagrams No Port/sec
  713. 665=Datagrams No Port/sec is the rate of received UDP datagrams for which there was no application at the destination port.
  714. 666=Datagrams Received Errors
  715. 667=Datagrams Received Errors is the number of received UDP datagrams that could not be delivered for reasons other than the lack of an application at the destination port.
  716. 669=Datagrams Sent/sec is the rate at which UDP datagrams are sent from the entity.
  717. 670=Disk Storage Unit
  718. 671=Disk Storage device statistics from the foreign computer
  719. 672=Allocation Failures
  720. 673=The number of allocation failures reported by the disk storage device
  721. 674=System Up Time
  722. 675=System Up Time is the elapsed time (in seconds) that the computer has been running since it was last started.  This counter displays the difference between the start time and the current time.
  723. 676=System Handle Count
  724. 677=The current number of system handles in use.
  725. 678=Free System Page Table Entries
  726. 679=Free System Page Table Entries is the number of page table entries not currently in used by the system.  This counter displays the last observed value only; it is not an average.
  727. 680=Thread Count
  728. 681=The number of threads currently active in this process. An instruction is the basic unit of execution in a processor, and a thread is the object that executes instructions. Every running process has at least one thread.
  729. 682=Priority Base
  730. 683=The current base priority of this process. Threads within a process can raise and lower their own base priority relative to the process' base priority.
  731. 684=Elapsed Time
  732. 685=The total elapsed time, in seconds, that this process has been running.
  733. 686=Alignment Fixups/sec
  734. 687=Alignment Fixups/sec is the rate, in incidents per seconds, at alignment faults were fixed by the system.
  735. 688=Exception Dispatches/sec
  736. 689=Exception Dispatches/sec is the rate, in incidents per second, at which exceptions were dispatched by the system.
  737. 690=Floating Emulations/sec
  738. 691=Floating Emulations/sec is the rate of floating emulations performed by the system.  This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
  739. 692=Logon/sec
  740. 693=Logon/sec is the rate of all server logons.
  741. 694=Priority Current
  742. 695=The current dynamic priority of this thread.  The system can raise the thread's dynamic priority above the base priority if the thread is handling user input, or lower it towards the base priority if the thread becomes compute bound.
  743. 696=% DPC Time
  744. 697=The current base priority of this thread.  The system can raise the thread's dynamic priority above the base priority if the thread is handling user input, or lower it towards the base priority if the thread becomes compute bound.
  745. 698=% Interrupt Time
  746. 699=The total elapsed time (in seconds) this thread has been running.
  747. 700=Paging File
  748. 701=The Paging File performance object consists of counters that monitor the paging file(s) on the computer.  The paging file is a reserved space on disk that backs up committed physical memory on the computer.
  749. 702=% Usage
  750. 703=The amount of the Page File instance in use in percent.  See also Process\\Page File Bytes.
  751. 704=% Usage Peak
  752. 705=The peak usage of the Page File instance in percent.  See also Process\\Page File Bytes Peak.
  753. 706=Start Address
  754. 707=Starting virtual address for this thread.
  755. 708=User PC
  756. 709=Current User Program Counter for this thread.
  757. 710=Mapped Space No Access
  758. 711=Mapped Space is virtual memory that has been mapped  to a specific virtual address (or range of virtual addresses) in the process' virtual address space.  No Access protection prevents a process from writing to or reading from these pages and will generate an access violation if either is attempted.
  759. 712=Mapped Space Read Only
  760. 713=Mapped Space is virtual memory that has been mapped  to a specific virtual address (or range of virtual addresses) in the process' virtual address space.  Read Only protection prevents the contents of these pages from being modified.  Any attempts to write or modify these pages will generate an access violation.
  761. 714=Mapped Space Read/Write
  762. 715=Mapped Space is virtual memory that has been mapped  to a specific virtual address (or range of virtual addresses) in the process' virtual address space.  Read/Write protection allows a process to read, modify and write to these pages.
  763. 716=Mapped Space Write Copy
  764. 717=Mapped Space is virtual memory that has been mapped  to a specific virtual address (or range of virtual addresses) in the process' virtual address space.  Write Copy protection is used when memory is shared for reading but not for writing.  When processes are reading this memory, they can share the same memory, however, when a sharing process wants to have write access to this shared memory, a copy of that memory is made.
  765. 718=Mapped Space Executable
  766. 719=Mapped Space is virtual memory that has been mapped  to a specific virtual address (or range of virtual addresses) in the process' virtual address space.  Executable memory is memory that can be executed by programs, but cannot be read or written.  This type of protection is not supported by all processor types.
  767. 720=Mapped Space Exec Read Only
  768. 721=Mapped Space is virtual memory that has been mapped  to a specific virtual address (or range of virtual addresses) in the process' virtual address space.  Execute/Read Only memory is memory that can be executed as well as read.
  769. 722=Mapped Space Exec Read/Write
  770. 723=Mapped Space is virtual memory that has been mapped  to a specific virtual address (or range of virtual addresses) in the process' virtual address space.  Execute/Read/Write memory is memory that can be executed by programs as well as read and modified.
  771. 724=Mapped Space Exec Write Copy
  772. 725=Mapped Space is virtual memory that has been mapped  to a specific virtual address (or range of virtual addresses) in the process' virtual address space.  Execute Write Copy is memory that can be executed by programs as well as read and written.  This type of protection is used when memory needs to be shared between processes.  If the sharing processes only read the memory, then they will all use the same memory.  If a sharing process desires write access, then a copy of this memory will be made for that process.
  773. 726=Reserved Space No Access
  774. 727=Reserved Space is virtual memory that has been reserved for future use by a process, but has not been mapped or committed.  No Access protection prevents a process from writing to or reading from these pages and will generate an access violation if either is attempted.
  775. 728=Reserved Space Read Only
  776. 729=Reserved Space is virtual memory that has been reserved for future use by a process, but has not been mapped or committed.  Read Only protection prevents the contents of these pages from being modified.  Any attempts to write or modify these pages will generate an access violation.
  777. 730=Reserved Space Read/Write
  778. 731=Reserved Space is virtual memory that has been reserved for future use by a process, but has not been mapped or committed.  Read/Write protection allows a process to read, modify and write to these pages.
  779. 732=Reserved Space Write Copy
  780. 733=Reserved Space is virtual memory that has been reserved for future use by a process, but has not been mapped or committed.  Write Copy protection is used when memory is shared for reading but not for writing.  When processes are reading this memory, they can share the same memory, however, when a sharing process wants to have read/write access to this shared memory, a copy of that memory is made.
  781. 734=Reserved Space Executable
  782. 735=Reserved Space is virtual memory that has been reserved for future use by a process, but has not been mapped or committed.  Executable memory is memory that can be executed by programs, but cannot be read or written.  This type of protection is not supported by all processor types.
  783. 736=Reserved Space Exec Read Only
  784. 737=Reserved Space is virtual memory that has been reserved for future use by a process, but has not been mapped or committed.  Execute/Read Only memory is memory that can be executed as well as read.
  785. 738=Reserved Space Exec Read/Write
  786. 739=Reserved Space is virtual memory that has been reserved for future use by a process, but has not been mapped or committed.  Execute/Read/Write memory is memory that can be executed by programs as well as read and modified.
  787. 740=Image
  788. 741=The Image performance object consists of counters that monitor the virtual address usage of images executed by processes on the computer.
  789. 742=Reserved Space Exec Write Copy
  790. 743=Reserved Space is virtual memory that has been reserved for future use by a process, but has not been mapped or committed.  Execute Write Copy is memory that can be executed by programs as well as read and written.  This type of protection is used when memory needs to be shared between processes.  If the sharing processes only read the memory, then they will all use the same memory.  If a sharing process desires write access, then a copy of this memory will be made for that process.
  791. 744=Unassigned Space No Access
  792. 745=Unassigned Space is mapped and committed virtual memory in use by the process that is not attributable to any particular image being executed by that process.  No Access protection prevents a process from writing to or reading from these pages and will generate an access violation if either is attempted.
  793. 746=Unassigned Space Read Only
  794. 747=Unassigned Space is mapped and committed virtual memory in use by the process that is not attributable to any particular image being executed by that process.  Read Only protection prevents the contents of these pages from being modified.  Any attempts to write or modify these pages will generate an access violation.
  795. 748=Unassigned Space Read/Write
  796. 749=Unassigned Space is mapped and committed virtual memory in use by the process that is not attributable to any particular image being executed by that process.  Read/Write protection allows a process to read, modify and write to these pages.
  797. 750=Unassigned Space Write Copy
  798. 751=Unassigned Space is mapped and committed virtual memory in use by the process that is not attributable to any particular image being executed by that process.  Write Copy protection is used when memory is shared for reading but not for writing.  When processes are reading this memory, they can share the same memory, however, when a sharing process wants to have read/write access to this shared memory, a copy of that memory is made for writing to.
  799. 752=Unassigned Space Executable
  800. 753=Unassigned Space is mapped and committed virtual memory in use by the process that is not attributable to any particular image being executed by that process.  Executable memory is memory that can be executed by programs, but cannot be read or written.  This type of protection is not supported by all processor types.
  801. 754=Unassigned Space Exec Read Only
  802. 755=Unassigned Space is mapped and committed virtual memory in use by the process that is not attributable to any particular image being executed by that process.  Execute/Read Only memory is memory that can be executed as well as read.
  803. 756=Unassigned Space Exec Read/Write
  804. 757=Unassigned Space is mapped and committed virtual memory in use by the process that is not attributable to any particular image being executed by that process.  Execute/Read/Write memory is memory that can be executed by programs as well as read and written.
  805. 758=Unassigned Space Exec Write Copy
  806. 759=Unassigned Space is mapped and committed virtual memory in use by the process that is not attributable to any particular image being executed by that process.  Execute Write Copy is memory that can be executed by programs as well as read and written.  This type of protection is used when memory needs to be shared between processes.  If the sharing processes only read the memory, then they will all use the same memory.  If a sharing process desires write access, then a copy of this memory will be made for that process.
  807. 760=Image Space No Access
  808. 761=Image Space is the virtual address space in use by the images being executed by the process.  This is the sum of all the address space with this protection allocated by images run by the selected process  No Access protection prevents a process from writing to or reading from these pages and will generate an access violation if either is attempted.
  809. 762=Image Space Read Only
  810. 763=Image Space is the virtual address space in use by the images being executed by the process.  This is the sum of all the address space with this protection allocated by images run by the selected process  Read Only protection prevents the contents of these pages from being modified.  Any attempts to write or modify these pages will generate an access violation.
  811. 764=Image Space Read/Write
  812. 765=Image Space is the virtual address space in use by the images being executed by the process.  This is the sum of all the address space with this protection allocated by images run by the selected process  Read/Write protection allows a process to read, modify and write to these pages.
  813. 766=Image Space Write Copy
  814. 767=Image Space is the virtual address space in use by the images being executed by the process.  This is the sum of all the address space with this protection allocated by images run by the selected process  Write Copy protection is used when memory is shared for reading but not for writing.  When processes are reading this memory, they can share the same memory, however, when a sharing process wants to have read/write access to this shared memory, a copy of that memory is made for writing to.
  815. 768=Image Space Executable
  816. 769=Image Space is the virtual address space in use by the images being executed by the process.  This is the sum of all the address space with this protection allocated by images run by the selected process  Executable memory is memory that can be executed by programs, but cannot be read or written.  This type of protection is not supported by all processor types.
  817. 770=Image Space Exec Read Only
  818. 771=Image Space is the virtual address space in use by the images being executed by the process.  This is the sum of all the address space with this protection allocated by images run by the selected process  Execute/Read-Only memory is memory that can be executed as well as read.
  819. 772=Image Space Exec Read/Write
  820. 773=Image Space is the virtual address space in use by the images being executed by the process.  This is the sum of all the address space with this protection allocated by images run by the selected process  Execute/Read/Write memory is memory that can be executed by programs as well as read and written and modified.
  821. 774=Image Space Exec Write Copy
  822. 775=Image Space is the virtual address space in use by the images being executed by the process.  This is the sum of all the address space with this protection allocated by images run by the selected process  Execute Write Copy is memory that can be executed by programs as well as read and written.  This type of protection is used when memory needs to be shared between processes.  If the sharing processes only read the memory, then they will all use the same memory.  If a sharing process desires write access, then a copy of this memory will be made for that process.
  823. 776=Bytes Image Reserved
  824. 777=Bytes Image Reserved is the sum of all virtual memory reserved by images within this process.
  825. 778=Bytes Image Free
  826. 779=Bytes Image Free is the amount of virtual address space that is not in use or reserved by images within this process.
  827. 780=Bytes Reserved
  828. 781=Bytes Reserved is the total amount of virtual memory reserved for future use by this process.
  829. 782=Bytes Free
  830. 783=Bytes Free is the total unused virtual address space of this process.
  831. 784=ID Process
  832. 785=ID Process is the unique identifier of this process. ID Process numbers are reused, so they only identify a process for the lifetime of that process.
  833. 786=Process Address Space
  834. 787=The Process Address Space performance object consists of counters that monitor memory allocation and use  for a selected process.
  835. 788=No Access
  836. 789=Image Space is the virtual address space in use by the selected image with this protection.  No Access protection prevents a process from writing or reading these pages and will generate an access violation if either is attempted.
  837. 790=Read Only
  838. 791=Image Space is the virtual address space in use by the selected image with this protection.  Read Only protection prevents the contents of these pages from being modified.  Any attempts to write or modify these pages will generate an access violation.
  839. 792=Read/Write
  840. 793=Image Space is the virtual address space in use by the selected image with this protection.  Read/Write protection allows a process to read, modify and write to these pages.
  841. 794=Write Copy
  842. 795=Image Space is the virtual address space in use by the selected image with this protection.  Write Copy protection is used when memory is shared for reading but not for writing.  When processes are reading this memory, they can share the same memory, however, when a sharing process wants to have read/write access to this shared memory, a copy of that memory is made for writing to.
  843. 796=Executable
  844. 797=Image Space is the virtual address space in use by the selected image with this protection.  Executable memory is memory that can be executed by programs, but cannot be read or written.  This type of protection is not supported by all processor types.
  845. 798=Exec Read Only
  846. 799=Image Space is the virtual address space in use by the selected image with this protection.  Execute/Read Only memory is memory that can be executed as well as read.
  847. 800=Exec Read/Write
  848. 801=Image Space is the virtual address space in use by the selected image with this protection.  Execute/Read/Write memory is memory that can be executed by programs as well as read and written.
  849. 802=Exec Write Copy
  850. 803=Image Space is the virtual address space in use by the selected image with this protection.  Execute Write Copy is memory that can be executed by programs as well as read and written.  This type of protection is used when memory needs to be shared between processes.  If the sharing processes only read the memory, then they will all use the same memory.  If a sharing process desires write access, then a copy of this memory will be made for that process.
  851. 804=ID Thread
  852. 805=ID Thread is the unique identifier of this thread.  ID Thread numbers are reused, so they only identify a thread for the lifetime of that thread.
  853. 806=Mailslot Receives Failed
  854. 807=Mailslot Opens Failed/sec indicates the rate at which mailslot messages to be delivered to mailslots that are not present are received by this workstation.
  855. 808=Mailslot Writes Failed
  856. 809=Duplicate Master Announcements indicates the number of times that the master browser has detected another master browser on the same domain.
  857. 810=Mailslot Opens Failed/sec
  858. 811=Illegal Datagrams/sec is the rate at which incorrectly formatted datagrams have been received by the workstation.
  859. 812=Duplicate Master Announcements
  860. 813=Announcements Total/sec is the sum of Announcements Server/sec and Announcements Domain/sec.
  861. 814=Illegal Datagrams/sec
  862. 815=Enumerations Total/sec is the rate at which browse requests have been processed by this workstation.  This is the sum of Enumerations Server/sec, Enumerations Domain/sec, and Enumerations Other/sec.
  863. 816=Thread Details
  864. 817=The Thread Details performance object  consists of counters that measure aspects of thread behavior that are difficult or time-consuming or collect.  These counters are distinguished from those in the Thread object by their high overhead.
  865. 818=Cache Bytes
  866. 819=Cache Bytes is the sum of the Memory\\System Cache Resident Bytes, Memory\\System Driver Resident Bytes, Memory\\System Code Resident Bytes, and Memory\\Pool Paged Resident Bytes counters.  This counter displays the last observed value only; it is not an average.
  867. 820=Cache Bytes Peak
  868. 821=Cache Bytes Peak is the maximum number of bytes used by the file system cache since the system was last restarted. This might be larger than the current size of the cache. This counter displays the last observed value only; it is not an average.
  869. 822=Pages Input/sec
  870. 823=Pages Input/sec is the rate at which pages are read from disk to resolve hard page faults. Hard page faults occur when a process refers to a page in virtual memory that is not in its working set or elsewhere in physical memory, and must be retrieved from disk. When a page is faulted, the system tries to read multiple contiguous pages into memory to maximize the benefit of the read operation. Compare the value of Memory\\Pages Input/sec to the value of  Memory\\Page Reads/sec to determine the average number of pages read into memory during each read operation.
  871. 824=Transition Pages RePurposed/sec
  872. 825=Transition Pages RePurposed is the rate at which the number of transition cache pages were reused for a different purpose.  These pages would have otherwise remained in the page cache to provide a (fast) soft fault (instead of retrieving it from backing store) in the event the page was accessed in the future.  Note these pages can contain private or sharable memory.
  873. 872=Bytes Transmitted
  874. 873=The number of bytes transmitted total for this connection.
  875. 874=Bytes Received
  876. 875=The number of bytes received total for this connection.
  877. 876=Frames Transmitted
  878. 877=The number of data frames transmitted total for this connection.
  879. 878=Frames Received.
  880. 879=The number of data frames received total for this connection.
  881. 880=Percent Compression Out
  882. 881=The compression ratio for bytes being transmitted.
  883. 882=Percent Compression In
  884. 883=The compression ratio for bytes being received.
  885. 884=CRC Errors
  886. 885=The total number of CRC Errors for this connection.  CRC Errors occur when the frame received contains erroneous data.
  887. 886=Timeout Errors
  888. 887=The total number of Timeout Errors for this connection.  Timeout Errors occur when an expected is not received in time.
  889. 888=Serial Overrun Errors
  890. 889=The total number of Serial Overrun Errors for this connection.  Serial Overrun Errors occur when the hardware cannot handle the rate at which data is received.
  891. 890=Alignment Errors
  892. 891=The total number of Alignment Errors for this connection.  Alignment Errors occur when a byte received is different from the byte expected.
  893. 892=Buffer Overrun Errors
  894. 893=The total number of Buffer Overrun Errors for this connection.  Buffer Overrun Errors when the software cannot handle the rate at which data is received.
  895. 894=Total Errors
  896. 895=The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors for this connection.
  897. 896=Bytes Transmitted/Sec
  898. 897=The number of bytes transmitted per second.
  899. 898=Bytes Received/Sec
  900. 899=The number of bytes received per second.
  901. 900=Frames Transmitted/Sec
  902. 901=The number of frames transmitted per second.
  903. 902=Frames Received/Sec
  904. 903=The number of frames received per second.
  905. 904=Total Errors/Sec
  906. 905=The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors per second.
  907. 908=Total Connections
  908. 909=The total number of Remote Access connections.
  909. 920=WINS Server
  910. 921=The WINS Server performance object consists of counters that monitor communications using the WINS Server service.
  911. 922=Unique Registrations/sec
  912. 923=Unique Registrations/sec is the rate at which unique registration are received by the WINS server.
  913. 924=Group Registrations/sec
  914. 925=Group Registrations/sec is the rate at which group registration are received by the WINS server.
  915. 926=Total Number of Registrations/sec
  916. 927=Total Number of Registrations/sec is the sum of the Unique and Group registrations per sec.  This is the total rate at which registration are received by the WINS server.
  917. 928=Unique Renewals/sec
  918. 929=Unique Renewals/sec is the rate at which unique renewals are received by the WINS server.
  919. 930=Group Renewals/sec
  920. 931=Group Renewals/sec is the rate at which group renewals are received by the WINS server.
  921. 932=Total Number of Renewals/sec
  922. 933=Total Number of Renewals/sec is the sum of the Unique and Group renewals per sec.  This is the total rate at which renewals are received by the WINS server.
  923. 934=Releases/sec
  924. 935=Total Number of Releases/sec is the rate at which releases are received by the WINS server.
  925. 936=Queries/sec
  926. 937=Total Number of Queries/sec is the rate at which queries are received by the WINS server.
  927. 938=Unique Conflicts/sec
  928. 939=Unique Conflicts/sec is the rate at which unique registrations/renewals received by the WINS server resulted in conflicts with records in the database.
  929. 940=Group Conflicts/sec
  930. 941=Group Conflicts/sec is the rate at which group registration received by the WINS server resulted in conflicts with records in the database.
  931. 942=Total Number of Conflicts/sec
  932. 943=Total Number of Conflicts/sec is the sum of the Unique and Group conflicts per sec.  This is the total rate at which conflicts were seen by the WINS server.
  933. 944=Successful Releases/sec
  934. 945=Total Number of Successful Releases/sec
  935. 946=Failed Releases/sec
  936. 947=Total Number of Failed Releases/sec
  937. 948=Successful Queries/sec
  938. 949=Total Number of Successful Queries/sec
  939. 950=Failed Queries/sec
  940. 951=Total Number of Failed Queries/sec
  941. 952=Handle Count
  942. 953=The total number of handles currently open by this process. This number is equal to the sum of the handles currently open by each thread in this process.
  943. 1000=MacFile Server
  944. 1001=Services for Macintosh AFP File Server.
  945. 1002=Max Paged Memory
  946. 1003=The maximum amount of paged memory resources used by the MacFile Server.
  947. 1004=Current Paged Memory
  948. 1005=The current amount of paged memory resources used by the MacFile Server.
  949. 1006=Max NonPaged Memory
  950. 1007=The maximum amount of nonpaged memory resources use by the MacFile Server.
  951. 1008=Current NonPaged memory
  952. 1009=The current amount of nonpaged memory resources used by the MacFile Server.
  953. 1010=Current Sessions
  954. 1011=The number of sessions currently connected to the MacFile server.  Indicates current server activity.
  955. 1012=Maximum Sessions
  956. 1013=The maximum number of sessions connected at one time to the MacFile server.  Indicates usage level of server.
  957. 1014=Current Files Open
  958. 1015=The number of internal files currently open in the MacFile server.  This count does not include files opened on behalf of Macintosh clients.
  959. 1016=Maximum Files Open
  960. 1017=The maximum number of internal files open at one time in the MacFile server.  This count does not include files opened on behalf of Macintosh clients.
  961. 1018=Failed Logons
  962. 1019=The number of failed logon attempts to the MacFile server.  Can indicate whether password guessing programs are being used to crack the security on the server.
  963. 1020=Data Read/sec
  964. 1021=The number of bytes read from disk per second.
  965. 1022=Data Written/sec
  966. 1023=The number of bytes written to disk per second.
  967. 1024=Data Received/sec
  968. 1025=The number of bytes received from the network per second.  Indicates how busy the server is.
  969. 1026=Data Transmitted/sec
  970. 1027=The number of bytes sent on the network per second.  Indicates how busy the server is.
  971. 1028=Current Queue Length
  972. 1029=The number of outstanding work items waiting to be processed.
  973. 1030=Maximum Queue Length
  974. 1031=The maximum number of outstanding work items waiting at one time.
  975. 1032=Current Threads
  976. 1033=The current number of threads used by MacFile server.  Indicates how busy the server is.
  977. 1034=Maximum Threads
  978. 1035=The maximum number of threads used by MacFile server.  Indicates peak usage level of server.
  979. 1050=AppleTalk
  980. 1051=AppleTalk Protocol
  981. 1052=Packets In/sec
  982. 1053=Number of packets received per second by Appletalk on this port.
  983. 1054=Packets Out/sec
  984. 1055=Number of packets sent per second by Appletalk on this port.
  985. 1056=Bytes In/sec
  986. 1057=Number of bytes received per second by Appletalk on this port.
  987. 1058=Bytes Out/sec
  988. 1059=Number of bytes sent per second by Appletalk on this port.
  989. 1060=Average Time/DDP Packet
  990. 1061=Average time in milliseconds to process a DDP packet on this port.
  991. 1062=DDP Packets/sec
  992. 1063=Number of DDP packets per second received by Appletalk on this port.
  993. 1064=Average Time/AARP Packet
  994. 1065=Average time in milliseconds to process an AARP packet on this port.
  995. 1066=AARP Packets/sec
  996. 1067=Number of AARP packets per second received by Appletalk on this port.
  997. 1068=Average Time/ATP Packet
  998. 1069=Average time in milliseconds to process an ATP packet on this port.
  999. 1070=ATP Packets/sec
  1000. 1071=Number of ATP packets per second received by Appletalk on this port.
  1001. 1072=Average Time/NBP Packet
  1002. 1073=Average time in milliseconds to process an NBP packet on this port.
  1003. 1074=NBP Packets/sec
  1004. 1075=Number of NBP packets per second received by Appletalk on this port.
  1005. 1076=Average Time/ZIP Packet
  1006. 1077=Average time in milliseconds to process a ZIP packet on this port.
  1007. 1078=ZIP Packets/sec
  1008. 1079=Number of ZIP packets per second received by Appletalk on this port.
  1009. 1080=Average Time/RTMP Packet
  1010. 1081=Average time in milliseconds to process an RTMP packet on this port.
  1011. 1082=RTMP Packets/sec
  1012. 1083=Number of RTMP packets per second received by Appletalk on this port.
  1013. 1084=ATP Retries Local
  1014. 1085=Number of ATP requests retransmitted on this port.
  1015. 1086=ATP Response Timouts
  1016. 1087=Number of ATP release timers that have expired on this port.
  1017. 1088=ATP XO Response/Sec
  1018. 1089=Number of ATP Exactly-once transaction responses per second on this port.
  1019. 1090=ATP ALO Response/Sec
  1020. 1091=Number of ATP At-least-once transaction responses per second on this port.
  1021. 1092=ATP Recvd Release/Sec
  1022. 1093=Number of ATP transaction release packets per second received on this port.
  1023. 1094=Current NonPaged Pool
  1024. 1095=The current amount of nonpaged memory resources used by AppleTalk.
  1025. 1096=Packets Routed In/Sec
  1026. 1097=Number of packets routed in on this port.
  1027. 1098=Packets dropped
  1028. 1099=Number of packets dropped due to resource limitations on this port.
  1029. 1100=ATP Retries Remote
  1030. 1101=Number of ATP requests retransmitted to this port.
  1031. 1102=Packets Routed Out/Sec
  1032. 1103=Number of packets routed out on this port.
  1033. 1110=Network Segment
  1034. 1111=Provides Network Statistics for the local network segment via the Network Monitor Service.
  1035. 1112=Total frames received/second
  1036. 1113=The total number of frames received per second on this network segment.
  1037. 1114=Total bytes received/second
  1038. 1115=The number of bytes received per second on this network segment.
  1039. 1116=Broadcast frames received/second
  1040. 1117=The number of Broadcast frames received per second on this network segment.
  1041. 1118=Multicast frames received/second
  1042. 1119=The number of Multicast frames received per second on this network segment.
  1043. 1120=% Network utilization
  1044. 1121=Percentage of network bandwidth in use on this network segment.
  1045. 1124=% Broadcast Frames
  1046. 1125=Percentage of network bandwidth which is made up of broadcast traffic on this network segment.
  1047. 1126=% Multicast Frames
  1048. 1127=Percentage of network bandwidth which is made up of multicast traffic on this network segment.
  1049. 1150=Telephony
  1050. 1151=The Telephony System
  1051. 1152=Lines
  1052. 1153=The number of telephone lines serviced by this computer.
  1053. 1154=Telephone Devices
  1054. 1155=The number of telephone devices serviced by this computer.
  1055. 1156=Active Lines
  1056. 1157=The number of telephone lines serviced by this computer that are currently active.
  1057. 1158=Active Telephones
  1058. 1159=The number of telephone devices that are currently being monitored.
  1059. 1160=Outgoing Calls/sec
  1060. 1161=The rate of outgoing calls made by this computer.
  1061. 1162=Incoming Calls/sec
  1062. 1163=The rate of incoming calls answered by this computer.
  1063. 1164=Client Apps
  1064. 1165=The number of applications that are currently using telephony services.
  1065. 1166=Current Outgoing Calls
  1066. 1167=Current outgoing calls being serviced by this computer.
  1067. 1168=Current Incoming Calls
  1068. 1169=Current incoming calls being serviced by this computer.
  1069. 1232=Packet Burst Read NCP Count/sec
  1070. 1233=Packet Burst Read NCP Count/sec is the rate of NetWare Core Protocol requests for Packet Burst Read.  Packet Burst is a windowing protocol that improves performance.
  1071. 1234=Packet Burst Read Timeouts/sec
  1072. 1235=Packet Burst Read Timeouts/sec is the rate the NetWare Service needs to retransmit a Burst Read Request because the NetWare server took too long to respond.
  1073. 1236=Packet Burst Write NCP Count/sec
  1074. 1237=Packet Burst Write NCP Count/sec is the rate of NetWare Core Protocol requests for Packet Burst Write.  Packet Burst is a windowing protocol that improves performance.
  1075. 1238=Packet Burst Write Timeouts/sec
  1076. 1239=Packet Burst Write Timeouts/sec is the rate the NetWare Service needs to retransmit a Burst Write Request because the NetWare server took too long to respond.
  1077. 1240=Packet Burst IO/sec
  1078. 1241=Packet Burst IO/sec is the sum of Packet Burst Read NCPs/sec and Packet Burst Write NCPs/sec.
  1079. 1260=Logon Total
  1080. 1261=Logon Total includes all interactive logons, network logons, service logons, successful logon, and failed logons since the machine is last rebooted.
  1081. 1300=Server Work Queues
  1082. 1301=The Server Work Queues performance object consists of counters that monitor the length of the queues and objects in the queues.
  1083. 1302=Queue Length
  1084. 1303=Queue Length is the current length of the server work queue for this CPU.  A sustained queue length greater than four might indicate processor congestion.  This is an instantaneous count, not an average over time.
  1085. 1304=Active Threads
  1086. 1305=Active Threads is the number of threads currently working on a request from the server client for this CPU.  The system keeps this number as low as possible to minimize unnecessary context switching.  This is an instantaneous count for the CPU, not an average over time.
  1087. 1306=Available Threads
  1088. 1307=Available Threads is the number of server threads on this CPU not currently working on requests from a client.  The server dynamically adjusts the number of threads to maximize server performance.
  1089. 1308=Available Work Items
  1090. 1309=Every request from a client is represented in the server as a 'work item,' and the server maintains a pool of available work items per CPU to speed processing.  This is the instantaneous number of available work items for this CPU.  A sustained near-zero value indicates the need to increase the MinFreeWorkItems registry value for the Server service.  This value will always be 0 in the Blocking Queue instance.
  1091. 1310=Borrowed Work Items
  1092. 1311=Every request from a client is represented in the server as a 'work item,' and the server maintains a pool of available work items per CPU to speed processing.  When a CPU runs out of work items, it borrows a free work item from another CPU.  An increasing value of this running counter might indicate the need to increase the 'MaxWorkItems' or 'MinFreeWorkItems' registry values for the Server service.  This value will always be 0 in the Blocking Queue instance.
  1093. 1312=Work Item Shortages
  1094. 1313=Every request from a client is represented in the server as a 'work item,' and the server maintains a pool of available work items per CPU to speed processing.  A sustained value greater than zero indicates the need to increase the 'MaxWorkItems' registry value for the Server service.  This value will always be 0 in the Blocking Queue instance.
  1095. 1314=Current Clients
  1096. 1315=Current Clients is the instantaneous count of the clients being serviced by this CPU.  The server actively balances the client load across all of the CPU's in the system.  This value will always be 0 in the Blocking Queue instance.
  1097. 1317=The rate at which the Server is receiving bytes from the network clients on this CPU.  This value is a measure of how busy the Server is.
  1098. 1319=The rate at which the Server is sending bytes to the network clients on this CPU.  This value is a measure of how busy the Server is.
  1099. 1320=Bytes Transferred/sec
  1100. 1321=The rate at which the Server is sending and receiving bytes with the network clients on this CPU.  This value is a measure of how busy the Server is.
  1101. 1323=Read Operations/sec is the rate the server is performing file read operations for the clients on this CPU.  This value is a measure of how busy the Server is.  This value will always be 0 in the Blocking Queue instance.
  1102. 1324=Read Bytes/sec
  1103. 1325=Read Bytes/sec is the rate the server is reading data from files for the clients on this CPU.  This value is a measure of how busy the Server is.
  1104. 1327=Write Operations/sec is the rate the server is performing file write operations for the clients on this CPU.  This value is a measure of how busy the Server is.  This value will always be 0 in the Blocking Queue instance.
  1105. 1328=Write Bytes/sec
  1106. 1329=Write Bytes/sec is the rate the server is writing data to files for the clients on this CPU.  This value is a measure of how busy the Server is.
  1107. 1331=Total Bytes/sec is the rate the Server is reading and writing data to and from the files for the clients on this CPU.  This value is a measure of how busy the Server is.
  1108. 1332=Total Operations/sec
  1109. 1333=Total Operations/sec is the rate the Server is performing file read and file write operations for the clients on this CPU.  This value is a measure of how busy the Server is.  This value will always be 0 in the Blocking Queue instance.
  1110. 1334=DPCs Queued/sec
  1111. 1335=DPCs Queued/sec is the average rate, in incidents per second, at which deferred procedure calls (DPCs) were added to the processor's DPC queue. DPCs are interrupts that run at a lower priority than standard interrupts.  Each processor has its own DPC queue. This counter measures the rate that DPCs are added to the queue, not the number of DPCs in the queue.  This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
  1112. 1336=DPC Rate
  1113. 1337=DPC Rate is the rate at which deferred procedure calls (DPCs) were added to the processors DPC queues between the timer ticks of the processor clock. DPCs are interrupts that run at alower priority than standard interrupts.  Each processor has its own DPC queue. This counter measures the rate that DPCs were added to the queue, not the number of DPCs in the queue. This counter displays the last observed value only; it is not an average.
  1114. 1342=Total DPCs Queued/sec
  1115. 1343=Total DPCs Queued/sec is the combined rate at which deferred procedure calls (DPCs) are added to the DPC queue of all processors on the computer.  (DPCs are interrupts that run at a lower priority than standard interrupts). Each processor has its own DPC queue.  This counter measures the rate at which DPCs are added to the queue, not the number of DPCs in the queue.  It is the sum of Processor: DPCs Queued/sec for all processors on the computer, divided by the number of processors.  This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
  1116. 1344=Total DPC Rate
  1117. 1345=Total DPC Rate is the combined rate at which deferred procedure calls (DPCs) are added to the DPC queues of all processors between timer ticks of each processor's system clock.  (DPCs are interrupts that run at a lower priority than standard interrupts). Each processor has its own DPC queue.  This counter measures the rate at which DPCs are added to the queue, not the number of DPCs in the queue.  It is the sum of Processor: DPC Rate for all processors on the computer, divided by the number of processors.  This counter displays the last observed value only; it is not an average.
  1118. 1350=% Registry Quota In Use
  1119. 1351=% Registry Quota In Use is the percentage of the Total Registry Quota Allowed that is currently being used by the system.  This counter displays the current percentage value only; it is not an average.
  1120. 1360=VL Memory
  1121. 1361=Counters that indicate the status of local and system Very Large memory allocations.
  1122. 1362=VLM % Virtual Size In Use
  1123. 1363=VLM % Virtual Size In Use
  1124. 1364=VLM Virtual Size
  1125. 1365=Current size of the process VLM Virtual memory space in bytes.
  1126. 1366=VLM Virtual Size Peak
  1127. 1367=The peak size of the process VLM virtual memory space in bytes.  This value indicates the maximum size of the process VLM virtual memory since the process started.
  1128. 1368=VLM Virtual Size Available
  1129. 1369=The current size of the process VLM virtual memory space in bytes that may be allocated.  Note that the maximum allocation allowed may be smaller than this value due to fragmentation of the memory space.
  1130. 1370=VLM Commit Charge
  1131. 1371=The current size of committed VLM memory space for the current process in bytes.
  1132. 1372=VLM Commit Charge Peak
  1133. 1373=The peak size of the committed VLM memory space in bytes for the current process since the process started.
  1134. 1374=System VLM Commit Charge
  1135. 1375=The current size of all committed VLM memory space in bytes for the system.
  1136. 1376=System VLM Commit Charge Peak
  1137. 1377=The peak size of all committed VLM memory space in bytes since the system was started.
  1138. 1378=System VLM Shared Commit Charge
  1139. 1379=The current size of all committed shared VLM memory space in bytes for the system.
  1140. 1380=Available KBytes
  1141. 1381=Available KBytes is the amount of physical memory, in Kilobytes, immediately available for allocation to a process or for system use. It is equal to the sum of memory assigned to the standby (cached), free and zero page lists. For a full explanation of the memory manager, refer to MSDN and/or the System Performance and Troubleshooting Guide chapter in the Windows Server 2003 Resource Kit.
  1142. 1382=Available MBytes
  1143. 1383=Available MBytes is the amount of physical memory, in Megabytes, immediately available for allocation to a process or for system use. It is equal to the sum of memory assigned to the standby (cached), free and zero page lists. For a full explanation of the memory manager, refer to MSDN and/or the System Performance and Troubleshooting Guide chapter in the Windows Server 2003 Resource Kit.
  1144. 1400=Avg. Disk Queue Length
  1145. 1401=Avg. Disk Queue Length is the average number of both read and write requests that were queued for the selected disk during the sample interval.
  1146. 1402=Avg. Disk Read Queue Length
  1147. 1403=Avg. Disk Read Queue Length is the average number of read requests that were queued for the selected disk during the sample interval.
  1148. 1404=Avg. Disk Write Queue Length
  1149. 1405=Avg. Disk Write Queue Length is the average number of write requests that were queued for the selected disk during the sample interval.
  1150. 1406=% Committed Bytes In Use
  1151. 1407=% Committed Bytes In Use is the ratio of Memory\\Committed Bytes to the Memory\\Commit Limit. Committed memory is the physical memory in use for which space has been reserved in the paging file should it need to be written to disk. The commit limit is determined by the size of the paging file.  If the paging file is enlarged, the commit limit increases, and the ratio is reduced). This counter displays the current percentage value only; it is not an average.
  1152. 1408=Full Image
  1153. 1409=The Full Image performance object consists of counters that monitor the virtual address usage of images executed by processes on the computer.  Full Image counters are the same counters as contained in Image object with the only difference being the instance name.  In the Full Image object, the instance name includes the full file path name of the loaded modules, while in the Image object only the filename is displayed.
  1154. 1410=Creating Process ID
  1155. 1411=The Creating Process ID value is the Process ID of the process that created the process. The creating process may have terminated, so this value may no longer identify a running process.
  1156. 1412=IO Read Operations/sec
  1157. 1413=The rate at which the process is issuing read I/O operations. This counter counts all I/O activity generated by the process to include file, network and device I/Os.
  1158. 1414=IO Write Operations/sec
  1159. 1415=The rate at which the process is issuing write I/O operations. This counter counts all I/O activity generated by the process to include file, network and device I/Os.
  1160. 1416=IO Data Operations/sec
  1161. 1417=The rate at which the process is issuing read and write I/O operations. This counter counts all I/O activity generated by the process to include file, network and device I/Os.
  1162. 1418=IO Other Operations/sec
  1163. 1419=The rate at which the process is issuing I/O operations that are neither read nor write operations (for example, a control function). This counter counts all I/O activity generated by the process to include file, network and device I/Os.
  1164. 1420=IO Read Bytes/sec
  1165. 1421=The rate at which the process is reading bytes from I/O operations. This counter counts all I/O activity generated by the process to include file, network and device I/Os.
  1166. 1422=IO Write Bytes/sec
  1167. 1423=The rate at which the process is writing bytes to I/O operations. This counter counts all I/O activity generated by the process to include file, network and device I/Os.
  1168. 1424=IO Data Bytes/sec
  1169. 1425=The rate at which the process is reading and writing bytes in I/O operations. This counter counts all I/O activity generated by the process to include file, network and device I/Os.
  1170. 1426=IO Other Bytes/sec
  1171. 1427=The rate at which the process is issuing bytes to I/O operations that do not involve data such as control operations. This counter counts all I/O activity generated by the process to include file, network and device I/Os.
  1172. 1450=Print Queue
  1173. 1451=Displays performance statistics about a Print Queue.
  1174. 1452=Total Jobs Printed
  1175. 1453=Total number of jobs printed on a print queue since the last restart.
  1176. 1454=Bytes Printed/sec
  1177. 1455=Number of bytes per second printed on a print queue.
  1178. 1456=Total Pages Printed
  1179. 1457=Total number of pages printed through GDI on a print queue since the last restart.
  1180. 1458=Jobs
  1181. 1459=Current number of jobs in a print queue.
  1182. 1460=References
  1183. 1461=Current number of references (open handles) to this printer.
  1184. 1462=Max References
  1185. 1463=Peak number of references (open handles) to this printer.
  1186. 1464=Jobs Spooling
  1187. 1465=Current number of spooling jobs in a print queue.
  1188. 1466=Max Jobs Spooling
  1189. 1467=Maximum number of spooling jobs in a print queue since last restart.
  1190. 1468=Out of Paper Errors
  1191. 1469=Total number of out of paper errors in a print queue since the last restart.
  1192. 1470=Not Ready Errors
  1193. 1471=Total number of printer not ready errors in a print queue since the last restart.
  1194. 1472=Job Errors
  1195. 1473=Total number of job errors in a print queue since last restart.
  1196. 1474=Enumerate Network Printer Calls
  1197. 1475=Total number of calls from browse clients to this print server to request network browse lists since last restart.
  1198. 1476=Add Network Printer Calls
  1199. 1477=Total number of calls from other print servers to add shared network printers to this server since last restart.
  1200. 1478=Working Set - Private
  1201. 1479=Working Set - Private displays the size of the working set, in bytes, that is use for this process only and not shared nor sharable by other processes.
  1202. 1480=Working Set - Shared
  1203. 1481=Working Set - Shared displays the size of the working set, in bytes, that is sharable and may be used by other processes.  Because a portion of a process' working set is shareable, does not necessarily mean that other processes are using it.
  1204. 1482=% Idle Time
  1205. 1483=% Idle Time reports the percentage of time during the sample interval that the disk was idle.
  1206. 1484=Split IO/Sec
  1207. 1485=Split IO/Sec reports the rate at which I/Os to the disk were split into multiple I/Os. A split I/O may result from requesting data of a size that is too large to fit into a single I/O or that the disk is fragmented.
  1208. 1500=Job Object
  1209. 1501=Reports the accounting and processor usage data collected by each active named Job object.
  1210. 1502=Current % Processor Time
  1211. 1503=Current % Processor Time shows the percentage of the sample interval that the processes in the Job object spent executing code.
  1212. 1504=Current % User Mode Time
  1213. 1505=Current % User mode Time shows the percentage of the sample interval that the processes in the Job object spent executing code in user mode.
  1214. 1506=Current % Kernel Mode Time
  1215. 1507=Current % Kernel mode Time shows the percentage of the sample interval that the processes in the Job object spent executing code in kernel or privileged mode.
  1216. 1508=This Period mSec - Processor
  1217. 1509=This Period mSec - Processor shows the time, in milliseconds, of processor time used by all the processes in the Job object, including those that have terminated or that are no longer associated with the Job object, since a time limit on the Job was established.
  1218. 1510=This Period mSec - User Mode
  1219. 1511=This Period mSec - User mode shows the time, in milliseconds, of user mode processor time used by all the processes in the Job object, including those that have terminated or that are no longer associated with the Job object, since a time limit on the Job was established.
  1220. 1512=This Period mSec - Kernel Mode
  1221. 1513=This Period mSec - Kernel mode shows the time, in milliseconds, of kernel mode processor time used by all the processes in the Job object, including those that have terminated or that are no longer associated with the Job object, since a time limit on the Job was established.
  1222. 1514=Pages/Sec
  1223. 1515=Pages/Sec shows the page fault rate of all the processes in the Job object.
  1224. 1516=Process Count - Total
  1225. 1517=Process Count - Total shows the number of processes, both active and terminated, that are or have been associated with the Job object.
  1226. 1518=Process Count - Active
  1227. 1519=Process Count - Active shows the number of processes that are currently associated with the Job object.
  1228. 1520=Process Count - Terminated
  1229. 1521=Process Count - Terminated shows the number of processes that have been terminated because of a limit violation.
  1230. 1522=Total mSec - Processor
  1231. 1523=Total mSec - Processor shows the time, in milliseconds, of processor time used by all the processes in the Job object, including those that have terminated or that are no longer associated with the Job object, since the Job object was created.
  1232. 1524=Total mSec - User Mode
  1233. 1525=Total mSec - User mode shows the time, in milliseconds, of user mode processor time used by all the processes in the Job object, including those that have terminated or that are no longer associated with the Job object, since the Job object was created.
  1234. 1526=Total mSec - Kernel Mode
  1235. 1527=Total mSec - Kernel mode shows the time, in milliseconds, of kernel mode processor time used by all the processes in the Job object, including those that have terminated or that are no longer associated with the Job object, since the Job object was created.
  1236. 1530=TCPv6
  1237. 1532=UDPv6
  1238. 1534=ICMPv6
  1239. 1536=Received Packet Too Big
  1240. 1537=Received Packet Too Big is the number of received packets thatare larger than anticipated.
  1241. 1538=Received Membership Query
  1242. 1539=Received Membership Query is the number of packets received thatquery their membership to a group.
  1243. 1540=Received Membership Report
  1244. 1541=Received Membership Report is the number of packets received thatreport their membership to a group.
  1245. 1542=Received Membership Reduction
  1246. 1543=Received Membership Reduction is the number of packets received thatcancelled their membership to a group.
  1247. 1544=Received Router Solicit
  1248. 1545=Received Router Solicit is the number of packets received thatsolicit the router.
  1249. 1546=Received Router Advert
  1250. 1547=Received Router Advert is the number of packets received thatadvert the router.
  1251. 1548=Job Object Details
  1252. 1549=% Job object Details shows detailed performance information about the active processes that make up a Job object.
  1253. 1550=Received Neighbor Solicit
  1254. 1551=Received Neighbor Solicit is the number of packets received thatsolicit a neighbor.
  1255. 1552=Received Neighbor Advert
  1256. 1553=Received Neighbor Advert is the number of packets received thatadvert a neighbor.
  1257. 1554=Sent Packet Too Big
  1258. 1555=Sent Packet Too Big is the number of sent packets thatare larger than anticipated.
  1259. 1556=Sent Membership Query
  1260. 1557=Sent Membership Query is the number of packets sent thatquery their membership to a group.
  1261. 1558=Sent Membership Report
  1262. 1559=Sent Membership Report is the number of packets sent thatreport their membership to a group.
  1263. 1560=Sent Membership Reduction
  1264. 1561=Sent Membership Reduction is the number of packets sent thatcancelled their membership to a group.
  1265. 1562=Sent Router Solicit
  1266. 1563=Sent Router Solicit is the number of packets sent thatsolicit the router.
  1267. 1564=Sent Router Advert
  1268. 1565=Sent Router Advert is the number of packets sent thatadvert the router.
  1269. 1566=Sent Neighbor Solicit
  1270. 1567=Sent Neighbor Solicit is the number of packets sent thatsolicit a neighbor.
  1271. 1568=Sent Neighbor Advert
  1272. 1569=Sent Neighbor Advert is the number of packets sent thatadvert a neighbor.
  1273. 1570=Security System-Wide Statistics
  1274. 1571=These counters track authentication performance on a per second basis.
  1275. 1572=NTLM Authentications
  1276. 1573=This counter tracks the number of NTLM authentications processed by this computer per second.
  1277. 1574=Kerberos Authentications
  1278. 1575=This counter tracks the number of times that clients use a ticket to authenticate to this computer per second.
  1279. 1576=KDC AS Requests
  1280. 1577=This counter tracks the number of Autonomous System (AS) requests that are being processed by the Key Distribution Center (KDC) per second. Clients use AS requests to obtain a ticket-granting ticket.
  1281. 1578=KDC TGS Requests
  1282. 1579=This counter tracks the number of ticket-granting service (TGS) requests that are being processed by the Key Distribution Center (KDC) per second. Clients use these TGS requests to obtain a service ticket, which allows a client to access resources on other computers.
  1283. 1580=Schannel Session Cache Entries
  1284. 1581=This counter tracks the number of Secure Sockets Layer (SSL) entries that are currently stored in the secure channel (Schannel) session cache.  The Schannel session cache stores information about successfully established sessions, such as SSL session IDs.  Clients can use this information to reconnect to a server without performing a full SSL handshake.
  1285. 1582=Active Schannel Session Cache Entries
  1286. 1583=This counter tracks the number of Secure Sockets Layer (SSL) entries that are currently stored in the secure channel (Schannel) session cache and that are currently in use.  The Schannel session cache stores information about successfully established sessions, such as SSL session IDs.  Clients can use this information to reconnect to a server without performaing a full SSL handshake.
  1287. 1584=SSL Client-Side Full Handshakes
  1288. 1585=This counter tracks the number of Secure Sockets Layer (SSL) full client-side handshakes that are being processed per second.  During a handshake, signals are exchanged to acknowledge that communication can occur between computers or other devices.
  1289. 1586=SSL Client-Side Reconnect Handshakes
  1290. 1587=This counter tracks the number of Secure Sockets Layer (SSL) client-side reconnect handshakes that are being processed per second.  Reconnect handshakes allow session keys from previous SSL sessions to be used to resume a client/server connection, and they require less memory to process than full handshakes.
  1291. 1588=SSL Server-Side Full Handshakes
  1292. 1589=This counter tracks the number of Secure Sockets Layer (SSL) full server-side handshakes that are being processed per second.  During a handshake, signals are exchanged to acknowledge that communication can occur between computers or other devices.
  1293. 1590=SSL Server-Side Reconnect Handshakes
  1294. 1591=This counter tracks the number of Secure Sockets Layer (SSL) server-side reconnect handshakes that are being processed per second.  Reconnect handshakes allow session keys from previous SSL sessions to be used to resume a client/server connection, and they require less memory to process than full handshakes.
  1295. 1592=Digest Authentications
  1296. 1593=This counter tracks the number of Digest authentications that are being processed per second.
  1297. 1670=Security Per-Process Statistics
  1298. 1671=These counters track the number of security resources and handles used per process.
  1299. 1672=Credential Handles
  1300. 1673=This counter tracks the number of credential handles in use by a given process.  Credential handles are handles to pre-existing credentials, such as a password, that are associated with a user and are established through a system logon.
  1301. 1674=Context Handles
  1302. 1675=This counter tracks the number of context handles in use by a given process.  Context handles are associated with security contexts established between a client application and a remote peer.
  1303. 1676=Free & Zero Page List Bytes
  1304. 1677=Free & Zero Page List Bytes is the amount of physical memory, in bytes, that is assigned to the free and zero page lists. This memory does not contain cached data. It is immediately available for allocation to a process or for system use. For a full explanation of the memory manager, refer to MSDN and/or the System Performance and Troubleshooting Guide chapter in the Windows Server 2003 Resource Kit.
  1305. 1678=Modified Page List Bytes
  1306. 1679=Modified Page List Bytes is the amount of physical memory, in bytes, that is assigned to the modified page list. This memory contains cached data and code that is not actively in use by processes, the system and the system cache. This memory needs to be written out before it will be available for allocation to a process or for system use. For a full explanation of the memory manager, refer to MSDN and/or the System Performance and Troubleshooting Guide chapter in the Windows Server 2003 Resource Kit.
  1307. 1680=Standby Cache Reserve Bytes
  1308. 1681=Standby Cache Reserve Bytes is the amount of physical memory, in bytes, that is assigned to the reserve standby cache page lists. This memory contains cached data and code that is not actively in use by processes, the system and the system cache. It is immediately available for allocation to a process or for system use. If the system runs out of available free and zero memory, memory on lower priority standby cache page lists will be repurposed before memory on higher priority standby cache page lists. For a full explanation of the memory manager, refer to MSDN and/or the System Performance and Troubleshooting Guide chapter in the Windows Server 2003 Resource Kit.
  1309. 1682=Standby Cache Normal Priority Bytes
  1310. 1683=Standby Cache Normal Priority Bytes is the amount of physical memory, in bytes, that is assigned to the normal priority standby cache page lists. This memory contains cached data and code that is not actively in use by processes, the system and the system cache. It is immediately available for allocation to a process or for system use. If the system runs out of available free and zero memory, memory on lower priority standby cache page lists will be repurposed before memory on higher priority standby cache page lists. For a full explanation of the memory manager, refer to MSDN and/or the System Performance and Troubleshooting Guide chapter in the Windows Server 2003 Resource Kit.
  1311. 1684=Standby Cache Core Bytes
  1312. 1685=Standby Cache Core Bytes is the amount of physical memory, in bytes, that is assigned to the core standby cache page lists. This memory contains cached data and code that is not actively in use by processes, the system and the system cache. It is immediately available for allocation to a process or for system use. If the system runs out of available free and zero memory, memory on lower priority standby cache page lists will be repurposed before memory on higher priority standby cache page lists. For a full explanation of the memory manager, refer to MSDN and/or the System Performance and Troubleshooting Guide chapter in the Windows Server 2003 Resource Kit.
  1313. 1746=% Idle Time
  1314. 1747=% Idle Time is the percentage of time the processor is idle during the sample interval
  1315. 1748=% C1 Time
  1316. 1749=% C1 Time is the percentage of time the processor spends in the C1 low-power idle state. % C1 Time is a subset of the total processor idle time. C1 low-power idle state enables the processor to maintain its entire context and quickly return to the running state. Not all systems support the % C1 state.
  1317. 1750=% C2 Time
  1318. 1751=% C2 Time is the percentage of time the processor spends in the C2 low-power idle state. % C2 Time is a subset of the total processor idle time. C2 low-power idle state enables the processor to maintain the context of the system caches. The C2 power state is a lower power and higher exit latency state than C1. Not all systems support the C2 state.
  1319. 1752=% C3 Time
  1320. 1753=% C3 Time is the percentage of time the processor spends in the C3 low-power idle state. % C3 Time is a subset of the total processor idle time. When the processor is in the C3 low-power idle state it is unable to maintain the coherency of its caches. The C3 power state is a lower power and higher exit latency state than C2. Not all systems support the C3 state.
  1321. 1754=C1 Transitions/sec
  1322. 1755=C1 Transitions/sec is the rate that the CPU enters the C1 low-power idle state. The CPU enters the C1 state when it is sufficiently idle and exits this state on any interrupt. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
  1323. 1756=C2 Transitions/sec
  1324. 1757=C2 Transitions/sec is the rate that the CPU enters the C2 low-power idle state. The CPU enters the C2 state when it is sufficiently idle and exits this state on any interrupt. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
  1325. 1758=C3 Transitions/sec
  1326. 1759=C3 Transitions/sec is the rate that the CPU enters the C3 low-power idle state. The CPU enters the C3 state when it is sufficiently idle and exits this state on any interrupt. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
  1327. 1760=Heap
  1328. 1761=Heap performance counters for must used heaps
  1329. 1762=Committed Bytes
  1330. 1763=Memory actively used by this heap (FreeBytes + AllocatedBytes)
  1331. 1764=Reserved Bytes
  1332. 1765=Total virtual address space reserved for this heap (includes uncommitted ranges)
  1333. 1766=Virtual Bytes
  1334. 1767=ReservedBytes minus last uncommitted range in each segment
  1335. 1768=Free Bytes
  1336. 1769=Memory on freelists in this heap (does not include uncommitted ranges or blocks in heap cache)
  1337. 1770=Free List Length
  1338. 1771=Number of blocks on the list of free blocks >1k in size
  1339. 1772=Avg. alloc rate
  1340. 1773=1/Average time per allocation (excluding allocs from heap cache)
  1341. 1774=Avg. free rate
  1342. 1775=1/Average time per free (excluding frees to heap cache)
  1343. 1776=Uncommitted Ranges Length
  1344. 1777=Number of uncommitted ranges in the reserved virtual address
  1345. 1778=Allocs - Frees
  1346. 1779=Difference between number of allocations and frees (for leak detection)
  1347. 1780=Cached Allocs/sec
  1348. 1781=Allocations/sec from heap cache
  1349. 1782=Cached Frees/sec
  1350. 1783=Frees/sec from heap cache
  1351. 1784=Allocs <1K/sec
  1352. 1785=Allocations/sec of size <1k bytes (including heap cache)
  1353. 1786=Frees <1K/sec
  1354. 1787=Frees/sec of size <1k bytes (including heap cache)
  1355. 1788=Allocs 1-8K/sec
  1356. 1789=Allocations/sec of size 1-8k bytes
  1357. 1790=Frees 1-8K/sec
  1358. 1791=Frees/sec of size 1-8k bytes
  1359. 1792=Allocs over 8K/sec
  1360. 1793=Allocations/sec of size over 8k bytes
  1361. 1794=Frees over 8K/sec
  1362. 1795=Frees/sec of size over 8k bytes
  1363. 1796=Total Allocs/sec
  1364. 1797=Allocations/sec (including from heap cache)
  1365. 1798=Total Frees/sec
  1366. 1799=Frees/sec (including to heap cache)
  1367. 1800=Blocks in Heap Cache
  1368. 1801=Total number of blocks in the heap cache
  1369. 1802=Largest Cache Depth
  1370. 1803=Largest number of blocks of any one size in the heap cache
  1371. 1804=% Fragmentation
  1372. 1805=(FreeBytes / CommittedBytes) *100
  1373. 1806=% VAFragmentation
  1374. 1807=(VirtualBytes / ReservedBytes) * 100
  1375. 1808=Heap Lock contention
  1376. 1809=Collisions/sec on the heap lock
  1377. 1846=End Marker
  1378. 1847=End Marker
  1379. 2182=RAS Port
  1380. 2183=The RAS Object Type handles individual ports of the RAS device on your system.
  1381. 2184=Bytes Transmitted
  1382. 2185=The number of bytes transmitted total for this connection.
  1383. 2186=Bytes Received
  1384. 2187=The number of bytes received total for this connection.
  1385. 2188=Frames Transmitted
  1386. 2189=The number of data frames transmitted total for this connection.
  1387. 2190=Frames Received
  1388. 2191=The number of data frames received total for this connection.
  1389. 2192=Percent Compression Out
  1390. 2193=The compression ratio for bytes being transmitted.
  1391. 2194=Percent Compression In
  1392. 2195=The compression ratio for bytes being received.
  1393. 2196=CRC Errors
  1394. 2197=The total number of CRC Errors for this connection.  CRC Errors occur when the frame received contains erroneous data.
  1395. 2198=Timeout Errors
  1396. 2199=The total number of Timeout Errors for this connection.  Timeout Errors occur when an expected is not received in time.
  1397. 2200=Serial Overrun Errors
  1398. 2201=The total number of Serial Overrun Errors for this connection.  Serial Overrun Errors occur when the hardware cannot handle the rate at which data is received.
  1399. 2202=Alignment Errors
  1400. 2203=The total number of Alignment Errors for this connection.  Alignment Errors occur when a byte received is different from the byte expected.
  1401. 2204=Buffer Overrun Errors
  1402. 2205=The total number of Buffer Overrun Errors for this connection.  Buffer Overrun Errors when the software cannot handle the rate at which data is received.
  1403. 2206=Total Errors
  1404. 2207=The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors for this connection.
  1405. 2208=Bytes Transmitted/Sec
  1406. 2209=The number of bytes transmitted per second.
  1407. 2210=Bytes Received/Sec
  1408. 2211=The number of bytes received per second.
  1409. 2212=Frames Transmitted/Sec
  1410. 2213=The number of frames transmitted per second.
  1411. 2214=Frames Received/Sec
  1412. 2215=The number of frames received per second.
  1413. 2216=Total Errors/Sec
  1414. 2217=The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors per second.
  1415. 2218=RAS Total
  1416. 2219=The RAS Object Type handles all combined ports of the RAS device on your system.
  1417. 2220=Total Connections
  1418. 2221=The total number of Remote Access connections.
  1419. 2222=BITS Net Utilization
  1420. 2223=BITS Per Job Network Utilization
  1421. 2224=Remote Server Speed (Bits/Sec)
  1422. 2225=Estimate of Remote Server Speed (Bits/Sec)
  1423. 2226=Netcard Speed (Bits/Sec)
  1424. 2227=Estimate of the local netcard's speed (Bits/Sec)
  1425. 2228=Percent Netcard Free
  1426. 2229=Estimate of most recent percent network interface utilization
  1427. 2230=IGD Speed (Bits/Sec)
  1428. 2231=Estimate of the IGD's Internet connection speed (Bits/Sec)
  1429. 2232=Percent IGD Free
  1430. 2233=Estimate of most recent percent IGD Internet connection utilization
  1431. 2234=BITS Download BlockSize (Bytes)
  1432. 2235=Size of the next download block for BITS
  1433. 2236=BITS Download Response Interval (msec)
  1434. 2237=BITS download response interval (msec)
  1435. 2238=Estimated bandwidth available to the remote system (Bits/sec)
  1436. 2239=Estimated bandwidth available to the remote system (Bits/sec)
  1437. 2240=Telephony
  1438. 2241=The Telphony System
  1439. 2242=Number of Lines
  1440. 2243=The number of telephone lines serviced by this computer.
  1441. 2244=Number of Telephone devices
  1442. 2245=The number of telephone devices serviced by this computer.
  1443. 2246=Number of Active Lines
  1444. 2247=the number of telephone lines serviced by this computer that are currently active.
  1445. 2248=Number of Active Telephones
  1446. 2249=The number of telephone devices that are currently being monitored.
  1447. 2250=Outgoing calls/sec
  1448. 2251=The rate of outgoing calls made by this computer.
  1449. 2252=Incoming calls/sec
  1450. 2253=The rate of incoming calls answered by this computer.
  1451. 2254=Number of Client Apps
  1452. 2255=The number of applications that are currently using telephony services.
  1453. 2256=Current Outgoing Calls
  1454. 2257=Current outgoing calls being serviced by this computer.
  1455. 2258=Current Incoming Calls
  1456. 2259=Current incoming calls being serviced by this computer.
  1457. 2268=Database
  1458. 2269=Database provides performance statistics for each process using the ESE high performance embedded database management system.
  1459. 2270=Pages Converted/sec
  1460. 2271=Pages Converted/sec is the count of times per second a database page is converted from an older database format
  1461. 2272=Pages Converted
  1462. 2273=Pages Converted is the count of database pages that have been converted from an older format
  1463. 2274=Records Converted/sec
  1464. 2275=Records Converted/sec is the count of times per second a database record is converted from an older database format
  1465. 2276=Records Converted
  1466. 2277=Records Converted is the count of database records that have been converted from an older format
  1467. 2278=Heap Allocs/sec
  1468. 2279=Heap Allocs/sec is the number of memory allocations from the MP Heaps per second.  [Dev Only]
  1469. 2280=Heap Frees/sec
  1470. 2281=Heap Frees/sec is the number of memory frees to the MP Heaps per second.  [Dev Only]
  1471. 2282=Heap Allocations
  1472. 2283=Heap Allocations is the current number of memory allocations in the MP Heaps.  [Dev Only]
  1473. 2284=Heap Bytes Allocated
  1474. 2285=Heap Bytes Allocated is the size of all memory allocations in the MP Heaps discounting heap managemnt overhead.  [Dev Only]
  1475. 2286=Page Bytes Reserved
  1476. 2287=Page Bytes Reserved is the size of all explicitly reserved virtual address space.  [Dev Only]
  1477. 2288=Page Bytes Committed
  1478. 2289=Page Bytes Committed is the size of all explicitly committed virtual memory backing store (page file and physical memory).  [Dev Only]
  1479. 2290=FCB Asynchronous Scan/sec
  1480. 2291=FCB Asynchronous Scan/sec is the number of cached schema records (FCBs) scanned during asynchronous schema record cleanup. These records are scanned to age out older schema definitions. [Dev Only]
  1481. 2292=FCB Asynchronous Purge/sec
  1482. 2293=FCB Asynchronous Purge/sec is the number of cached schema records (FCBs) purged during asynchronous schema record cleanup. These records are purged to age out older schema definitions. [Dev Only]
  1483. 2294=FCB Asynchronous Threshold-Scan/sec
  1484. 2295=FCB Asynchronous Threshold-Scan/sec is the number of cached schema records (FCBs) scanned during asynchronous schema record cleanup.  Cleanup was triggered by a large number of schema records above the preferred limit.  These records are aggressively scanned to age out older schema definitions.  [Dev Only]
  1485. 2296=FCB Asynchronous Threshold-Purge/sec
  1486. 2297=FCB Asynchronous Threshold-Purge/sec is the number of cached schema records (FCBs) purged during asynchronous schema record cleanup.  Cleanup was triggered by a large number of schema records above the preferred limit.  These records are aggressively purged to age out older schema definitions.  [Dev Only]
  1487. 2298=FCB Asynchronous Purge Conflicts/sec
  1488. 2299=FCB Asynchronous Purge Conflicts/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup.  The purge operation failed because exclusive ownership of the schema record could not be obtained.  [Dev Only]
  1489. 2300=FCB Synchronous Purge/sec
  1490. 2301=FCB Synchronous Purge/sec is the number of cached schema records (FCBs) being synchronously purged each second.  [Dev Only]
  1491. 2302=FCB Synchronous Purge Stalls/sec
  1492. 2303=FCB Synchronous Purge Stalls/sec is the number of stalls encountered while waiting for exclusive ownership of cached schema records (FCBs) in order to synchronously purge them.  [Dev Only]
  1493. 2304=FCB Allocations Wait For Version Cleanup/sec
  1494. 2305=FCB Allocations Wait For Version Cleanup/sec is the number FCB allocations that must first wait for version cleanup in an attempt to free used FCBs for re-use. [Dev Only]
  1495. 2306=FCB Purge On Cursor Close/sec
  1496. 2307=FCB Purge On Cursor Close/sec is the number of cached schema records (FCBs) being synchronously purged when the cursor is closed (instead of leaving the schema record cached) each second.  [Dev Only]
  1497. 2308=FCB Cache % Hit
  1498. 2309=FCB Cache % Hit is the percentage of schema records (FCBs) opened directly from the schema record cache.  No file operations were required.  [Dev Only]
  1499. 2310=No name
  1500. 2311=No text
  1501. 2312=FCB Cache Stalls/sec
  1502. 2313=FCB Cache Stalls/sec is the number of stalls encountered while waiting for exclusive ownership of cached schema records (FCBs) in order to update their reference count.  [Dev Only]
  1503. 2314=FCB Cache Maximum
  1504. 2315=FCB Cache Maximum is the absolute maximum number of the schema records (FCBs) that can exist in the cache.  [Dev Only]
  1505. 2316=FCB Cache Preferred
  1506. 2317=FCB Cache Preferred is the preferred maximum number of the schema records (FCBs) that should exist in the cache.  [Dev Only]
  1507. 2318=FCB Cache Allocated
  1508. 2319=FCB Cache Allocated is the number of cached schema records (FCBs) currently allocated and in use.  [Dev Only]
  1509. 2320=FCB Cache Available
  1510. 2321=FCB Cache Available is the number of cached schema records (FCBs) currently allocated but not in use.  These records will be used and/or purged as required.  [Dev Only]
  1511. 2322=Sessions In Use
  1512. 2323=Sessions In Use is the number of database sessions currently open for use by client threads.  [Dev Only]
  1513. 2324=Sessions % Used
  1514. 2325=Sessions % Used is the percentage of database sessions currently open for use by client threads.  [Dev Only]
  1515. 2326=No name
  1516. 2327=No text
  1517. 2328=Table Open Cache % Hit
  1518. 2329=Table Open Cache % Hit is the percentage of database tables opened using cached schema information.  If this percentage is too low, the table cache size may be too small.
  1519. 2330=No name
  1520. 2331=No text
  1521. 2332=Table Open Cache Hits/sec
  1522. 2333=Table Open Cache Hits/sec is the number of database tables opened using cached schema information per second.  If this rate is too low, the table cache size may be too small.
  1523. 2334=Table Open Cache Misses/sec
  1524. 2335=Table Open Cache Misses/sec is the number of database tables opened without using cached schema information per second.  If this rate is too high, the table cache size may be too small.
  1525. 2336=Table Opens/sec
  1526. 2337=Table Opens/sec is the number of database tables opened per second.
  1527. 2338=Log Bytes Write/sec
  1528. 2339=Log Bytes Write per second is the rate bytes are written to the log.
  1529. 2340=Log Buffer Bytes Used
  1530. 2341=Log Buffer Bytes Used is the amount of bytes in the log buffers that have not yet been flushed to the logs.  [Dev only]
  1531. 2342=Log Buffer Bytes Free
  1532. 2343=Log Buffer Bytes Free is the amount of free space available in the log buffers.  [Dev only]
  1533. 2344=Log Threads Waiting
  1534. 2345=Log Threads Waiting is the number of threads waiting for their data to be written to the log in order to complete an update of the database.  If this number is too high, the log may be a bottleneck.
  1535. 2346=Log Checkpoint Depth
  1536. 2347=Log Checkpoint Depth represents the amount of work, in bytes, that will need to be redone or undone to the database file(s) if the process crashes.  [Dev Only]
  1537. 2348=Log Generation Checkpoint Depth
  1538. 2349=Log Generation Checkpoint Depth represents the amount of work, in count of log files, that will need to be redone or undone to the database file(s) if the process crashes.  [Dev Only]
  1539. 2350=User Read Only Transaction Commits to Level 0/sec
  1540. 2351=User Read Only Transaction Commits to Level 0/sec is the count of fully committed transactions started by the calling process that do not modify any data stored in the database engine.  [Dev Only]
  1541. 2352=User Read/Write Transaction Commits to Level 0/sec
  1542. 2353=User Read/Write Transaction Commits to Level 0/sec is the count of fully committed transactions started by the calling process that modify data stored in the database engine.  [Dev Only]
  1543. 2354=User Transaction Commits to Level 0/sec
  1544. 2355=User Transaction Commits to Level 0/sec is the count of fully committed transactions started by the calling process that access data stored in the database engine.  [Dev Only]
  1545. 2356=User Read Only Transaction Rollbacks to Level 0/sec
  1546. 2357=User Read Only Transaction Rollbacks to Level 0/sec is the count of aborted transactions started by the calling process that do not modify any data stored in the database engine.  [Dev Only]
  1547. 2358=User Read/Write Transaction Rollbacks to Level 0/sec
  1548. 2359=User Read/Write Transaction Rollbacks to Level 0/sec is the count of aborted transactions started by the calling process that modify data stored in the database engine.  [Dev Only]
  1549. 2360=User Transaction Rollbacks to Level 0/sec
  1550. 2361=User Transaction Rollbacks to Level 0/sec is the count of aborted transactions started by the calling process that access data stored in the database engine.  [Dev Only]
  1551. 2362=System Read Only Transaction Commits to Level 0/sec
  1552. 2363=System Read Only Transaction Commits to Level 0/sec is the count of fully committed transactions started internally that do not modify any data stored in the database engine.  [Dev Only]
  1553. 2364=System Read/Write Transaction Commits to Level 0/sec
  1554. 2365=System Read/Write Transaction Commits to Level 0/sec is the count of fully committed transactions started internally that modify data stored in the database engine.  [Dev Only]
  1555. 2366=System Transaction Commits to Level 0/sec
  1556. 2367=System Transaction Commits to Level 0/sec is the count of fully committed transactions started internally that access data stored in the database engine.  [Dev Only]
  1557. 2368=System Read Only Transaction Rollbacks to Level 0/sec
  1558. 2369=System Read Only Transaction Rollbacks to Level 0/sec is the count of aborted transactions started internally that do not modify any data stored in the database engine.  [Dev Only]
  1559. 2370=System Read/Write Transaction Rollbacks to Level 0/sec
  1560. 2371=System Read/Write Transaction Rollbacks to Level 0/sec is the count of aborted transactions started internally that modify data stored in the database engine.  [Dev Only]
  1561. 2372=System Transaction Rollbacks to Level 0/sec
  1562. 2373=System Transaction Rollbacks to Level 0/sec is the count of aborted transactions started internally that access data stored in the database engine.  [Dev Only]
  1563. 2374=Database Page Allocation File Extension Async Consumed/sec
  1564. 2375=Database Page Allocation File Extension Async Consumed/sec is the rate of page allocations from a database file that must be serviced by extending the database file, but which do not stall when doing doing so.  [Dev Only]
  1565. 2376=Database Page Allocation File Extension Stalls/sec
  1566. 2377=Database Page Allocation File Extension Stalls/sec is the rate of page allocations from a database file that must be serviced by extending the database file and which stall when doing so.  [Dev Only]
  1567. 2378=Log Records/sec
  1568. 2379=Log Records/sec is the count of records written to the database log buffers per second.  [Dev Only]
  1569. 2380=Log Buffer Capacity Flushes/sec
  1570. 2381=Log Buffer Capacity Flushes/sec is the count of times the database log buffers must be flushed per second because they are full.  [Dev Only]
  1571. 2382=Log Buffer Commit Flushes/sec
  1572. 2383=Log Buffer Commit Flushes/sec is the count of times the database log buffers must be flushed per second because a transaction is fully committing its changes.  [Dev Only]
  1573. 2384=Log Buffer Flushes/sec
  1574. 2385=Log Buffer Flushes/sec is the count of times the database log buffers must be flushed per second.
  1575. 2386=Log Writes/sec
  1576. 2387=Log Writes/sec is the number of times the log buffers are written to the log file(s) per second.  If this number approaches the maximum write rate for the media holding the log file(s), the log may be a bottleneck.
  1577. 2388=Log Record Stalls/sec
  1578. 2389=Log Record Stalls/sec is the number of log records that cannot be added to the log buffers per second because they are full.  If this counter is non-zero most of the time, the log buffer size may be a bottleneck.
  1579. 2390=Version buckets allocated
  1580. 2391=Total number of version buckets allocated
  1581. 2392=Version buckets allocated for deletes
  1582. 2393=Total number of version buckets allocated for FlagDelete RCEs  [Dev Only]
  1583. 2394=VER Bucket Allocations Wait For Version Cleanup/sec
  1584. 2395=VER Bucket Allocations Wait For Version Cleanup/sec is the number of version bucket allocations that must first wait for version cleanup in an attempt to free used version buckets  for re-use. [Dev Only]
  1585. 2396=Version store average RCE bookmark length
  1586. 2397=Average length of bookmark in RCE  [Dev Only]
  1587. 2398=Version store unnecessary calls/sec
  1588. 2399=Number of times per second we look in the version store for a node whose version bit is set but which has no versions  [Dev Only]
  1589. 2400=Version store cleanup tasks asynchronously dispatched/sec
  1590. 2401=Number of times per second a version store clean task is dispatched asynchronously to be performed  [Dev Only]
  1591. 2402=Version store cleanup tasks synchronously dispatched/sec
  1592. 2403=Number of times per second a version store clean task is performed synchronously  [Dev Only]
  1593. 2404=Version store cleanup tasks discarded/sec
  1594. 2405=Number of times per second a version store clean task was discarded due to load concerns  [Dev Only]
  1595. 2406=Version store cleanup tasks failures/sec
  1596. 2407=Number of times per second a dispatched version store cleanup task fails  [Dev Only]
  1597. 2408=Record Inserts/sec
  1598. 2409=Record Inserts/sec is the rate at which records are being inserted into database tables.  [Dev Only]
  1599. 2410=Record Deletes/sec
  1600. 2411=Record Deletes/sec is the rate at which records in database tables are being flagged for deletion.  [Dev Only]
  1601. 2412=Record Replaces/sec
  1602. 2413=Record Deletes/sec is the rate at which records in database tables are being updated.  [Dev Only]
  1603. 2414=Record Unnecessary Replaces/sec
  1604. 2415=Record Unnecessary Replaces/sec is the rate at which updates to records in database tables are being discarded because the update did not actually modify the contents of the record.  [Dev Only]
  1605. 2416=Record Redundant Replaces/sec
  1606. 2417=Record Redundant Replaces/sec is the rate at which records in database tables are being updated with the exact same content of the original record.  [Dev Only]
  1607. 2418=Record Escrow-Updates/sec
  1608. 2419=Record Escrow-Updates/sec is the rate at which records in database tables are being escrow-updated.  [Dev Only]
  1609. 2420=Secondary Index Inserts/sec
  1610. 2421=Secondary Index Inserts/sec is the rate at which entries are being inserted into indexes of database tables.  [Dev Only]
  1611. 2422=Secondary Index Deletes/sec
  1612. 2423=Secondary Index Deletes/sec is the rate at which entries in indexes of database tables are being flagged for deletion.  [Dev Only]
  1613. 2424=False Index Column Updates/sec
  1614. 2425=False Index Column Updates/sec is the number of times per second an attempt was made to update an index because an update to at least one of the indexed columns was detected, only to discover that none of the indexed columns had actually changed (and therefore no index update was actually required).  [Dev Only]
  1615. 2426=False Tuple Index Column Updates/sec
  1616. 2427=False Tuple Index Column Updates/sec is the number of times per second an attempt was made to update a tuple index because an update to the tuple-indexed column was detected, only to discover that the column had not actually changed (and therefore no index update was actually required).  [Dev Only]
  1617. 2428=Record Intrinsic Long-Values Updated/sec
  1618. 2429=Record Intrinsic Long-Values Updated/sec is the rate at which intrinsic long-values are added to or replaced in records of database tables.  [Dev Only]
  1619. 2430=Record Separated Long-Values Added/sec
  1620. 2431=Record Separated Long-Values Added/sec is the rate at which separated long-values are normally added to records of database tables.  [Dev Only]
  1621. 2432=Record Separated Long-Values Forced/sec
  1622. 2433=Record Separated Long-Values Forced/sec is the rate at which separated long-values are added to records of a database table because they could not be accommodated in the record itself.  [Dev Only]
  1623. 2434=Record Separated Long-Values All Forced/sec
  1624. 2435=Record Separated Long-Values All Forced/sec is the rate at which all intrinsic long-values are separated out of a record of a database table in order to accommodate updates to the record.  [Dev Only]
  1625. 2436=Record Separated Long-Values Reference All/sec
  1626. 2437=Record Separated Long-Values Reference All/sec is the rate at which a reference is added for all the separated long-values associated with a record of a database table.  [Dev Only]
  1627. 2438=Record Separated Long-Values Dereference All/sec
  1628. 2439=Record Separated Long-Values Dereference All/sec is the rate at which a reference is removed for all the separated long-values associated with a record of a database table.  [Dev Only]
  1629. 2440=Separated Long-Value Seeks/sec
  1630. 2441=Separated Long-Value Seeks/sec is the rate at which seeks for a separated long-value in a database table are performed.  [Dev Only]
  1631. 2442=Separated Long-Value Retrieves/sec
  1632. 2443=Separated Long-Value Retrieves/sec is the rate at which retrievals of a separated long-value in a database table are performed.  [Dev Only]
  1633. 2444=Separated Long-Value Creates/sec
  1634. 2445=Separated Long-Value Creates/sec is the rate at which new separated long-values are added to a database table.  [Dev Only]
  1635. 2446=Separated Long-Value Updates/sec
  1636. 2447=Separated Long-Value Updates/sec is the rate at which existing separated long-values in a database table are modified.  [Dev Only]
  1637. 2448=Separated Long-Value Deletes/sec
  1638. 2449=Separated Long-Value Deletes/sec is the rate at which separated long-values in a database table are flagged for deletion.  [Dev Only]
  1639. 2450=Separated Long-Value Copies/sec
  1640. 2451=Separated Long-Value Copies/sec is the rate at which existing separated long-values in a database table are copied.  [Dev Only]
  1641. 2452=Separated Long-Value Chunk Seeks/sec
  1642. 2453=Separated Long-Value Chunk Seeks/sec is the rate at which seeks for a particular chunk of a separated long-value in a database table are performed.  [Dev Only]
  1643. 2454=Separated Long-Value Chunk Retrieves/sec
  1644. 2455=Separated Long-Value Chunk Retrieves/sec is the rate at which retrievals of a chunk of a separated long-value in a database table are performed.  [Dev Only]
  1645. 2456=Separated Long-Value Chunk Appends/sec
  1646. 2457=Separated Long-Value Chunk Appends/sec is the rate at which chunks are appended to separated long-values of database tables.  [Dev Only]
  1647. 2458=Separated Long-Value Chunk Replaces/sec
  1648. 2459=Separated Long-Value Chunk Replaces/sec is the rate at which existing separated long-value chunks in a database table are replaced.  [Dev Only]
  1649. 2460=Separated Long-Value Chunk Deletes/sec
  1650. 2461=Separated Long-Value Chunk Deletes/sec is the rate at which separated long-value chunks in a database table are flagged for deletion.  [Dev Only]
  1651. 2462=Separated Long-Value Chunk Copies/sec
  1652. 2463=Separated Long-Value Chunk Copies/sec is the rate at which existing separated long-value chunks in a database table are copied.  [Dev Only]
  1653. 2464=B+ Tree Append Splits/sec
  1654. 2465=B+ Tree Append Splits/sec is the count of times a page is appended to a database B+ Tree per second.  [Dev Only]
  1655. 2466=B+ Tree Right Splits/sec
  1656. 2467=B+ Tree Right Splits/sec is the count of times a page is split right in a database B+ Tree per second.  [Dev Only]
  1657. 2468=B+ Tree Right Hotpoint Splits/sec
  1658. 2469=B+ Tree Right Hotpoint Splits/sec is the count of times a page is split right in a database B+ Tree, but which is treated as an append at a local "hotpoint" in the B+ Tree per second.  [Dev Only]
  1659. 2470=B+ Tree Vertical Splits/sec
  1660. 2471=B+ Tree Vertical Splits/sec is the count of times a page is split vertically in a database B+ Tree per second.  [Dev Only]
  1661. 2472=B+ Tree Splits/sec
  1662. 2473=B+ Tree Splits/sec is the count of times a page is appended to or split in a database B+ Tree per second.  [Dev Only]
  1663. 2474=B+ Tree Empty Page Merges/sec
  1664. 2475=B+ Tree Empty Page Merges/sec is the count of empty pages removed from a database B+ Tree per second.  [Dev Only]
  1665. 2476=B+ Tree Right Merges/sec
  1666. 2477=Right Merges/sec is the count of pages removed from a database B+ Tree per second by moving all its records to the next page to the right.  [Dev Only]
  1667. 2478=B+ Tree Partial Merges/sec
  1668. 2479=B+ Tree Partial Merges/sec is the count of pages where some of its records are moved to a page on the right in a database B+ Tree per second.  [Dev Only]
  1669. 2480=B+ Tree Merges/sec
  1670. 2481=B+ Tree Merges/sec is the count of pages merged in a database B+ Tree per second.  [Dev Only]
  1671. 2482=B+ Tree Failed Simple Page Cleanup Attempts/sec
  1672. 2483=B+ Tree Failed Simple Page Cleanup Attempts/sec is the rate that attempts to reclaim deleted node space on a page are unsuccessful due to a conflict when attempting to write-latch the page. The cleanup is re-tried by locking the root of the B+ Tree.  [Dev Only]
  1673. 2484=B+ Tree Seek Short Circuits/sec
  1674. 2485=B+ Tree Seek Short Circuits/sec is the count of repeated seeks to the same record in a database B+ Tree that are saved by jumping directly to the cached physical location of that record per second.  [Dev Only]
  1675. 2486=B+ Tree Unnecessary Sibling Latches/sec
  1676. 2487=B+ Tree Unnecessary Sibling Latches/sec is the count of sibling pages latched during a database B+ Tree Delete in the hopes of performing a merge where a merge is not possible, making that latch unnecessary.  [Dev Only]
  1677. 2488=B+ Tree Move Nexts/sec
  1678. 2489=B+ Tree Move Nexts/sec is the count of times the database engine moves to the next record in a B+ Tree per second.  [Dev Only]
  1679. 2490=B+ Tree Move Nexts (Non-Visible Nodes Skipped)/sec
  1680. 2491=B+ Tree Move Nexts (Non-Visible Nodes Skipped)/sec is the count of times the database engine skips non-visible records while attempting to move to the next visible record in a B+ Tree per second.  [Dev Only]
  1681. 2492=B+ Tree Move Prevs/sec
  1682. 2493=B+ Tree Move Prevs/sec is the count of times the database engine moves to the previous record in a B+ Tree per second.  [Dev Only]
  1683. 2494=B+ Tree Move Prevs (Non-Visible Nodes Skipped)/sec
  1684. 2495=B+ Tree Move Prevs (Non-Visible Nodes Skipped)/sec is the count of times the database engine skips non-visible records while attempting to move to the previous visible record in a B+ Tree per second.  [Dev Only]
  1685. 2496=B+ Tree Seeks/sec
  1686. 2497=B+ Tree Seeks/sec is the count of times a record is seeked to by a key in a database B+ Tree per second.  [Dev Only]
  1687. 2498=B+ Tree Inserts/sec
  1688. 2499=B+ Tree Inserts/sec is the count of times a record is inserted in a database B+ Tree per second.  [Dev Only]
  1689. 2500=B+ Tree Replaces/sec
  1690. 2501=B+ Tree Replaces/sec is the count of times a record is replaced in a database B+ Tree per second.  [Dev Only]
  1691. 2502=B+ Tree Flag Deletes/sec
  1692. 2503=B+ Tree Flag Deletes/sec is the count of times a record is flag deleted in a database B+ Tree per second.  [Dev Only]
  1693. 2504=B+ Tree Deletes/sec
  1694. 2505=B+ Tree Deletes/sec is the count of times a record is deleted in a database B+ Tree per second.  [Dev Only]
  1695. 2506=B+ Tree Appends/sec
  1696. 2507=B+ Tree Appends/sec is the count of times a record is appended to a database B+ Tree per second.  [Dev Only]
  1697. 2508=B+ Tree Creates/sec
  1698. 2509=B+ Tree Creates/sec is the number of B+ Trees and their corresponding space trees (if any) created per second.  This can also be viewed as the number of FDP creates per second.  [Dev Only]
  1699. 2510=B+ Tree Creates (Total)
  1700. 2511=B+ Tree Creates (Total) is the total number of B+ Trees and their corresponding space trees (if any) created.  This can also be viewed as the total number of FDP creates.  [Dev Only]
  1701. 2512=B+ Tree Destroys/sec
  1702. 2513=B+ Tree Destroys/sec is the number of B+ Trees and their corresponding space trees (if any) destroyed per second.  This can also be viewed as the number of FDP destroys per second.  [Dev Only]
  1703. 2514=B+ Tree Destroys (Total)
  1704. 2515=B+ Tree Destroys (Total) is the total number of B+ Trees and their corresponding space trees (if any) destroyed.  This can also be viewed as the total number of FDP destroys.  [Dev Only]
  1705. 2516=Database Cache % Hit
  1706. 2517=Database Cache % Hit is the percentage of database file page requests that were fulfilled by the database cache without causing a file operation.  If this percentage is too low, the database cache size may be too small.
  1707. 2518=No name
  1708. 2519=No text
  1709. 2520=Database Cache % Clean
  1710. 2521=Database Cache % Clean is the percentage of the database cache that does not contain modified data.  [Dev Only]
  1711. 2522=No name
  1712. 2523=No text
  1713. 2524=Database Pages Read Async/sec
  1714. 2525=Database Pages Read Async/sec is the rate that pages are asynchronously read from the database file(s) into the database cache.  [Dev Only]
  1715. 2526=Database Pages Read Sync/sec
  1716. 2527=Database Pages Read Sync/sec is the rate that pages are synchronously read from the database file(s) into the database cache.  [Dev Only]
  1717. 2528=Database Pages Written/sec
  1718. 2529=Database Pages Written/sec is the rate that pages are written to the database file (s) from the database cache.  [Dev Only]
  1719. 2530=Database Pages Transferred/sec
  1720. 2531=Database Pages Transferred/sec is the rate that pages are transferred from the database file(s) to the database cache and vice versa.  [Dev Only]
  1721. 2532=Database Page Latches/sec
  1722. 2533=Database Page Latches/sec is the rate that database pages are latched for access to their data.  [Dev Only]
  1723. 2534=Database Page Fast Latches/sec
  1724. 2535=Database Page Fast Latches/sec is the rate that database pages are latched for access to their data using a hint to tell the cache manager where that page might be in memory.  [Dev Only]
  1725. 2536=Database Page Bad Latch Hints/sec
  1726. 2537=Database Page Bad Latch Hints/sec is the rate that incorrect hints to the location of a given page in the cache are given to the cache manager.  These hints are used to perform fast latches.  [Dev Only]
  1727. 2538=Database Cache % Fast Latch
  1728. 2539=Database Cache % Fast Latch is the percentage of database pages latched for access to their data using a hint to tell the cache manager where that page might be in memory.  Ideally, this percentage should match Database Cache % Hit.  [Dev Only]
  1729. 2540=No name
  1730. 2541=No text
  1731. 2542=Database Page Latch Conflicts/sec
  1732. 2543=Database Page Latch Conflicts/sec is the rate that users latching a database page for access to its data fail due to a conflicting latch owned on that same page by another user.  [Dev Only]
  1733. 2544=Database Page Latch Stalls/sec
  1734. 2545=Database Page Latch Stalls/sec is the rate that users latching a database page for access to its data must wait for another user to release a latch on that same page.  [Dev Only]
  1735. 2546=Database Cache % Available
  1736. 2547=Database Cache % Available is the percentage of the database cache that can be allocated to cache database pages that are newly created or read in from the database file(s).  [Dev Only]
  1737. 2548=No name
  1738. 2549=No text
  1739. 2550=Database Page Faults/sec
  1740. 2551=Database Page Faults/sec is the rate that database file page requests require the database cache manager to allocate a new page from the database cache.
  1741. 2552=Database Page Evictions/sec
  1742. 2553=Database Page Evictions/sec is the rate that database file page requests that require the database cache manager to allocate a new page from the database cache force another database page out of the cache.  The eviction count is charged when the page is allocated and not when the previous owner of that page was actually evicted from the cache.  If this rate is too high, the database cache size may be too small.
  1743. 2554=Database Page Fault Stalls/sec
  1744. 2555=Database Page Fault Stalls/sec is the rate of page faults that cannot be serviced because there are no pages available for allocation from the database cache.  If this counter is non-zero most of the time, the clean threshold may be too low.
  1745. 2556=Database Cache Size (MB)
  1746. 2557=Database Cache Size (MB) is the amount of system memory (in MegaBytes) used by the database cache manager to hold commonly used information from the database file(s) to prevent file operations.  If the database cache size seems to be too small for optimal performance and there is very little available memory on the system (see Memory/Available Bytes), adding more memory to the system may increase performance.  If there is a lot of available memory on the system and the database cache size is not growing beyond a certain point, the database cache size may be capped at an artificially low limit.  Increasing this limit may increase performance.
  1747. 2558=Database Cache Size
  1748. 2559=Database Cache Size is the amount of system memory used by the database cache manager to hold commonly used information from the database file(s) to prevent file operations.  If the database cache size seems to be too small for optimal performance and there is very little available memory on the system (see Memory/Available Bytes), adding more memory to the system may increase performance.  If there is a lot of available memory on the system and the database cache size is not growing beyond a certain point, the database cache size may be capped at an artificially low limit.  Increasing this limit may increase performance.
  1749. 2560=Database Cache Size Min
  1750. 2561=Database Cache Size Min is the minimum amount of system memory configured for use by the database cache manager to hold commonly used information from the database file(s) to prevent file operations.  [Dev Only]
  1751. 2562=Database Cache Size Max
  1752. 2563=Database Cache Size Max is the maximum amount of system memory configured for use by the database cache manager to hold commonly used information from the database file(s) to prevent file operations.  [Dev Only]
  1753. 2564=Database Cache % Available Min
  1754. 2565=Database Cache % Available Min is the minimum percentage of the database cache that is kept to be allocated to cache database pages that are newly created or read in from the database file(s).  If the percentage of available pages drops below this minimum, pages are thrown out of the database cache until the maximum percentage of available pages is reached.  This percentage should be set as low as possible without causing the actual percentage to drop to zero, causing cache fault stalls.  [Dev Only]
  1755. 2566=No name
  1756. 2567=No text
  1757. 2568=Database Cache % Available Max
  1758. 2569=Database Cache % Available Max is the maximum percentage of the database cache that is kept to be allocated to cache database pages that are newly created or read in from the database file(s).  This percentage should be set as low as possible but far enough above the minimum percentage so that efficient production of availible pages is possible.  [Dev Only]
  1759. 2570=No name
  1760. 2571=No text
  1761. 2572=Database Pages Preread/sec
  1762. 2573=Database Pages Preread/sec is the rate that pages are read in anticipation of future use from the database file(s) into the database cache.  [Dev Only]
  1763. 2574=Database Cached Pages Preread/sec
  1764. 2575=Database Cached Pages Preread/sec is the rate that pages are read in anticipation of future use from the database file(s) into the database cache that are already cached.  This is non-ideal behavior that represents a waste of processing time.  [Dev Only]
  1765. 2576=Database Pages Preread Untouched/sec
  1766. 2577=Database Pages Preread Untouched/sec is the rate that pages are read in anticipation of future use from the database file(s) into the database cache that were subsequently thrown out without being used. This is non-ideal behavior that represents a waste of I/O bandwidth and processing time .  [Dev Only]
  1767. 2578=Database Pages Versioned / sec
  1768. 2579=Database Pages Versioned / sec is the rate at which pages in the database cache are being copied into new pages in the cache for the purpose of being asynchronously written while the current version of that page in the database file is still being modified.  This feature is primarily used to avoid cycles, branches, or long chains of flush order dependencies without requiring the pages involved to be synchronously written to disk.  [Dev Only]
  1769. 2580=Database Cache % Versioned
  1770. 2581=Database Cache % Versioned is the percentage of the database cache that contains older versions of currently cached pages that have not yet been written to disk and thrown out of the cache.  [Dev Only]
  1771. 2582=No name
  1772. 2583=No text
  1773. 2584=Database Pages Ordinarily Written/sec
  1774. 2585=Database Pages Ordinarily Written/sec is the rate that pages are written to the database file (s) from the database cache in preparation for evicting them from the cache to make room for other data.  [Dev Only]
  1775. 2586=Database Pages Anomalously Written/sec
  1776. 2587=Database Pages Anomalously Written/sec is the rate that pages are written to the database file (s) from the database cache before they would ordinarily be written.  [Dev Only]
  1777. 2588=Database Pages Opportunely Written/sec
  1778. 2589=Database Pages Opportunely Written/sec is the rate that pages are written to the database file (s) from the database cache because they happen to be near other pages that must be written.  These additional writes are performed before they must happen in the hope that the total number of seeks required to write all the pages is reduced.  [Dev Only]
  1779. 2590=Database Pages Repeatedly Written/sec
  1780. 2591=Database Pages Repeatedly Written/sec is the rate that pages are written to the database file (s) from the database cache more than once in their lifetime in the cache.  These page writes represent extra writes above the theoretical minimum and can therefore be considered overhead.  [Dev Only]
  1781. 2592=Database Pages Idly Written/sec
  1782. 2593=Database Pages Idly Written/sec is the rate that pages are written to the database file (s) from the database cache because there is low disk activity.  [Dev Only]
  1783. 2594=Database Pages Coalesced Written/sec
  1784. 2595=Database Pages Coalesced Written/sec is the rate that pages are written to the database file (s) from the database cache coalesced with another page. [Dev Only]
  1785. 2596=Database Pages Coalesced Read/sec
  1786. 2597=Database Pages Coalesced Read/sec is the rate that pages are read from the database file (s) to the database cache coalesced with another page. [Dev Only]
  1787. 2598=Database Page History Records
  1788. 2599=Database Page History Records is the current number of database page access history records retained for supporting the LRU-K page replacment algorithm.  [Dev Only]
  1789. 2600=Database Page History % Hit
  1790. 2601=Database Page History % Hit is the percentage of database page access history record lookups that were successful.  [Dev Only]
  1791. 2602=No name
  1792. 2603=No text
  1793. 2604=Database Page Scans/sec
  1794. 2605=Database Page Scans/sec is the rate at which database pages are considered for eviction from the database page cache.  [Dev Only]
  1795. 2606=Database Page Scans Out-of-order/sec
  1796. 2607=Database Page Scans Out-of-order/sec is the rate at which database pages are considered for eviction from the database page cache in a priority counter to the page replacement algorithm.  [Dev Only]
  1797. 2608=No name
  1798. 2609=No text
  1799. 2610=Streaming Backup Pages Read/sec
  1800. 2611=Streaming Backup Pages Read/sec is the rate of database read operations performed for the purpose of streaming backups.  [Dev Only]
  1801. 2612=Online Defrag Pages Referenced/sec
  1802. 2613=Online Defrag Pages Referenced/sec is the rate at which online defragmentation is touching database pages.  [Dev Only]
  1803. 2614=Online Defrag Pages Read/sec
  1804. 2615=Online Defrag Pages Read/sec is the rate of database read operations being performed by online defragmentation. [Dev Only]
  1805. 2616=Online Defrag Pages Preread/sec
  1806. 2617=Online Defrag Pages Preread/sec is the rate at which database pages are read in anticipation of future use by online defragmentation.  [Dev Only]
  1807. 2618=Online Defrag Pages Dirtied/sec
  1808. 2619=Online Defrag Pages Dirtied/sec is the rate at which online defragmentation is modifying clean database pages. [Dev Only]
  1809. 2620=Online Defrag Pages Re-Dirtied/sec
  1810. 2621=Online Defrag Pages Re-Dirtied/sec is the rate at which online defragmentation is modifying database pages that already contained modifications.  [Dev Only]
  1811. 2622=Online Defrag Log Records/sec
  1812. 2623=Online Defrag Log Records/sec is the rate at which online defragmentation is generating log records.  [Dev Only]
  1813. 2624=Online Defrag Average Log Bytes
  1814. 2625=Online Defrag Average Log Bytes is the average size of the log records being generated by online defragmentation.  [Dev only]
  1815. 2626=No name
  1816. 2627=No text
  1817. 2628=Database Tasks Pages Referenced/sec
  1818. 2629=Database Tasks Pages Referenced/sec is the rate at which background database tasks are touching database pages. [Dev Only]
  1819. 2630=Database Tasks Pages Read/sec
  1820. 2631=Database Tasks Pages Read/sec is the rate of database read operations being performed by background database tasks. [Dev Only]
  1821. 2632=Database Tasks Pages Preread/sec
  1822. 2633=Database Tasks Pages Preread/sec is the rate at which database pages are read in anticipation of future use by background database tasks.  [Dev Only]
  1823. 2634=Database Tasks Pages Dirtied/sec
  1824. 2635=Database Tasks Pages Dirtied/sec is the rate at which background database tasks are modifying clean database pages. [Dev Only]
  1825. 2636=Database Tasks Pages Re-Dirtied/sec
  1826. 2637=Database Tasks Pages Re-Dirtied/sec is the rate at which background databases tasks are modifying database pages that already contained modifications.  [Dev Only]
  1827. 2638=Database Tasks Log Records/sec
  1828. 2639=Database Tasks Log Records/sec is the rate at which background database tasks are generating log records.  [Dev Only]
  1829. 2640=Database Tasks Average Log Bytes
  1830. 2641=Database Tasks Average Log Bytes is the average size of the log records being generated by background database tasks.  [Dev only]
  1831. 2642=No name
  1832. 2643=No text
  1833. 2644=I/O Database Reads/sec
  1834. 2645=I/O Database Reads/sec is the rate of database read operations completed.
  1835. 2646=I/O Database Reads Average Latency
  1836. 2647=I/O Database Reads Average Latency is the average length of time,  in milliseconds, per database read operation.
  1837. 2648=No name
  1838. 2649=No text
  1839. 2650=I/O Database Reads Average Bytes
  1840. 2651=I/O Database Reads Average Bytes is the average number of bytes transferred per database read operation.  [Dev Only]
  1841. 2652=No name
  1842. 2653=No text
  1843. 2654=I/O Database Reads In Heap
  1844. 2655=I/O Database Reads In Heap is the number of database read operations queued in the database engine's I/O heap and waiting to be issued.  [Dev Only]
  1845. 2656=I/O Database Reads Async Pending
  1846. 2657=I/O Database Reads Async Pending is the number of database read operations asynchronously pending completion.  [Dev Only]
  1847. 2658=I/O Database Reads Abnormal Latency/sec
  1848. 2659=I/O Database Reads Abnormal Latency/sec is the rate of database read operations that take an abnormally long length of time (default is 1 minute) to be serviced by the OS.  [Dev Only]
  1849. 2660=I/O Log Reads/sec
  1850. 2661=I/O Log Reads/sec is the rate of logfile read operations completed.
  1851. 2662=I/O Log Reads Average Latency
  1852. 2663=I/O Log Reads Average Latency is the average length of time, in milliseconds, per logfile read operation.  [Dev Only]
  1853. 2664=No name
  1854. 2665=No text
  1855. 2666=I/O Log Reads Average Bytes
  1856. 2667=I/O Log Reads Average Bytes is the average number of bytes transferred per logfile read operation.  [Dev Only]
  1857. 2668=No name
  1858. 2669=No text
  1859. 2670=I/O Log Reads In Heap
  1860. 2671=I/O Log Reads In Heap is the number of logfile read operations queued in the database engine's I/O heap and waiting to be issued.  [Dev Only]
  1861. 2672=I/O Log Reads Async Pending
  1862. 2673=I/O Log Reads Async Pending is the number of logfile read operations asynchronously pending completion.  [Dev Only]
  1863. 2674=I/O Log Reads Abnormal Latency/sec
  1864. 2675=I/O Log Reads Abnormal Latency/sec is the rate of logfile read operations that take an abnormally long length of time (default is 1 minute) to be serviced by the OS.  [Dev Only]
  1865. 2676=I/O Database Writes/sec
  1866. 2677=I/O Database Writes/sec is the rate of database write operations completed.
  1867. 2678=I/O Database Writes Average Latency
  1868. 2679=I/O Database Writes Average Latency is the average length of time,  in milliseconds, per database write operation.
  1869. 2680=No name
  1870. 2681=No text
  1871. 2682=I/O Database Writes Average Bytes
  1872. 2683=I/O Database Writes Average Bytes is the average number of bytes transferred per database write operation.  [Dev Only]
  1873. 2684=No name
  1874. 2685=No text
  1875. 2686=I/O Database Writes In Heap
  1876. 2687=I/O Database Writes In Heap is the number of database write operations queued in the database engine's I/O heap and waiting to be issued.  [Dev Only]
  1877. 2688=I/O Database Writes Async Pending
  1878. 2689=I/O Database Writes Async Pending is the number of database write operations asynchronously pending completion.  [Dev Only]
  1879. 2690=I/O Database Writes Abnormal Latency/sec
  1880. 2691=I/O Database Writes Abnormal Latency/sec is the rate of database write operations that take an abnormally long length of time (default is 1 minute) to be serviced by the OS.  [Dev Only]
  1881. 2692=I/O Log Writes/sec
  1882. 2693=I/O Log Writes/sec is the rate of logfile write operations completed.
  1883. 2694=I/O Log Writes Average Latency
  1884. 2695=I/O Log Writes Average Latency is the average length of time, in milliseconds, per logfile write operation.
  1885. 2696=No name
  1886. 2697=No text
  1887. 2698=I/O Log Writes Average Bytes
  1888. 2699=I/O Log Writes Average Bytes is the average number of bytes transferred per logfile write operation.  [Dev Only]
  1889. 2700=No name
  1890. 2701=No text
  1891. 2702=I/O Log Writes In Heap
  1892. 2703=I/O Log Writes In Heap is the number of logfile write operations queued in the database engine's I/O heap and waiting to be issued.  [Dev Only]
  1893. 2704=I/O Log Writes Async Pending
  1894. 2705=I/O Log Writes Async Pending is the number of logfile write operations asynchronously pending completion.  [Dev Only]
  1895. 2706=I/O Log Writes Abnormal Latency/sec
  1896. 2707=I/O Log Writes Abnormal Latency/sec is the rate of logfile write operations that take an abnormally long length of time (default is 1 minute) to be serviced by the OS.  [Dev Only]
  1897. 2708=SLV File Table Inserts/sec
  1898. 2709=SLV File Table Inserts/sec is the rate at which entries are inserted into an SLV File Table in the system.  [Dev Only]
  1899. 2710=SLV File Table Cleans/sec
  1900. 2711=SLV File Table Cleans/sec is the rate at which attempta are made to delete an entry from an SLV File Table in the system.  [Dev Only]
  1901. 2712=SLV File Table Deletes/sec
  1902. 2713=SLV File Table Deletes/sec is the rate at which entries are deleted from an SLV File Table in the system.  [Dev Only]
  1903. 2714=SLV File Table Entries
  1904. 2715=SLV File Table Entries is the total number of entries contained in all SLV File Tables in the system.  [Dev Only]
  1905. 2716=Threads Blocked/sec
  1906. 2717=Threads Blocked/sec is the rate at which the execution of threads are suspended to wait for a specific event to occur or for the acquisition of a resource currently owned by another thread. [Dev Only]
  1907. 2718=Threads Blocked
  1908. 2719=Threads Blocked is the current number of threads whose execution has been suspended to wait for a specific event to occur or for the acquisition of a resource currently owned by another thread. [Dev Only]
  1909. 2720=Database ==> TableClasses
  1910. 2721=Statistics for the ESE high performance embedded database management system by Table Class
  1911. 2722=Record Inserts/sec
  1912. 2723=Record Inserts/sec is the rate at which records are being inserted into database tables.  [Dev Only]
  1913. 2724=Record Deletes/sec
  1914. 2725=Record Deletes/sec is the rate at which records in database tables are being flagged for deletion.  [Dev Only]
  1915. 2726=Record Replaces/sec
  1916. 2727=Record Deletes/sec is the rate at which records in database tables are being updated.  [Dev Only]
  1917. 2728=Record Unnecessary Replaces/sec
  1918. 2729=Record Unnecessary Replaces/sec is the rate at which updates to records in database tables are being discarded because the update did not actually modify the contents of the record.  [Dev Only]
  1919. 2730=Record Redundant Replaces/sec
  1920. 2731=Record Redundant Replaces/sec is the rate at which records in database tables are being updated with the exact same content of the original record.  [Dev Only]
  1921. 2732=Record Escrow-Updates/sec
  1922. 2733=Record Escrow-Updates/sec is the rate at which records in database tables are being escrow-updated.  [Dev Only]
  1923. 2734=Secondary Index Inserts/sec
  1924. 2735=Secondary Index Inserts/sec is the rate at which entries are being inserted into indexes of database tables.  [Dev Only]
  1925. 2736=Secondary Index Deletes/sec
  1926. 2737=Secondary Index Deletes/sec is the rate at which entries in indexes of database tables are being flagged for deletion.  [Dev Only]
  1927. 2738=False Index Column Updates/sec
  1928. 2739=False Index Column Updates/sec is the number of times per second an attempt was made to update an index because an update to at least one of the indexed columns was detected, only to discover that none of the indexed columns had actually changed (and therefore no index update was actually required).  [Dev Only]
  1929. 2740=False Tuple Index Column Updates/sec
  1930. 2741=False Tuple Index Column Updates/sec is the number of times per second an attempt was made to update a tuple index because an update to the tuple-indexed column was detected, only to discover that the column had not actually changed (and therefore no index update was actually required).  [Dev Only]
  1931. 2742=Record Intrinsic Long-Values Updated/sec
  1932. 2743=Record Intrinsic Long-Values Updated/sec is the rate at which intrinsic long-values are added to or replaced in records of database tables.  [Dev Only]
  1933. 2744=Record Separated Long-Values Added/sec
  1934. 2745=Record Separated Long-Values Added/sec is the rate at which separated long-values are normally added to records of database tables.  [Dev Only]
  1935. 2746=Record Separated Long-Values Forced/sec
  1936. 2747=Record Separated Long-Values Forced/sec is the rate at which separated long-values are added to records of a database table because they could not be accommodated in the record itself.  [Dev Only]
  1937. 2748=Record Separated Long-Values All Forced/sec
  1938. 2749=Record Separated Long-Values All Forced/sec is the rate at which all intrinsic long-values are separated out of a record of a database table in order to accommodate updates to the record.  [Dev Only]
  1939. 2750=Record Separated Long-Values Reference All/sec
  1940. 2751=Record Separated Long-Values Reference All/sec is the rate at which a reference is added for all the separated long-values associated with a record of a database table.  [Dev Only]
  1941. 2752=Record Separated Long-Values Dereference All/sec
  1942. 2753=Record Separated Long-Values Dereference All/sec is the rate at which a reference is removed for all the separated long-values associated with a record of a database table.  [Dev Only]
  1943. 2754=Separated Long-Value Seeks/sec
  1944. 2755=Separated Long-Value Seeks/sec is the rate at which seeks for a separated long-value in a database table are performed.  [Dev Only]
  1945. 2756=Separated Long-Value Retrieves/sec
  1946. 2757=Separated Long-Value Retrieves/sec is the rate at which retrievals of a separated long-value in a database table are performed.  [Dev Only]
  1947. 2758=Separated Long-Value Creates/sec
  1948. 2759=Separated Long-Value Creates/sec is the rate at which new separated long-values are added to a database table.  [Dev Only]
  1949. 2760=Separated Long-Value Updates/sec
  1950. 2761=Separated Long-Value Updates/sec is the rate at which existing separated long-values in a database table are modified.  [Dev Only]
  1951. 2762=Separated Long-Value Deletes/sec
  1952. 2763=Separated Long-Value Deletes/sec is the rate at which separated long-values in a database table are flagged for deletion.  [Dev Only]
  1953. 2764=Separated Long-Value Copies/sec
  1954. 2765=Separated Long-Value Copies/sec is the rate at which existing separated long-values in a database table are copied.  [Dev Only]
  1955. 2766=Separated Long-Value Chunk Seeks/sec
  1956. 2767=Separated Long-Value Chunk Seeks/sec is the rate at which seeks for a particular chunk of a separated long-value in a database table are performed.  [Dev Only]
  1957. 2768=Separated Long-Value Chunk Retrieves/sec
  1958. 2769=Separated Long-Value Chunk Retrieves/sec is the rate at which retrievals of a chunk of a separated long-value in a database table are performed.  [Dev Only]
  1959. 2770=Separated Long-Value Chunk Appends/sec
  1960. 2771=Separated Long-Value Chunk Appends/sec is the rate at which chunks are appended to separated long-values of database tables.  [Dev Only]
  1961. 2772=Separated Long-Value Chunk Replaces/sec
  1962. 2773=Separated Long-Value Chunk Replaces/sec is the rate at which existing separated long-value chunks in a database table are replaced.  [Dev Only]
  1963. 2774=Separated Long-Value Chunk Deletes/sec
  1964. 2775=Separated Long-Value Chunk Deletes/sec is the rate at which separated long-value chunks in a database table are flagged for deletion.  [Dev Only]
  1965. 2776=Separated Long-Value Chunk Copies/sec
  1966. 2777=Separated Long-Value Chunk Copies/sec is the rate at which existing separated long-value chunks in a database table are copied.  [Dev Only]
  1967. 2778=B+ Tree Append Splits/sec
  1968. 2779=B+ Tree Append Splits/sec is the count of times a page is appended to a database B+ Tree per second.  [Dev Only]
  1969. 2780=B+ Tree Right Splits/sec
  1970. 2781=B+ Tree Right Splits/sec is the count of times a page is split right in a database B+ Tree per second.  [Dev Only]
  1971. 2782=B+ Tree Right Hotpoint Splits/sec
  1972. 2783=B+ Tree Right Hotpoint Splits/sec is the count of times a page is split right in a database B+ Tree, but which is treated as an append at a local "hotpoint" in the B+ Tree per second.  [Dev Only]
  1973. 2784=B+ Tree Vertical Splits/sec
  1974. 2785=B+ Tree Vertical Splits/sec is the count of times a page is split vertically in a database B+ Tree per second.  [Dev Only]
  1975. 2786=B+ Tree Splits/sec
  1976. 2787=B+ Tree Splits/sec is the count of times a page is appended to or split in a database B+ Tree per second.  [Dev Only]
  1977. 2788=B+ Tree Empty Page Merges/sec
  1978. 2789=B+ Tree Empty Page Merges/sec is the count of empty pages removed from a database B+ Tree per second.  [Dev Only]
  1979. 2790=B+ Tree Right Merges/sec
  1980. 2791=Right Merges/sec is the count of pages removed from a database B+ Tree per second by moving all its records to the next page to the right.  [Dev Only]
  1981. 2792=B+ Tree Partial Merges/sec
  1982. 2793=B+ Tree Partial Merges/sec is the count of pages where some of its records are moved to a page on the right in a database B+ Tree per second.  [Dev Only]
  1983. 2794=B+ Tree Merges/sec
  1984. 2795=B+ Tree Merges/sec is the count of pages merged in a database B+ Tree per second.  [Dev Only]
  1985. 2796=B+ Tree Failed Simple Page Cleanup Attempts/sec
  1986. 2797=B+ Tree Failed Simple Page Cleanup Attempts/sec is the rate that attempts to reclaim deleted node space on a page are unsuccessful due to a conflict when attempting to write-latch the page. The cleanup is re-tried by locking the root of the B+ Tree.  [Dev Only]
  1987. 2798=B+ Tree Seek Short Circuits/sec
  1988. 2799=B+ Tree Seek Short Circuits/sec is the count of repeated seeks to the same record in a database B+ Tree that are saved by jumping directly to the cached physical location of that record per second.  [Dev Only]
  1989. 2800=B+ Tree Unnecessary Sibling Latches/sec
  1990. 2801=B+ Tree Unnecessary Sibling Latches/sec is the count of sibling pages latched during a database B+ Tree Delete in the hopes of performing a merge where a merge is not possible, making that latch unnecessary.  [Dev Only]
  1991. 2802=B+ Tree Move Nexts/sec
  1992. 2803=B+ Tree Move Nexts/sec is the count of times the database engine moves to the next record in a B+ Tree per second.  [Dev Only]
  1993. 2804=B+ Tree Move Nexts (Non-Visible Nodes Skipped)/sec
  1994. 2805=B+ Tree Move Nexts (Non-Visible Nodes Skipped)/sec is the count of times the database engine skips non-visible records while attempting to move to the next visible record in a B+ Tree per second.  [Dev Only]
  1995. 2806=B+ Tree Move Prevs/sec
  1996. 2807=B+ Tree Move Prevs/sec is the count of times the database engine moves to the previous record in a B+ Tree per second.  [Dev Only]
  1997. 2808=B+ Tree Move Prevs (Non-Visible Nodes Skipped)/sec
  1998. 2809=B+ Tree Move Prevs (Non-Visible Nodes Skipped)/sec is the count of times the database engine skips non-visible records while attempting to move to the previous visible record in a B+ Tree per second.  [Dev Only]
  1999. 2810=B+ Tree Seeks/sec
  2000. 2811=B+ Tree Seeks/sec is the count of times a record is seeked to by a key in a database B+ Tree per second.  [Dev Only]
  2001. 2812=B+ Tree Inserts/sec
  2002. 2813=B+ Tree Inserts/sec is the count of times a record is inserted in a database B+ Tree per second.  [Dev Only]
  2003. 2814=B+ Tree Replaces/sec
  2004. 2815=B+ Tree Replaces/sec is the count of times a record is replaced in a database B+ Tree per second.  [Dev Only]
  2005. 2816=B+ Tree Flag Deletes/sec
  2006. 2817=B+ Tree Flag Deletes/sec is the count of times a record is flag deleted in a database B+ Tree per second.  [Dev Only]
  2007. 2818=B+ Tree Deletes/sec
  2008. 2819=B+ Tree Deletes/sec is the count of times a record is deleted in a database B+ Tree per second.  [Dev Only]
  2009. 2820=B+ Tree Appends/sec
  2010. 2821=B+ Tree Appends/sec is the count of times a record is appended to a database B+ Tree per second.  [Dev Only]
  2011. 2822=B+ Tree Creates/sec
  2012. 2823=B+ Tree Creates/sec is the number of B+ Trees and their corresponding space trees (if any) created per second.  This can also be viewed as the number of FDP creates per second.  [Dev Only]
  2013. 2824=B+ Tree Creates (Total)
  2014. 2825=B+ Tree Creates (Total) is the total number of B+ Trees and their corresponding space trees (if any) created.  This can also be viewed as the total number of FDP creates.  [Dev Only]
  2015. 2826=B+ Tree Destroys/sec
  2016. 2827=B+ Tree Destroys/sec is the number of B+ Trees and their corresponding space trees (if any) destroyed per second.  This can also be viewed as the number of FDP destroys per second.  [Dev Only]
  2017. 2828=B+ Tree Destroys (Total)
  2018. 2829=B+ Tree Destroys (Total) is the total number of B+ Trees and their corresponding space trees (if any) destroyed.  This can also be viewed as the total number of FDP destroys.  [Dev Only]
  2019. 2830=Database Cache Size (MB)
  2020. 2831=Database Cache Size (MB) is the amount of system memory (in MegaBytes) used by the database cache manager to hold commonly used information from the database file(s) to prevent file operations.  If the database cache size seems to be too small for optimal performance and there is very little available memory on the system (see Memory/Available Bytes), adding more memory to the system may increase performance.  If there is a lot of available memory on the system and the database cache size is not growing beyond a certain point, the database cache size may be capped at an artificially low limit.  Increasing this limit may increase performance.
  2021. 2832=Database Pages Read Async/sec
  2022. 2833=Database Pages Read Async/sec is the rate that pages are asynchronously read from the database file(s) into the database cache.  [Dev Only]
  2023. 2834=Database Pages Read Sync/sec
  2024. 2835=Database Pages Read Sync/sec is the rate that pages are synchronously read from the database file(s) into the database cache.  [Dev Only]
  2025. 2836=Database Pages Written/sec
  2026. 2837=Database Pages Written/sec is the rate that pages are written to the database file (s) from the database cache.  [Dev Only]
  2027. 2838=Database Pages Transferred/sec
  2028. 2839=Database Pages Transferred/sec is the rate that pages are transferred from the database file(s) to the database cache and vice versa.  [Dev Only]
  2029. 2840=Database Pages Preread/sec
  2030. 2841=Database Pages Preread/sec is the rate that pages are read in anticipation of future use from the database file(s) into the database cache.  [Dev Only]
  2031. 2842=Database Cached Pages Preread/sec
  2032. 2843=Database Cached Pages Preread/sec is the rate that pages are read in anticipation of future use from the database file(s) into the database cache that are already cached.  This is non-ideal behavior that represents a waste of processing time.  [Dev Only]
  2033. 2844=Database Pages Preread Untouched/sec
  2034. 2845=Database Pages Preread Untouched/sec is the rate that pages are read in anticipation of future use from the database file(s) into the database cache that were subsequently thrown out without being used. This is non-ideal behavior that represents a waste of I/O bandwidth and processing time .  [Dev Only]
  2035. 2846=Database Pages Versioned / sec
  2036. 2847=Database Pages Versioned / sec is the rate at which pages in the database cache are being copied into new pages in the cache for the purpose of being asynchronously written while the current version of that page in the database file is still being modified.  This feature is primarily used to avoid cycles, branches, or long chains of flush order dependencies without requiring the pages involved to be synchronously written to disk.  [Dev Only]
  2037. 2848=Database Pages Ordinarily Written/sec
  2038. 2849=Database Pages Ordinarily Written/sec is the rate that pages are written to the database file (s) from the database cache in preparation for evicting them from the cache to make room for other data.  [Dev Only]
  2039. 2850=Database Pages Anomalously Written/sec
  2040. 2851=Database Pages Anomalously Written/sec is the rate that pages are written to the database file (s) from the database cache before they would ordinarily be written.  [Dev Only]
  2041. 2852=Database Pages Opportunely Written/sec
  2042. 2853=Database Pages Opportunely Written/sec is the rate that pages are written to the database file (s) from the database cache because they happen to be near other pages that must be written.  These additional writes are performed before they must happen in the hope that the total number of seeks required to write all the pages is reduced.  [Dev Only]
  2043. 2854=Database Pages Repeatedly Written/sec
  2044. 2855=Database Pages Repeatedly Written/sec is the rate that pages are written to the database file (s) from the database cache more than once in their lifetime in the cache.  These page writes represent extra writes above the theoretical minimum and can therefore be considered overhead.  [Dev Only]
  2045. 2856=Database Pages Idly Written/sec
  2046. 2857=Database Pages Idly Written/sec is the rate that pages are written to the database file (s) from the database cache because there is low disk activity.  [Dev Only]
  2047. 2858=Database Pages Coalesced Written/sec
  2048. 2859=Database Pages Coalesced Written/sec is the rate that pages are written to the database file (s) from the database cache coalesced with another page. [Dev Only]
  2049. 2860=Database Pages Coalesced Read/sec
  2050. 2861=Database Pages Coalesced Read/sec is the rate that pages are read from the database file (s) to the database cache coalesced with another page. [Dev Only]
  2051. 2862=Database ==> Instances
  2052. 2863=Instances in this process
  2053. 2864=Pages Converted/sec
  2054. 2865=Pages Converted/sec is the count of times per second a database page is converted from an older database format
  2055. 2866=Pages Converted
  2056. 2867=Pages Converted is the count of database pages that have been converted from an older format
  2057. 2868=Records Converted/sec
  2058. 2869=Records Converted/sec is the count of times per second a database record is converted from an older database format
  2059. 2870=Records Converted
  2060. 2871=Records Converted is the count of database records that have been converted from an older format
  2061. 2872=FCB Asynchronous Scan/sec
  2062. 2873=FCB Asynchronous Scan/sec is the number of cached schema records (FCBs) scanned during asynchronous schema record cleanup. These records are scanned to age out older schema definitions. [Dev Only]
  2063. 2874=FCB Asynchronous Purge/sec
  2064. 2875=FCB Asynchronous Purge/sec is the number of cached schema records (FCBs) purged during asynchronous schema record cleanup. These records are purged to age out older schema definitions. [Dev Only]
  2065. 2876=FCB Asynchronous Threshold-Scan/sec
  2066. 2877=FCB Asynchronous Threshold-Scan/sec is the number of cached schema records (FCBs) scanned during asynchronous schema record cleanup.  Cleanup was triggered by a large number of schema records above the preferred limit.  These records are aggressively scanned to age out older schema definitions.  [Dev Only]
  2067. 2878=FCB Asynchronous Threshold-Purge/sec
  2068. 2879=FCB Asynchronous Threshold-Purge/sec is the number of cached schema records (FCBs) purged during asynchronous schema record cleanup.  Cleanup was triggered by a large number of schema records above the preferred limit.  These records are aggressively purged to age out older schema definitions.  [Dev Only]
  2069. 2880=FCB Asynchronous Purge Conflicts/sec
  2070. 2881=FCB Asynchronous Purge Conflicts/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup.  The purge operation failed because exclusive ownership of the schema record could not be obtained.  [Dev Only]
  2071. 2882=FCB Synchronous Purge/sec
  2072. 2883=FCB Synchronous Purge/sec is the number of cached schema records (FCBs) being synchronously purged each second.  [Dev Only]
  2073. 2884=FCB Synchronous Purge Stalls/sec
  2074. 2885=FCB Synchronous Purge Stalls/sec is the number of stalls encountered while waiting for exclusive ownership of cached schema records (FCBs) in order to synchronously purge them.  [Dev Only]
  2075. 2886=FCB Allocations Wait For Version Cleanup/sec
  2076. 2887=FCB Allocations Wait For Version Cleanup/sec is the number of FCB allocations that must first wait for version cleanup in an attempt to free used FCBs for re-use. [Dev Only]
  2077. 2888=FCB Purge On Cursor Close/sec
  2078. 2889=FCB Purge On Cursor Close/sec is the number of cached schema records (FCBs) being synchronously purged when the cursor is closed (instead of leaving the schema record cached) each second.  [Dev Only]
  2079. 2890=FCB Cache % Hit
  2080. 2891=FCB Cache % Hit is the percentage of schema records (FCBs) opened directly from the schema record cache.  No file operations were required.  [Dev Only]
  2081. 2892=No name
  2082. 2893=No text
  2083. 2894=FCB Cache Stalls/sec
  2084. 2895=FCB Cache Stalls/sec is the number of stalls encountered while waiting for exclusive ownership of cached schema records (FCBs) in order to update their reference count.  [Dev Only]
  2085. 2896=FCB Cache Maximum
  2086. 2897=FCB Cache Maximum is the absolute maximum number of the schema records (FCBs) that can exist in the cache.  [Dev Only]
  2087. 2898=FCB Cache Preferred
  2088. 2899=FCB Cache Preferred is the preferred maximum number of the schema records (FCBs) that should exist in the cache.  [Dev Only]
  2089. 2900=FCB Cache Allocated
  2090. 2901=FCB Cache Allocated is the number of cached schema records (FCBs) currently allocated and in use.  [Dev Only]
  2091. 2902=FCB Cache Available
  2092. 2903=FCB Cache Available is the number of cached schema records (FCBs) currently allocated but not in use.  These records will be used and/or purged as required.  [Dev Only]
  2093. 2904=Sessions In Use
  2094. 2905=Sessions In Use is the number of database sessions currently open for use by client threads.  [Dev Only]
  2095. 2906=Sessions % Used
  2096. 2907=Sessions % Used is the percentage of database sessions currently open for use by client threads.  [Dev Only]
  2097. 2908=No name
  2098. 2909=No text
  2099. 2910=Table Open Cache % Hit
  2100. 2911=Table Open Cache % Hit is the percentage of database tables opened using cached schema information.  If this percentage is too low, the table cache size may be too small.
  2101. 2912=No name
  2102. 2913=No text
  2103. 2914=Table Open Cache Hits/sec
  2104. 2915=Table Open Cache Hits/sec is the number of database tables opened using cached schema information per second.  If this rate is too low, the table cache size may be too small.
  2105. 2916=Table Open Cache Misses/sec
  2106. 2917=Table Open Cache Misses/sec is the number of database tables opened without using cached schema information per second.  If this rate is too high, the table cache size may be too small.
  2107. 2918=Table Opens/sec
  2108. 2919=Table Opens/sec is the number of database tables opened per second.
  2109. 2920=Log Bytes Write/sec
  2110. 2921=Log Bytes Write per second is the rate bytes are written to the log.
  2111. 2922=Log Buffer Size
  2112. 2923=Log Buffer Size is the amount of memory, in bytes, allocated for the database log buffers.  [Dev Only]
  2113. 2924=Log Buffer Bytes Used
  2114. 2925=Log Buffer Bytes Used is the amount of bytes in the log buffers that have not yet been flushed to the logs.  [Dev only]
  2115. 2926=Log Buffer Bytes Free
  2116. 2927=Log Buffer Bytes Free is the amount of free space available in the log buffers.  [Dev only]
  2117. 2928=Log Threads Waiting
  2118. 2929=Log Threads Waiting is the number of threads waiting for their data to be written to the log in order to complete an update of the database.  If this number is too high, the log may be a bottleneck.
  2119. 2930=Log File Size
  2120. 2931=Log File Size is the size, in bytes, of the database log files.  [Dev Only]
  2121. 2932=Log Checkpoint Depth
  2122. 2933=Log Checkpoint Depth represents the amount of work, in bytes, that will need to be redone or undone to the database file(s) if the process crashes.  [Dev Only]
  2123. 2934=Log Generation Checkpoint Depth
  2124. 2935=Log Generation Checkpoint Depth represents the amount of work, in count of log files, that will need to be redone or undone to the database file(s) if the process crashes.
  2125. 2936=User Read Only Transaction Commits to Level 0/sec
  2126. 2937=User Read Only Transaction Commits to Level 0/sec is the count of fully committed transactions started by the calling process that do not modify any data stored in the database engine.  [Dev Only]
  2127. 2938=User Read/Write Transaction Commits to Level 0/sec
  2128. 2939=User Read/Write Transaction Commits to Level 0/sec is the count of fully committed transactions started by the calling process that modify data stored in the database engine.  [Dev Only]
  2129. 2940=User Transaction Commits to Level 0/sec
  2130. 2941=User Transaction Commits to Level 0/sec is the count of fully committed transactions started by the calling process that access data stored in the database engine.  [Dev Only]
  2131. 2942=User Read Only Transaction Rollbacks to Level 0/sec
  2132. 2943=User Read Only Transaction Rollbacks to Level 0/sec is the count of aborted transactions started by the calling process that do not modify any data stored in the database engine.  [Dev Only]
  2133. 2944=User Read/Write Transaction Rollbacks to Level 0/sec
  2134. 2945=User Read/Write Transaction Rollbacks to Level 0/sec is the count of aborted transactions started by the calling process that modify data stored in the database engine.  [Dev Only]
  2135. 2946=User Transaction Rollbacks to Level 0/sec
  2136. 2947=User Transaction Rollbacks to Level 0/sec is the count of aborted transactions started by the calling process that access data stored in the database engine.  [Dev Only]
  2137. 2948=System Read Only Transaction Commits to Level 0/sec
  2138. 2949=System Read Only Transaction Commits to Level 0/sec is the count of fully committed transactions started internally that do not modify any data stored in the database engine.  [Dev Only]
  2139. 2950=System Read/Write Transaction Commits to Level 0/sec
  2140. 2951=System Read/Write Transaction Commits to Level 0/sec is the count of fully committed transactions started internally that modify data stored in the database engine.  [Dev Only]
  2141. 2952=System Transaction Commits to Level 0/sec
  2142. 2953=System Transaction Commits to Level 0/sec is the count of fully committed transactions started internally that access data stored in the database engine.  [Dev Only]
  2143. 2954=System Read Only Transaction Rollbacks to Level 0/sec
  2144. 2955=System Read Only Transaction Rollbacks to Level 0/sec is the count of aborted transactions started internally that do not modify any data stored in the database engine.  [Dev Only]
  2145. 2956=System Read/Write Transaction Rollbacks to Level 0/sec
  2146. 2957=System Read/Write Transaction Rollbacks to Level 0/sec is the count of aborted transactions started internally that modify data stored in the database engine.  [Dev Only]
  2147. 2958=System Transaction Rollbacks to Level 0/sec
  2148. 2959=System Transaction Rollbacks to Level 0/sec is the count of aborted transactions started internally that access data stored in the database engine.  [Dev Only]
  2149. 2960=Database Page Allocation File Extension Async Consumed/sec
  2150. 2961=Database Page Allocation File Extension Async Consumed/sec is the rate of page allocations from a database file that must be serviced by extending the database file, but which do not stall when doing doing so.  [Dev Only]
  2151. 2962=Database Page Allocation File Extension Stalls/sec
  2152. 2963=Database Page Allocation File Extension Stalls/sec is the rate of page allocations from a database file that must be serviced by extending the database file and which stall when doing so.  [Dev Only]
  2153. 2964=Log Records/sec
  2154. 2965=Log Records/sec is the count of records written to the database log buffers per second.  [Dev Only]
  2155. 2966=Log Buffer Capacity Flushes/sec
  2156. 2967=Log Buffer Capacity Flushes/sec is the count of times the database log buffers must be flushed per second because they are full.  [Dev Only]
  2157. 2968=Log Buffer Commit Flushes/sec
  2158. 2969=Log Buffer Commit Flushes/sec is the count of times the database log buffers must be flushed per second because a transaction is fully committing its changes.  [Dev Only]
  2159. 2970=Log Buffer Flushes/sec
  2160. 2971=Log Buffer Flushes/sec is the count of times the database log buffers must be flushed per second.
  2161. 2972=Log Writes/sec
  2162. 2973=Log Writes/sec is the number of times the log buffers are written to the log file(s) per second.  If this number approaches the maximum write rate for the media holding the log file(s), the log may be a bottleneck.
  2163. 2974=Log Record Stalls/sec
  2164. 2975=Log Record Stalls/sec is the number of log records that cannot be added to the log buffers per second because they are full.  If this counter is non-zero most of the time, the log buffer size may be a bottleneck.
  2165. 2976=Version buckets allocated
  2166. 2977=Total number of version buckets allocated
  2167. 2978=Version buckets allocated for deletes
  2168. 2979=Total number of version buckets allocated for FlagDelete RCEs  [Dev Only]
  2169. 2980=VER Bucket Allocations Wait For Version Cleanup/sec
  2170. 2981=VER Bucket Allocations Wait For Version Cleanup/sec is the number of version bucket allocations that must first wait for version cleanup in an attempt to free used version buckets  for re-use. [Dev Only]
  2171. 2982=Version store average RCE bookmark length
  2172. 2983=Average length of bookmark in RCE  [Dev Only]
  2173. 2984=Version store unnecessary calls/sec
  2174. 2985=Number of times per second we look in the version store for a node whose version bit is set but which has no versions  [Dev Only]
  2175. 2986=Version store cleanup tasks asynchronously dispatched/sec
  2176. 2987=Number of times per second a version store clean task is dispatched asynchronously to be performed  [Dev Only]
  2177. 2988=Version store cleanup tasks synchronously dispatched/sec
  2178. 2989=Number of times per second a version store clean task is performed synchronously  [Dev Only]
  2179. 2990=Version store cleanup tasks discarded/sec
  2180. 2991=Number of times per second a version store clean task was discarded due to load concerns  [Dev Only]
  2181. 2992=Version store cleanup tasks failures/sec
  2182. 2993=Number of times per second a dispatched version store cleanup task fails  [Dev Only]
  2183. 2994=Record Inserts/sec
  2184. 2995=Record Inserts/sec is the rate at which records are being inserted into database tables.  [Dev Only]
  2185. 2996=Record Deletes/sec
  2186. 2997=Record Deletes/sec is the rate at which records in database tables are being flagged for deletion.  [Dev Only]
  2187. 2998=Record Replaces/sec
  2188. 2999=Record Deletes/sec is the rate at which records in database tables are being updated.  [Dev Only]
  2189. 3000=Record Unnecessary Replaces/sec
  2190. 3001=Record Unnecessary Replaces/sec is the rate at which updates to records in database tables are being discarded because the update did not actually modify the contents of the record.  [Dev Only]
  2191. 3002=Record Redundant Replaces/sec
  2192. 3003=Record Redundant Replaces/sec is the rate at which records in database tables are being updated with the exact same content of the original record.  [Dev Only]
  2193. 3004=Record Escrow-Updates/sec
  2194. 3005=Record Escrow-Updates/sec is the rate at which records in database tables are being escrow-updated.  [Dev Only]
  2195. 3006=Secondary Index Inserts/sec
  2196. 3007=Secondary Index Inserts/sec is the rate at which entries are being inserted into indexes of database tables.  [Dev Only]
  2197. 3008=Secondary Index Deletes/sec
  2198. 3009=Secondary Index Deletes/sec is the rate at which entries in indexes of database tables are being flagged for deletion.  [Dev Only]
  2199. 3010=False Index Column Updates/sec
  2200. 3011=False Index Column Updates/sec is the number of times per second an attempt was made to update an index because an update to at least one of the indexed columns was detected, only to discover that none of the indexed columns had actually changed (and therefore no index update was actually required).  [Dev Only]
  2201. 3012=False Tuple Index Column Updates/sec
  2202. 3013=False Tuple Index Column Updates/sec is the number of times per second an attempt was made to update a tuple index because an update to the tuple-indexed column was detected, only to discover that the column had not actually changed (and therefore no index update was actually required).  [Dev Only]
  2203. 3014=Record Intrinsic Long-Values Updated/sec
  2204. 3015=Record Intrinsic Long-Values Updated/sec is the rate at which intrinsic long-values are added to or replaced in records of database tables.  [Dev Only]
  2205. 3016=Record Separated Long-Values Added/sec
  2206. 3017=Record Separated Long-Values Added/sec is the rate at which separated long-values are normally added to records of database tables.  [Dev Only]
  2207. 3018=Record Separated Long-Values Forced/sec
  2208. 3019=Record Separated Long-Values Forced/sec is the rate at which separated long-values are added to records of a database table because they could not be accommodated in the record itself.  [Dev Only]
  2209. 3020=Record Separated Long-Values All Forced/sec
  2210. 3021=Record Separated Long-Values All Forced/sec is the rate at which all intrinsic long-values are separated out of a record of a database table in order to accommodate updates to the record.  [Dev Only]
  2211. 3022=Record Separated Long-Values Reference All/sec
  2212. 3023=Record Separated Long-Values Reference All/sec is the rate at which a reference is added for all the separated long-values associated with a record of a database table.  [Dev Only]
  2213. 3024=Record Separated Long-Values Dereference All/sec
  2214. 3025=Record Separated Long-Values Dereference All/sec is the rate at which a reference is removed for all the separated long-values associated with a record of a database table.  [Dev Only]
  2215. 3026=Separated Long-Value Seeks/sec
  2216. 3027=Separated Long-Value Seeks/sec is the rate at which seeks for a separated long-value in a database table are performed.  [Dev Only]
  2217. 3028=Separated Long-Value Retrieves/sec
  2218. 3029=Separated Long-Value Retrieves/sec is the rate at which retrievals of a separated long-value in a database table are performed.  [Dev Only]
  2219. 3030=Separated Long-Value Creates/sec
  2220. 3031=Separated Long-Value Creates/sec is the rate at which new separated long-values are added to a database table.  [Dev Only]
  2221. 3032=Separated Long-Value Updates/sec
  2222. 3033=Separated Long-Value Updates/sec is the rate at which existing separated long-values in a database table are modified.  [Dev Only]
  2223. 3034=Separated Long-Value Deletes/sec
  2224. 3035=Separated Long-Value Deletes/sec is the rate at which separated long-values in a database table are flagged for deletion.  [Dev Only]
  2225. 3036=Separated Long-Value Copies/sec
  2226. 3037=Separated Long-Value Copies/sec is the rate at which existing separated long-values in a database table are copied.  [Dev Only]
  2227. 3038=Separated Long-Value Chunk Seeks/sec
  2228. 3039=Separated Long-Value Chunk Seeks/sec is the rate at which seeks for a particular chunk of a separated long-value in a database table are performed.  [Dev Only]
  2229. 3040=Separated Long-Value Chunk Retrieves/sec
  2230. 3041=Separated Long-Value Chunk Retrieves/sec is the rate at which retrievals of a chunk of a separated long-value in a database table are performed.  [Dev Only]
  2231. 3042=Separated Long-Value Chunk Appends/sec
  2232. 3043=Separated Long-Value Chunk Appends/sec is the rate at which chunks are appended to separated long-values of database tables.  [Dev Only]
  2233. 3044=Separated Long-Value Chunk Replaces/sec
  2234. 3045=Separated Long-Value Chunk Replaces/sec is the rate at which existing separated long-value chunks in a database table are replaced.  [Dev Only]
  2235. 3046=Separated Long-Value Chunk Deletes/sec
  2236. 3047=Separated Long-Value Chunk Deletes/sec is the rate at which separated long-value chunks in a database table are flagged for deletion.  [Dev Only]
  2237. 3048=Separated Long-Value Chunk Copies/sec
  2238. 3049=Separated Long-Value Chunk Copies/sec is the rate at which existing separated long-value chunks in a database table are copied.  [Dev Only]
  2239. 3050=B+ Tree Append Splits/sec
  2240. 3051=B+ Tree Append Splits/sec is the count of times a page is appended to a database B+ Tree per second.  [Dev Only]
  2241. 3052=B+ Tree Right Splits/sec
  2242. 3053=B+ Tree Right Splits/sec is the count of times a page is split right in a database B+ Tree per second.  [Dev Only]
  2243. 3054=B+ Tree Right Hotpoint Splits/sec
  2244. 3055=B+ Tree Right Hotpoint Splits/sec is the count of times a page is split right in a database B+ Tree, but which is treated as an append at a local "hotpoint" in the B+ Tree per second.  [Dev Only]
  2245. 3056=B+ Tree Vertical Splits/sec
  2246. 3057=B+ Tree Vertical Splits/sec is the count of times a page is split vertically in a database B+ Tree per second.  [Dev Only]
  2247. 3058=B+ Tree Splits/sec
  2248. 3059=B+ Tree Splits/sec is the count of times a page is appended to or split in a database B+ Tree per second.  [Dev Only]
  2249. 3060=B+ Tree Empty Page Merges/sec
  2250. 3061=B+ Tree Empty Page Merges/sec is the count of empty pages removed from a database B+ Tree per second.  [Dev Only]
  2251. 3062=B+ Tree Right Merges/sec
  2252. 3063=Right Merges/sec is the count of pages removed from a database B+ Tree per second by moving all its records to the next page to the right.  [Dev Only]
  2253. 3064=B+ Tree Partial Merges/sec
  2254. 3065=B+ Tree Partial Merges/sec is the count of pages where some of its records are moved to a page on the right in a database B+ Tree per second.  [Dev Only]
  2255. 3066=B+ Tree Merges/sec
  2256. 3067=B+ Tree Merges/sec is the count of pages merged in a database B+ Tree per second.  [Dev Only]
  2257. 3068=B+ Tree Failed Simple Page Cleanup Attempts/sec
  2258. 3069=B+ Tree Failed Simple Page Cleanup Attempts/sec is the rate that attempts to reclaim deleted node space on a page are unsuccessful due to a conflict when attempting to write-latch the page. The cleanup is re-tried by locking the root of the B+ Tree.  [Dev Only]
  2259. 3070=B+ Tree Seek Short Circuits/sec
  2260. 3071=B+ Tree Seek Short Circuits/sec is the count of repeated seeks to the same record in a database B+ Tree that are saved by jumping directly to the cached physical location of that record per second.  [Dev Only]
  2261. 3072=B+ Tree Unnecessary Sibling Latches/sec
  2262. 3073=B+ Tree Unnecessary Sibling Latches/sec is the count of sibling pages latched during a database B+ Tree Delete in the hopes of performing a merge where a merge is not possible, making that latch unnecessary.  [Dev Only]
  2263. 3074=B+ Tree Move Nexts/sec
  2264. 3075=B+ Tree Move Nexts/sec is the count of times the database engine moves to the next record in a B+ Tree per second.  [Dev Only]
  2265. 3076=B+ Tree Move Nexts (Non-Visible Nodes Skipped)/sec
  2266. 3077=B+ Tree Move Nexts (Non-Visible Nodes Skipped)/sec is the count of times the database engine skips non-visible records while attempting to move to the next visible record in a B+ Tree per second.  [Dev Only]
  2267. 3078=B+ Tree Move Prevs/sec
  2268. 3079=B+ Tree Move Prevs/sec is the count of times the database engine moves to the previous record in a B+ Tree per second.  [Dev Only]
  2269. 3080=B+ Tree Move Prevs (Non-Visible Nodes Skipped)/sec
  2270. 3081=B+ Tree Move Prevs (Non-Visible Nodes Skipped)/sec is the count of times the database engine skips non-visible records while attempting to move to the previous visible record in a B+ Tree per second.  [Dev Only]
  2271. 3082=B+ Tree Seeks/sec
  2272. 3083=B+ Tree Seeks/sec is the count of times a record is seeked to by a key in a database B+ Tree per second.  [Dev Only]
  2273. 3084=B+ Tree Inserts/sec
  2274. 3085=B+ Tree Inserts/sec is the count of times a record is inserted in a database B+ Tree per second.  [Dev Only]
  2275. 3086=B+ Tree Replaces/sec
  2276. 3087=B+ Tree Replaces/sec is the count of times a record is replaced in a database B+ Tree per second.  [Dev Only]
  2277. 3088=B+ Tree Flag Deletes/sec
  2278. 3089=B+ Tree Flag Deletes/sec is the count of times a record is flag deleted in a database B+ Tree per second.  [Dev Only]
  2279. 3090=B+ Tree Deletes/sec
  2280. 3091=B+ Tree Deletes/sec is the count of times a record is deleted in a database B+ Tree per second.  [Dev Only]
  2281. 3092=B+ Tree Appends/sec
  2282. 3093=B+ Tree Appends/sec is the count of times a record is appended to a database B+ Tree per second.  [Dev Only]
  2283. 3094=B+ Tree Creates/sec
  2284. 3095=B+ Tree Creates/sec is the number of B+ Trees and their corresponding space trees (if any) created per second.  This can also be viewed as the number of FDP creates per second.  [Dev Only]
  2285. 3096=B+ Tree Creates (Total)
  2286. 3097=B+ Tree Creates (Total) is the total number of B+ Trees and their corresponding space trees (if any) created.  This can also be viewed as the total number of FDP creates.  [Dev Only]
  2287. 3098=B+ Tree Destroys/sec
  2288. 3099=B+ Tree Destroys/sec is the number of B+ Trees and their corresponding space trees (if any) destroyed per second.  This can also be viewed as the number of FDP destroys per second.  [Dev Only]
  2289. 3100=B+ Tree Destroys (Total)
  2290. 3101=B+ Tree Destroys (Total) is the total number of B+ Trees and their corresponding space trees (if any) destroyed.  This can also be viewed as the total number of FDP destroys.  [Dev Only]
  2291. 3102=Database Pages Read Async/sec
  2292. 3103=Database Pages Read Async/sec is the rate that pages are asynchronously read from the database file(s) into the database cache.  [Dev Only]
  2293. 3104=Database Pages Read Sync/sec
  2294. 3105=Database Pages Read Sync/sec is the rate that pages are synchronously read from the database file(s) into the database cache.  [Dev Only]
  2295. 3106=Database Pages Written/sec
  2296. 3107=Database Pages Written/sec is the rate that pages are written to the database file (s) from the database cache.  [Dev Only]
  2297. 3108=Database Pages Transferred/sec
  2298. 3109=Database Pages Transferred/sec is the rate that pages are transferred from the database file(s) to the database cache and vice versa.  [Dev Only]
  2299. 3110=Database Pages Preread/sec
  2300. 3111=Database Pages Preread/sec is the rate that pages are read in anticipation of future use from the database file(s) into the database cache.  [Dev Only]
  2301. 3112=Database Cached Pages Preread/sec
  2302. 3113=Database Cached Pages Preread/sec is the rate that pages are read in anticipation of future use from the database file(s) into the database cache that are already cached.  This is non-ideal behavior that represents a waste of processing time.  [Dev Only]
  2303. 3114=Database Pages Preread Untouched/sec
  2304. 3115=Database Pages Preread Untouched/sec is the rate that pages are read in anticipation of future use from the database file(s) into the database cache that were subsequently thrown out without being used. This is non-ideal behavior that represents a waste of I/O bandwidth and processing time .  [Dev Only]
  2305. 3116=Database Pages Versioned / sec
  2306. 3117=Database Pages Versioned / sec is the rate at which pages in the database cache are being copied into new pages in the cache for the purpose of being asynchronously written while the current version of that page in the database file is still being modified.  This feature is primarily used to avoid cycles, branches, or long chains of flush order dependencies without requiring the pages involved to be synchronously written to disk.  [Dev Only]
  2307. 3118=Database Pages Ordinarily Written/sec
  2308. 3119=Database Pages Ordinarily Written/sec is the rate that pages are written to the database file (s) from the database cache in preparation for evicting them from the cache to make room for other data.  [Dev Only]
  2309. 3120=Database Pages Anomalously Written/sec
  2310. 3121=Database Pages Anomalously Written/sec is the rate that pages are written to the database file (s) from the database cache before they would ordinarily be written.  [Dev Only]
  2311. 3122=Database Pages Opportunely Written/sec
  2312. 3123=Database Pages Opportunely Written/sec is the rate that pages are written to the database file (s) from the database cache because they happen to be near other pages that must be written.  These additional writes are performed before they must happen in the hope that the total number of seeks required to write all the pages is reduced.  [Dev Only]
  2313. 3124=Database Pages Repeatedly Written/sec
  2314. 3125=Database Pages Repeatedly Written/sec is the rate that pages are written to the database file (s) from the database cache more than once in their lifetime in the cache.  These page writes represent extra writes above the theoretical minimum and can therefore be considered overhead.  [Dev Only]
  2315. 3126=Database Pages Idly Written/sec
  2316. 3127=Database Pages Idly Written/sec is the rate that pages are written to the database file (s) from the database cache because there is low disk activity.  [Dev Only]
  2317. 3128=Database Pages Coalesced Written/sec
  2318. 3129=Database Pages Coalesced Written/sec is the rate that pages are written to the database file (s) from the database cache coalesced with another page. [Dev Only]
  2319. 3130=Database Pages Coalesced Read/sec
  2320. 3131=Database Pages Coalesced Read/sec is the rate that pages are read from the database file (s) to the database cache coalesced with another page. [Dev Only]
  2321. 3132=Streaming Backup Pages Read/sec
  2322. 3133=Streaming Backup Pages Read/sec is the rate of database read operationsperformed for the purpose of streaming backups.
  2323. 3134=Online Defrag Pages Referenced/sec
  2324. 3135=Online Defrag Pages Referenced/sec is the rate at which online defragmentation is touching database pages.  [Dev Only]
  2325. 3136=Online Defrag Pages Read/sec
  2326. 3137=Online Defrag Pages Read/sec is the rate of database read operations being performed by online defragmentation. [Dev Only]
  2327. 3138=Online Defrag Pages Preread/sec
  2328. 3139=Online Defrag Pages Preread/sec is the rate at which database pages are read in anticipation of future use by online defragmentation.  [Dev Only]
  2329. 3140=Online Defrag Pages Dirtied/sec
  2330. 3141=Online Defrag Pages Dirtied/sec is the rate at which online defragmentation is modifying clean database pages. [Dev Only]
  2331. 3142=Online Defrag Pages Re-Dirtied/sec
  2332. 3143=Online Defrag Pages Re-Dirtied/sec is the rate at which online defragmentation is modifying database pages that already contained modifications.  [Dev Only]
  2333. 3144=Online Defrag Log Records/sec
  2334. 3145=Online Defrag Log Records/sec is the rate at which online defragmentation is generating log records.  [Dev Only]
  2335. 3146=Online Defrag Average Log Bytes
  2336. 3147=Online Defrag Average Log Bytes is the average size of the log records being generated by online defragmentation.  [Dev only]
  2337. 3148=No name
  2338. 3149=No text
  2339. 3150=Database Tasks Pages Referenced/sec
  2340. 3151=Database Tasks Pages Referenced/sec is the rate at which background database tasks are touching database pages. [Dev Only]
  2341. 3152=Database Tasks Pages Read/sec
  2342. 3153=Database Tasks Pages Read/sec is the rate of database read operations being performed by background database tasks. [Dev Only]
  2343. 3154=Database Tasks Pages Preread/sec
  2344. 3155=Database Tasks Pages Preread/sec is the rate at which database pages are read in anticipation of future use by background database tasks.  [Dev Only]
  2345. 3156=Database Tasks Pages Dirtied/sec
  2346. 3157=Database Tasks Pages Dirtied/sec is the rate at which background database tasks are modifying clean database pages. [Dev Only]
  2347. 3158=Database Tasks Pages Re-Dirtied/sec
  2348. 3159=Database Tasks Pages Re-Dirtied/sec is the rate at which background databases tasks are modifying database pages that already contained modifications.  [Dev Only]
  2349. 3160=Database Tasks Log Records/sec
  2350. 3161=Database Tasks Log Records/sec is the rate at which background database tasks are generating log records.  [Dev Only]
  2351. 3162=Database Tasks Average Log Bytes
  2352. 3163=Database Tasks Average Log Bytes is the average size of the log records being generated by background database tasks.  [Dev only]
  2353. 3164=No name
  2354. 3165=No text
  2355. 3166=I/O Database Reads/sec
  2356. 3167=I/O Database Reads/sec is the rate of database read operations completed.
  2357. 3168=I/O Database Reads Average Latency
  2358. 3169=I/O Database Reads Average Latency is the average length of time,  in milliseconds, per database read operation.
  2359. 3170=No name
  2360. 3171=No text
  2361. 3172=I/O Database Reads Average Bytes
  2362. 3173=I/O Database Reads Average Bytes is the average number of bytes transferred per database read operation.  [Dev Only]
  2363. 3174=No name
  2364. 3175=No text
  2365. 3176=I/O Database Reads In Heap
  2366. 3177=I/O Database Reads In Heap is the number of database read operations queued in the database engine's I/O heap and waiting to be issued.  [Dev Only]
  2367. 3178=I/O Database Reads Async Pending
  2368. 3179=I/O Database Reads Async Pending is the number of database read operations asynchronously pending completion.  [Dev Only]
  2369. 3180=I/O Database Reads Abnormal Latency/sec
  2370. 3181=I/O Database Reads Abnormal Latency/sec is the rate of database read operations that take an abnormally long length of time (default is 1 minute) to be serviced by the OS.  [Dev Only]
  2371. 3182=I/O Log Reads/sec
  2372. 3183=I/O Log Reads/sec is the rate of logfile read operations completed.
  2373. 3184=I/O Log Reads Average Latency
  2374. 3185=I/O Log Reads Average Latency is the average length of time, in milliseconds, per logfile read operation.  [Dev Only]
  2375. 3186=No name
  2376. 3187=No text
  2377. 3188=I/O Log Reads Average Bytes
  2378. 3189=I/O Log Reads Average Bytes is the average number of bytes transferred per logfile read operation.  [Dev Only]
  2379. 3190=No name
  2380. 3191=No text
  2381. 3192=I/O Log Reads In Heap
  2382. 3193=I/O Log Reads In Heap is the number of logfile read operations queued in the database engine's I/O heap and waiting to be issued.  [Dev Only]
  2383. 3194=I/O Log Reads Async Pending
  2384. 3195=I/O Log Reads Async Pending is the number of logfile read operations asynchronously pending completion.  [Dev Only]
  2385. 3196=I/O Log Reads Abnormal Latency/sec
  2386. 3197=I/O Log Reads Abnormal Latency/sec is the rate of logfile read operations that take an abnormally long length of time (default is 1 minute) to be serviced by the OS.  [Dev Only]
  2387. 3198=I/O Database Writes/sec
  2388. 3199=I/O Database Writes/sec is the rate of database write operations completed.
  2389. 3200=I/O Database Writes Average Latency
  2390. 3201=I/O Database Writes Average Latency is the average length of time,  in milliseconds, per database write operation.
  2391. 3202=No name
  2392. 3203=No text
  2393. 3204=I/O Database Writes Average Bytes
  2394. 3205=I/O Database Writes Average Bytes is the average number of bytes transferred per database write operation.  [Dev Only]
  2395. 3206=No name
  2396. 3207=No text
  2397. 3208=I/O Database Writes In Heap
  2398. 3209=I/O Database Writes In Heap is the number of database write operations queued in the database engine's I/O heap and waiting to be issued.  [Dev Only]
  2399. 3210=I/O Database Writes Async Pending
  2400. 3211=I/O Database Writes Async Pending is the number of database write operations asynchronously pending completion.  [Dev Only]
  2401. 3212=I/O Database Writes Abnormal Latency/sec
  2402. 3213=I/O Database Writes Abnormal Latency/sec is the rate of database write operations that take an abnormally long length of time (default is 1 minute) to be serviced by the OS.  [Dev Only]
  2403. 3214=I/O Log Writes/sec
  2404. 3215=I/O Log Writes/sec is the rate of logfile write operations completed.
  2405. 3216=I/O Log Writes Average Latency
  2406. 3217=I/O Log Writes Average Latency is the average length of time, in milliseconds, per logfile write operation.
  2407. 3218=No name
  2408. 3219=No text
  2409. 3220=I/O Log Writes Average Bytes
  2410. 3221=I/O Log Writes Average Bytes is the average number of bytes transferred per logfile write operation.  [Dev Only]
  2411. 3222=No name
  2412. 3223=No text
  2413. 3224=I/O Log Writes In Heap
  2414. 3225=I/O Log Writes In Heap is the number of logfile write operations queued in the database engine's I/O heap and waiting to be issued.  [Dev Only]
  2415. 3226=I/O Log Writes Async Pending
  2416. 3227=I/O Log Writes Async Pending is the number of logfile write operations asynchronously pending completion.  [Dev Only]
  2417. 3228=I/O Log Writes Abnormal Latency/sec
  2418. 3229=I/O Log Writes Abnormal Latency/sec is the rate of logfile write operations that take an abnormally long length of time (default is 1 minute) to be serviced by the OS.  [Dev Only]
  2419. 3230=Distributed Transaction Coordinator
  2420. 3231=Microsoft Distributed Transaction Coordinator performance counters
  2421. 3232=Active Transactions
  2422. 3233=Number of currently active transactions
  2423. 3234=Committed Transactions
  2424. 3235=Number of committed transactions
  2425. 3236=Aborted Transactions
  2426. 3237=Number of aborted transactions
  2427. 3238=In Doubt Transactions
  2428. 3239=Number of in doubt transactions
  2429. 3240=Active Transactions Maximum
  2430. 3241=Maximum number of transactions ever concurrently active
  2431. 3242=Force Committed Transactions
  2432. 3243=Number of transactions committed by the system administrator
  2433. 3244=Force Aborted Transactions
  2434. 3245=Number of transactions aborted by the system administrator
  2435. 3246=Response Time -- Minimum
  2436. 3247=Minimum time delta between transaction begin and commit
  2437. 3248=Response Time -- Average
  2438. 3249=Average time delta between transaction begin and commit
  2439. 3250=Response Time -- Maximum
  2440. 3251=Maximum time delta between transaction begin and commit
  2441. 3252=Transactions/sec
  2442. 3253=Transactions performed per second
  2443. 3254=Committed Transactions/sec
  2444. 3255=Transactions committed per second
  2445. 3256=Aborted Transactions/sec
  2446. 3257=Transactions aborted per second
  2447. 3258=Terminal Services Session
  2448. 3259=Terminal Services per-session resource monitoring.
  2449. 3260=Input WdBytes
  2450. 3261=Number of bytes input on this session after all protocol overhead has been removed.
  2451. 3262=Input WdFrames
  2452. 3263=The number of frames input after any additional protocol added frames have been removed.
  2453. 3264=Input WaitForOutBuf
  2454. 3265=The number of times that a wait for an available send buffer was done by the protocols on the client side of the connection.
  2455. 3266=Input Frames
  2456. 3267=Number of frames (packets) input on this Session.
  2457. 3268=Input Bytes
  2458. 3269=Number of bytes input on this session that includes all protocol overhead.
  2459. 3270=Input Compressed Bytes
  2460. 3271=Number of bytes input after compression. This number compared with the Total Bytes input is the compression ratio.
  2461. 3272=Input Compress Flushes
  2462. 3273=Number of input compression dictionary flushes. When the data can not be compressed, the compression dictionary is flushed so that newer data has a better chance of being compressed. Some causes of data not compressing includes transferring compressed files over Client Drive Mapping.
  2463. 3274=Input Errors
  2464. 3275=Number of input errors of all types. Some example input errors are lost ACK's, badly formed packets, etc.
  2465. 3276=Input Timeouts
  2466. 3277=The total number of timeouts on the communication line as seen from the client side of the connection. These are typically the result of a noisy line. On some high latency networks, this could be the result of the protocol timeout being too short. Increasing the protocol timeout on these types of lines will improve performance by reducing needless re-transmissions.
  2467. 3278=Input Async Frame Error
  2468. 3279=Number of input async framing errors. These can be caused by a noisy transmission line. Using a smaller packet size may help in some cases.
  2469. 3280=Input Async Overrun
  2470. 3281=Number of input async overrun errors. These can be caused by the baud rate being faster than the computer can handle, or a non-16550 serial line is used. Overruns can also occur if too many high speed serial lines are active at one time for the processor's power.
  2471. 3282=Input Async Overflow
  2472. 3283=Number of input async overflow errors. These can be caused by a lack of buffer space available on the host.
  2473. 3284=Input Async Parity Error
  2474. 3285=Number of input async parity errors. These can be caused by a noisy transmission line
  2475. 3286=Input Transport Errors
  2476. 3287=Number of Terminal Services transport-level errors on input.
  2477. 3288=Output WdBytes
  2478. 3289=Number of bytes output on this session after all protocol overhead has been removed.
  2479. 3290=Output WdFrames
  2480. 3291=The number of frames output before any additional protocol frames have been added.
  2481. 3292=Output WaitForOutBuf
  2482. 3293=This is the number of times that a wait for an available send buffer was done by the protocol on the server side of the connection.
  2483. 3294=Output Frames
  2484. 3295=Number of frames (packets) output on this session.
  2485. 3296=Output Bytes
  2486. 3297=Number of bytes output on this Session that includes all protocol overhead.
  2487. 3298=Output Compressed Bytes
  2488. 3299=Number of bytes output after compression. This number compared with the Total Bytes output is the compression ratio.
  2489. 3300=Output Compress Flushes
  2490. 3301=Number of output compression dictionary flushes. When the data can not be compressed, the compression dictionary is flushed so that newer data has a better chance of being compressed. Some causes of data not compressing includes transfering compressed files over Client Drive Mapping.
  2491. 3302=Output Errors
  2492. 3303=Number of output errors of all types. Some example output errors are lost ACK's, badly formed packets, etc.
  2493. 3304=Output Timeouts
  2494. 3305=The total number of timeouts on the communication line from the host side of the connection. These are typically the result of a noisy line. On some high latency networks, this could be the result of the protocol timeout being too short. Increasing the protocol timeout on these types of lines will improve performance by reducing needless re-transmissions.
  2495. 3306=Output Async Frame Error
  2496. 3307=Number of output async framing errors. This could be caused by a hardware or line problem.
  2497. 3308=Output Async Overrun
  2498. 3309=Number of output async overrun errors.
  2499. 3310=Output Async Overflow
  2500. 3311=Number of output async overflow errors.
  2501. 3312=Output Async Parity Error
  2502. 3313=Number of output async parity errors. These can be caused by a hardware or line problem.
  2503. 3314=Output Transport Errors
  2504. 3315=Number of Terminal Services transport-level errors on output.
  2505. 3316=Total WdBytes
  2506. 3317=Total number of bytes on this Session after all protocol overhead has been removed.
  2507. 3318=Total WdFrames
  2508. 3319=The total number of frames input and output before any additional protocol frames have been added.
  2509. 3320=Total WaitForOutBuf
  2510. 3321=The number of times that a wait for an available send buffer was done by the protocols on both the server and client sides of the connection.
  2511. 3322=Total Frames
  2512. 3323=Total number of frames (packets) on this Session.
  2513. 3324=Total Bytes
  2514. 3325=Total number of bytes on this Session that includes all protocol overhead.
  2515. 3326=Total Compressed Bytes
  2516. 3327=Total number of bytes after compression. This number compared with the total bytes is the compression ratio.
  2517. 3328=Total Compress Flushes
  2518. 3329=Total number of compression dictionary flushes. When the data can not be compressed, the compression dictionary is flushed so that newer data has a better chance of being compressed. Some causes of data not compressing includes transfering compressed files over Client Drive Mapping.
  2519. 3330=Total Errors
  2520. 3331=Total number of errors of all types. Some example errors are lost ACK's, badly formed packets, etc.
  2521. 3332=Total Timeouts
  2522. 3333=The total number of timeouts on the communication line from both the host and client sides of the connection. These are typically the result of a noisy line. On some high latency networks, this could be the result of the protocol timeout being too short. Increasing the protocol timeout on these types of lines will improve performance by reducing needless re-transmissions.
  2523. 3334=Total Async Frame Error
  2524. 3335=Total number of async framing errors. These can be caused by a noisy transmission line. Using a smaller packet size may help in some cases.
  2525. 3336=Total Async Overrun
  2526. 3337=Total number of async overrun errors. These can be caused by the baud rate being faster than the computer can handle, or a non-16550 serial line is used. Overruns can also occur if too many high speed serial lines are active at one time for the processor's power.
  2527. 3338=Total Async Overflow
  2528. 3339=Total number of async overflow errors. These can be caused by a lack of buffer space available on the host.
  2529. 3340=Total Async Parity Error
  2530. 3341=Total number of async parity errors. These can be caused by a noisy transmission line.
  2531. 3342=Total Transport Errors
  2532. 3343=Total number of Terminal Services transport-level errors.
  2533. 3344=Total Protocol Cache Reads
  2534. 3345=Total references to all protocol caches.
  2535. 3346=Total Protocol Cache Hits
  2536. 3347=Total hits in all protocol caches. The protocol caches Windows objects that are likely to be re-used to avoid having to re-send them on the transmission line. Example objects are Windows icons and brushes. Hits in the cache represent objects that did not need to be re-sent.
  2537. 3348=Total Protocol Cache Hit Ratio
  2538. 3349=Overall hit ratio for all protocol caches.
  2539. 3350=Protocol Bitmap Cache Reads
  2540. 3351=Number of references to the protocol bitmap cache.
  2541. 3352=Protocol Bitmap Cache Hits
  2542. 3353=Number of hits in the protocol bitmap cache.
  2543. 3354=Protocol Bitmap Cache Hit Ratio
  2544. 3355=Hit ratio in the protocol bitmap cache. A higher hit ratio means better performance since data transmissions are reduced. Low hit ratios are due to the screen updating with new information that is either not re-used, or is flushed out of the client cache.
  2545. 3356=Protocol Glyph Cache Reads
  2546. 3357=Number of references to the protocol glyph cache.
  2547. 3358=Protocol Glyph Cache Hits
  2548. 3359=Number of hits in the protocol glyph cache.
  2549. 3360=Protocol Glyph Cache Hit Ratio
  2550. 3361=Hit ratio in the protocol glyph cache. A higher hit ratio means better performance since data transmissions are reduced. Low hit ratios are due to the screen updating with new information that is either not re-used, or is flushed out of the client cache.
  2551. 3362=Protocol Brush Cache Reads
  2552. 3363=Number of references to the protocol brush cache.
  2553. 3364=Protocol Brush Cache Hits
  2554. 3365=Number of hits in the protocol brush cache.
  2555. 3366=Protocol Brush Cache Hit Ratio
  2556. 3367=Hit ratio in the protocol brush cache. A higher hit ratio means better performance since data transmissions are reduced. Low hit ratios are due to the screen updating with new information that is either not re-used, or is flushed out of the client cache.
  2557. 3368=Protocol Save Screen Bitmap Cache Reads
  2558. 3369=Number of references to the protocol save screen bitmap cache.
  2559. 3370=Protocol Save Screen Bitmap Cache Hits
  2560. 3371=Number of hits in the protocol save screen bitmap cache.
  2561. 3372=Protocol Save Screen Bitmap Cache Hit Ratio
  2562. 3373=Hit ratio in the protocol save screen bitmap cache. A higher hit ratio means better performance since data transmissions are reduced. Low hit ratios are due to the screen updating with new information that is either not re-used, or is flushed out of the client cache.
  2563. 3374=Input Compression Ratio
  2564. 3375=Compression ratio of the server input data stream.
  2565. 3376=Output Compression Ratio
  2566. 3377=Compression ratio of the server output data stream.
  2567. 3378=Total Compression Ratio
  2568. 3379=Total compression ratio of the server data stream.
  2569. 3444=Bulk Bytes/Sec
  2570. 3445=Displays the current bulk transfer rate in bytes/sec.
  2571. 3446=Isochronous Bytes/Sec
  2572. 3447=Displays the current isochronous transfer rate in bytes/sec.
  2573. 3448=Interrupt Bytes/Sec
  2574. 3449=Displays the current interrupt transfer rate in bytes/sec.
  2575. 3450=Control Data Bytes/Sec
  2576. 3451=Displays the current control transfer rate in bytes/sec.
  2577. 3452=Controller PCI Interrupts/Sec
  2578. 3453=Displays the rate of PCI interrupt generation by the USB controller. For controller instances only.
  2579. 3454=Controller WorkSignals/Sec
  2580. 3455=Displays the current rate Work Signals generated per second by the usbport driver.  For controller instances only.
  2581. 3456=% Total Bandwidth Used for Interrupt
  2582. 3457=Displays the percentage of BW reserved for interrupt transfers
  2583. 3458=% Total Bandwidth Used for Iso
  2584. 3459=Displays the percentage of BW reserved for ISO transfers
  2585. 3460=USB
  2586. 3461=USB I/O Counters
  2587. 3462=Avg. Bytes/Transfer
  2588. 3463=Displays the average size of all transfer URBs. For device instances only.
  2589. 3464=Iso Packet Errors/Sec
  2590. 3465=Number of ISO packets that are NOT late, but complete with an error. For device instances only.
  2591. 3466=Avg ms latency for ISO transfers
  2592. 3467=Avg number of ms between the current frame and the start frame of an ISO transfer when scheduled.  For device instances only.
  2593. 3468=Transfer Errors/Sec
  2594. 3469=Number of Transfer URBs completing with an error status. For device instances only.
  2595. 3470=Host Controller Idle
  2596. 3471=Non-zero value if the host controller is not running(idle).
  2597. 3472=Host Controller Async Idle
  2598. 3473=Non-Zero value if the host controller async schedule is not running(idle).
  2599. 3474=Host Controller Async Cache Flush Count
  2600. 3475=Incremented each time the controller async cache is flushed.
  2601. 3476=Host Controller Perdiodic Idle
  2602. 3477=Non-Zero if the periodic schedule is not running(idle).
  2603. 3478=Host Controller Periodic Cache Flush Count
  2604. 3479=Incremented each time the controller periodic cache is flushed.
  2605. 3480=.NET CLR Networking
  2606. 3481=Help not available.
  2607. 3482=Connections Established
  2608. 3483=The cumulative total number of socket connections established for this process since the process was started.
  2609. 3484=Bytes Received
  2610. 3485=The cumulative total number of bytes received over all open socket connections since the process was started. This number includes data and any protocol information that is not defined by the TCP/IP protocol.
  2611. 3486=Bytes Sent
  2612. 3487=The cumulative total number of bytes sent over all open socket connections since the process was started. This number includes data and any protocol information that is not defined by the TCP/IP protocol.
  2613. 3488=Datagrams Received
  2614. 3489=The cumulative total number of datagram packets received since the process was started.
  2615. 3490=Datagrams Sent
  2616. 3491=The cumulative total number of datagram packets sent since the process was started.
  2617. 3492=.NET Data Provider for SqlServer
  2618. 3493=Counters for System.Data.SqlClient
  2619. 3494=HardConnectsPerSecond
  2620. 3495=The number of actual connections per second that are being made to servers
  2621. 3496=HardDisconnectsPerSecond
  2622. 3497=The number of actual disconnects per second that are being made to servers
  2623. 3498=SoftConnectsPerSecond
  2624. 3499=The number of connections we get from the pool per second
  2625. 3500=SoftDisconnectsPerSecond
  2626. 3501=The number of connections we return to the pool per second
  2627. 3502=NumberOfNonPooledConnections
  2628. 3503=The number of connections that are not using connection pooling
  2629. 3504=NumberOfPooledConnections
  2630. 3505=The number of connections that are managed by the connection pooler
  2631. 3506=NumberOfActiveConnectionPoolGroups
  2632. 3507=The number of unique connection strings
  2633. 3508=NumberOfInactiveConnectionPoolGroups
  2634. 3509=The number of unique connection strings waiting for pruning
  2635. 3510=NumberOfActiveConnectionPools
  2636. 3511=The number of active connection pools
  2637. 3512=NumberOfInactiveConnectionPools
  2638. 3513=The number of inactive connection pools
  2639. 3514=NumberOfActiveConnections
  2640. 3515=The number of connections currently in-use
  2641. 3516=NumberOfFreeConnections
  2642. 3517=The number of connections currently available for use
  2643. 3518=NumberOfStasisConnections
  2644. 3519=The number of connections currently waiting to be made ready for use
  2645. 3520=NumberOfReclaimedConnections
  2646. 3521=The number of connections we reclaim from GCed external connections
  2647. 3522=.NET CLR Data
  2648. 3523=.Net CLR Data
  2649. 3524=SqlClient: Current # pooled and nonpooled connections
  2650. 3525=Current number of connections, pooled or not.
  2651. 3526=SqlClient: Current # pooled connections
  2652. 3527=Current number of connections in all pools associated with the process.
  2653. 3528=SqlClient: Current # connection pools
  2654. 3529=Current number of pools associated with the process.
  2655. 3530=SqlClient: Peak # pooled connections
  2656. 3531=The highest number of connections in all pools since the process started.
  2657. 3532=SqlClient: Total # failed connects
  2658. 3533=The total number of connection open attempts that have failed for any reason.
  2659. 3534=SqlClient: Total # failed commands
  2660. 3535=The total number of command executes that have failed for any reason.
  2661. 3536=.NET CLR Memory
  2662. 3537=Counters for CLR Garbage Collected heap.
  2663. 3538=# Gen 0 Collections
  2664. 3539=This counter displays the number of times the generation 0 objects (youngest; most recently allocated) are garbage collected (Gen 0 GC) since the start of the application. Gen 0 GC occurs when the available memory in generation 0 is not sufficient to satisfy an allocation request. This counter is incremented at the end of a Gen 0 GC. Higher generation GCs include all lower generation GCs. This counter is explicitly incremented when a higher generation (Gen 1 or Gen 2) GC occurs. _Global_ counter value is not accurate and should be ignored. This counter displays the last observed value.
  2665. 3540=# Gen 1 Collections
  2666. 3541=This counter displays the number of times the generation 1 objects are garbage collected since the start of the application. The counter is incremented at the end of a Gen 1 GC. Higher generation GCs include all lower generation GCs. This counter is explicitly incremented when a higher generation (Gen 2) GC occurs. _Global_ counter value is not accurate and should be ignored. This counter displays the last observed value.
  2667. 3542=# Gen 2 Collections
  2668. 3543=This counter displays the number of times the generation 2 objects (older) are garbage collected since the start of the application. The counter is incremented at the end of a Gen 2 GC (also called full GC). _Global_ counter value is not accurate and should be ignored. This counter displays the last observed value.
  2669. 3544=Promoted Memory from Gen 0
  2670. 3545=This counter displays the bytes of memory that survive garbage collection (GC) and are promoted from generation 0 to generation 1; 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.
  2671. 3546=Promoted Memory from Gen 1
  2672. 3547=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.
  2673. 3548=Gen 0 Promoted Bytes/Sec
  2674. 3549=This counter displays the bytes per second that are promoted from generation 0 (youngest) to generation 1; 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. This counter was designed as an indicator of relatively 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.
  2675. 3550=Gen 1 Promoted Bytes/Sec
  2676. 3551=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.
  2677. 3552=Promoted Finalization-Memory from Gen 0
  2678. 3553=This counter displays the bytes of memory that are promoted from generation 0 to generation 1 just because they are waiting to be finalized. This counter displays the value observed at the end of the last GC; its not a cumulative counter.
  2679. 3554=Process ID
  2680. 3555=This counter displays the process ID of the CLR process instance being monitored.
  2681. 3556=Gen 0 heap size
  2682. 3557=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.
  2683. 3558=Gen 1 heap size
  2684. 3559=This counter displays the current number of bytes in generation 1 (Gen 1); this counter does not display the maximum size of Gen 1. Objects are not directly allocated in this generation; they are promoted from previous Gen 0 GCs. This counter is updated at the end of a GC; its not updated on every allocation.
  2685. 3560=Gen 2 heap size
  2686. 3561=This counter displays the current number of bytes in generation 2 (Gen 2). Objects are not directly allocated in this generation; they are promoted from Gen 1 during previous Gen 1 GCs. This counter is updated at the end of a GC; its not updated on every allocation.
  2687. 3562=Large Object Heap size
  2688. 3563=This counter displays the current size of the Large Object Heap in bytes. Objects greater than 20 KBytes are treated as large objects by the Garbage Collector and are directly allocated in a special heap; they are not promoted through the generations. This counter is updated at the end of a GC; its not updated on every allocation.
  2689. 3564=Finalization Survivors
  2690. 3565=This counter displays the number of garbage collected objects that survive a collection because they are waiting to be finalized. If these objects hold references to other objects then those objects also survive but are not counted by this counter; the "Promoted Finalization-Memory from Gen 0" and "Promoted Finalization-Memory from Gen 1" counters represent all the memory that survived due to finalization. This counter is not a cumulative counter; its updated at the end of every GC with count of the survivors during that particular GC only. This counter was designed to indicate the extra overhead that the application might incur because of finalization.
  2691. 3566=# GC Handles
  2692. 3567=This counter displays the current number of GC Handles in use. GCHandles are handles to resources external to the CLR and the managed environment. Handles occupy small amounts of memory in the GCHeap but potentially expensive unmanaged resources.
  2693. 3568=Allocated Bytes/sec
  2694. 3569=This counter displays the rate of bytes per second allocated on the GC Heap. This counter is updated at the end of every GC; not at each allocation. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval.
  2695. 3570=# Induced GC
  2696. 3571=This counter displays the peak number of times a garbage collection was performed because of an explicit call to GC.Collect. Its a good practice to let the GC tune the frequency of its collections.
  2697. 3572=% Time in GC
  2698. 3573=% Time in GC is the percentage of elapsed time that was spent in performing a garbage collection (GC) since the last GC cycle. This counter is usually an indicator of the work done by the Garbage Collector on behalf of the application to collect and compact memory. This counter is updated only at the end of every GC and the counter value reflects the last observed value; its not an average.
  2699. 3574=Not Displayed
  2700. 3575=Not Displayed.
  2701. 3576=# Bytes in all Heaps
  2702. 3577=This counter is the sum of four other counters; Gen 0 Heap Size; Gen 1 Heap Size; Gen 2 Heap Size and the Large Object Heap Size. This counter indicates the current memory allocated in bytes on the GC Heaps.
  2703. 3578=# Total committed Bytes
  2704. 3579=This counter displays the amount of virtual memory (in bytes) currently committed by the Garbage Collector. (Committed memory is the physical memory for which space has been reserved on the disk paging file).
  2705. 3580=# Total reserved Bytes
  2706. 3581=This counter displays the amount of virtual memory (in bytes) currently reserved by the Garbage Collector. (Reserved memory is the virtual memory space reserved for the application but no disk or main memory pages have been used.)
  2707. 3582=# of Pinned Objects
  2708. 3583=This counter displays the number of pinned objects encountered in the last GC. This counter tracks the pinned objects only in the heaps that were garbage collected e.g. a Gen 0 GC would cause enumeration of pinned objects in the generation 0 heap only. A pinned object is one that the Garbage Collector cannot move in memory.
  2709. 3584=# of Sink Blocks in use
  2710. 3585=This counter displays the current number of sync blocks in use. Sync blocks are per-object data structures allocated for storing synchronization information. Sync blocks hold weak references to managed objects and need to be scanned by the Garbage Collector. Sync blocks are not limited to storing synchronization information and can also store COM interop metadata. This counter was designed to indicate performance problems with heavy use of synchronization primitives.
  2711. 3586=.NET CLR Loading
  2712. 3587=Statistics for CLR Class Loader.
  2713. 3588=Total Classes Loaded
  2714. 3589=This counter displays the cumulative number of classes loaded in all Assemblies since the start of this application.
  2715. 3590=% Time Loading
  2716. 3591=Reserved for future use.
  2717. 3592=Assembly Search Length
  2718. 3593=Reserved for future use.
  2719. 3594=Total # of Load Failures
  2720. 3595=This counter displays the peak number of classes that have failed to load since the start of the application. These load failures could be due to many reasons like inadequate security or illegal format. Full details can be found in the profiling services help.
  2721. 3596=Rate of Load Failures
  2722. 3597=This counter displays the number of classes that failed to load per second. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval. These load failures could be due to many reasons like inadequate security or illegal format. Full details can be found in the profiling services help.
  2723. 3598=Bytes in Loader Heap
  2724. 3599=This counter displays the current size (in bytes) of the memory committed by the class loader across all AppDomains. (Committed memory is the physical memory for which space has been reserved on the disk paging file.)
  2725. 3600=Total appdomains unloaded
  2726. 3601=This counter displays the total number of AppDomains unloaded since the start of the application. If an AppDomain is loaded and unloaded multiple times this counter would count each of those unloads as separate.
  2727. 3602=Rate of appdomains unloaded
  2728. 3603=This counter displays the number of AppDomains unloaded per second. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval.
  2729. 3604=Current Classes Loaded
  2730. 3605=This counter displays the current number of classes loaded in all Assemblies.
  2731. 3606=Rate of Classes Loaded
  2732. 3607=This counter displays the number of classes loaded per second in all Assemblies. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval.
  2733. 3608=Current appdomains
  2734. 3609=This counter displays the current number of AppDomains loaded in this application. AppDomains (application domains) provide a secure and versatile unit of processing that the CLR can use to provide isolation between applications running in the same process.
  2735. 3610=Total Appdomains
  2736. 3611=This counter displays the peak number of AppDomains loaded since the start of this application. AppDomains (application domains) provide a secure and versatile unit of processing that the CLR can use to provide isolation between applications running in the same process.
  2737. 3612=Rate of appdomains
  2738. 3613=This counter displays the number of AppDomains loaded per second. AppDomains (application domains) provide a secure and versatile unit of processing that the CLR can use to provide isolation between applications running in the same process. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval.
  2739. 3614=Current Assemblies
  2740. 3615=This counter displays the current number of Assemblies loaded across all AppDomains in this application. If the Assembly is loaded as domain-neutral from multiple AppDomains then this counter is incremented once only. Assemblies can be loaded as domain-neutral when their code can be shared by all AppDomains or they can be loaded as domain-specific when their code is private to the AppDomain.
  2741. 3616=Total Assemblies
  2742. 3617=This counter displays the total number of Assemblies loaded since the start of this application. If the Assembly is loaded as domain-neutral from multiple AppDomains then this counter is incremented once only. Assemblies can be loaded as domain-neutral when their code can be shared by all AppDomains or they can be loaded as domain-specific when their code is private to the AppDomain.
  2743. 3618=Rate of Assemblies
  2744. 3619=This counter displays the number of Assemblies loaded across all AppDomains per second. If the Assembly is loaded as domain-neutral from multiple AppDomains then this counter is incremented once only. Assemblies can be loaded as domain-neutral when their code can be shared by all AppDomains or they can be loaded as domain-specific when their code is private to the AppDomain. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval.
  2745. 3620=.NET CLR Jit
  2746. 3621=Stats for CLR Jit.
  2747. 3622=# of Methods Jitted
  2748. 3623=This counter displays the total number of methods compiled Just-In-Time (JIT) by the CLR JIT compiler since the start of the application. This counter does not include the pre-jitted methods.
  2749. 3624=# of IL Bytes Jitted
  2750. 3625=This counter displays the total IL bytes jitted since the start of the application. This counter is exactly equivalent to the "Total # of IL Bytes Jitted" counter.
  2751. 3626=Total # of IL Bytes Jitted
  2752. 3627=This counter displays the total IL bytes jitted since the start of the application. This counter is exactly equivalent to the "# of IL Bytes Jitted" counter.
  2753. 3628=IL Bytes Jitted / sec
  2754. 3629=This counter displays the rate at which IL bytes are jitted per second. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval.
  2755. 3630=Standard Jit Failures
  2756. 3631=This counter displays the peak number of methods the JIT compiler has failed to JIT since the start of the application. This failure can occur if the IL cannot be verified or if there was an internal error in the JIT compiler.
  2757. 3632=% Time in Jit
  2758. 3633=This counter displays the percentage of elapsed time spent in JIT compilation since the last JIT compilation phase. This counter is updated at the end of every JIT compilation phase. A JIT compilation phase is the phase when a method and its dependencies are being compiled.
  2759. 3634=Not Displayed
  2760. 3635=Not Displayed.
  2761. 3636=.NET CLR Interop
  2762. 3637=Stats for CLR interop.
  2763. 3638=# of CCWs
  2764. 3639=This counter displays the current number of Com-Callable-Wrappers (CCWs). A CCW is a proxy for the .NET managed object being referenced from unmanaged COM client(s). This counter was designed to indicate the number of managed objects being referenced by unmanaged COM code.
  2765. 3640=# of Stubs
  2766. 3641=This counter displays the current number of stubs created by the CLR. Stubs are responsible for marshalling arguments and return values from managed to unmanaged code and vice versa; during a COM Interop call or PInvoke call.
  2767. 3642=# of marshalling
  2768. 3643=This counter displays the total number of times arguments and return values have been marshaled from managed to unmanaged code and vice versa since the start of the application. This counter is not incremented if the stubs are inlined. (Stubs are responsible for marshalling arguments and return values). Stubs usually get inlined if the marshalling overhead is small.
  2769. 3644=# of TLB imports / sec
  2770. 3645=Reserved for future use.
  2771. 3646=# of TLB exports / sec
  2772. 3647=Reserved for future use.
  2773. 3648=.NET CLR LocksAndThreads
  2774. 3649=Stats for CLR Locks and Threads.
  2775. 3650=Total # of Contentions
  2776. 3651=This counter displays the total number of times threads in the CLR have attempted to acquire a managed lock unsuccessfully. Managed locks can be acquired in many ways; by the "lock" statement in C# or by calling System.Monitor.Enter or by using MethodImplOptions.Synchronized custom attribute.
  2777. 3652=Contention Rate / sec
  2778. 3653=Rate at which threads in the runtime attempt to acquire a managed lock unsuccessfully. Managed locks can be acquired in many ways; by the "lock" statement in C# or by calling System.Monitor.Enter or by using MethodImplOptions.Synchronized custom attribute.
  2779. 3654=Current Queue Length
  2780. 3655=This counter displays the total number of threads currently waiting to acquire some managed lock in the application. This counter is not an average over time; it displays the last observed value.
  2781. 3656=Queue Length Peak
  2782. 3657=This counter displays the total number of threads that waited to acquire some managed lock since the start of the application.
  2783. 3658=Queue Length / sec
  2784. 3659=This counter displays the number of threads per second waiting to acquire some lock in the application. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval.
  2785. 3660=# of current logical Threads
  2786. 3661=This counter displays the number of current .NET thread objects in the application. A .NET thread object is created either by new System.Threading.Thread or when an unmanaged thread enters the managed environment. This counters maintains the count of both running and stopped threads. This counter is not an average over time; it just displays the last observed value.
  2787. 3662=# of current physical Threads
  2788. 3663=This counter displays the number of native OS threads created and owned by the CLR to act as underlying threads for .NET thread objects. This counters value does not include the threads used by the CLR in its internal operations; it is a subset of the threads in the OS process.
  2789. 3664=# of current recognized threads
  2790. 3665=This counter displays the number of threads that are currently recognized by the CLR; they have a corresponding .NET thread object associated with them. These threads are not created by the CLR; they are created outside the CLR but have since run inside the CLR at least once. Only unique threads are tracked; threads with same thread ID re-entering the CLR or recreated after thread exit are not counted twice.
  2791. 3666=# of total recognized threads
  2792. 3667=This counter displays the total number of threads that have been recognized by the CLR since the start of this application; these threads have a corresponding .NET thread object associated with them. These threads are not created by the CLR; they are created outside the CLR but have since run inside the CLR at least once. Only unique threads are tracked; threads with same thread ID re-entering the CLR or recreated after thread exit are not counted twice.
  2793. 3668=rate of recognized threads / sec
  2794. 3669=This counter displays the number of threads per second that have been recognized by the CLR; these threads have a corresponding .NET thread object associated with them. These threads are not created by the CLR; they are created outside the CLR but have since run inside the CLR at least once. Only unique threads are tracked; threads with same thread ID re-entering the CLR or recreated after thread exit are not counted twice. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval.
  2795. 3670=.NET CLR Security
  2796. 3671=Stats for CLR Security.
  2797. 3672=Total Runtime Checks
  2798. 3673=This counter displays the total number of runtime Code Access Security (CAS) checks performed since the start of the application. Runtime CAS checks are performed when a caller makes a call to a callee demanding a particular permission; the runtime check is made on every call by the caller; the check is done by examining the current thread stack of the caller. This counter used together with "Stack Walk Depth" is indicative of performance penalty for security checks.
  2799. 3674=% Time Sig. Authenticating
  2800. 3675=Reserved for future use.
  2801. 3676=# Link Time Checks
  2802. 3677=This counter displays the total number of linktime Code Access Security (CAS) checks since the start of the application. Linktime CAS checks are performed when a caller makes a call to a callee demanding a particular permission at JIT compile time; linktime check is performed once per caller. This count is not indicative of serious performance issues; its indicative of the security system activity.
  2803. 3678=% Time in RT checks
  2804. 3679=This counter displays the percentage of elapsed time spent in performing runtime Code Access Security (CAS) checks since the last such check. CAS allows code to be trusted to varying degrees and enforces these varying levels of trust depending on code identity. This counter is updated at the end of a runtime security check; it represents the last observed value; its not an average.
  2805. 3680=Not Displayed
  2806. 3681=Not Displayed.
  2807. 3682=Stack Walk Depth
  2808. 3683=This counter displays the depth of the stack during that last runtime Code Access Security check. Runtime Code Access Security check is performed by crawling the stack. This counter is not an average; it just displays the last observed value.
  2809. 3684=.NET CLR Remoting
  2810. 3685=Stats for CLR Remoting.
  2811. 3686=Remote Calls/sec
  2812. 3687=This counter displays the number of remote procedure calls invoked per second. A remote procedure call is a call on any object outside the caller;s AppDomain. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval.
  2813. 3688=Channels
  2814. 3689=This counter displays the total number of remoting channels registered across all AppDomains since the start of the application. Channels are used to transport messages to and from remote objects.
  2815. 3690=Context Proxies
  2816. 3691=This counter displays the total number of remoting proxy objects created in this process since the start of the process. Proxy object acts as a representative of the remote objects and ensures that all calls made on the proxy are forwarded to the correct remote object instance.
  2817. 3692=Context-Bound Classes Loaded
  2818. 3693=This counter displays the current number of context-bound classes loaded. Classes that can be bound to a context are called context-bound classes; context-bound classes are marked with Context Attributes which provide usage rules for synchronization; thread affinity; transactions etc.
  2819. 3694=Context-Bound Objects Alloc / sec
  2820. 3695=This counter displays the number of context-bound objects allocated per second. Instances of classes that can be bound to a context are called context-bound objects; context-bound classes are marked with Context Attributes which provide usage rules for synchronization; thread affinity; transactions etc. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval.
  2821. 3696=Contexts
  2822. 3697=This counter displays the current number of remoting contexts in the application. A context is a boundary containing a collection of objects with the same usage rules like synchronization; thread affinity; transactions etc.
  2823. 3698=Total Remote Calls
  2824. 3699=This counter displays the total number of remote procedure calls invoked since the start of this application. A remote procedure call is a call on any object outside the caller;s AppDomain.
  2825. 3700=.NET CLR Exceptions
  2826. 3701=Runtime statistics on CLR exception handling.
  2827. 3702=# of Exceps Thrown
  2828. 3703=This counter displays the total number of exceptions thrown since the start of the application. These include both .NET exceptions and unmanaged exceptions that get converted into .NET exceptions e.g. null pointer reference exception in unmanaged code would get re-thrown in managed code as a .NET System.NullReferenceException; this counter includes both handled and unhandled exceptions. Exceptions that are re-thrown would get counted again. Exceptions should only occur in rare situations and not in the normal control flow of the program.
  2829. 3704=# of Exceps Thrown / sec
  2830. 3705=This counter displays the number of exceptions thrown per second. These include both .NET exceptions and unmanaged exceptions that get converted into .NET exceptions e.g. null pointer reference exception in unmanaged code would get re-thrown in managed code as a .NET System.NullReferenceException; this counter includes both handled and unhandled exceptions. Exceptions should only occur in rare situations and not in the normal control flow of the program; this counter was designed as an indicator of potential performance problems due to large (>100s) rate of exceptions thrown. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval.
  2831. 3706=# of Filters / sec
  2832. 3707=This counter displays the number of .NET exception filters executed per second. An exception filter evaluates whether an exception should be handled or not. This counter tracks the rate of exception filters evaluated; irrespective of whether the exception was handled or not. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval.
  2833. 3708=# of Finallys / sec
  2834. 3709=This counter displays the number of finally blocks executed per second. A finally block is guaranteed to be executed regardless of how the try block was exited. Only the finally blocks that are executed for an exception are counted; finally blocks on normal code paths are not counted by this counter. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval.
  2835. 3710=Throw To Catch Depth / sec
  2836. 3711=This counter displays the number of stack frames traversed from the frame that threw the .NET exception to the frame that handled the exception per second. This counter resets to 0 when an exception handler is entered; so nested exceptions would show the handler to handler stack depth. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval.
  2837. 3712=.NET Data Provider for Oracle
  2838. 3713=Counters for System.Data.OracleClient
  2839. 3714=HardConnectsPerSecond
  2840. 3715=The number of actual connections per second that are being made to servers
  2841. 3716=HardDisconnectsPerSecond
  2842. 3717=The number of actual disconnects per second that are being made to servers
  2843. 3718=SoftConnectsPerSecond
  2844. 3719=The number of connections we get from the pool per second
  2845. 3720=SoftDisconnectsPerSecond
  2846. 3721=The number of connections we return to the pool per second
  2847. 3722=NumberOfNonPooledConnections
  2848. 3723=The number of connections that are not using connection pooling
  2849. 3724=NumberOfPooledConnections
  2850. 3725=The number of connections that are managed by the connection pooler
  2851. 3726=NumberOfActiveConnectionPoolGroups
  2852. 3727=The number of unique connection strings
  2853. 3728=NumberOfInactiveConnectionPoolGroups
  2854. 3729=The number of unique connection strings waiting for pruning
  2855. 3730=NumberOfActiveConnectionPools
  2856. 3731=The number of active connection pools
  2857. 3732=NumberOfInactiveConnectionPools
  2858. 3733=The number of inactive connection pools
  2859. 3734=NumberOfActiveConnections
  2860. 3735=The number of connections currently in-use
  2861. 3736=NumberOfFreeConnections
  2862. 3737=The number of connections currently available for use
  2863. 3738=NumberOfStasisConnections
  2864. 3739=The number of connections currently waiting to be made ready for use
  2865. 3740=NumberOfReclaimedConnections
  2866. 3741=The number of connections we reclaim from GCed external connections