[Perflib] Base Index=1847 Last Counter=16574 Last Help=16575 [PERF_.NET CLR Data] First Counter=8290 First Help=8291 Last Counter=8302 Last Help=8303 [PERF_.NET CLR Networking] First Counter=6334 First Help=6335 Last Counter=6344 Last Help=6345 [PERF_.NET CLR Networking 4.0.0.0] First Counter=8232 First Help=8233 Last Counter=8258 Last Help=8259 [PERF_.NET Data Provider for Oracle] First Counter=6838 First Help=6839 Last Counter=6866 Last Help=6867 [PERF_.NET Data Provider for SqlServer] First Counter=8260 First Help=8261 Last Counter=8288 Last Help=8289 [PERF_.NET Memory Cache 4.0] First Counter=5742 First Help=5743 Last Counter=5756 Last Help=5757 [PERF_.NETFramework] First Counter=5878 First Help=5879 Last Counter=6052 Last Help=6053 [PERF_ASP] First Counter=10436 First Help=10437 Last Counter=10516 Last Help=10517 [PERF_ASP.NET] First Counter=14256 First Help=14257 Last Counter=14480 Last Help=14481 [PERF_ASP.NET_4.0.30319] First Counter=14716 First Help=14717 Last Counter=14940 Last Help=14941 [PERF_ASP.NET_64_2.0.50727] First Counter=14942 First Help=14943 Last Counter=15146 Last Help=15147 [PERF_aspnet_state] First Counter=14482 First Help=14483 Last Counter=14714 Last Help=14715 [PERF_BITS] First Counter=4686 First Help=4687 Last Counter=4702 Last Help=4703 [PERF_DTSPipeline100] First Counter=15152 First Help=15153 Last Counter=15176 Last Help=15177 [PERF_ESENT] First Counter=2380 First Help=2381 Last Counter=4316 Last Help=4317 [PERF_InetInfo] First Counter=11336 First Help=11337 Last Counter=11400 Last Help=11401 [PERF_MSDTC] First Counter=4994 First Help=4995 Last Counter=5020 Last Help=5021 [PERF_MSDTC Bridge 3.0.0.0] First Counter=10624 First Help=10625 Last Counter=10646 Last Help=10647 [PERF_MSDTC Bridge 4.0.0.0] First Counter=7400 First Help=7401 Last Counter=7422 Last Help=7423 [PERF_MsDtsServer100] First Counter=15148 First Help=15149 Last Counter=15150 Last Help=15151 [PERF_MSRS 2008 R2 Web Service] First Counter=16530 First Help=16531 Last Counter=16574 Last Help=16575 [PERF_MSSQLSERVER] First Counter=15626 First Help=15627 Last Counter=16450 Last Help=16451 [PERF_MSSQLServerOLAPService] First Counter=15178 First Help=15179 Last Counter=15624 Last Help=15625 [PERF_RemoteAccess] First Counter=4704 First Help=4705 Last Counter=4742 Last Help=4743 [PERF_ReportServer] First Counter=16486 First Help=16487 Last Counter=16528 Last Help=16529 [PERF_ServiceModelEndpoint 3.0.0.0] First Counter=10648 First Help=10649 Last Counter=10686 Last Help=10687 [PERF_ServiceModelOperation 3.0.0.0] First Counter=10592 First Help=10593 Last Counter=10622 Last Help=10623 [PERF_ServiceModelService 3.0.0.0] First Counter=10688 First Help=10689 Last Counter=10754 Last Help=10755 [PERF_SMSvcHost 3.0.0.0] First Counter=10562 First Help=10563 Last Counter=10590 Last Help=10591 [PERF_SMSvcHost 4.0.0.0] First Counter=7636 First Help=7637 Last Counter=7664 Last Help=7665 [PERF_SQLSERVERAGENT] First Counter=16452 First Help=16453 Last Counter=16484 Last Help=16485 [PERF_TapiSrv] First Counter=1912 First Help=1913 Last Counter=1930 Last Help=1931 [PERF_TermService] First Counter=4330 First Help=4331 Last Counter=4330 Last Help=4331 [PERF_UGatherer] First Counter=12914 First Help=12915 Last Counter=13018 Last Help=13019 [PERF_UGTHRSVC] First Counter=13020 First Help=13021 Last Counter=13090 Last Help=13091 [PERF_usbhub] First Counter=5022 First Help=5023 Last Counter=5056 Last Help=5057 [PERF_W3SVC] First Counter=10864 First Help=10865 Last Counter=11126 Last Help=11127 [PERF_Windows Workflow Foundation 3.0.0.0] First Counter=10518 First Help=10519 Last Counter=10560 Last Help=10561 [PERF_Windows Workflow Foundation 4.0.0.0] First Counter=6346 First Help=6347 Last Counter=6388 Last Help=6389 [PERF_WmiApRpl] First Counter=14016 First Help=14017 Last Counter=14182 Last Help=14183 [PERF_WSearchIdxPi] First Counter=13092 First Help=13093 Last Counter=13218 Last Help=13219 [PerfStrings_009] 1=1847 2=System 3=The System performance object consists of counters that apply to more than one instance of a component processors on the computer. 4=Memory 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. 6=% Processor Time 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. 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. 10=File Read Operations/sec 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. 12=File Write Operations/sec 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. 14=File Control Operations/sec 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. 16=File Read Bytes/sec 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. 18=File Write Bytes/sec 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. 20=File Control Bytes/sec 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. 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. 24=Available Bytes 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. 26=Committed Bytes 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. 28=Page Faults/sec 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. 30=Commit Limit 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. 32=Write Copies/sec 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. 34=Transition Faults/sec 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. 36=Cache Faults/sec 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. 38=Demand Zero Faults/sec 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. 40=Pages/sec 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. 42=Page Reads/sec 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. 44=Processor Queue Length 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. 46=Thread State 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. 48=Pages Output/sec 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. 50=Page Writes/sec 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. 52=Browser 53=The Browser performance object consists of counters that measure the rates of announcements, enumerations, and other Browser transmissions. 54=Announcements Server/sec 55=Announcements Server/sec is the rate at which the servers in this domain have announced themselves to this server. 56=Pool Paged Bytes 57=Pool Paged Bytes is the size, in bytes, of the paged pool, an area of the system virtual memory that is used 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(_Total)\\Pool Paged Bytes. This counter displays the last observed value only; it is not an average. 58=Pool Nonpaged Bytes 59=Pool Nonpaged Bytes is the size, in bytes, of the nonpaged pool, an area of the system virtual memory that is used 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(_Total)\\Pool Nonpaged Bytes. This counter displays the last observed value only; it is not an average. 60=Pool Paged Allocs 61=Pool Paged Allocs is the number of calls to allocate space in the paged pool. The paged pool is an area of the system virtual memory that is used 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. 63=Pool Paged Resident Bytes is the size, in bytes, of the portion of the paged pool that is currently resident and active in physical memory. The paged pool is an area of the system virtual memory that is used for objects that can be written to disk when they are not being used. This counter displays the last observed value only; it is not an average. 64=Pool Nonpaged Allocs 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. 66=Pool Paged Resident Bytes 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. 68=System Code Total Bytes 69=System Code Total Bytes is the size, in bytes, of the pageable operating system code currently mapped into the system virtual address space. 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. 70=System Code Resident Bytes 71=System Code Resident Bytes is the size, in bytes, of the pageable operating system code that is currently resident and active in physical memory. This value is a component of Memory\\System Code Total Bytes. 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. 72=System Driver Total Bytes 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 both 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. 74=System Driver Resident Bytes 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. 76=System Cache Resident Bytes 77=System Cache Resident Bytes is the size, in bytes, of the portion of the system file cache which is currently resident and active in physical memory. The System Cache Resident Bytes and Memory\\Cache Bytes counters are equivalent. This counter displays the last observed value only; it is not an average. 78=Announcements Domain/sec 79=Announcements Domain/sec is the rate at which a domain has announced itself to the network. 80=Election Packets/sec 81=Election Packets/sec is the rate at which browser election packets have been received by this workstation. 82=Mailslot Writes/sec 83=Mailslot Writes/sec is the rate at which mailslot messages have been successfully received. 84=Server List Requests/sec 85=Server List Requests/sec is the rate at which requests to retrieve a list of browser servers have been processed by this workstation. 86=Cache 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. 88=Data Maps/sec 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. 90=Sync Data Maps/sec 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. 92=Async Data Maps/sec 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. 94=Data Map Hits % 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. 96=Data Map Pins/sec 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. 98=Pin Reads/sec 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. 100=Sync Pin Reads/sec 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. 102=Async Pin Reads/sec 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. 104=Pin Read Hits % 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. 106=Copy Reads/sec 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. 108=Sync Copy Reads/sec 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. 110=Async Copy Reads/sec 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. 112=Copy Read Hits % 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. 114=MDL Reads/sec 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. 116=Sync MDL Reads/sec 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. 118=Async MDL Reads/sec 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. 120=MDL Read Hits % 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. 122=Read Aheads/sec 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. 124=Fast Reads/sec 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. 126=Sync Fast Reads/sec 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. 128=Async Fast Reads/sec 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. 130=Fast Read Resource Misses/sec 131=Fast Read Resource Misses/sec is the frequency of cache misses necessitated by the lack of available resources to satisfy the request. 132=Fast Read Not Possibles/sec 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. 134=Lazy Write Flushes/sec 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. 136=Lazy Write Pages/sec 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. 138=Data Flushes/sec 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. 140=Data Flush Pages/sec 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. 142=% User Time 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. 144=% Privileged Time 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. 146=Context Switches/sec 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. 148=Interrupts/sec 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. 150=System Calls/sec 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. 152=Level 1 TLB Fills/sec 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. 154=Level 2 TLB Fills/sec 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. 156=Enumerations Server/sec 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. 158=Enumerations Domain/sec 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. 160=Enumerations Other/sec 161=Enumerations Server/sec is the rate at which server browse requests have been processed by this workstation. 162=Missed Server Announcements 163=Enumerations Domain/sec is the rate at which domain browse requests have been processed by this workstation. 164=Missed Mailslot Datagrams 165=Enumerations Other/sec is the rate at which browse requests processed by this workstation are not domain or server browse requests. 166=Missed Server List Requests 167=Missed Server Announcements is the number of server announcements that have been missed due to configuration or allocation limits. 168=Server Announce Allocations Failed/sec 169=Missed Mailslot Datagrams is the number of Mailslot Datagrams that have been discarded due to configuration or allocation limits. 170=Mailslot Allocations Failed 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. 172=Virtual Bytes Peak 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. 174=Virtual Bytes 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. 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. 178=Working Set Peak 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. 180=Working Set 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. 182=Page File Bytes Peak 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. 184=Page File Bytes 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. 186=Private Bytes 187=Private Bytes is the current size, in bytes, of memory that this process has allocated that cannot be shared with other processes. 188=Announcements Total/sec 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. 190=Enumerations Total/sec 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. 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. 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. 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. 198=Current Disk Queue Length 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. 200=% Disk Time 201=% Disk Time is the percentage of elapsed time that the selected disk drive was busy servicing read or write requests. 202=% Disk Read Time 203=% Disk Read Time is the percentage of elapsed time that the selected disk drive was busy servicing read requests. 204=% Disk Write Time 205=% Disk Write Time is the percentage of elapsed time that the selected disk drive was busy servicing write requests. 206=Avg. Disk sec/Transfer 207=Avg. Disk sec/Transfer is the time, in seconds, of the average disk transfer. 208=Avg. Disk sec/Read 209=Avg. Disk sec/Read is the average time, in seconds, of a read of data from the disk. 210=Avg. Disk sec/Write 211=Avg. Disk sec/Write is the average time, in seconds, of a write of data to the disk. 212=Disk Transfers/sec 213=Disk Transfers/sec is the rate of read and write operations on the disk. 214=Disk Reads/sec 215=Disk Reads/sec is the rate of read operations on the disk. 216=Disk Writes/sec 217=Disk Writes/sec is the rate of write operations on the disk. 218=Disk Bytes/sec 219=Disk Bytes/sec is the rate bytes are transferred to or from the disk during write or read operations. 220=Disk Read Bytes/sec 221=Disk Read Bytes/sec is the rate at which bytes are transferred from the disk during read operations. 222=Disk Write Bytes/sec 223=Disk Write Bytes/sec is rate at which bytes are transferred to the disk during write operations. 224=Avg. Disk Bytes/Transfer 225=Avg. Disk Bytes/Transfer is the average number of bytes transferred to or from the disk during write or read operations. 226=Avg. Disk Bytes/Read 227=Avg. Disk Bytes/Read is the average number of bytes transferred from the disk during read operations. 228=Avg. Disk Bytes/Write 229=Avg. Disk Bytes/Write is the average number of bytes transferred to the disk during write operations. 230=Process 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. 232=Thread 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. 234=PhysicalDisk 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. 236=LogicalDisk 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. 238=Processor 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. 240=% Total Processor Time 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%. 242=% Total User Time 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. 244=% Total Privileged Time 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. 246=Total Interrupts/sec 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. 248=Processes 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. 250=Threads 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. 252=Events 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. 254=Semaphores 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. 256=Mutexes 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. 258=Sections 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. 260=Objects 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. 262=Redirector 263=The Redirector performance object consists of counter that monitor network connections originating at the local computer. 264=Bytes Received/sec 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). 266=Packets Received/sec 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). 268=Read Bytes Paging/sec 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). 270=Read Bytes Non-Paging/sec 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. 272=Read Bytes Cache/sec 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). 274=Read Bytes Network/sec 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). 276=Bytes Transmitted/sec 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). 278=Packets Transmitted/sec 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. 280=Write Bytes Paging/sec 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). 282=Write Bytes Non-Paging/sec 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. 284=Write Bytes Cache/sec 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. 286=Write Bytes Network/sec 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). 288=Read Operations/sec 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. 290=Read Operations Random/sec 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. 292=Read Packets/sec 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. 294=Reads Large/sec 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. 296=Read Packets Small/sec 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. 298=Write Operations/sec 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. 300=Write Operations Random/sec 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. 302=Write Packets/sec 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. 304=Writes Large/sec 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. 306=Write Packets Small/sec 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. 308=Reads Denied/sec 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. 310=Writes Denied/sec 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. 312=Network Errors/sec 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 Message Block) protocol error is a Network Error. An entry is written to the System Event Log and provide details. 314=Server Sessions 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. 316=Server Reconnects 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. 318=Connects Core 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. 320=Connects Lan Manager 2.0 321=Connects LAN Manager 2.0 counts connections to LAN Manager 2.0 servers, including LMX servers. 322=Connects Lan Manager 2.1 323=Connects LAN Manager 2.1 counts connections to LAN Manager 2.1 servers, including LMX servers. 324=Connects Windows NT 325=Connects Windows NT counts the connections to Windows 2000 or earlier computers. 326=Server Disconnects 327=Server Disconnects counts the number of times a Server has disconnected your Redirector. See also Server Reconnects. 328=Server Sessions Hung 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. 330=Server 331=The Server performance object consists of counters that measure communication between the local computer and the network. 333=The number of bytes the server has received from the network. Indicates how busy the server is. 335=The number of bytes the server has sent on the network. Indicates how busy the server is. 336=Thread Wait Reason 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). 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. 340=Sessions Timed Out 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. 342=Sessions Errored Out 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. The autodisconnect timeout value represents the number of seconds that idle connections with no session attached to have before being disconnected automatically by a server. The default value is 30 seconds. This counter increments as a result of normal server operation, not as an indication of network problems or unexpected error condition. 344=Sessions Logged Off 345=The number of sessions that have terminated normally. Useful in interpreting the Sessions Times Out and Sessions Errored Out statistics--allows percentage calculations. 346=Sessions Forced Off 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. 348=Errors Logon 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. 350=Errors Access Permissions 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. 352=Errors Granted Access 353=The number of times accesses to files opened successfully were denied. Can indicate attempts to access files without proper access authorization. 354=Errors System 355=The number of times an internal Server Error was detected. Unexpected errors usually indicate a problem with the Server. 356=Blocking Requests Rejected 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. 358=Work Item Shortages 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. 360=Files Opened Total 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. 362=Files Open 363=The number of files currently opened in the server. Indicates current server activity. 365=The number of sessions currently active in the server. Indicates current server activity. 366=File Directory Searches 367=The number of searches for files currently active in the server. Indicates current server activity. 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 WindowsNT Registry. 370=Pool Nonpaged Failures 371=The number of times allocations from nonpaged pool have failed. Indicates that the computer's physical memory is too small. 372=Pool Nonpaged Peak 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. 375=The number of bytes of pageable computer memory the server is currently using. Can help in determining good values for the MaxPagedMemoryUsage parameter. 376=Pool Paged Failures 377=The number of times allocations from paged pool have failed. Indicates that the computer's physical memory or paging file are too small. 378=Pool Paged Peak 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. 381=Server Announce Allocations Failed/sec is the rate at which server (or domain) announcements have failed due to lack of memory. 383=Mailslot Allocations Failed is the number of times the datagram receiver has failed to allocate a buffer to hold a user mailslot write. 385=Mailslot Receives Failed indicates the number of mailslot messages that could not be received due to transport failures. 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. 388=Bytes Total/sec 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. 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. 392=Current Commands 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. 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. 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. 398=NWLink NetBIOS 399=The NWLink NetBIOS performance object consists of counters that monitor IPX transport rates and connections. 400=Packets/sec 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. 404=Context Blocks Queued/sec 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. 406=File Data Operations/sec 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. 408=% Free Space 409=% Free Space is the percentage of total usable space on the selected logical disk drive that was free. 410=Free Megabytes 411=Free Megabytes displays the unallocated space, in megabytes, on the disk drive in megabytes. One megabyte is equal to 1,048,576 bytes. 412=Connections Open 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. 414=Connections No Retries 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. 416=Connections With Retries 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. 418=Disconnects Local 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. 420=Disconnects Remote 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. 422=Failures Link 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. 424=Failures Adapter 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. 426=Connection Session Timeouts 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. 428=Connections Canceled 429=Connections Canceled is the number of connections that were canceled. This number is an accumulator and shows a running total. 430=Failures Resource Remote 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. 432=Failures Resource Local 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. 434=Failures Not Found 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. 436=Failures No Listen 437=Failures No Listen is the number of connections that were rejected because the remote computer was not listening for connection requests. 438=Datagrams/sec 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. 440=Datagram Bytes/sec 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. 442=Datagrams Sent/sec 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. 444=Datagram Bytes Sent/sec 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. 446=Datagrams Received/sec 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. 448=Datagram Bytes Received/sec 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. 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. 452=Packets Sent/sec 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. 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. 456=Frames/sec 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. 458=Frame Bytes/sec 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. 460=Frames Sent/sec 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. 462=Frame Bytes Sent/sec 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. 464=Frames Received/sec 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. 466=Frame Bytes Received/sec 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. 468=Frames Re-Sent/sec 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. 470=Frame Bytes Re-Sent/sec 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. 472=Frames Rejected/sec 473=Frames Rejected/sec is the rate at which data frames are rejected. This counter only counts the frames (packets) that carry data. 474=Frame Bytes Rejected/sec 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. 476=Expirations Response 477=Expirations Response is the count of T1 timer expirations. 478=Expirations Ack 479=Expirations Ack is the count of T2 timer expirations. 480=Window Send Maximum 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. 482=Window Send Average 483=Window Send Average is the running average number of data bytes that were sent before waiting for an acknowledgment from the remote computer. 484=Piggyback Ack Queued/sec 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. 486=Piggyback Ack Timeouts 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. 488=NWLink IPX 489=The NWLink IPX performance object consists of counters that measure datagram transmission to and from computers using the IPX protocol. 490=NWLink SPX 491=The NWLink SPX performance object consist of counters that measure data transmission and session connections for computers using the SPX protocol. 492=NetBEUI 493=The NetBEUI performance object consists of counters that measure data transmission for network activity which conforms to the NetBIOS End User Interface standard. 494=NetBEUI Resource 495=The NetBEUI Resource performance object consists of counters that track the use of buffers by the NetBEUI protocol. 496=Used Maximum 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. 498=Used Average 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. 500=Times Exhausted 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. 502=NBT Connection 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. 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. 506=Bytes Sent/sec 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. 508=Total Bytes/sec 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. 510=Network Interface 511=The Network Interface performance object consists of counters that measure the rates at which bytes and packets are sent and received over a network connection. It includes counters that monitor connection errors. 512=Bytes/sec 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. 515=Packets/sec is the rate at which packets are sent and received on the network interface. 517=Packets Received/sec is the rate at which packets are received on the network interface. 519=Packets Sent/sec is the rate at which packets are sent on the network interface. 520=Current Bandwidth 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. 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. 524=Packets Received Unicast/sec 525=Packets Received Unicast/sec is the rate at which (subnet) unicast packets are delivered to a higher-layer protocol. 526=Packets Received Non-Unicast/sec 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. 528=Packets Received Discarded 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. 530=Packets Received Errors 531=Packets Received Errors is the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol. 532=Packets Received Unknown 533=Packets Received Unknown is the number of packets received through the interface that were discarded because of an unknown or unsupported protocol. 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. 536=Packets Sent Unicast/sec 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. 538=Packets Sent Non-Unicast/sec 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. 540=Packets Outbound Discarded 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. 542=Packets Outbound Errors 543=Packets Outbound Errors is the number of outbound packets that could not be transmitted because of errors. 544=Output Queue Length 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. 546=IPv4 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. 548=IPv6 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. 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. 552=Datagrams Received Header Errors 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. 554=Datagrams Received Address Errors 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. 556=Datagrams Forwarded/sec 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. 558=Datagrams Received Unknown Protocol 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. 560=Datagrams Received Discarded 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. 562=Datagrams Received Delivered/sec 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). 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. 566=Datagrams Outbound Discarded 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. 568=Datagrams Outbound No Route 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. 570=Fragments Received/sec 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. 572=Fragments Re-assembled/sec 573=Fragments Re-assembled/sec is the rate, in incidents per second, at which IP fragments were successfully reassembled. 574=Fragment Re-assembly Failures 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. 576=Fragmented Datagrams/sec 577=Fragmented Datagrams/sec is the rate, in incidents per second, at which datagrams are successfully fragmented. 578=Fragmentation Failures 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). 580=Fragments Created/sec 581=Fragments Created/sec is the rate, in incidents per second, at which IP datagram fragments were generated as a result of fragmentation. 582=ICMP 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. 584=Messages/sec 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. 586=Messages Received/sec 587=Messages Received/sec is the rate, in incidents per second at which ICMP messages were received. The rate includes messages received in error. 588=Messages Received Errors 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. 590=Received Dest. Unreachable 591=Received Destination Unreachable is the number of ICMP Destination Unreachable messages received. 592=Received Time Exceeded 593=Received Time Exceeded is the number of ICMP Time Exceeded messages received. 594=Received Parameter Problem 595=Received Parameter Problem is the number of ICMP Parameter Problem messages received. 596=Received Source Quench 597=Received Source Quench is the number of ICMP Source Quench messages received. 598=Received Redirect/sec 599=Received Redirect/sec is the rate, in incidents per second, at which ICMP Redirect messages were received. 600=Received Echo/sec 601=Received Echo/sec is the rate, in incidents per second, at which ICMP Echo messages were received. 602=Received Echo Reply/sec 603=Received Echo Reply/sec is the rate, in incidents per second, at which ICMP Echo Reply messages were received. 604=Received Timestamp/sec 605=Received Timestamp/sec is the rate, in incidents per second at which ICMP Timestamp Request messages were received. 606=Received Timestamp Reply/sec 607=Received Timestamp Reply/sec is the rate of ICMP Timestamp Reply messages received. 608=Received Address Mask 609=Received Address Mask is the number of ICMP Address Mask Request messages received. 610=Received Address Mask Reply 611=Received Address Mask Reply is the number of ICMP Address Mask Reply messages received. 612=Messages Sent/sec 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. 614=Messages Outbound Errors 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. 616=Sent Destination Unreachable 617=Sent Destination Unreachable is the number of ICMP Destination Unreachable messages sent. 618=Sent Time Exceeded 619=Sent Time Exceeded is the number of ICMP Time Exceeded messages sent. 620=Sent Parameter Problem 621=Sent Parameter Problem is the number of ICMP Parameter Problem messages sent. 622=Sent Source Quench 623=Sent Source Quench is the number of ICMP Source Quench messages sent. 624=Sent Redirect/sec 625=Sent Redirect/sec is the rate, in incidents per second, at which ICMP Redirect messages were sent. 626=Sent Echo/sec 627=Sent Echo/sec is the rate of ICMP Echo messages sent. 628=Sent Echo Reply/sec 629=Sent Echo Reply/sec is the rate, in incidents per second, at which ICMP Echo Reply messages were sent. 630=Sent Timestamp/sec 631=Sent Timestamp/sec is the rate, in incidents per second, at which ICMP Timestamp Request messages were sent. 632=Sent Timestamp Reply/sec 633=Sent Timestamp Reply/sec is the rate, in incidents per second, at which ICMP Timestamp Reply messages were sent. 634=Sent Address Mask 635=Sent Address Mask is the number of ICMP Address Mask Request messages sent. 636=Sent Address Mask Reply 637=Sent Address Mask Reply is the number of ICMP Address Mask Reply messages sent. 638=TCPv4 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. 640=Segments/sec 641=Segments/sec is the rate at which TCP segments are sent or received using the TCP protocol. 642=Connections Established 643=Connections Established is the number of TCP connections for which the current state is either ESTABLISHED or CLOSE-WAIT. 644=Connections Active 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. 646=Connections Passive 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. 648=Connection Failures 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. 650=Connections Reset 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. 652=Segments Received/sec 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. 654=Segments Sent/sec 655=Segments Sent/sec is the rate at which segments are sent, including those on current connections, but excluding those containing only retransmitted bytes. 656=Segments Retransmitted/sec 657=Segments Retransmitted/sec is the rate at which segments are retransmitted, that is, segments transmitted containing one or more previously transmitted bytes. 658=UDPv4 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. 660=% Total DPC Time 661=Datagrams/sec is the rate at which UDP datagrams are sent or received by the entity. 662=% Total Interrupt Time 663=Datagrams Received/sec is the rate at which UDP datagrams are delivered to UDP users. 664=Datagrams No Port/sec 665=Datagrams No Port/sec is the rate of received UDP datagrams for which there was no application at the destination port. 666=Datagrams Received Errors 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. 669=Datagrams Sent/sec is the rate at which UDP datagrams are sent from the entity. 670=Disk Storage Unit 671=Disk Storage device statistics from the foreign computer 672=Allocation Failures 673=The number of allocation failures reported by the disk storage device 674=System Up Time 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. 676=System Handle Count 677=The current number of system handles in use. 678=Free System Page Table Entries 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. 680=Thread Count 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. 682=Priority Base 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. 684=Elapsed Time 685=The total elapsed time, in seconds, that this process has been running. 686=Alignment Fixups/sec 687=Alignment Fixups/sec is the rate, in incidents per seconds, at alignment faults were fixed by the system. 688=Exception Dispatches/sec 689=Exception Dispatches/sec is the rate, in incidents per second, at which exceptions were dispatched by the system. 690=Floating Emulations/sec 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. 692=Logon/sec 693=Logon/sec is the rate of all server logons. 694=Priority Current 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. 696=% DPC Time 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. 698=% Interrupt Time 699=The total elapsed time (in seconds) this thread has been running. 700=Paging File 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. 702=% Usage 703=The amount of the Page File instance in use in percent. See also Process\\Page File Bytes. 704=% Usage Peak 705=The peak usage of the Page File instance in percent. See also Process\\Page File Bytes Peak. 706=Start Address 707=Starting virtual address for this thread. 708=User PC 709=Current User Program Counter for this thread. 710=Mapped Space No Access 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. 712=Mapped Space Read Only 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. 714=Mapped Space Read/Write 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. 716=Mapped Space Write Copy 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. 718=Mapped Space Executable 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. 720=Mapped Space Exec Read Only 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. 722=Mapped Space Exec Read/Write 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. 724=Mapped Space Exec Write Copy 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. 726=Reserved Space No Access 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. 728=Reserved Space Read Only 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. 730=Reserved Space Read/Write 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. 732=Reserved Space Write Copy 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. 734=Reserved Space Executable 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. 736=Reserved Space Exec Read Only 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. 738=Reserved Space Exec Read/Write 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. 740=Image 741=The Image performance object consists of counters that monitor the virtual address usage of images executed by processes on the computer. 742=Reserved Space Exec Write Copy 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. 744=Unassigned Space No Access 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. 746=Unassigned Space Read Only 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. 748=Unassigned Space Read/Write 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. 750=Unassigned Space Write Copy 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. 752=Unassigned Space Executable 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. 754=Unassigned Space Exec Read Only 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. 756=Unassigned Space Exec Read/Write 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. 758=Unassigned Space Exec Write Copy 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. 760=Image Space No Access 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. 762=Image Space Read Only 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. 764=Image Space Read/Write 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. 766=Image Space Write Copy 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. 768=Image Space Executable 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. 770=Image Space Exec Read Only 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. 772=Image Space Exec Read/Write 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. 774=Image Space Exec Write Copy 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. 776=Bytes Image Reserved 777=Bytes Image Reserved is the sum of all virtual memory reserved by images within this process. 778=Bytes Image Free 779=Bytes Image Free is the amount of virtual address space that is not in use or reserved by images within this process. 780=Bytes Reserved 781=Bytes Reserved is the total amount of virtual memory reserved for future use by this process. 782=Bytes Free 783=Bytes Free is the total unused virtual address space of this process. 784=ID Process 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. 786=Process Address Space 787=The Process Address Space performance object consists of counters that monitor memory allocation and use for a selected process. 788=No Access 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. 790=Read Only 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. 792=Read/Write 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. 794=Write Copy 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. 796=Executable 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. 798=Exec Read Only 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. 800=Exec Read/Write 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. 802=Exec Write Copy 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. 804=ID Thread 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. 806=Mailslot Receives Failed 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. 808=Mailslot Writes Failed 809=Duplicate Master Announcements indicates the number of times that the master browser has detected another master browser on the same domain. 810=Mailslot Opens Failed/sec 811=Illegal Datagrams/sec is the rate at which incorrectly formatted datagrams have been received by the workstation. 812=Duplicate Master Announcements 813=Announcements Total/sec is the sum of Announcements Server/sec and Announcements Domain/sec. 814=Illegal Datagrams/sec 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. 816=Thread Details 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. 818=Cache Bytes 819=Cache Bytes the size, in bytes, of the portion of the system file cache which is currently resident and active in physical memory. The Cache Bytes and Memory\\System Cache Resident Bytes counters are equivalent. This counter displays the last observed value only; it is not an average. 820=Cache Bytes Peak 821=Cache Bytes Peak is the maximum number of bytes used by the system file 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. 822=Pages Input/sec 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. 824=Transition Pages RePurposed/sec 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. 872=Bytes Transmitted 873=The number of bytes transmitted total for this connection. 874=Bytes Received 875=The number of bytes received total for this connection. 876=Frames Transmitted 877=The number of data frames transmitted total for this connection. 878=Frames Received. 879=The number of data frames received total for this connection. 880=Percent Compression Out 881=The compression ratio for bytes being transmitted. 882=Percent Compression In 883=The compression ratio for bytes being received. 884=CRC Errors 885=The total number of CRC Errors for this connection. CRC Errors occur when the frame received contains erroneous data. 886=Timeout Errors 887=The total number of Timeout Errors for this connection. Timeout Errors occur when an expected is not received in time. 888=Serial Overrun Errors 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. 890=Alignment Errors 891=The total number of Alignment Errors for this connection. Alignment Errors occur when a byte received is different from the byte expected. 892=Buffer Overrun Errors 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. 894=Total Errors 895=The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors for this connection. 896=Bytes Transmitted/Sec 897=The number of bytes transmitted per second. 898=Bytes Received/Sec 899=The number of bytes received per second. 900=Frames Transmitted/Sec 901=The number of frames transmitted per second. 902=Frames Received/Sec 903=The number of frames received per second. 904=Total Errors/Sec 905=The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors per second. 908=Total Connections 909=The total number of Remote Access connections. 920=WINS Server 921=The WINS Server performance object consists of counters that monitor communications using the WINS Server service. 922=Unique Registrations/sec 923=Unique Registrations/sec is the rate at which unique registration are received by the WINS server. 924=Group Registrations/sec 925=Group Registrations/sec is the rate at which group registration are received by the WINS server. 926=Total Number of Registrations/sec 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. 928=Unique Renewals/sec 929=Unique Renewals/sec is the rate at which unique renewals are received by the WINS server. 930=Group Renewals/sec 931=Group Renewals/sec is the rate at which group renewals are received by the WINS server. 932=Total Number of Renewals/sec 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. 934=Releases/sec 935=Total Number of Releases/sec is the rate at which releases are received by the WINS server. 936=Queries/sec 937=Total Number of Queries/sec is the rate at which queries are received by the WINS server. 938=Unique Conflicts/sec 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. 940=Group Conflicts/sec 941=Group Conflicts/sec is the rate at which group registration received by the WINS server resulted in conflicts with records in the database. 942=Total Number of Conflicts/sec 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. 944=Successful Releases/sec 945=Total Number of Successful Releases/sec 946=Failed Releases/sec 947=Total Number of Failed Releases/sec 948=Successful Queries/sec 949=Total Number of Successful Queries/sec 950=Failed Queries/sec 951=Total Number of Failed Queries/sec 952=Handle Count 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. 1000=MacFile Server 1001=Services for Macintosh AFP File Server. 1002=Max Paged Memory 1003=The maximum amount of paged memory resources used by the MacFile Server. 1004=Current Paged Memory 1005=The current amount of paged memory resources used by the MacFile Server. 1006=Max NonPaged Memory 1007=The maximum amount of nonpaged memory resources use by the MacFile Server. 1008=Current NonPaged memory 1009=The current amount of nonpaged memory resources used by the MacFile Server. 1010=Current Sessions 1011=The number of sessions currently connected to the MacFile server. Indicates current server activity. 1012=Maximum Sessions 1013=The maximum number of sessions connected at one time to the MacFile server. Indicates usage level of server. 1014=Current Files Open 1015=The number of internal files currently open in the MacFile server. This count does not include files opened on behalf of Macintosh clients. 1016=Maximum Files Open 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. 1018=Failed Logons 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. 1020=Data Read/sec 1021=The number of bytes read from disk per second. 1022=Data Written/sec 1023=The number of bytes written to disk per second. 1024=Data Received/sec 1025=The number of bytes received from the network per second. Indicates how busy the server is. 1026=Data Transmitted/sec 1027=The number of bytes sent on the network per second. Indicates how busy the server is. 1028=Current Queue Length 1029=The number of outstanding work items waiting to be processed. 1030=Maximum Queue Length 1031=The maximum number of outstanding work items waiting at one time. 1032=Current Threads 1033=The current number of threads used by MacFile server. Indicates how busy the server is. 1034=Maximum Threads 1035=The maximum number of threads used by MacFile server. Indicates peak usage level of server. 1050=AppleTalk 1051=AppleTalk Protocol 1052=Packets In/sec 1053=Number of packets received per second by Appletalk on this port. 1054=Packets Out/sec 1055=Number of packets sent per second by Appletalk on this port. 1056=Bytes In/sec 1057=Number of bytes received per second by Appletalk on this port. 1058=Bytes Out/sec 1059=Number of bytes sent per second by Appletalk on this port. 1060=Average Time/DDP Packet 1061=Average time in milliseconds to process a DDP packet on this port. 1062=DDP Packets/sec 1063=Number of DDP packets per second received by Appletalk on this port. 1064=Average Time/AARP Packet 1065=Average time in milliseconds to process an AARP packet on this port. 1066=AARP Packets/sec 1067=Number of AARP packets per second received by Appletalk on this port. 1068=Average Time/ATP Packet 1069=Average time in milliseconds to process an ATP packet on this port. 1070=ATP Packets/sec 1071=Number of ATP packets per second received by Appletalk on this port. 1072=Average Time/NBP Packet 1073=Average time in milliseconds to process an NBP packet on this port. 1074=NBP Packets/sec 1075=Number of NBP packets per second received by Appletalk on this port. 1076=Average Time/ZIP Packet 1077=Average time in milliseconds to process a ZIP packet on this port. 1078=ZIP Packets/sec 1079=Number of ZIP packets per second received by Appletalk on this port. 1080=Average Time/RTMP Packet 1081=Average time in milliseconds to process an RTMP packet on this port. 1082=RTMP Packets/sec 1083=Number of RTMP packets per second received by Appletalk on this port. 1084=ATP Retries Local 1085=Number of ATP requests retransmitted on this port. 1086=ATP Response Timouts 1087=Number of ATP release timers that have expired on this port. 1088=ATP XO Response/Sec 1089=Number of ATP Exactly-once transaction responses per second on this port. 1090=ATP ALO Response/Sec 1091=Number of ATP At-least-once transaction responses per second on this port. 1092=ATP Recvd Release/Sec 1093=Number of ATP transaction release packets per second received on this port. 1094=Current NonPaged Pool 1095=The current amount of nonpaged memory resources used by AppleTalk. 1096=Packets Routed In/Sec 1097=Number of packets routed in on this port. 1098=Packets dropped 1099=Number of packets dropped due to resource limitations on this port. 1100=ATP Retries Remote 1101=Number of ATP requests retransmitted to this port. 1102=Packets Routed Out/Sec 1103=Number of packets routed out on this port. 1110=Network Segment 1111=Provides Network Statistics for the local network segment via the Network Monitor Service. 1112=Total frames received/second 1113=The total number of frames received per second on this network segment. 1114=Total bytes received/second 1115=The number of bytes received per second on this network segment. 1116=Broadcast frames received/second 1117=The number of Broadcast frames received per second on this network segment. 1118=Multicast frames received/second 1119=The number of Multicast frames received per second on this network segment. 1120=% Network utilization 1121=Percentage of network bandwidth in use on this network segment. 1124=% Broadcast Frames 1125=Percentage of network bandwidth which is made up of broadcast traffic on this network segment. 1126=% Multicast Frames 1127=Percentage of network bandwidth which is made up of multicast traffic on this network segment. 1150=Telephony 1151=The Telephony System 1152=Lines 1153=The number of telephone lines serviced by this computer. 1154=Telephone Devices 1155=The number of telephone devices serviced by this computer. 1156=Active Lines 1157=The number of telephone lines serviced by this computer that are currently active. 1158=Active Telephones 1159=The number of telephone devices that are currently being monitored. 1160=Outgoing Calls/sec 1161=The rate of outgoing calls made by this computer. 1162=Incoming Calls/sec 1163=The rate of incoming calls answered by this computer. 1164=Client Apps 1165=The number of applications that are currently using telephony services. 1166=Current Outgoing Calls 1167=Current outgoing calls being serviced by this computer. 1168=Current Incoming Calls 1169=Current incoming calls being serviced by this computer. 1232=Packet Burst Read NCP Count/sec 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. 1234=Packet Burst Read Timeouts/sec 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. 1236=Packet Burst Write NCP Count/sec 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. 1238=Packet Burst Write Timeouts/sec 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. 1240=Packet Burst IO/sec 1241=Packet Burst IO/sec is the sum of Packet Burst Read NCPs/sec and Packet Burst Write NCPs/sec. 1260=Logon Total 1261=Logon Total indicates the total session setup attempts, including all successful logon and failed logons since the server service is started. 1262=Total Durable Handles 1263=The total number of durable handle disconnects that have occurred. 1264=Reconnected Durable Handles 1265=The total number of durable handles that are successfully reconnected. The ratio of "reconnected durable handles"/"total durable handles" indicates the stability gain from reconnect durable handles. 1266=SMB BranchCache Hash Header Requests 1267=The number of SMB BranchCache hash requests that were for the header only received by the server. This indicates how many requests are being done to validate hashes that are already cached by the client. 1268=SMB BranchCache Hash Generation Requests 1269=The number of SMB BranchCache hash generation requests that were sent by SRV2 to the SMB Hash Generation service because a client requested hashes for the file and there was either no hash content for the file or the existing hashes were out of date. 1270=SMB BranchCache Hash Requests Received 1271=The number of SMB BranchCache hash requests that were received by the server. 1272=SMB BranchCache Hash Responses Sent 1273=The number of SMB BranchCache hash responses that have been sent from the server. 1274=SMB BranchCache Hash Bytes Sent 1275=The amount of SMB BranchCache hash data sent from the server. This includes bytes transferred for both hash header requests and full hash data requests. 1276=Total Resilient Handles 1277=The total number of resilient handle disconnect that have occurred. 1278=Reconnected Resilient Handles 1279=The total number of resilient handles that are successfully reconnected. The ratio of "reconnected resilient handles"/"total resilient handles" indicates the stability gain from reconnect resilient handles. 1300=Server Work Queues 1301=The Server Work Queues performance object consists of counters that monitor the length of the queues and objects in the queues. 1302=Queue Length 1303=Queue length is the current number of workitem in Blocking queues and Nonblocking queues, which indicates how busy the server is to process outstanding workitems for this CPU. A sustained queue length greater than four might indicate processor congestion. This is an instantaneous count, not an average over time. 1304=Active Threads 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. 1306=Available Threads 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. 1308=Available Work Items 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 SMB1 Blocking Queue instance. 1310=Borrowed Work Items 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 and SMB2 Queue instances. 1312=Work Item Shortages 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 and SMB2 Queue instances. 1314=Current Clients 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. 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. 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. 1320=Bytes Transferred/sec 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. 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. 1324=Read Bytes/sec 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. 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. 1328=Write Bytes/sec 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. 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. 1332=Total Operations/sec 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. 1334=DPCs Queued/sec 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. 1336=DPC Rate 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. 1342=Total DPCs Queued/sec 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. 1344=Total DPC Rate 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. 1350=% Registry Quota In Use 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. 1360=VL Memory 1361=Counters that indicate the status of local and system Very Large memory allocations. 1362=VLM % Virtual Size In Use 1363=VLM % Virtual Size In Use 1364=VLM Virtual Size 1365=Current size of the process VLM Virtual memory space in bytes. 1366=VLM Virtual Size Peak 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. 1368=VLM Virtual Size Available 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. 1370=VLM Commit Charge 1371=The current size of committed VLM memory space for the current process in bytes. 1372=VLM Commit Charge Peak 1373=The peak size of the committed VLM memory space in bytes for the current process since the process started. 1374=System VLM Commit Charge 1375=The current size of all committed VLM memory space in bytes for the system. 1376=System VLM Commit Charge Peak 1377=The peak size of all committed VLM memory space in bytes since the system was started. 1378=System VLM Shared Commit Charge 1379=The current size of all committed shared VLM memory space in bytes for the system. 1380=Available KBytes 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. 1382=Available MBytes 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. 1400=Avg. Disk Queue Length 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. 1402=Avg. Disk Read Queue Length 1403=Avg. Disk Read Queue Length is the average number of read requests that were queued for the selected disk during the sample interval. 1404=Avg. Disk Write Queue Length 1405=Avg. Disk Write Queue Length is the average number of write requests that were queued for the selected disk during the sample interval. 1406=% Committed Bytes In Use 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. 1408=Full Image 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. 1410=Creating Process ID 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. 1412=IO Read Operations/sec 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. 1414=IO Write Operations/sec 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. 1416=IO Data Operations/sec 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. 1418=IO Other Operations/sec 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. 1420=IO Read Bytes/sec 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. 1422=IO Write Bytes/sec 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. 1424=IO Data Bytes/sec 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. 1426=IO Other Bytes/sec 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. 1450=Print Queue 1451=Displays performance statistics about a Print Queue. 1452=Total Jobs Printed 1453=Total number of jobs printed on a print queue since the last restart. 1454=Bytes Printed/sec 1455=Number of bytes per second printed on a print queue. 1456=Total Pages Printed 1457=Total number of pages printed through GDI on a print queue since the last restart. 1458=Jobs 1459=Current number of jobs in a print queue. 1460=References 1461=Current number of references (open handles) to this printer. 1462=Max References 1463=Peak number of references (open handles) to this printer. 1464=Jobs Spooling 1465=Current number of spooling jobs in a print queue. 1466=Max Jobs Spooling 1467=Maximum number of spooling jobs in a print queue since last restart. 1468=Out of Paper Errors 1469=Total number of out of paper errors in a print queue since the last restart. 1470=Not Ready Errors 1471=Total number of printer not ready errors in a print queue since the last restart. 1472=Job Errors 1473=Total number of job errors in a print queue since last restart. 1474=Enumerate Network Printer Calls 1475=Total number of calls from browse clients to this print server to request network browse lists since last restart. 1476=Add Network Printer Calls 1477=Total number of calls from other print servers to add shared network printers to this server since last restart. 1478=Working Set - Private 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. 1480=Working Set - Shared 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. 1482=% Idle Time 1483=% Idle Time reports the percentage of time during the sample interval that the disk was idle. 1484=Split IO/Sec 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. 1500=Job Object 1501=Reports the accounting and processor usage data collected by each active named Job object. 1502=Current % Processor Time 1503=Current % Processor Time shows the percentage of the sample interval that the processes in the Job object spent executing code. 1504=Current % User Mode Time 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. 1506=Current % Kernel Mode Time 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. 1508=This Period mSec - Processor 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. 1510=This Period mSec - User Mode 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. 1512=This Period mSec - Kernel Mode 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. 1514=Pages/Sec 1515=Pages/Sec shows the page fault rate of all the processes in the Job object. 1516=Process Count - Total 1517=Process Count - Total shows the number of processes, both active and terminated, that are or have been associated with the Job object. 1518=Process Count - Active 1519=Process Count - Active shows the number of processes that are currently associated with the Job object. 1520=Process Count - Terminated 1521=Process Count - Terminated shows the number of processes that have been terminated because of a limit violation. 1522=Total mSec - Processor 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. 1524=Total mSec - User Mode 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. 1526=Total mSec - Kernel Mode 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. 1530=TCPv6 1532=UDPv6 1534=ICMPv6 1536=Received Packet Too Big 1537=Received Packet Too Big is the number of received packets thatare larger than anticipated. 1538=Received Membership Query 1539=Received Membership Query is the number of packets received thatquery their membership to a group. 1540=Received Membership Report 1541=Received Membership Report is the number of packets received thatreport their membership to a group. 1542=Received Membership Reduction 1543=Received Membership Reduction is the number of packets received thatcancelled their membership to a group. 1544=Received Router Solicit 1545=Received Router Solicit is the number of packets received thatsolicit the router. 1546=Received Router Advert 1547=Received Router Advert is the number of packets received thatadvert the router. 1548=Job Object Details 1549=% Job object Details shows detailed performance information about the active processes that make up a Job object. 1550=Received Neighbor Solicit 1551=Received Neighbor Solicit is the number of packets received thatsolicit a neighbor. 1552=Received Neighbor Advert 1553=Received Neighbor Advert is the number of packets received thatadvert a neighbor. 1554=Sent Packet Too Big 1555=Sent Packet Too Big is the number of sent packets thatare larger than anticipated. 1556=Sent Membership Query 1557=Sent Membership Query is the number of packets sent thatquery their membership to a group. 1558=Sent Membership Report 1559=Sent Membership Report is the number of packets sent thatreport their membership to a group. 1560=Sent Membership Reduction 1561=Sent Membership Reduction is the number of packets sent thatcancelled their membership to a group. 1562=Sent Router Solicit 1563=Sent Router Solicit is the number of packets sent thatsolicit the router. 1564=Sent Router Advert 1565=Sent Router Advert is the number of packets sent thatadvert the router. 1566=Sent Neighbor Solicit 1567=Sent Neighbor Solicit is the number of packets sent thatsolicit a neighbor. 1568=Sent Neighbor Advert 1569=Sent Neighbor Advert is the number of packets sent thatadvert a neighbor. 1570=Security System-Wide Statistics 1571=These counters track authentication performance on a per second basis. 1572=NTLM Authentications 1573=This counter tracks the number of NTLM authentications processed per second for the AD on this DC or for local accounts on this member server. 1574=Kerberos Authentications 1575=This counter tracks the number of times that clients use a ticket to authenticate to this computer per second. 1576=KDC AS Requests 1577=This counter tracks the number of Authentication Service (AS) requests that are being processed by the Key Distribution Center (KDC) per second. Clients use AS requests to obtain a ticket-granting ticket. 1578=KDC TGS Requests 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. 1580=Schannel Session Cache Entries 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. 1582=Active Schannel Session Cache Entries 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. 1584=SSL Client-Side Full Handshakes 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. 1586=SSL Client-Side Reconnect Handshakes 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. 1588=SSL Server-Side Full Handshakes 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. 1590=SSL Server-Side Reconnect Handshakes 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. 1592=Digest Authentications 1593=This counter tracks the number of Digest authentications that are being processed per second. 1594=Forwarded Kerberos Requests 1595=This counter tracks the number of Kerberos requests that a read-only domain controller (RODC) forwards to its hub, per second. This counter is tracked only on a RODC. 1596=Offloaded Connections 1597=Offloaded Connections is the number of TCP connections (over both IPv4 and IPv6) that are currently handled by the TCP chimney offload capable network adapter. 1598=TCP Active RSC Connections 1599=TCP Active RSC Connections is the number of TCP connections (over both IPv4 and IPv6) that are currently receiving large packets from the RSC capable network adapter on this network interface. 1600=TCP RSC Coalesced Packets/sec 1601=TCP RSC Coalesced Packets/sec shows the large packet receive rate across all TCP connections on this network interface. 1602=TCP RSC Exceptions/sec 1603=TCP RSC Exceptions/sec shows the RSC exception rate for receive packets across all TCP connections on this network interface. 1604=TCP RSC Average Packet Size 1605=TCP RSC Average Packet Size is the average size in bytes of received packets across all TCP connections on this network interface. 1620=KDC armored AS Requests 1621=This counter tracks the number of armored Authentication Service (AS) requests that are being processed by the Key Distribution Center (KDC) per second. 1622=KDC armored TGS Requests 1623=This counter tracks the number of armored ticket-granting service (TGS) requests that are being processed by the Key Distribution Center (KDC) per second. 1624=KDC claims-aware AS Requests 1625=This counter tracks the number of Authentication Service (AS) requests explicitly requesting claims that are being processed by the Key Distribution Center (KDC) per second. 1626=KDC claims-aware service asserted identity TGS requests 1627=This counter tracks the number of service asserted identity (S4U2Self) TGS requests that are explicitly requesting claims. These requests are being processed by the Key Distribution Center (KDC) per second. 1628=KDC classic type constrained delegation TGS Requests 1629=This counter tracks the number of constrained delegation (S4U2Proxy) TGS requests that are being processed by the Key Distribution Center (KDC) by checking classic type constrained delegation configuration per second. The classic type constrained delegation is restricted to a single domain and configures the backend services SPN on the middle-tier services account object. 1630=KDC resource type constrained delegation TGS Requests 1631=This counter tracks the number of constrained delegation (S4U2Proxy) TGS requests that are being processed by the Key Distribution Center (KDC) by checking the resource type constrained delegation per second. The resource type constrained delegation can cross domain boundaries and configures the middle-tiers account on the backend services account object. 1632=KDC claims-aware TGS Requests 1633=This counter tracks the number of claims-aware ticket-granting service (TGS) requests that are being processed by the Key Distribution Center (KDC) per second. A claims-aware Kerberos client will always request claims during Authentication Service (AS) exchanges. 1670=Security Per-Process Statistics 1671=These counters track the number of security resources and handles used per process. 1672=Credential Handles 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. 1674=Context Handles 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. 1676=Free & Zero Page List Bytes 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. 1678=Modified Page List Bytes 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. 1680=Standby Cache Reserve Bytes 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. 1682=Standby Cache Normal Priority Bytes 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. 1684=Standby Cache Core Bytes 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. 1686=Long-Term Average Standby Cache Lifetime (s) 1687=Long-Term Average Standby Cache Lifetime, in seconds. The average lifetime of data in the standby cache over a long interval is measured. 1746=% Idle Time 1747=% Idle Time is the percentage of time the processor is idle during the sample interval 1748=% C1 Time 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. 1750=% C2 Time 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. 1752=% C3 Time 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. 1754=C1 Transitions/sec 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. 1756=C2 Transitions/sec 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. 1758=C3 Transitions/sec 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. 1760=Heap 1761=Heap performance counters for must used heaps 1762=Committed Bytes 1763=Memory actively used by this heap (FreeBytes + AllocatedBytes) 1764=Reserved Bytes 1765=Total virtual address space reserved for this heap (includes uncommitted ranges) 1766=Virtual Bytes 1767=ReservedBytes minus last uncommitted range in each segment 1768=Free Bytes 1769=Memory on freelists in this heap (does not include uncommitted ranges or blocks in heap cache) 1770=Free List Length 1771=Number of blocks on the list of free blocks >1k in size 1772=Avg. alloc rate 1773=1/Average time per allocation (excluding allocs from heap cache) 1774=Avg. free rate 1775=1/Average time per free (excluding frees to heap cache) 1776=Uncommitted Ranges Length 1777=Number of uncommitted ranges in the reserved virtual address 1778=Allocs - Frees 1779=Difference between number of allocations and frees (for leak detection) 1780=Cached Allocs/sec 1781=Allocations/sec from heap cache 1782=Cached Frees/sec 1783=Frees/sec from heap cache 1784=Allocs <1K/sec 1785=Allocations/sec of size <1k bytes (including heap cache) 1786=Frees <1K/sec 1787=Frees/sec of size <1k bytes (including heap cache) 1788=Allocs 1-8K/sec 1789=Allocations/sec of size 1-8k bytes 1790=Frees 1-8K/sec 1791=Frees/sec of size 1-8k bytes 1792=Allocs over 8K/sec 1793=Allocations/sec of size over 8k bytes 1794=Frees over 8K/sec 1795=Frees/sec of size over 8k bytes 1796=Total Allocs/sec 1797=Allocations/sec (including from heap cache) 1798=Total Frees/sec 1799=Frees/sec (including to heap cache) 1800=Blocks in Heap Cache 1801=Total number of blocks in the heap cache 1802=Largest Cache Depth 1803=Largest number of blocks of any one size in the heap cache 1804=% Fragmentation 1805=(FreeBytes / CommittedBytes) *100 1806=% VAFragmentation 1807=(VirtualBytes / ReservedBytes) * 100 1808=Heap Lock contention 1809=Collisions/sec on the heap lock 1810=Dirty Pages 1811=Total number of dirty pages on the system cache 1812=Dirty Page Threshold 1813=Threshold for number of dirty pages on system cache 1814=NUMA Node Memory 1815=Counters that report approximate memory utilization statistics per node on NUMA systems. 1816=Total MBytes 1817=Total amount of physical memory associated with a NUMA node in megabytes. 1818=Free & Zero Page List MBytes 1819=Approximate amount of physical memory on the free and zero page lists for a NUMA node, in megabytes. 1820=Network Adapter 1821=The Network Adapter performance object consists of counters that measure the rates at which bytes and packets are sent and received over a physical or virtual network connection. It includes counters that monitor connection errors. 1822=Standby List MBytes 1823=Approximate amount of physical memory on the standby page list for a NUMA node, in megabytes. This counter is available only on 64-bit systems. 1824=Available MBytes 1825=Approximate amount of physical memory available for allocation for a NUMA node, in megabytes. Computed as the sum of memory on the zeroed, free, and standby lists for a NUMA node. This counter is available only on 64-bit systems. 1826=SMB BranchCache Hash V2 Header Requests 1827=The number of SMB BranchCache hash V2 requests that were for the header only received by the server. This indicates how many requests are being done to validate hashes that are already cached by the client. 1828=SMB BranchCache Hash V2 Generation Requests 1829=The number of SMB BranchCache hash V2 generation requests that were sent by SRV2 to the SMB Hash Generation service because a client requested hashes for the file and there was either no hash content for the file or the existing hashes were out of date. 1830=SMB BranchCache Hash V2 Requests Received 1831=The number of SMB BranchCache hash V2 requests that were received by the server. 1832=SMB BranchCache Hash V2 Responses Sent 1833=The number of SMB BranchCache hash V2 responses that have been sent from the server. 1834=SMB BranchCache Hash V2 Bytes Sent 1835=The amount of SMB BranchCache hash V2 data sent from the server. This includes bytes transferred for both hash header requests and full hash data requests. 1836=SMB BranchCache Hash V2 Requests Served From Dedup 1837=The amount of SMB BranchCache hash V2 requests that were served from dedup store by the server. 1846=End Marker 1847=End Marker 1912=Telephony 1913=The Telphony System 1914=Number of Lines 1915=The number of telephone lines serviced by this computer. 1916=Number of Telephone devices 1917=The number of telephone devices serviced by this computer. 1918=Number of Active Lines 1919=the number of telephone lines serviced by this computer that are currently active. 1920=Number of Active Telephones 1921=The number of telephone devices that are currently being monitored. 1922=Outgoing calls/sec 1923=The rate of outgoing calls made by this computer. 1924=Incoming calls/sec 1925=The rate of incoming calls answered by this computer. 1926=Number of Client Apps 1927=The number of applications that are currently using telephony services. 1928=Current Outgoing Calls 1929=Current outgoing calls being serviced by this computer. 1930=Current Incoming Calls 1931=Current incoming calls being serviced by this computer. 2380=Database 2381=Database provides performance statistics for each process using the ESE high performance embedded database management system. 2382=Pages Converted/sec 2383=Pages Converted/sec is the number of times per second a database page is converted from an older database format. [Dev Only] 2384=Pages Converted 2385=Pages Converted is the number of database pages that have been converted from an older format. [Dev Only] 2386=Records Converted/sec 2387=Records Converted/sec is the number of times per second a database record is converted from an older database format. [Dev Only] 2388=Records Converted 2389=Records Converted is the number of database records that have been converted from an older format [Dev Only] 2390=Defragmentation Tasks 2391=Defragmentation Tasks is the count of background database defragmentation tasks that are currently executing. 2392=Defragmentation Tasks Pending 2393=Defragmentation Tasks Pending is the count of background database defragmentation tasks that are currently pending. 2394=Defragmentation Tasks Postponed 2395=Defragmentation Tasks Postponed is the count of background database defragmentation tasks that could not be registered for imminent execution, and have been persisted in a table for later execution. [Dev Only] 2396=Defragmentation Tasks Scheduled/sec 2397=Defragmentation Tasks Scheduled/sec is the number of background database defragmentation tasks scheduled for execution per second. [Dev Only] 2398=Defragmentation Tasks Completed/sec 2399=Defragmentation Tasks Completed/sec is the number of background database defragmentation tasks completing execution per second. [Dev Only] 2400=Heap Allocs/sec 2401=Heap Allocs/sec is the number of memory allocations from the MP Heaps per second. [Dev Only] 2402=Heap Frees/sec 2403=Heap Frees/sec is the number of memory frees to the MP Heaps per second. [Dev Only] 2404=Heap Allocations 2405=Heap Allocations is the current number of memory allocations in the MP Heaps. [Dev Only] 2406=Heap Bytes Allocated 2407=Heap Bytes Allocated is the size of all memory allocations in the MP Heaps discounting heap managemnt overhead. [Dev Only] 2408=Page Bytes Reserved 2409=Page Bytes Reserved is the size of all explicitly reserved virtual address space. [Dev Only] 2410=Page Bytes Committed 2411=Page Bytes Committed is the size of all explicitly committed virtual memory backing store (page file and physical memory). [Dev Only] 2412=FCB Async Scan/sec 2413=FCB Async 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] 2414=FCB Async Purge/sec 2415=FCB Async 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] 2416=FCB Async Threshold-Scan/sec 2417=FCB Async 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] 2418=FCB Async Threshold-Purge/sec 2419=FCB Async 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] 2420=FCB Async Threshold Purge Failures (Conflicts)/sec 2421=FCB Async Threshold Purge Failures (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] 2422=FCB Async Threshold Purge Failures (In Use)/sec 2423=FCB Async Threshold Purge Failures (In Use)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record being in use. [Dev Only] 2424=FCB Async Threshold Purge Failures (Delete Pending)/sec 2425=FCB Async Threshold Purge Failures (Delete Pending)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record being pending delete. [Dev Only] 2426=FCB Async Threshold Purge Failures (Outstanding Versions)/sec 2427=FCB Async Threshold Purge Failures (Outstanding Versions)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record having outstanding versions. [Dev Only] 2428=FCB Async Threshold Purge Failures (LV Outstanding)/sec 2429=FCB Async Threshold Purge Failures (LV Outstanding)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the LV of the record being outstanding. [Dev Only] 2430=FCB Async Threshold Purge Failures (Index Outstanding)/sec 2431=FCB Async Threshold Purge Failures (Index Outstanding)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the index of the record being outstanding. [Dev Only] 2432=FCB Async Threshold Purge Failures (Active Tasks)/sec 2433=FCB Async Threshold Purge Failures (Active Tasks)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record having active tasks. [Dev Only] 2434=FCB Async Threshold Purge Failures (Callbacks)/sec 2435=FCB Async Threshold Purge Failures (Callbacks)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record having callbacks. [Dev Only] 2436=FCB Async Threshold Purge Failures (Other)/sec 2437=FCB Async Threshold Purge Failures (Other)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to other reasons. [Dev Only] 2438=FCB Async Purge Failures (Conflicts)/sec 2439=FCB Async Purge Failures (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] 2440=FCB Async Purge Failures (In Use)/sec 2441=FCB Async Purge Failures (In Use)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record being in use. [Dev Only] 2442=FCB Async Purge Failures (Delete Pending)/sec 2443=FCB Async Purge Failures (Delete Pending)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record being in pending delete state. [Dev Only] 2444=FCB Async Purge Failures (Outstanding Versions)/sec 2445=FCB Async Purge Failures (Outstanding Versions)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record having outstanding versions. [Dev Only] 2446=FCB Async Purge Failures (LV Outstanding)/sec 2447=FCB Async Purge Failures (LV Outstanding)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the LV of the record being outstanding. [Dev Only] 2448=FCB Async Purge Failures (Index Outstanding)/sec 2449=FCB Async Purge Failures (Index Outstanding)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the index of the record being outstanding. [Dev Only] 2450=FCB Async Purge Failures (Active Tasks)/sec 2451=FCB Async Purge Failures (Active Tasks)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record having active tasks. [Dev Only] 2452=FCB Async Purge Failures (Callbacks)/sec 2453=FCB Async Purge Failures (Callbacks)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record having callbacks. [Dev Only] 2454=FCB Async Purge Failures (Other)/sec 2455=FCB Async Purge Failures (Other)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to other reasons. [Dev Only] 2456=FCB Sync Purge/sec 2457=FCB Sync Purge/sec is the number of cached schema records (FCBs) being synchronously purged each second. [Dev Only] 2458=FCB Sync Purge Stalls/sec 2459=FCB Sync 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] 2460=FCB Allocations Wait For Version Cleanup/sec 2461=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] 2462=FCB Purge On Cursor Close/sec 2463=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] 2464=FCB Cache % Hit 2465=FCB Cache % Hit is the percentage of schema records (FCBs) opened directly from the schema record cache. No file operations were required. [Dev Only] 2466=No name 2467=No text 2468=FCB Cache Stalls/sec 2469=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] 2470=FCB Cache Maximum 2471=FCB Cache Maximum is the absolute maximum number of the schema records (FCBs) that can exist in the cache. [Dev Only] 2472=FCB Cache Preferred 2473=FCB Cache Preferred is the preferred maximum number of the schema records (FCBs) that should exist in the cache. [Dev Only] 2474=FCB Cache Allocated 2475=FCB Cache Allocated is the number of cached schema records (FCBs) currently allocated. [Dev Only] 2476=FCB Cache Allocated/sec 2477=FCB Cache Allocated/sec is the number of cached schema records (FCBs) currently allocated per second. [Dev Only] 2478=FCB Cache Available 2479=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] 2480=FCB Attached RCEs 2481=FCB Attached RCEs is the number of revision control entries (RCEs) attached to cached schema records (FCBs) [Dev Only] 2482=Sessions In Use 2483=Sessions In Use is the number of database sessions currently open for use by client threads. 2484=Sessions % Used 2485=Sessions % Used is the percentage of database sessions currently open for use by client threads. 2486=No name 2487=No text 2488=Resource Manager FCB Allocated 2489=Resource Manager FCB Allocated indicates the amount of memory in Bytes of allocated FCBs [Dev Only] 2490=Resource Manager FCB Allocated Used 2491=Resource Manager FCB Allocated Used indicates the amount of memory in Bytes of allocated and used FCBs [Dev Only] 2492=Resource Manager FCB Quota 2493=Resource Manager FCB Quota indicates the maximum amount of memory in Bytes for FCBs [Dev Only] 2494=Resource Manager FUCB Allocated 2495=Resource Manager FUCB Allocated indicates the amount of memory in Bytes of allocated FUCBs [Dev Only] 2496=Resource Manager FUCB Allocated Used 2497=Resource Manager FUCB Allocated Used indicates the amount of memory in Bytes of allocated and used FUCBs [Dev Only] 2498=Resource Manager FUCB Quota 2499=Resource Manager FUCB Quota indicates the maximum amount of memory in Bytes for FUCBs [Dev Only] 2500=Resource Manager TDB Allocated 2501=Resource Manager TDB Allocated indicates the amount of memory in Bytes of allocated TDBs [Dev Only] 2502=Resource Manager TDB Allocated Used 2503=Resource Manager TDB Allocated Used indicates the amount of memory in Bytes of allocated and used TDBs [Dev Only] 2504=Resource Manager TDB Quota 2505=Resource Manager TDB Quota indicates the maximum amount of memory in Bytes for TDBs [Dev Only] 2506=Resource Manager IDB Allocated 2507=Resource Manager IDB Allocated indicates the amount of memory in Bytes of allocated IDBs [Dev Only] 2508=Resource Manager IDB Allocated Used 2509=Resource Manager IDB Allocated Used indicates the amount of memory in Bytes of allocated and used IDBs [Dev Only] 2510=Resource Manager IDB Quota 2511=Resource Manager IDB Quota indicates the maximum amount of memory in Bytes for IDBs [Dev Only] 2512=Table Open Cache % Hit 2513=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. 2514=No name 2515=No text 2516=Table Open Cache Hits/sec 2517=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. 2518=Table Open Cache Misses/sec 2519=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. 2520=Table Open Pages Read/sec 2521=Table Open Pages Read/sec is the number of database pages read without using cached schema information per second. If this rate is too high, the table cache size may be too small. [Dev Only] 2522=Table Open Pages Preread/sec 2523=Table Open Pages Preread/sec is the number of database pages pre-read without using cached schema information per second. If this rate is too high, the table cache size may be too small. [Dev Only] 2524=Table Opens/sec 2525=Table Opens/sec is the number of database tables opened per second. 2526=Table Closes/sec 2527=Table Closes/sec is the number of database tables closed per second. 2528=Tables Open 2529=Tables Open is the number of database tables opened. 2530=Log Bytes Write/sec 2531=Log Bytes Write per second is the rate bytes are written to the log. 2532=Log Bytes Generated/sec 2533=Log Bytes Generated per second is the rate at which data is added to the log. This is different from Log Bytes Write per second in that each byte is generated only once whereas each byte may be written many times. 2534=Log Buffer Bytes Used 2535=Log Buffer Bytes Used is the amount of bytes in the log buffers that have not yet been flushed to the logs. [Dev Only] 2536=Log Buffer Bytes Free 2537=Log Buffer Bytes Free is the amount of free space available in the log buffers. [Dev Only] 2538=Log Buffer Bytes Committed 2539=Log Buffer Bytes Committed is total number of committedbytes of log buffer. [Dev Only] 2540=Log Threads Waiting 2541=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. 2542=Log Checkpoint Depth 2543=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] 2544=Log Generation Checkpoint Depth 2545=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] 2546=Log Checkpoint Maintenance Outstanding IO Max 2547=Log Checkpoint Maintenance Outstanding IO Max represents how aggressive, in terms of outstanding IOs, the database engine will be to maintain the preferred checkpoint. This is a function of how far the checkpoint has fallen behind. [Dev Only] 2548=User Read Only Transaction Commits to Level 0/sec 2549=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] 2550=User Read/Write Transaction Commits to Level 0 (Durable)/sec 2551=User Read/Write Transaction Commits to Level 0 (Durable)/sec is the count of fully committed transactions started by the calling process that modify data stored in the database engine. [Dev Only] 2552=User Read/Write Transaction Commits to Level 0 (Lazy)/sec 2553=User Read/Write Transaction Commits to Level 0 (Lazy)/sec is the count of transactions started by the calling process and committed to log buffer. [Dev Only] 2554=User Wait All Transaction Commits/sec 2555=User Wait All Transaction Commits/sec is the count of signals to flush all pending transactions started by the calling process that modify data stored in the database engine. [Dev Only] 2556=User Wait Last Transaction Commits/sec 2557=User Wait Last Transaction Commits/sec is the count of signals to flush a specific sessions pending transactions. [Dev Only] 2558=User Transaction Commits to Level 0/sec 2559=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] 2560=User Read Only Transaction Rollbacks to Level 0/sec 2561=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] 2562=User Read/Write Transaction Rollbacks to Level 0/sec 2563=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] 2564=User Transaction Rollbacks to Level 0/sec 2565=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] 2566=System Read Only Transaction Commits to Level 0/sec 2567=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] 2568=System Read/Write Transaction Commits to Level 0 (Durable)/sec 2569=System Read/Write Transaction Commits to Level 0 (Durable)/sec is the count of fully committed transactions started internally that modify data stored in the database engine. [Dev Only] 2570=System Read/Write Transaction Commits to Level 0 (Lazy)/sec 2571=System Read/Write Transaction Commits to Level 0 (Lazy)/sec is the count of internal transactions committed to log buffer. [Dev Only] 2572=System Transaction Commits to Level 0/sec 2573=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] 2574=System Read Only Transaction Rollbacks to Level 0/sec 2575=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] 2576=System Read/Write Transaction Rollbacks to Level 0/sec 2577=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] 2578=System Transaction Rollbacks to Level 0/sec 2579=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] 2580=Recovery stalls for Readonly transactions 2581=Recovery stalls for Readonly transactions is the number of times recovery had to pause to allow an older read-only transaction to complete. [Dev Only] 2582=Recovery long stalls for Readonly transactions 2583=Recovery long stalls for Readonly transactions is the number of times recovery had to pause for an extended time to allow an older read-only transaction to complete. [Dev Only] 2584=Total time for Recovery stalls for Readonly transactions (ms) 2585=Total time for Recovery stalls for Readonly transactions (ms) is the total amount of time (in milliseconds) recovery had to pause to allow an older read-only transaction to complete. [Dev Only] 2586=Recovery Throttles For IO Smoothing 2587=Recovery Throttles For IO Smoothing is the number of times recovery had to pause to not recover a file faster than it was generated. [Dev Only] 2588=Total Time For Recovery Throttles For IO Smoothing (ms) 2589=Total Time For Recovery Throttles For IO Smoothing (ms) is the total amount of time (in milliseconds) recovery had to pause to not recover a file faster than it was generated. [Dev Only] 2590=Database Page Allocation File Extension Async Consumed/sec 2591=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] 2592=Database Page Allocation File Extension Stalls/sec 2593=Database Page Allocation File Extension Stalls/sec is the rate of attempts to extend the database file that stall. [Dev Only] 2594=Database Page Allocation File Shrink Stalls/sec 2595=Database Page Allocation File Shrink Stalls/sec is the rate of attempts to shrink the database file that stall. [Dev Only] 2596=Log Records/sec 2597=Log Records/sec is the count of records written to the database log buffers per second. [Dev Only] 2598=Log Buffer Capacity Flushes/sec 2599=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] 2600=Log Buffer Commit Flushes/sec 2601=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] 2602=Log Buffer Flushes Skipped/sec 2603=Log Buffer Flushes Skipped/sec is the count of times the database log buffers were intended to be flushed, but we skipped it due to the desired log data already having been flushed. [Dev Only] 2604=Log Buffer Flushes Blocked/sec 2605=Log Buffer Flushes Blocked/sec is the count of times the database log buffers were intended to be flushed, but we skipped it due to the log buffer being locked for and being flushed by another thread. [Dev Only] 2606=Log Buffer Flushes/sec 2607=Log Buffer Flushes/sec is the count of times the database log buffers must be flushed per second. [Dev Only] 2608=Log Writes/sec 2609=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. 2610=Log Full Segment Writes/sec 2611=Log Full Segment Writes/sec is the number of times full log segments are written to the log file(s) per second. [Dev Only] 2612=Log Partial Segment Writes/sec 2613=Log Partial Segment Writes/sec is the number of times that a log segment that is only partially full of data is written to the log file(s) per second. [Dev Only] 2614=Log Bytes Wasted/sec 2615=Log Bytes Wasted/sec is the number of bytes wasted by not reusing a partially flushed sector (and instead fill it up with NOPs). [Dev Only] 2616=Log Record Stalls/sec 2617=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. 2618=Version Buckets Allocated 2619=Version Buckets Allocated is the total number of version buckets allocated. 2620=Version Buckets Allocated for Deletes 2621=Total number of version buckets allocated for FlagDelete RCEs [Dev Only] 2622=VER Bucket Allocations Wait For Version Cleanup/sec 2623=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] 2624=Version Store Average RCE Bookmark Length 2625=Average length of bookmark in RCE [Dev Only] 2626=Version Store Unnecessary Calls/sec 2627=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] 2628=Version Store Cleanup Tasks Asynchronously Dispatched/sec 2629=Number of times per second a version store clean task is dispatched asynchronously to be performed [Dev Only] 2630=Version Store Cleanup Tasks Synchronously Dispatched/sec 2631=Number of times per second a version store clean task is performed synchronously [Dev Only] 2632=Version Store Cleanup Tasks Discarded/sec 2633=Number of times per second a version store clean task was discarded due to load concerns [Dev Only] 2634=Version Store Cleanup Tasks Failures/sec 2635=Number of times per second a dispatched version store cleanup task fails [Dev Only] 2636=Record Inserts/sec 2637=Record Inserts/sec is the rate at which records are being inserted into database tables. [Dev Only] 2638=Record Deletes/sec 2639=Record Deletes/sec is the rate at which records in database tables are being flagged for deletion. [Dev Only] 2640=Record Replaces/sec 2641=Record Replaces/sec is the rate at which records in database tables are being updated. [Dev Only] 2642=Record Unnecessary Replaces/sec 2643=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] 2644=Record Redundant Replaces/sec 2645=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] 2646=Record Escrow-Updates/sec 2647=Record Escrow-Updates/sec is the rate at which records in database tables are being escrow-updated. [Dev Only] 2648=Secondary Index Inserts/sec 2649=Secondary Index Inserts/sec is the rate at which entries are being inserted into indexes of database tables. [Dev Only] 2650=Secondary Index Deletes/sec 2651=Secondary Index Deletes/sec is the rate at which entries in indexes of database tables are being flagged for deletion. [Dev Only] 2652=False Index Column Updates/sec 2653=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] 2654=False Tuple Index Column Updates/sec 2655=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] 2656=Record Intrinsic Long-Values Updated/sec 2657=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] 2658=Record Separated Long-Values Added/sec 2659=Record Separated Long-Values Added/sec is the rate at which separated long-values are normally added to records of database tables. [Dev Only] 2660=Record Separated Long-Values Forced/sec 2661=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] 2662=Record Separated Long-Values All Forced/sec 2663=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] 2664=Record Separated Long-Values Reference All/sec 2665=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] 2666=Record Separated Long-Values Dereference All/sec 2667=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] 2668=Separated Long-Value Seeks/sec 2669=Separated Long-Value Seeks/sec is the rate at which seeks for a separated long-value in a database table are performed. [Dev Only] 2670=Separated Long-Value Retrieves/sec 2671=Separated Long-Value Retrieves/sec is the rate at which retrievals of a separated long-value in a database table are performed. [Dev Only] 2672=Separated Long-Value Creates/sec 2673=Separated Long-Value Creates/sec is the rate at which new separated long-values are added to a database table. [Dev Only] 2674=Long-Value Maximum LID 2675=Long-Value Maximum LID is the largest LID that has been used by the database engine. [Dev Only] 2676=Separated Long-Value Updates/sec 2677=Separated Long-Value Updates/sec is the rate at which existing separated long-values in a database table are modified. [Dev Only] 2678=Separated Long-Value Deletes/sec 2679=Separated Long-Value Deletes/sec is the rate at which separated long-values in a database table are flagged for deletion. [Dev Only] 2680=Separated Long-Value Copies/sec 2681=Separated Long-Value Copies/sec is the rate at which existing separated long-values in a database table are copied. [Dev Only] 2682=Separated Long-Value Chunk Seeks/sec 2683=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] 2684=Separated Long-Value Chunk Retrieves/sec 2685=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] 2686=Separated Long-Value Chunk Appends/sec 2687=Separated Long-Value Chunk Appends/sec is the rate at which chunks are appended to separated long-values of database tables. [Dev Only] 2688=Separated Long-Value Chunk Replaces/sec 2689=Separated Long-Value Chunk Replaces/sec is the rate at which existing separated long-value chunks in a database table are replaced. [Dev Only] 2690=Separated Long-Value Chunk Deletes/sec 2691=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] 2692=Separated Long-Value Chunk Copies/sec 2693=Separated Long-Value Chunk Copies/sec is the rate at which existing separated long-value chunks in a database table are copied. [Dev Only] 2694=B+ Tree Append Splits/sec 2695=B+ Tree Append Splits/sec is the count of times a page is appended to a database B+ Tree per second. [Dev Only] 2696=B+ Tree Right Splits/sec 2697=B+ Tree Right Splits/sec is the count of times a page is split right in a database B+ Tree per second. [Dev Only] 2698=B+ Tree Right Hotpoint Splits/sec 2699=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] 2700=B+ Tree Vertical Splits/sec 2701=B+ Tree Vertical Splits/sec is the count of times a page is split vertically in a database B+ Tree per second. [Dev Only] 2702=B+ Tree Splits/sec 2703=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] 2704=B+ Tree Empty Page Merges/sec 2705=B+ Tree Empty Page Merges/sec is the count of empty pages removed from a database B+ Tree per second. [Dev Only] 2706=B+ Tree Right Merges/sec 2707=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] 2708=B+ Tree Partial Merges/sec 2709=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] 2710=B+ Tree Left Merges/sec 2711=B+ Tree Left Merges/sec is the count of pages removed from a database B+ Tree per second by moving all its records to the previous page to the left. [Dev Only] 2712=B+ Tree Partial Left Merges/sec 2713=B+ Tree Partial Left Merges/sec is the count of pages where some of its records are moved to a page on the left in a database B+ Tree per second. [Dev Only] 2714=B+ Tree Page Moves/sec 2715=B+ Tree Page Moves/sec is the count of B+ Tree pages per second where all the records are moved to a new page. [Dev Only] 2716=B+ Tree Merges/sec 2717=B+ Tree Merges/sec is the count of pages merged in a database B+ Tree per second. [Dev Only] 2718=B+ Tree Failed Simple Page Cleanup Attempts/sec 2719=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] 2720=B+ Tree Seek Short Circuits/sec 2721=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] 2722=B+ Tree Opportune Prereads/sec 2723=B+ Tree Opportune Prereads/sec is the number of pages per second that are preread because they are adjacent to a page read by a seek. [Dev Only] 2724=B+ Tree Unnecessary Sibling Latches/sec 2725=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] 2726=B+ Tree Move Nexts/sec 2727=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] 2728=B+ Tree Move Nexts (Non-Visible Nodes Skipped)/sec 2729=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] 2730=B+ Tree Move Nexts (Nodes Filtered)/sec 2731=B+ Tree Move Nexts (Nodes Filtered)/sec is the count of times the database engine filters records while attempting to move to the next record in a B+ Tree per second. [Dev Only] 2732=B+ Tree Move Prevs/sec 2733=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] 2734=B+ Tree Move Prevs (Non-Visible Nodes Skipped)/sec 2735=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] 2736=B+ Tree Move Prevs (Nodes Filtered)/sec 2737=B+ Tree Move Prevs (Nodes Filtered)/sec is the count of times the database engine filters records while attempting to move to the previous record in a B+ Tree per second. [Dev Only] 2738=B+ Tree Seeks/sec 2739=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] 2740=B+ Tree Inserts/sec 2741=B+ Tree Inserts/sec is the count of times a record is inserted in a database B+ Tree per second. [Dev Only] 2742=B+ Tree Replaces/sec 2743=B+ Tree Replaces/sec is the count of times a record is replaced in a database B+ Tree per second. [Dev Only] 2744=B+ Tree Flag Deletes/sec 2745=B+ Tree Flag Deletes/sec is the count of times a record is flag deleted in a database B+ Tree per second. [Dev Only] 2746=B+ Tree Deletes/sec 2747=B+ Tree Deletes/sec is the count of times a record is deleted in a database B+ Tree per second. [Dev Only] 2748=B+ Tree Appends/sec 2749=B+ Tree Appends/sec is the count of times a record is appended to a database B+ Tree per second. [Dev Only] 2750=B+ Tree Creates/sec 2751=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] 2752=B+ Tree Creates (Total) 2753=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] 2754=B+ Tree Destroys/sec 2755=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] 2756=B+ Tree Destroys (Total) 2757=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] 2758=Pages Trimmed/sec 2759=Pages Trimmed/sec is the number of database pages that are trimmed and the allocated space is released to the file system. [Dev Only] 2760=Pages Trimmed (Total) 2761=Pages Trimmed (Total) is the number of database pages that are trimmed and the allocated space is released to the file system. [Dev Only] 2762=Pages Not Trimmed Unaligned/sec 2763=Pages Not Trimmed Unaligned/sec is the number of database pages that are not trimmed because the trim request was not on an aligned boundary that the operating system supports. For example, if the supported trim granulariy is 64k, and the requested trim range is from (64k-1 page) to (128k+1 page), then this counter is increased by two. [Dev Only] 2764=Pages Not Trimmed Unaligned (Total) 2765=Pages Not Trimmed Unaligned (Total) is the number of database pages that are not trimmed because the trim request was not on an aligned boundary that the operating system supports. For example, if the supported trim granulariy is 64k, and the requested trim range is from (64k-1 page) to (128k+1 page), then this counter is increased by two. [Dev Only] 2766=Database Cache Misses/sec 2767=Database Cache Misses per second is the rate at which database file page requests were fulfilled by the database cache by causing a file operation. If this rate is high then the database cache size may be too small. 2768=Database Cache % Hit 2769=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. 2770=No name 2771=No text 2772=Database Cache % Hit (Uncorrelated) 2773=Database Cache % Hit (Uncorrelated) is the percentage of uncorrelated database file page requests that were fulfilled by the database cache. 2774=No name 2775=No text 2776=Database Cache Requests/sec 2777=Database Cache Requests/sec is the rate that pages are requested from the database cache. 2778=Database Cache % Pinned 2779=Database Cache % Pinned is the percentage of the database cache that pinned in the memory. [Dev Only] 2780=No name 2781=No text 2782=Database Cache % Clean 2783=Database Cache % Clean is the percentage of the database cache that does not contain modified data. [Dev Only] 2784=No name 2785=No text 2786=Database Pages Read Async/sec 2787=Database Pages Read Async/sec is the rate that pages are asynchronously read from the database file(s) into the database cache. [Dev Only] 2788=Database Pages Read Sync/sec 2789=Database Pages Read Sync/sec is the rate that pages are synchronously read from the database file(s) into the database cache. [Dev Only] 2790=Database Pages Dirtied/sec 2791=Database Pages Dirtied/sec is the rate that pages are dirtied in the database cache. [Dev Only] 2792=Database Pages Dirtied (Repeatedly)/sec 2793=Database Pages Dirtied (Repeatedly)/sec is the rate that pages are repeatedly dirtied / redirtied in the database cache. [Dev Only] 2794=Database Pages Written/sec 2795=Database Pages Written/sec is the rate that pages are written to the database file(s) from the database cache. [Dev Only] 2796=Database Opportune Write Issued (Total) 2797=Database Opportune Write Issued (Total) is the count of IO operationshas been issued for opportune write. [Dev Only] 2798=Database Pages Transferred/sec 2799=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] 2800=OS Memory Pages Trimmed/sec 2801=OS Memory Pages Trimmed/sec is the number of OS memory manager pages trimmed per second from the buffer cache. Contrast with Database Pages Trimmed/sec. [Dev Only] 2802=Database Pages Trimmed/sec 2803=Database Pages Trimmed/sec is the number of databases pages trimmed or partially trimmed per second from the buffer cache. Contrast with OS Memory Pages Trimmed/sec. [Dev Only] 2804=Database Pages Non-Resident Reclaimed (Soft Faulted)/sec 2805=Database Pages Non-Resident Reclaimed (Soft Faulted)/sec is the number of OS soft faults attempted and succeeded against database pages in the buffer cache. [Dev Only] 2806=Database Pages Non-Resident Reclaimed (Failed)/sec 2807=Database Pages Non-Resident Reclaimed (Failed)/sec is the number of OS soft faults attempted and failed against database pages in the buffer cache. [Dev Only] 2808=Database Pages Non-Resident Re-read/sec 2809=Database Pages Non-Resident Re-read/sec is the number of pages that could not be reclaimed by soft fault, and must be redirected to the database file as a re-read of the page. [Dev Only] 2810=Database Pages Non-Resident Evicted (Normally)/sec 2811=Database Pages Non-Resident Evicted (Normally)/sec is the number of pages that were paged / trimmed by the OS memory manager, and got evicted normally before being re-used or re-latched. [Dev Only] 2812=Database Pages Non-Resident Faulted In Average Latency 2813=Database Pages Non-Resident Faulted In Average Latency is the average length of time, in milliseconds, per OS Memory Manager fault operation. [Dev Only] 2814=No name 2815=No text 2816=Database Page Latches/sec 2817=Database Page Latches/sec is the rate that database pages are latched for access to their data. [Dev Only] 2818=Database Page Fast Latches/sec 2819=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] 2820=Database Page Bad Latch Hints/sec 2821=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] 2822=Database Cache % Fast Latch 2823=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] 2824=No name 2825=No text 2826=Database Page Touches (Non-Touch)/sec 2827=Database Page Touches (Non-Touch)/sec is the rate that database pages are touched within a single ms (super-correlated). [Dev Only] 2828=Database Page Touches (k=1)/sec 2829=Database Page Touches (k=1)/sec is the rate that database pages are touched for the first time / k=1 pool. [Dev Only] 2830=Database Page Touches (k=2)/sec 2831=Database Page Touches (k=2)/sec is the rate that database pages are subsequently touched and put in the k=2 pool. [Dev Only] 2832=Database Page Touches (Correlated)/sec 2833=Database Page Touches (Correlated)/sec is the rate that database pages are touched within a correlation interval (default=125 ms). [Dev Only] 2834=Database Pages Colded (Ext)/sec 2835=Database Pages Colded (Ext) per second is the rate at which database pages are deprioritized by sub-components other than the buffer manager to send for early eviction. [Dev Only] 2836=Database Pages Colded (Int)/sec 2837=Database Pages Colded (Int) per second is the rate at which database pages are deprioritized by the buffer manager itself to maintain minimal cache usage. [Dev Only] 2838=Database Page Latch Conflicts/sec 2839=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] 2840=Database Page Latch Stalls/sec 2841=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] 2842=Database Cache % Available 2843=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] 2844=No name 2845=No text 2846=Database Page Faults/sec 2847=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. 2848=Database Page Evictions/sec 2849=Database Page Evictions/sec is the rate that database file page requests, which 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. 2850=Database Page Evictions (Preread Untouched)/sec 2851=Database Page Evictions (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] 2852=Database Page Evictions (k=1)/sec 2853=Database Page Evictions (k=1)/sec is the rate that database file pages are evicted that were of limited usefulness (k=1 pool). [Dev Only] 2854=Database Page Evictions (k=2)/sec 2855=Database Page Evictions (k=2)/sec is the rate that database file pages are evicted that were of high usefulness (k=2 pool). [Dev Only] 2856=Database Page Evictions (Scavenging)/sec 2857=Database Page Evictions (Scavenging)/sec is the rate that cached pages are evicted due to scavenging / avail pool maintenance running. [Dev Only] 2858=Database Page Evictions (Scavenging.SuperCold.Int)/sec 2859=Database Page Evictions (Scavenging.SuperCold.Int)/sec is the rate that internally deprioritized cached pages (such as older version pages) are evicted due to scavenging / avail pool maintenance running. [Dev Only] 2860=Database Page Evictions (Scavenging.SuperCold.Ext)/sec 2861=Database Page Evictions (Scavenging.SuperCold.Ext)/sec is the rate that externally deprioritized cached pages (such as those scaned by DB maintenance) are evicted due to scavenging / avail pool maintenance running. [Dev Only] 2862=Database Page Evictions (Shrink)/sec 2863=Database Page Evictions (Shrink)/sec is the rate that cached pages are evicted due to the database cache shrinking. [Dev Only] 2864=Database Page Evictions (Purge)/sec 2865=Database Page Evictions (Purge)/sec is the rate that cached pages are evicted due to purging a cached context / database or individual pages at runtime. [Dev Only] 2866=Database Page Evictions (Patch)/sec 2867=Database Page Evictions (Patch)/sec is the rate that cached pages are evicted due to active page patching. [Dev Only] 2868=Database Page Fault Stalls/sec 2869=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 nonzero most of the time, the clean threshold may be too low. 2870=Database Cache Size (MB) 2871=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), an increase of memory in the system may increase performance. If there is a large amount 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. An increase in this limit may increase performance. 2872=Database Cache Size 2873=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 lots 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. 2874=Database Cache Size Effective (MB) 2875=Database Cache Size Effective (MB) is the amount of system memory, in megabytes, that, hypothetically, would be used by the database cache manager if all used dehydrated/compressed database cache buffers were rehydrated/uncompressed. 2876=Database Cache Size Effective 2877=Database Cache Size Effective is the amount of system memory that, hypothetically, would be used by the database cache manager if all used dehydrated/compressed database cache buffers were rehydrated/uncompressed. 2878=Database Cache Memory Committed (MB) 2879=Database Cache Memory Committed (MB) is the amount of memory (in megabytes) committed and ready to use or already in use by the database cache manager. If view-cache is enabled, this counter reflects the expected amount of Windows file cache memory consumed by this application to host database data. 2880=Database Cache Memory Committed 2881=Database Cache Memory Committed is the amount of memory committed and ready to use or already in use by the database cache manager. If view-cache is enabled, this counter reflects the expected amount of Windows file cache memory consumed by this application to host database data. 2882=Database Cache Memory Reserved (MB) 2883=Database Cache Memory Reserved (MB) is the amount of memory (in megabytes) reserved for use by the database cache manager. If view-cache is enabled, this counter is zero because the Windows file cache is used to host database data. 2884=Database Cache Memory Reserved 2885=Database Cache Memory Reserved is the amount of memory reserved for use by the database cache manager. If view-cache is enabled, this counter is zero because the Windows file cache is used to host database data. 2886=Database Cache Size Target (MB) 2887=Database Cache Size Target (MB) is the amount of system memory (in MegaBytes) that the database cache manager considers to be ideal to use, given the configuration parameters provided by the application and the overall memory usage of the system. [Dev Only] 2888=Database Cache Size Target 2889=Database Cache Size Target is the amount of system memory that the database cache manager considers to be ideal to use, given the configuration parameters provided by the application and the overall memory usage of the system. [Dev Only] 2890=Database Cache Size Min 2891=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] 2892=Database Cache Size Max 2893=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] 2894=Database Cache Size Resident 2895=Database Cache Size Resident is the amount of system memory used by the database cache that is currently part of the working set of the process. If Database Cache Size Resident is ever significantly smaller than Database Cache Size then the operating system has chosen to reclaim that system memory for use in other parts of the system. The database cache will recover from this event but if this is a common occurrence then it can lead to significant performance problems. 2896=Database Cache Size Resident (MB) 2897=Database Cache Size Resident (MB) is the amount of system memory (in megabytes) used by the database cache that is currently part of the working set of the process. If Database Cache Size Resident (MB) is ever significantly smaller than Database Cache Size (MB) then the operating system has chosen to reclaim that system memory for use in other parts of the system. The database cache will recover from this event but if this is a common occurrence then it can lead to significant performance problems. 2898=Database Cache Size Unattached (MB) 2899=Database Cache Size Unattached (MB) is the amount of system memory (in MegaBytes) that the database cache manager is holding in case the database gets re-attached and the cache becomes useful again. [Dev Only] 2900=Database Cache Sizing Duration 2901=Database Cache Sizing Duration is the time elapsed, in seconds, since a currently outstanding cache sizing operation started. This counter displays zero if cache sizing is not running. [Dev Only] 2902=Database Cache % Available Min 2903=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] 2904=No name 2905=No text 2906=Database Cache % Available Max 2907=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] 2908=No name 2909=No text 2910=Database Pages Preread/sec 2911=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] 2912=Database Page Preread Stalls/sec 2913=Database Page Preread Stalls/sec is the rate that pages are read in anticipation of future use from the database file(s) into the database cache but did not complete preread before intended use. [Dev Only] 2914=Database Pages Preread (Unnecessary)/sec 2915=Database Pages Preread (Unnecessary)/sec is the rate that pages are requested in anticipation of future use but that are already cached by the database cache. This is non-ideal behavior that represents a waste of processing time. [Dev Only] 2916=Database Pages Dehydrated/sec 2917=Database Pages Dehydrated/sec is the rate that pages are compressed to memory usage in the buffer manager. [Dev Only] 2918=Database Pages Rehydrated/sec 2919=Database Pages Rehydrated/sec is the rate that pages are uncompressed for active usage or flushing to the database. [Dev Only] 2920=Database Pages Versioned/sec 2921=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] 2922=Database Pages Version Copied/sec 2923=Database Pages Version Copied/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] 2924=Database Cache % Versioned 2925=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] 2926=No name 2927=No text 2928=Database Pages Repeatedly Written/sec 2929=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] 2930=Database Pages Flushed (Cache Shrink)/sec 2931=Database Pages Flushed (Cache Shrink)/sec is the rate that pages are written to the database file(s) from the database cache because the cache size must shrink. [Dev Only] 2932=Database Pages Flushed (Checkpoint)/sec 2933=Database Pages Flushed (Checkpoint)/sec is the rate that pages are written to the database file(s) from the database cache to keep the checkpoint depth down to configured levels. [Dev Only] 2934=Database Pages Flushed (Checkpoint Foreground)/sec 2935=Database Pages Flushed (Checkpoint Foreground)/sec is the rate that pages are written to the database file(s) from the database cache to keep the checkpoint depth down to configured levels. [Dev Only] 2936=Database Pages Flushed (Context Flush)/sec 2937=Database Pages Flushed (Context Flush)/sec is the rate that pages are written to the database file(s) from the database cache due to a requested flush of a buffer context. [Dev Only] 2938=Database Pages Flushed (Idle)/sec 2939=Database Pages Flushed (Idle)/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] 2940=Database Pages Flushed (Filthy Foreground)/sec 2941=Database Pages Flushed (Filthy Foreground)/sec is the rate that pages are written to the database file(s) from the database cache because they are marked for filthy / immediate flush. [Dev Only] 2942=Database Pages Flushed (Scavenge)/sec 2943=Database Pages Flushed (Scavenge)/sec is the rate that pages are written to the database file(s) from the database cache to perform available pool maintenance. [Dev Only] 2944=Database Pages Flushed (Scavenge.SuperCold.Int)/sec 2945=Database Pages Flushed (Scavenge.SuperCold.Int)/sec is the rate that internally deprioritized cached pages (such as older version pages) are written to the database file(s) from the database cache to perform available pool maintenance. [Dev Only] 2946=Database Pages Flushed (Scavenge.SuperCold.Ext)/sec 2947=Database Pages Flushed (Scavenge.SuperCold.Ext)/sec is the rate that externally deprioritized cached pages (such as those scaned by DB maintenance) are written to the database file(s) from the database cache to perform available pool maintenance. [Dev Only] 2948=Database Pages Flushed Opportunely/sec 2949=Database Pages Flushed Opportunely/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 IOs required to write all the pages is reduced. [Dev Only] 2950=Database Pages Flushed Opportunely Clean/sec 2951=Database Pages Flushed Opportunely Clean/sec is the rate that clean pages are opportunely written to the database file(s) from the database cache because they happen to be betweeen two other pages that must be written. These additional writes are performed in the hope that the total number of IOs required to write all the dirty pages is reduced. [Dev Only] 2952=Database Pages Coalesced Written/sec 2953=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] 2954=Database Pages Coalesced Read/sec 2955=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] 2956=Database cache lifetime 2957=Provides a noisy estimate for the age (in seconds) of the oldest page in the database cache. If this counter is greater than an hour (3600 seconds) during production load, then it is indicative of database cache inefficiencies. A large value is also to be expected if the cache size is larger than needed for the load. [Dev Only] 2958=Database Cache Lifetime (Supercold) 2959=Provides a the distance in cache lifetime for the supercold insertion point. [Dev Only] 2960=Database Cache Lifetime (Longest) 2961=Provides the cache lifetime to the oldest unevicted record, holding back scavenge. [Dev Only] 2962=Database Cache Lifetime (Normal) 2963=Provides the cache lifetime to the most recently evicted resource, used to base cache priority. [Dev Only] 2964=Database Cache Lifetime (Low) 2965=Provides the cache lifetime to the TRUE most recently evicted resource, across scans. [Dev Only] 2966=Database Cache Lifetime Agg Var 2967=Provides the delta (in ms) of Cache Lifetime (Low) vs. Cache Lifetime (Normal). [Dev Only] 2968=Database Cache Lifetime (K1) 2969=Provides the cache lifetime (in seconds) for all K=1 resources. [Dev Only] 2970=Database Cache Lifetime (K2) 2971=Provides the cache lifetime (in seconds) for all K=2 resources. [Dev Only] 2972=Database Cache Scan Pages Evaluated/sec 2973=Database Cache Scan Pages Evaluated/sec is the rate at which database pages are considered for eviction from the database page cache. [Dev Only] 2974=Database Cache Scan Pages Moved/sec 2975=Database Cache Scan Pages Moved/sec is the rate at which database pages are evaluated for returning from the database eviction data structure but instead re-indexed. [Dev Only] 2976=Database Cache Scan Page Evaluated Out-of-Order/sec 2977=Database Cache Scan Page Evaluated 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] 2978=No name 2979=No text 2980=Database Cache Scan Entries/scan 2981=Provides the number of entries returned by LRU-k. [Dev Only] 2982=Database Cache Scan Buckets Scanned/scan 2983=Provides the number of buckets required to evaluate by LRU-k to do the last scan. [Dev Only] 2984=Database Cache Scan Empty Buckets Scanned/scan 2985=Provides the number of buckets that were empty to evaluate LRU-k during the last scan. [Dev Only] 2986=Database Cache Scan ID Range/scan 2987=Provides the raw ID range from the approximate index covered during last scan. [Dev Only] 2988=Database Cache Scan Time (ms)/scan 2989=Provides the scan range in seconds evaluated from the LRU-k. [Dev Only] 2990=Database Cache Scan Found-to-Evict Range 2991=Provides the delta (in ms) between the first found resource during scavenge scan and the last evicted resource. [Dev Only] 2992=Database Cache Super Colded Resources 2993=Provides the number of currently super colded resources. It is not hundred percent accurate. [Dev Only] 2994=Database Cache Super Cold Attempts/sec 2995=Provides the rate at which the engine is attempting to mark pages super cold, for immediate eviction. [Dev Only] 2996=Database Cache Super Cold Successes/sec 2997=Provides the rate at which the engine has successfully marked pages super cold, for immediate eviction. [Dev Only] 2998=Database Page History Records 2999=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] 3000=Database Page History % Hit 3001=Database Page History % Hit is the percentage of database page access history record lookups that were successful. [Dev Only] 3002=No name 3003=No text 3004=Database Cache % Resident 3005=Database Cache % Resident is the percentage of the database cache that are currently in the process's working set. [Dev Only] 3006=No name 3007=No text 3008=Database Cache % Dehydrated 3009=Database Cache % Dehydrated is the percentage of pages in the database cache that are currently compressed. 3010=No name 3011=No text 3012=Database Pages Repeatedly Read/sec 3013=Database Pages Repeatedly Read/sec is the rate that pages are read from the database file(s) into the database cache more than once a short period of time / within history tracking. [Dev Only] 3014=Streaming Backup Pages Read/sec 3015=Streaming Backup Pages Read/sec is the rate of database read operations performed for the purpose of streaming backups. [Dev Only] 3016=Online Defrag Pages Referenced/sec 3017=Online Defrag Pages Referenced/sec is the rate at which online defragmentation is touching database pages. [Dev Only] 3018=Online Defrag Pages Read/sec 3019=Online Defrag Pages Read/sec is the rate of database read operations being performed by online defragmentation. [Dev Only] 3020=Online Defrag Pages Preread/sec 3021=Online Defrag Pages Preread/sec is the rate at which database pages are read in anticipation of future use by online defragmentation. [Dev Only] 3022=Online Defrag Pages Dirtied/sec 3023=Online Defrag Pages Dirtied/sec is the rate at which online defragmentation is modifying clean database pages. [Dev Only] 3024=Online Defrag Pages Re-Dirtied/sec 3025=Online Defrag Pages Re-Dirtied/sec is the rate at which online defragmentation is modifying database pages that already contained modifications. [Dev Only] 3026=Online Defrag Pages Freed/sec 3027=Pages Freed/sec is the number of pages per second that are freed from the database by the online defragmentation process [Dev Only] 3028=Online Defrag Data Moves/sec 3029=Data Moves/sec is the number of times per second that data is moved from one page to another by the online defragmentation process [Dev Only] 3030=Online Defrag Page Moves/sec 3031=Page Moves/sec is the number of times per second that data is moved from one page to a new page by the online defragmentation process [Dev Only] 3032=Online Defrag Log Records/sec 3033=Online Defrag Log Records/sec is the rate at which online defragmentation is generating log records. [Dev Only] 3034=Online Defrag Average Log Bytes 3035=Online Defrag Average Log Bytes is the average size of the log records being generated by online defragmentation. [Dev Only] 3036=No name 3037=No text 3038=Database Maintenance Duration 3039=Database Maintenance Duration is the number of hours that have passed since maintenance last completed for this database. 3040=Database Maintenance Pages Read 3041=Database Maintenance Pages Read is the number of pages read by database maintenance. [Dev Only] 3042=Database Maintenance Pages Read/sec 3043=Database Maintenance Pages Read/sec is the rate at which pages are read by database maintenance. [Dev Only] 3044=Database Maintenance Pages Zeroed 3045=Database Maintenance Pages Zeroed is the number of pages zeroed/scrubbed by database maintenance. [Dev Only] 3046=Database Maintenance Pages Zeroed/sec 3047=Database Maintenance Pages Zeroed/sec is the rate at which pages are zeroed/scrubbed by database maintenance. [Dev Only] 3048=Database Maintenance Zero Ref Count LVs Deleted 3049=Database Maintenance Zero Ref Count LVs is the number of zero ref counted LVs deleted by database maintenance. [Dev Only] 3050=Database Maintenance Pages with Flag Deleted LVs Reclaimed 3051=Database Maintenance Pages with Flag Deleted LVs Reclaimed is the number of LV pages with flag deleted LVs reclaimed by database maintenance. [Dev Only] 3052=Database Maintenance Pages Bad Checksums 3053=Database Maintenance Pages Bad Checksums is the number of non-correctable page checksums encountered during a database maintenance pass. 3054=Database Maintenance IO Reads/sec 3055=Database Maintenance IO Reads/sec is the approximate number of Database Maintenance read IO operations generated/sec. [Dev Only] 3056=Database Maintenance IO Reads Average Bytes 3057=Database Maintenance IO Reads Average Bytes is the approximate average size in bytes of Database Maintenance read IO. [Dev Only] 3058=No name 3059=No text 3060=Database Maintenance Throttle Setting 3061=Database Maintenance Throttle Setting is the current Database Maintenance throttle setting. [Dev Only] 3062=Database Maintenance IO Re-Reads/sec 3063=Database Maintenance IO Re-Reads/sec is the approximate number of Database Maintenance read IO operations for pages already cached in the buffer manager generated/sec. [Dev Only] 3064=Database Maintenance IO Re-Reads Average Bytes 3065=Database Maintenance IO Re-Reads Average Bytes is the approximate average size in bytes of Database Maintenance read IO for pages already cached in the buffer manager. [Dev Only] 3066=No name 3067=No text 3068=Database Maintenance IO Re-Reads Average Latency 3069=Database Maintenance IO Re-Reads Average Latency is the approximate average latency in milli-seconds for Database Maintenance read IO for pages already cached in the buffer manager. [Dev Only] 3070=No name 3071=No text 3072=Database Tasks Pages Referenced/sec 3073=Database Tasks Pages Referenced/sec is the rate at which background database tasks are touching database pages. [Dev Only] 3074=Database Tasks Pages Read/sec 3075=Database Tasks Pages Read/sec is the rate of database read operations being performed by background database tasks. [Dev Only] 3076=Database Tasks Pages Preread/sec 3077=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] 3078=Database Tasks Pages Dirtied/sec 3079=Database Tasks Pages Dirtied/sec is the rate at which background database tasks are modifying clean database pages. [Dev Only] 3080=Database Tasks Pages Re-Dirtied/sec 3081=Database Tasks Pages Re-Dirtied/sec is the rate at which background databases tasks are modifying database pages that already contained modifications. [Dev Only] 3082=Database Tasks Log Records/sec 3083=Database Tasks Log Records/sec is the rate at which background database tasks are generating log records. [Dev Only] 3084=Database Tasks Average Log Bytes 3085=Database Tasks Average Log Bytes is the average size of the log records being generated by background database tasks. [Dev Only] 3086=No name 3087=No text 3088=I/O Database Reads (Attached)/sec 3089=I/O Database Reads (Attached)/sec is the rate of database read operations completed. 3090=I/O Database Reads (Attached) Average Latency 3091=I/O Database Reads (Attached) Average Latency is the average length of time, in milliseconds, per database read operation. 3092=No name 3093=No text 3094=I/O Database Reads (Attached) Average Bytes 3095=I/O Database Reads (Attached) Average Bytes is the average number of bytes transferred per database read operation. [Dev Only] 3096=No name 3097=No text 3098=I/O Database Reads (Attached) In Heap 3099=I/O Database Reads (Attached) 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] 3100=I/O Database Reads (Attached) Async Pending 3101=I/O Database Reads (Attached) Async Pending is the number of database read operations asynchronously pending completion. [Dev Only] 3102=I/O Database Reads (Attached) Abnormal Latency/sec 3103=I/O Database Reads (Attached) 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] 3104=I/O Database Reads (Recovery)/sec 3105=I/O Database Reads (Recovery)/sec is the rate of database read operations completed. 3106=I/O Database Reads (Recovery) Average Latency 3107=I/O Database Reads (Recovery) Average Latency is the average length of time, in milliseconds, per database read operation. 3108=No name 3109=No text 3110=I/O Database Reads (Recovery) Average Bytes 3111=I/O Database Reads (Recovery) Average Bytes is the average number of bytes transferred per database read operation. [Dev Only] 3112=No name 3113=No text 3114=I/O Database Reads (Recovery) In Heap 3115=I/O Database Reads (Recovery) 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] 3116=I/O Database Reads (Recovery) Async Pending 3117=I/O Database Reads (Recovery) Async Pending is the number of database read operations asynchronously pending completion. [Dev Only] 3118=I/O Database Reads (Recovery) Abnormal Latency/sec 3119=I/O Database Reads (Recovery) 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] 3120=I/O Database Reads/sec 3121=I/O Database Reads/sec is the rate of database read operations completed. 3122=I/O Database Reads Average Latency 3123=I/O Database Reads Average Latency is the average length of time, in milliseconds, per database read operation. 3124=No name 3125=No text 3126=I/O Database Reads Average Bytes 3127=I/O Database Reads Average Bytes is the average number of bytes transferred per database read operation. [Dev Only] 3128=No name 3129=No text 3130=I/O Database Reads In Heap 3131=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] 3132=I/O Database Reads Async Pending 3133=I/O Database Reads Async Pending is the number of database read operations asynchronously pending completion. [Dev Only] 3134=I/O Database Reads Abnormal Latency/sec 3135=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] 3136=I/O Log Reads/sec 3137=I/O Log Reads/sec is the rate of logfile read operations completed. 3138=I/O Log Reads Average Latency 3139=I/O Log Reads Average Latency is the average length of time, in milliseconds, per logfile read operation. 3140=No name 3141=No text 3142=I/O Log Reads Average Bytes 3143=I/O Log Reads Average Bytes is the average number of bytes transferred per logfile read operation. [Dev Only] 3144=No name 3145=No text 3146=I/O Log Reads In Heap 3147=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] 3148=I/O Log Reads Async Pending 3149=I/O Log Reads Async Pending is the number of logfile read operations asynchronously pending completion. [Dev Only] 3150=I/O Log Reads Abnormal Latency/sec 3151=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] 3152=I/O Database Writes (Attached)/sec 3153=I/O Database Writes (Attached)/sec is the rate of database write operations completed. 3154=I/O Database Writes (Attached) Average Latency 3155=I/O Database Writes (Attached) Average Latency is the average length of time, in milliseconds, per database write operation. 3156=No name 3157=No text 3158=I/O Database Writes (Attached) Average Bytes 3159=I/O Database Writes (Attached) Average Bytes is the average number of bytes transferred per database write operation. [Dev Only] 3160=No name 3161=No text 3162=I/O Database Writes (Attached) In Heap 3163=I/O Database Writes (Attached) 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] 3164=I/O Database Writes (Attached) Async Pending 3165=I/O Database Writes (Attached) Async Pending is the number of database write operations asynchronously pending completion. [Dev Only] 3166=I/O Database Writes (Attached) Abnormal Latency/sec 3167=I/O Database Writes (Attached) 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] 3168=I/O Database Writes (Recovery)/sec 3169=I/O Database Writes (Recovery)/sec is the rate of database write operations completed. 3170=I/O Database Writes (Recovery) Average Latency 3171=I/O Database Writes (Recovery) Average Latency is the average length of time, in milliseconds, per database write operation. 3172=No name 3173=No text 3174=I/O Database Writes (Recovery) Average Bytes 3175=I/O Database Writes (Recovery) Average Bytes is the average number of bytes transferred per database write operation. [Dev Only] 3176=No name 3177=No text 3178=I/O Database Writes (Recovery) In Heap 3179=I/O Database Writes (Recovery) 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] 3180=I/O Database Writes (Recovery) Async Pending 3181=I/O Database Writes (Recovery) Async Pending is the number of database write operations asynchronously pending completion. [Dev Only] 3182=I/O Database Writes (Recovery) Abnormal Latency/sec 3183=I/O Database Writes (Recovery) 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] 3184=I/O Database Writes/sec 3185=I/O Database Writes/sec is the rate of database write operations completed. 3186=I/O Database Writes Average Latency 3187=I/O Database Writes Average Latency is the average length of time, in milliseconds, per database write operation. 3188=No name 3189=No text 3190=I/O Database Writes Average Bytes 3191=I/O Database Writes Average Bytes is the average number of bytes transferred per database write operation. [Dev Only] 3192=No name 3193=No text 3194=I/O Database Writes In Heap 3195=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] 3196=I/O Database Writes Async Pending 3197=I/O Database Writes Async Pending is the number of database write operations asynchronously pending completion. [Dev Only] 3198=I/O Database Writes Abnormal Latency/sec 3199=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] 3200=I/O Flush Map Writes/sec 3201=I/O Flush Map Writes/sec is the rate of flush map write operations completed. 3202=I/O Flush Map Writes Average Latency 3203=I/O Flush Map Writes Average Latency is the average length of time, in milliseconds, per flush map write operation. 3204=No name 3205=No text 3206=I/O Flush Map Writes Average Bytes 3207=I/O Flush Map Writes Average Bytes is the average number of bytes transferred per flush map write operation. [Dev Only] 3208=No name 3209=No text 3210=I/O Log Writes/sec 3211=I/O Log Writes/sec is the rate of log file write operations completed. 3212=I/O Log Writes Average Latency 3213=I/O Log Writes Average Latency is the average length of time, in milliseconds, per log file write operation. 3214=No name 3215=No text 3216=I/O Log Writes Average Bytes 3217=I/O Log Writes Average Bytes is the average number of bytes transferred per logfile write operation. [Dev Only] 3218=No name 3219=No text 3220=I/O Log Writes In Heap 3221=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] 3222=I/O Log Writes Async Pending 3223=I/O Log Writes Async Pending is the number of logfile write operations asynchronously pending completion. [Dev Only] 3224=I/O Log Writes Abnormal Latency/sec 3225=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] 3226=Threads Blocked/sec 3227=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] 3228=Threads Blocked 3229=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] 3230=Encryption Bytes/sec 3231=Encryption Bytes/sec is the number of bytes per second that were encrypted. [Dev Only] 3232=Encryption Ops/sec 3233=Encryption Ops/sec is the number of encryption operations per second that were performed. [Dev Only] 3234=Average latency per encryption operation (us) 3235=Average latency per encryption operation (us) is the average latency (in microseconds) per encryption operation. [Dev Only] 3236=No name 3237=No text 3238=Decryption Bytes/sec 3239=Decryption Bytes/sec is the number of bytes per second that were decrypted. [Dev Only] 3240=Decryption Ops/sec 3241=Decryption Ops/sec is the number of decryption operations per second that were performed. [Dev Only] 3242=Average latency per decryption operation (us) 3243=Average latency per decryption operation (us) is the average latency (in microseconds) per decryption operation. [Dev Only] 3244=No name 3245=No text 3246=Pages Reorganized (Other)/sec 3247=Pages Reorganized (Other)/sec is the number of times per second a page was reorganized for some other / unknown reason. [Dev Only] 3248=Pages Reorganized (Free Space Request)/sec 3249=Pages Reorganized (Free Space Request)/sec is the number of times per second a page was reorganized due to a free space request that could not be satisfied by the existing contiguous space on the page. [Dev Only] 3250=Pages Reorganized (Page Move Logging)/sec 3251=Pages Reorganized (Page Move Logging)/sec is the number of times per second a page was reorganized for minimizing a page size for logging page move. [Dev Only] 3252=Pages Reorganized (Dehydrate Buffer)/sec 3253=Pages Reorganized (Dehydrate Buffer)/sec is the number of times per second a page is reorganized to minimize our in-memory buffer usage. [Dev Only] 3254=Program Marker 3255=Program Marker is a generic marker that may be set by some clients to delimit program execution, usually for debugging or testing purposes. [Dev Only] 3256=Database Cache Miss (Attached) Average Latency 3257=Database Cache Miss (Attached) Average Latency is the average length of time, in milliseconds, per page cache miss that is satisfied by waiting for a database read operation to be completed. 3258=No name 3259=No text 3260=Database Cache Size Unused 3261=Database Cache Size Unused is the amount of system memory used by the database cache manager to hold information from the database file(s) that may be used in the near future but that hasnt yet been referenced. [Dev Only] 3262=Database ==> TableClasses 3263=Statistics for the ESE high performance embedded database management system by Table Class. 3264=Record Inserts/sec 3265=Record Inserts/sec is the rate at which records are being inserted into database tables. [Dev Only] 3266=Record Deletes/sec 3267=Record Deletes/sec is the rate at which records in database tables are being flagged for deletion. [Dev Only] 3268=Record Replaces/sec 3269=Record Replaces/sec is the rate at which records in database tables are being updated. [Dev Only] 3270=Record Unnecessary Replaces/sec 3271=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] 3272=Record Redundant Replaces/sec 3273=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] 3274=Record Escrow-Updates/sec 3275=Record Escrow-Updates/sec is the rate at which records in database tables are being escrow-updated. [Dev Only] 3276=Secondary Index Inserts/sec 3277=Secondary Index Inserts/sec is the rate at which entries are being inserted into indexes of database tables. [Dev Only] 3278=Secondary Index Deletes/sec 3279=Secondary Index Deletes/sec is the rate at which entries in indexes of database tables are being flagged for deletion. [Dev Only] 3280=False Index Column Updates/sec 3281=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] 3282=False Tuple Index Column Updates/sec 3283=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] 3284=Record Intrinsic Long-Values Updated/sec 3285=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] 3286=Record Separated Long-Values Added/sec 3287=Record Separated Long-Values Added/sec is the rate at which separated long-values are normally added to records of database tables. [Dev Only] 3288=Record Separated Long-Values Forced/sec 3289=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] 3290=Record Separated Long-Values All Forced/sec 3291=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] 3292=Record Separated Long-Values Reference All/sec 3293=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] 3294=Record Separated Long-Values Dereference All/sec 3295=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] 3296=Separated Long-Value Seeks/sec 3297=Separated Long-Value Seeks/sec is the rate at which seeks for a separated long-value in a database table are performed. [Dev Only] 3298=Separated Long-Value Retrieves/sec 3299=Separated Long-Value Retrieves/sec is the rate at which retrievals of a separated long-value in a database table are performed. [Dev Only] 3300=Separated Long-Value Creates/sec 3301=Separated Long-Value Creates/sec is the rate at which new separated long-values are added to a database table. [Dev Only] 3302=Long-Value Maximum LID 3303=Long-Value Maximum LID is the largest LID that has been used by the database engine for this table class. [Dev Only] 3304=Separated Long-Value Updates/sec 3305=Separated Long-Value Updates/sec is the rate at which existing separated long-values in a database table are modified. [Dev Only] 3306=Separated Long-Value Deletes/sec 3307=Separated Long-Value Deletes/sec is the rate at which separated long-values in a database table are flagged for deletion. [Dev Only] 3308=Separated Long-Value Copies/sec 3309=Separated Long-Value Copies/sec is the rate at which existing separated long-values in a database table are copied. [Dev Only] 3310=Separated Long-Value Chunk Seeks/sec 3311=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] 3312=Separated Long-Value Chunk Retrieves/sec 3313=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] 3314=Separated Long-Value Chunk Appends/sec 3315=Separated Long-Value Chunk Appends/sec is the rate at which chunks are appended to separated long-values of database tables. [Dev Only] 3316=Separated Long-Value Chunk Replaces/sec 3317=Separated Long-Value Chunk Replaces/sec is the rate at which existing separated long-value chunks in a database table are replaced. [Dev Only] 3318=Separated Long-Value Chunk Deletes/sec 3319=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] 3320=Separated Long-Value Chunk Copies/sec 3321=Separated Long-Value Chunk Copies/sec is the rate at which existing separated long-value chunks in a database table are copied. [Dev Only] 3322=B+ Tree Append Splits/sec 3323=B+ Tree Append Splits/sec is the count of times a page is appended to a database B+ Tree per second. [Dev Only] 3324=B+ Tree Right Splits/sec 3325=B+ Tree Right Splits/sec is the count of times a page is split right in a database B+ Tree per second. [Dev Only] 3326=B+ Tree Right Hotpoint Splits/sec 3327=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] 3328=B+ Tree Vertical Splits/sec 3329=B+ Tree Vertical Splits/sec is the count of times a page is split vertically in a database B+ Tree per second. [Dev Only] 3330=B+ Tree Splits/sec 3331=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] 3332=B+ Tree Empty Page Merges/sec 3333=B+ Tree Empty Page Merges/sec is the count of empty pages removed from a database B+ Tree per second. [Dev Only] 3334=B+ Tree Right Merges/sec 3335=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] 3336=B+ Tree Partial Merges/sec 3337=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] 3338=B+ Tree Left Merges/sec 3339=B+ Tree Left Merges/sec is the count of pages removed from a database B+ Tree per second by moving all its records to the previous page to the left. [Dev Only] 3340=B+ Tree Partial Left Merges/sec 3341=B+ Tree Partial Left Merges/sec is the count of pages where some of its records are moved to a page on the left in a database B+ Tree per second. [Dev Only] 3342=B+ Tree Page Moves/sec 3343=B+ Tree Page Moves/sec is the count of B+ Tree pages per second where all the records are moved to a new page. [Dev Only] 3344=B+ Tree Merges/sec 3345=B+ Tree Merges/sec is the count of pages merged in a database B+ Tree per second. [Dev Only] 3346=B+ Tree Failed Simple Page Cleanup Attempts/sec 3347=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] 3348=B+ Tree Seek Short Circuits/sec 3349=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] 3350=B+ Tree Opportune Prereads/sec 3351=B+ Tree Opportune Prereads/sec is the number of pages per second that are preread because they are adjacent to a page read by a seek. [Dev Only] 3352=B+ Tree Unnecessary Sibling Latches/sec 3353=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] 3354=B+ Tree Move Nexts/sec 3355=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] 3356=B+ Tree Move Nexts (Non-Visible Nodes Skipped)/sec 3357=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] 3358=B+ Tree Move Nexts (Nodes Filtered)/sec 3359=B+ Tree Move Nexts (Nodes Filtered)/sec is the count of times the database engine filters records while attempting to move to the next record in a B+ Tree per second. [Dev Only] 3360=B+ Tree Move Prevs/sec 3361=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] 3362=B+ Tree Move Prevs (Non-Visible Nodes Skipped)/sec 3363=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] 3364=B+ Tree Move Prevs (Nodes Filtered)/sec 3365=B+ Tree Move Prevs (Nodes Filtered)/sec is the count of times the database engine filters records while attempting to move to the previous record in a B+ Tree per second. [Dev Only] 3366=B+ Tree Seeks/sec 3367=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] 3368=B+ Tree Inserts/sec 3369=B+ Tree Inserts/sec is the count of times a record is inserted in a database B+ Tree per second. [Dev Only] 3370=B+ Tree Replaces/sec 3371=B+ Tree Replaces/sec is the count of times a record is replaced in a database B+ Tree per second. [Dev Only] 3372=B+ Tree Flag Deletes/sec 3373=B+ Tree Flag Deletes/sec is the count of times a record is flag deleted in a database B+ Tree per second. [Dev Only] 3374=B+ Tree Deletes/sec 3375=B+ Tree Deletes/sec is the count of times a record is deleted in a database B+ Tree per second. [Dev Only] 3376=B+ Tree Appends/sec 3377=B+ Tree Appends/sec is the count of times a record is appended to a database B+ Tree per second. [Dev Only] 3378=B+ Tree Creates/sec 3379=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] 3380=B+ Tree Creates (Total) 3381=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] 3382=B+ Tree Destroys/sec 3383=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] 3384=B+ Tree Destroys (Total) 3385=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] 3386=Database Pages Preread Untouched/sec 3387=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] 3388=Database Page Evictions (k=1)/sec 3389=Database Page Evictions (k=1)/sec is the rate that database file pages are evicted that were of limited usefulness (k=1 pool). [Dev Only] 3390=Database Page Evictions (k=2)/sec 3391=Database Page Evictions (k=2)/sec is the rate that database file pages are evicted that were of high usefulness (k=2 pool). [Dev Only] 3392=Database Page Evictions (Scavenging)/sec 3393=Database Page Evictions (Scavenging)/sec is the rate that cached pages are evicted due to scavenging / avail pool maintenance running. [Dev Only] 3394=Database Page Evictions (Shrink)/sec 3395=Database Page Evictions (Shrink)/sec is the rate that cached pages are evicted due to the database cache shrinking. [Dev Only] 3396=Database Page Evictions (Purge)/sec 3397=Database Page Evictions (Purge)/sec is the rate that cached pages are evicted due to purging a cached context / database or individual pages at runtime. [Dev Only] 3398=Database Page Evictions (Patch)/sec 3399=Database Page Evictions (Patch)/sec is the rate that cached pages are evicted due to active page patching. [Dev Only] 3400=Database Cache Size (MB) 3401=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. 3402=Database Cache Size 3403=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. 3404=Database Cache Misses/sec 3405=Database Cache Misses per second is the rate at which database file page requests were fulfilled by the database cache by causing a file operation. If this rate is high, then the database cache size may be too small. 3406=Database Cache % Hit 3407=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. 3408=No name 3409=No text 3410=Database Cache % Hit (Uncorrelated) 3411=Database Cache % Hit (Uncorrelated) is the percentage of uncorrelated database file page requests that were fulfilled by the database cache. 3412=No name 3413=No text 3414=Database Cache Requests/sec 3415=Database Cache Requests/sec is the rate that pages are requested from the database cache. 3416=Database Pages Read Async/sec 3417=Database Pages Read Async/sec is the rate that pages are asynchronously read from the database file(s) into the database cache. [Dev Only] 3418=Database Pages Read Sync/sec 3419=Database Pages Read Sync/sec is the rate that pages are synchronously read from the database file(s) into the database cache. [Dev Only] 3420=Database Pages Dirtied/sec 3421=Database Pages Dirtied/sec is the rate that pages are dirtied in the database cache. [Dev Only] 3422=Database Pages Dirtied (Repeatedly)/sec 3423=Database Pages Dirtied (Repeatedly)/sec is the rate that pages are repeatedly dirtied / redirtied in the database cache. [Dev Only] 3424=Database Pages Written/sec 3425=Database Pages Written/sec is the rate that pages are written to the database file(s) from the database cache. [Dev Only] 3426=Database Pages Transferred/sec 3427=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] 3428=Database Pages Non-Resident Reclaimed (Soft Faulted)/sec 3429=Database Pages Non-Resident Reclaimed (Soft Faulted)/sec is the number of OS soft faults attempted and succeeded against database pages in the buffer cache. [Dev Only] 3430=Database Pages Non-Resident Reclaimed (Failed)/sec 3431=Database Pages Non-Resident Reclaimed (Failed)/sec is the number of OS soft faults attempted and failed against database pages in the buffer cache. [Dev Only] 3432=Database Pages Non-Resident Re-read/sec 3433=Database Pages Non-Resident Re-read/sec is the number of pages that could not be reclaimed by soft fault, and must be redirected to the database file as a re-read of the page. [Dev Only] 3434=Database Pages Non-Resident Evicted (Normally)/sec 3435=Database Pages Non-Resident Evicted (Normally)/sec is the number of pages that were paged / trimmed by the OS memory manager, and got evicted normally before being re-used or re-latched. [Dev Only] 3436=Database Page Touches (Non-Touch)/sec 3437=Database Page Touches (Non-Touch)/sec is the rate that database pages are touched within a single ms (super-correlated). [Dev Only] 3438=Database Page Touches (k=1)/sec 3439=Database Page Touches (k=1)/sec is the rate that database pages are touched for the first time / k=1 pool. [Dev Only] 3440=Database Page Touches (k=2)/sec 3441=Database Page Touches (k=2)/sec is the rate that database pages are subsequently touched and put in the k=2 pool. [Dev Only] 3442=Database Page Touches (Correlated)/sec 3443=Database Page Touches (Correlated)/sec is the rate that database pages are touched within a correlation interval (default=125 ms). [Dev Only] 3444=Database Pages Colded (Ext)/sec 3445=Database Pages Colded (Ext) per second is the rate at which database pages are deprioritized by sub-components other than the buffer manager to send for early eviction. [Dev Only] 3446=Database Pages Colded (Int)/sec 3447=Database Pages Colded (Int) per second is the rate at which database pages are deprioritized by the buffer manager itself to maintain minimal cache usage. [Dev Only] 3448=Database Pages Preread/sec 3449=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] 3450=Database Page Preread Stalls/sec 3451=Database Page Preread Stalls/sec is the rate that pages are read in anticipation of future use from the database file(s) into the database cache but did not complete preread before intended use. [Dev Only] 3452=Database Pages Preread (Unnecessary)/sec 3453=Database Pages Preread (Unnecessary)/sec is the rate that pages are requested in anticipation of future use but that are already cached by the database cache. This is non-ideal behavior that represents a waste of processing time. [Dev Only] 3454=Database Pages Dehydrated/sec 3455=Database Pages Dehydrated/sec is the rate that pages are compressed to memory usage in the buffer manager. [Dev Only] 3456=Database Pages Rehydrated/sec 3457=Database Pages Rehydrated/sec is the rate that pages are uncompressed for active usage or flushing to the database. [Dev Only] 3458=Database Pages Versioned/sec 3459=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] 3460=Database Pages Version Copied/sec 3461=Database Pages Version Copied/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] 3462=Database Pages Repeatedly Written/sec 3463=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] 3464=Database Pages Flushed (Cache Shrink)/sec 3465=Database Pages Flushed (Cache Shrink)/sec is the rate that pages are written to the database file(s) from the database cache because the cache size must shrink. [Dev Only] 3466=Database Pages Flushed (Checkpoint)/sec 3467=Database Pages Flushed (Checkpoint)/sec is the rate that pages are written to the database file(s) from the database cache to keep the checkpoint depth down to configured levels. [Dev Only] 3468=Database Pages Flushed (Checkpoint Foreground)/sec 3469=Database Pages Flushed (Checkpoint Foreground)/sec is the rate that pages are written to the database file(s) from the database cache to keep the checkpoint depth down to configured levels. [Dev Only] 3470=Database Pages Flushed (Context Flush)/sec 3471=Database Pages Flushed (Context Flush)/sec is the rate that pages are written to the database file(s) from the database cache due to a requested flush of a buffer context. [Dev Only] 3472=Database Pages Flushed (Idle)/sec 3473=Database Pages Flushed (Idle)/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] 3474=Database Pages Flushed (Filthy Foreground)/sec 3475=Database Pages Flushed (Filthy Foreground)/sec is the rate that pages are written to the database file(s) from the database cache because they are marked for filthy / immediate flush. [Dev Only] 3476=Database Pages Flushed (Scavenge)/sec 3477=Database Pages Flushed (Scavenge)/sec is the rate that pages are written to the database file(s) from the database cache to perform available pool maintenance. [Dev Only] 3478=Database Pages Flushed Opportunely/sec 3479=Database Pages Flushed Opportunely/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 IOs required to write all the pages is reduced. [Dev Only] 3480=Database Pages Flushed Opportunely Clean/sec 3481=Database Pages Flushed Opportunely Clean/sec is the rate that clean pages are opportunely written to the database file(s) from the database cache because they happen to be betweeen two other pages that must be written. These additional writes are performed in the hope that the total number of IOs required to write all the dirty pages is reduced. [Dev Only] 3482=Database Pages Coalesced Written/sec 3483=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] 3484=Database Pages Coalesced Read/sec 3485=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] 3486=Database Pages Repeatedly Read/sec 3487=Database Pages Repeatedly Read/sec is the rate that pages are read from the database file(s) into the database cache more than once a short period of time / within history tracking. [Dev Only] 3488=FCB Async Scan/sec 3489=FCB Async 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] 3490=FCB Async Purge/sec 3491=FCB Async 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] 3492=FCB Async Threshold-Scan/sec 3493=FCB Async 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] 3494=FCB Async Threshold-Purge/sec 3495=FCB Async 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] 3496=FCB Async Threshold Purge Failures (Conflicts)/sec 3497=FCB Async Threshold Purge Failures (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] 3498=FCB Async Threshold Purge Failures (In Use)/sec 3499=FCB Async Threshold Purge Failures (In Use)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record being in use. [Dev Only] 3500=FCB Async Threshold Purge Failures (Delete Pending)/sec 3501=FCB Async Threshold Purge Failures (Delete Pending)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record being pending delete. [Dev Only] 3502=FCB Async Threshold Purge Failures (Outstanding Versions)/sec 3503=FCB Async Threshold Purge Failures (Outstanding Versions)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record having outstanding versions. [Dev Only] 3504=FCB Async Threshold Purge Failures (LV Outstanding)/sec 3505=FCB Async Threshold Purge Failures (LV Outstanding)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the LV of the record being outstanding. [Dev Only] 3506=FCB Async Threshold Purge Failures (Index Outstanding)/sec 3507=FCB Async Threshold Purge Failures (Index Outstanding)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the index of the record being outstanding. [Dev Only] 3508=FCB Async Threshold Purge Failures (Active Tasks)/sec 3509=FCB Async Threshold Purge Failures (Active Tasks)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record having active tasks. [Dev Only] 3510=FCB Async Threshold Purge Failures (Callbacks)/sec 3511=FCB Async Threshold Purge Failures (Callbacks)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record having callbacks. [Dev Only] 3512=FCB Async Threshold Purge Failures (Other)/sec 3513=FCB Async Threshold Purge Failures (Other)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to other reasons. [Dev Only] 3514=FCB Async Purge Failures (Conflicts)/sec 3515=FCB Async Purge Failures (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] 3516=FCB Async Purge Failures (In Use)/sec 3517=FCB Async Purge Failures (In Use)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record being in use. [Dev Only] 3518=FCB Async Purge Failures (Delete Pending)/sec 3519=FCB Async Purge Failures (Delete Pending)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record being pending delete. [Dev Only] 3520=FCB Async Purge Failures (Outstanding Versions)/sec 3521=FCB Async Purge Failures (Outstanding Versions)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record having outstanding versions. [Dev Only] 3522=FCB Async Purge Failures (LV Outstanding)/sec 3523=FCB Async Purge Failures (LV Outstanding)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the LV of the record being outstanding. [Dev Only] 3524=FCB Async Purge Failures (Index Outstanding)/sec 3525=FCB Async Purge Failures (Index Outstanding)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the index of the record being outstanding. [Dev Only] 3526=FCB Async Purge Failures (Active Tasks)/sec 3527=FCB Async Purge Failures (Active Tasks)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record having active tasks. [Dev Only] 3528=FCB Async Purge Failures (Callbacks)/sec 3529=FCB Async Purge Failures (Callbacks)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record having callbacks. [Dev Only] 3530=FCB Async Purge Failures (Other)/sec 3531=FCB Async Purge Failures (Other)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to other reasons. [Dev Only] 3532=FCB Sync Purge/sec 3533=FCB Sync Purge/sec is the number of cached schema records (FCBs) being synchronously purged each second. [Dev Only] 3534=Table Open Pages Read/sec 3535=Table Open Pages Read/sec is the number of database pages read without using cached schema information per second. If this rate is too high, the table cache size may be too small. [Dev Only] 3536=Table Open Pages Preread/sec 3537=Table Open Pages Preread/sec is the number of database pages pre-read without using cached schema information per second. If this rate is too high, the table cache size may be too small. [Dev Only] 3538=Database Cache Miss (Attached) Average Latency 3539=Database Cache Miss (Attached) Average Latency is the average length of time, in milliseconds, per page cache miss that is satisfied by waiting for a database read operation to be completed. 3540=No name 3541=No text 3542=Database Cache Size Unused 3543=Database Cache Size Unused is the amount of system memory used by the database cache manager to hold information from the database file(s) that may be used in the near future but that hasnt yet been referenced. [Dev Only] 3544=Encryption Bytes/sec 3545=Encryption Bytes/sec is the number of bytes per second that were encrypted. [Dev Only] 3546=Encryption Ops/sec 3547=Encryption Ops/sec is the number of encryption operations per second that were performed. [Dev Only] 3548=Average latency per encryption operation (us) 3549=Average latency per encryption operation (us) is the average latency (in microseconds) per encryption operation. [Dev Only] 3550=No name 3551=No text 3552=Decryption Bytes/sec 3553=Decryption Bytes/sec is the number of bytes per second that were decrypted. [Dev Only] 3554=Decryption Ops/sec 3555=Decryption Ops/sec is the number of decryption operations per second that were performed. [Dev Only] 3556=Average latency per decryption operation (us) 3557=Average latency per decryption operation (us) is the average latency (in microseconds) per decryption operation. [Dev Only] 3558=No name 3559=No text 3560=Database ==> Instances 3561=Instances in this process 3562=Pages Converted/sec 3563=Pages Converted/sec is the number of times per second a database page is converted from an older database format. [Dev Only] 3564=Pages Converted 3565=Pages Converted is the number of database pages that have been converted from an older format. [Dev Only] 3566=Records Converted/sec 3567=Records Converted/sec is the number of times per second a database record is converted from an older database format. [Dev Only] 3568=Records Converted 3569=Records Converted is the number of database records that have been converted from an older format. [Dev Only] 3570=Defragmentation Tasks 3571=Defragmentation Tasks is the count of background database defragmentation tasks that are currently executing. 3572=Defragmentation Tasks Pending 3573=Defragmentation Tasks Pending is the count of background database defragmentation tasks that are currently pending. 3574=Defragmentation Tasks Postponed 3575=Defragmentation Tasks Postponed is the count of background database defragmentation tasks that could not be registered for imminent execution, and have been persisted in a table for later execution. [Dev Only] 3576=Defragmentation Tasks Scheduled/sec 3577=Defragmentation Tasks Scheduled/sec is the number of background database defragmentation tasks scheduled for execution per second. [Dev Only] 3578=Defragmentation Tasks Completed/sec 3579=Defragmentation Tasks Completed/sec is the number of background database defragmentation tasks completing execution per second. [Dev Only] 3580=FCB Async Scan/sec 3581=FCB Async 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] 3582=FCB Async Purge/sec 3583=FCB Async 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] 3584=FCB Async Threshold-Scan/sec 3585=FCB Async 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] 3586=FCB Async Threshold-Purge/sec 3587=FCB Async 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] 3588=FCB Async Threshold Purge Failures (Conflicts)/sec 3589=FCB Async Threshold Purge Failures (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] 3590=FCB Async Threshold Purge Failures (In Use)/sec 3591=FCB Async Threshold Purge Failures (In Use)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record being in use. [Dev Only] 3592=FCB Async Threshold Purge Failures (Delete Pending)/sec 3593=FCB Async Threshold Purge Failures (Delete Pending)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record being pending delete. [Dev Only] 3594=FCB Async Threshold Purge Failures (Outstanding Versions)/sec 3595=FCB Async Threshold Purge Failures (Outstanding Versions)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record having outstanding versions. [Dev Only] 3596=FCB Async Threshold Purge Failures (LV Outstanding)/sec 3597=FCB Async Threshold Purge Failures (LV Outstanding)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the LV of the record being outstanding. [Dev Only] 3598=FCB Async Threshold Purge Failures (Index Outstanding)/sec 3599=FCB Async Threshold Purge Failures (Index Outstanding)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the index of the record being outstanding. [Dev Only] 3600=FCB Async Threshold Purge Failures (Active Tasks)/sec 3601=FCB Async Threshold Purge Failures (Active Tasks)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record having active tasks. [Dev Only] 3602=FCB Async Threshold Purge Failures (Callbacks)/sec 3603=FCB Async Threshold Purge Failures (Callbacks)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record having callbacks. [Dev Only] 3604=FCB Async Threshold Purge Failures (Other)/sec 3605=FCB Async Threshold Purge Failures (Other)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to other reasons. [Dev Only] 3606=FCB Async Purge Failures (Conflicts)/sec 3607=FCB Async Purge Failures (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] 3608=FCB Async Purge Failures (In Use)/sec 3609=FCB Async Purge Failures (In Use)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record being in use. [Dev Only] 3610=FCB Async Purge Failures (Delete Pending)/sec 3611=FCB Async Purge Failures (Delete Pending)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record being pending delete. [Dev Only] 3612=FCB Async Purge Failures (Outstanding Versions)/sec 3613=FCB Async Purge Failures (Outstanding Versions)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record having outstanding versions. [Dev Only] 3614=FCB Async Purge Failures (LV Outstanding)/sec 3615=FCB Async Purge Failures (LV Outstanding)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the LV of the record being outstanding. [Dev Only] 3616=FCB Async Purge Failures (Index Outstanding)/sec 3617=FCB Async Purge Failures (Index Outstanding)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the index of the record being outstanding. [Dev Only] 3618=FCB Async Purge Failures (Active Tasks)/sec 3619=FCB Async Purge Failures (Active Tasks)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record having active tasks. [Dev Only] 3620=FCB Async Purge Failures (Callbacks)/sec 3621=FCB Async Purge Failures (Callbacks)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to the record having callbacks. [Dev Only] 3622=FCB Async Purge Failures (Other)/sec 3623=FCB Async Purge Failures (Other)/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup due to other reasons. [Dev Only] 3624=FCB Sync Purge/sec 3625=FCB Sync Purge/sec is the number of cached schema records (FCBs) being synchronously purged each second. [Dev Only] 3626=FCB Sync Purge Stalls/sec 3627=FCB Sync 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] 3628=FCB Allocations Wait For Version Cleanup/sec 3629=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] 3630=FCB Purge On Cursor Close/sec 3631=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] 3632=FCB Cache % Hit 3633=FCB Cache % Hit is the percentage of schema records (FCBs) opened directly from the schema record cache. No file operations were required. [Dev Only] 3634=No name 3635=No text 3636=FCB Cache Stalls/sec 3637=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] 3638=FCB Cache Maximum 3639=FCB Cache Maximum is the absolute maximum number of the schema records (FCBs) that can exist in the cache. [Dev Only] 3640=FCB Cache Preferred 3641=FCB Cache Preferred is the preferred maximum number of the schema records (FCBs) that should exist in the cache. [Dev Only] 3642=FCB Cache Allocated 3643=FCB Cache Allocated is the number of cached schema records (FCBs) currently allocated. [Dev Only] 3644=FCB Cache Allocated/sec 3645=FCB Cache Allocated/sec is the number of cached schema records (FCBs) currently allocated per second. [Dev Only] 3646=FCB Cache Available 3647=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] 3648=FCB Cache Allocations Failed 3649=FCB Cache Allocations Failed is the number of schema records (FCBs) attempts that fail to allocate. [Dev Only] 3650=FCB Cache Allocation Average Latency (ms) 3651=FCB Cache Allocation Average Latency (ms) is the average latency in allocating cached schema records (FCBs). [Dev Only] 3652=No name 3653=No text 3654=FCB Attached RCEs 3655=FCB Attached RCEs is the number of revision control entries (RCEs) attached to cached schema records (FCBs) [Dev Only] 3656=Sessions In Use 3657=Sessions In Use is the number of database sessions currently open for use by client threads. 3658=Sessions % Used 3659=Sessions % Used is the percentage of database sessions currently open for use by client threads. 3660=No name 3661=No text 3662=Table Open Cache % Hit 3663=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. 3664=No name 3665=No text 3666=Table Open Cache Hits/sec 3667=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. 3668=Table Open Cache Misses/sec 3669=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. 3670=Table Open Pages Read/sec 3671=Table Open Pages Read/sec is the number of database pages read without using cached schema information per second. If this rate is too high, the table cache size may be too small. [Dev Only] 3672=Table Open Pages Preread/sec 3673=Table Open Pages Preread/sec is the number of database pages pre-read without using cached schema information per second. If this rate is too high, the table cache size may be too small. [Dev Only] 3674=Table Opens/sec 3675=Table Opens/sec is the number of database tables opened per second. 3676=Table Closes/sec 3677=Table Closes/sec is the number of database tables closed per second. 3678=Tables Open 3679=Tables Open is the number of database tables opened. 3680=Log Bytes Write/sec 3681=Log Bytes Write per second is the rate bytes are written to the log. 3682=Log Bytes Generated/sec 3683=Log Bytes Generated per second is the rate at which data is added to the log. This is different from Log Bytes Write per second in that each byte is generated only once whereas each byte may be written many times. 3684=Log Buffer Size 3685=Log Buffer Size is the amount of memory, in bytes, allocated for the database log buffers. [Dev Only] 3686=Log Buffer Bytes Used 3687=Log Buffer Bytes Used is the amount of bytes in the log buffers that have not yet been flushed to the logs. [Dev Only] 3688=Log Buffer Bytes Free 3689=Log Buffer Bytes Free is the amount of free space available in the log buffers. [Dev Only] 3690=Log Buffer Bytes Committed 3691=Log Buffer Bytes Committed is total number of committedbytes of log buffer. [Dev Only] 3692=Log Threads Waiting 3693=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. 3694=Log File Size 3695=Log File Size is the size, in bytes, of the database log files. [Dev Only] 3696=Log Checkpoint Depth 3697=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] 3698=Log Generation Checkpoint Depth 3699=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. 3700=Log Generation Database Consistency Depth 3701=Log Generation Database Consistency 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 and rebuilding the associated persisted flush map(s) is not required. [Dev Only] 3702=Log Checkpoint Maintenance Outstanding IO Max 3703=Log Checkpoint Maintenance Outstanding IO Max represents how aggressive, in terms of outstanding IOs, the database engine will be to maintain the preferred checkpoint. This is a function of how far the checkpoint has fallen behind. [Dev Only] 3704=Log Generation Checkpoint Depth Target 3705=Log Generation Checkpoint Depth Target represents the ideal target for the amount of work, in number of log files, that may be redone or undone to the database file(s) if the process crashes. 3706=Log Checkpoint Depth as a % of Target 3707=Log Checkpoint Depth as a % of Target is an expression of the current checkpoint depth in terms of a percentage of the checkpoint depth target. For example, if the current checkpoint depth is 5 generations and the checkpoint depth target is 4 generations then this will be reported as 125% of target. 3708=No name 3709=No text 3710=Log Generation Checkpoint Depth Max 3711=Log Generation Checkpoint Depth Max represents the maximum allowable amount of work, in number of log files, that may be redone or undone to the database file(s) if the process crashes. 3712=Log Generation Loss Resiliency Depth 3713=Log Generation Loss Resiliency Depth represents the amount of work, in number of log files, that may be lost while still allowing the database file(s) to recover (with data loss) if the process crashes. 3714=Log Files Generated 3715=Log Files Generated represents the total number of log files generated by an instance since that instance was last initialized. 3716=Log Files Generated Prematurely 3717=Log Files Generated Prematurely represents the total number of log files generated by an instance since that instance was last initialized and that have not been entirely filled with useful data. Under certain conditions the database engine will choose to switch to a new log file before it has been completely filled with useful data. 3718=Log File Current Generation 3719=Log File Current Generation gives the generation number of the current log file of an instance. 3720=User Read Only Transaction Commits to Level 0/sec 3721=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] 3722=User Read/Write Transaction Commits to Level 0 (Durable)/sec 3723=User Read/Write Transaction Commits to Level 0 (Durable)/sec is the count of fully committed transactions started by the calling process that modify data stored in the database engine. [Dev Only] 3724=User Read/Write Transaction Commits to Level 0 (Lazy)/sec 3725=User Read/Write Transaction Commits to Level 0 (Lazy)/sec is the count of transactions started by the calling process and committed to log buffer. [Dev Only] 3726=User Wait All Transaction Commits/sec 3727=User Wait All Transaction Commits/sec is the count of signals to flush all pending transactions started by the calling process that modify data stored in the database engine. [Dev Only] 3728=User Wait Last Transaction Commits/sec 3729=User Wait Last Transaction Commits/sec is the count of signals to flush a specific sessions pending transactions. [Dev Only] 3730=User Transaction Commits to Level 0/sec 3731=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] 3732=User Read Only Transaction Rollbacks to Level 0/sec 3733=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] 3734=User Read/Write Transaction Rollbacks to Level 0/sec 3735=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] 3736=User Transaction Rollbacks to Level 0/sec 3737=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] 3738=System Read Only Transaction Commits to Level 0/sec 3739=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] 3740=System Read/Write Transaction Commits to Level 0 (Durable)/sec 3741=System Read/Write Transaction Commits to Level 0 (Durable)/sec is the count of fully committed transactions started internally that modify data stored in the database engine. [Dev Only] 3742=System Read/Write Transaction Commits to Level 0 (Lazy)/sec 3743=System Read/Write Transaction Commits to Level 0 (Lazy)/sec is the count of internal transactions committed to log buffer. [Dev Only] 3744=System Transaction Commits to Level 0/sec 3745=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] 3746=System Read Only Transaction Rollbacks to Level 0/sec 3747=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] 3748=System Read/Write Transaction Rollbacks to Level 0/sec 3749=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] 3750=System Transaction Rollbacks to Level 0/sec 3751=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] 3752=Recovery stalls for Readonly transactions 3753=Recovery stalls for Readonly transactions is the number of times recovery had to pause to allow an older read-only transaction to complete. [Dev Only] 3754=Recovery long stalls for Readonly transactions 3755=Recovery long stalls for Readonly transactions is the number of times recovery had to pause for an extended time to allow an older read-only transaction to complete. [Dev Only] 3756=Total time for Recovery stalls for Readonly transactions (ms) 3757=Total time for Recovery stalls for Readonly transactions (ms) is the total amount of time (in milliseconds) recovery had to pause to allow an older read-only transaction to complete. [Dev Only] 3758=Recovery Throttles For IO Smoothing 3759=Recovery Throttles For IO Smoothing is the number of times recovery had to pause to not recover a file faster than it was generated. [Dev Only] 3760=Total Time For Recovery Throttles For IO Smoothing (ms) 3761=Total Time For Recovery Throttles For IO Smoothing (ms) is the total amount of time (in milliseconds) recovery had to pause to not recover a file faster than it was generated. [Dev Only] 3762=Database Page Allocation File Extension Async Consumed/sec 3763=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] 3764=Database Page Allocation File Extension Stalls/sec 3765=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] 3766=Database Page Allocation File Shrink Stalls/sec 3767=Database Page Allocation File Shrink Stalls/sec is the rate of page releases from a database file that must be serviced by shrink the database file and which stall when doing so. [Dev Only] 3768=Log Records/sec 3769=Log Records/sec is the count of records written to the database log buffers per second. [Dev Only] 3770=Log Buffer Capacity Flushes/sec 3771=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] 3772=Log Buffer Commit Flushes/sec 3773=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] 3774=Log Buffer Flushes Skipped/sec 3775=Log Buffer Flushes Skipped/sec is the count of times the database log buffers were intended to be flushed, but we skipped it due to the desired log data already having been flushed. [Dev Only] 3776=Log Buffer Flushes Blocked/sec 3777=Log Buffer Flushes Blocked/sec is the count of times the database log buffers were intended to be flushed, but we skipped it due to the log buffer being locked for and being flushed by another thread. [Dev Only] 3778=Log Buffer Flushes/sec 3779=Log Buffer Flushes/sec is the count of times the database log buffers must be flushed per second. [Dev Only] 3780=Log Writes/sec 3781=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. 3782=Log Full Segment Writes/sec 3783=Log Full Segment Writes/sec is the number of times full log segments are written to the log file(s) per second. [Dev Only] 3784=Log Partial Segment Writes/sec 3785=Log Partial Segment Writes/sec is the number of times that a log segment that is only partially full of data is written to the log file(s) per second. [Dev Only] 3786=Log Bytes Wasted/sec 3787=Log Bytes Wasted/sec is the number of bytes wasted by not reusing a partially flushed sector (and instead fill it up with NOPs). [Dev Only] 3788=Log Record Stalls/sec 3789=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. 3790=Version buckets allocated 3791=Total number of version buckets allocated 3792=Version buckets allocated for deletes 3793=Total number of version buckets allocated for FlagDelete RCEs [Dev Only] 3794=VER Bucket Allocations Wait For Version Cleanup/sec 3795=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] 3796=Version store average RCE bookmark length 3797=Average length of bookmark in RCE [Dev Only] 3798=Version store unnecessary calls/sec 3799=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] 3800=Version store cleanup tasks asynchronously dispatched/sec 3801=Number of times per second a version store clean task is dispatched asynchronously to be performed [Dev Only] 3802=Version store cleanup tasks synchronously dispatched/sec 3803=Number of times per second a version store clean task is performed synchronously [Dev Only] 3804=Version store cleanup tasks discarded/sec 3805=Number of times per second a version store clean task was discarded due to load concerns [Dev Only] 3806=Version store cleanup tasks failures/sec 3807=Number of times per second a dispatched version store cleanup task fails [Dev Only] 3808=Record Inserts/sec 3809=Record Inserts/sec is the rate at which records are being inserted into database tables. [Dev Only] 3810=Record Deletes/sec 3811=Record Deletes/sec is the rate at which records in database tables are being flagged for deletion. [Dev Only] 3812=Record Replaces/sec 3813=Record Replaces/sec is the rate at which records in database tables are being updated. [Dev Only] 3814=Record Unnecessary Replaces/sec 3815=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] 3816=Record Redundant Replaces/sec 3817=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] 3818=Record Escrow-Updates/sec 3819=Record Escrow-Updates/sec is the rate at which records in database tables are being escrow-updated. [Dev Only] 3820=Secondary Index Inserts/sec 3821=Secondary Index Inserts/sec is the rate at which entries are being inserted into indexes of database tables. [Dev Only] 3822=Secondary Index Deletes/sec 3823=Secondary Index Deletes/sec is the rate at which entries in indexes of database tables are being flagged for deletion. [Dev Only] 3824=False Index Column Updates/sec 3825=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] 3826=False Tuple Index Column Updates/sec 3827=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] 3828=Record Intrinsic Long-Values Updated/sec 3829=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] 3830=Record Separated Long-Values Added/sec 3831=Record Separated Long-Values Added/sec is the rate at which separated long-values are normally added to records of database tables. [Dev Only] 3832=Record Separated Long-Values Forced/sec 3833=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] 3834=Record Separated Long-Values All Forced/sec 3835=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] 3836=Record Separated Long-Values Reference All/sec 3837=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] 3838=Record Separated Long-Values Dereference All/sec 3839=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] 3840=Separated Long-Value Seeks/sec 3841=Separated Long-Value Seeks/sec is the rate at which seeks for a separated long-value in a database table are performed. [Dev Only] 3842=Separated Long-Value Retrieves/sec 3843=Separated Long-Value Retrieves/sec is the rate at which retrievals of a separated long-value in a database table are performed. [Dev Only] 3844=Separated Long-Value Creates/sec 3845=Separated Long-Value Creates/sec is the rate at which new separated long-values are added to a database table. [Dev Only] 3846=Long-Value Maximum LID 3847=Long-Value Maximum LID is the largest LID that has been used by the database engine for this instance. [Dev Only] 3848=Separated Long-Value Updates/sec 3849=Separated Long-Value Updates/sec is the rate at which existing separated long-values in a database table are modified. [Dev Only] 3850=Separated Long-Value Deletes/sec 3851=Separated Long-Value Deletes/sec is the rate at which separated long-values in a database table are flagged for deletion. [Dev Only] 3852=Separated Long-Value Copies/sec 3853=Separated Long-Value Copies/sec is the rate at which existing separated long-values in a database table are copied. [Dev Only] 3854=Separated Long-Value Chunk Seeks/sec 3855=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] 3856=Separated Long-Value Chunk Retrieves/sec 3857=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] 3858=Separated Long-Value Chunk Appends/sec 3859=Separated Long-Value Chunk Appends/sec is the rate at which chunks are appended to separated long-values of database tables. [Dev Only] 3860=Separated Long-Value Chunk Replaces/sec 3861=Separated Long-Value Chunk Replaces/sec is the rate at which existing separated long-value chunks in a database table are replaced. [Dev Only] 3862=Separated Long-Value Chunk Deletes/sec 3863=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] 3864=Separated Long-Value Chunk Copies/sec 3865=Separated Long-Value Chunk Copies/sec is the rate at which existing separated long-value chunks in a database table are copied. [Dev Only] 3866=B+ Tree Append Splits/sec 3867=B+ Tree Append Splits/sec is the count of times a page is appended to a database B+ Tree per second. [Dev Only] 3868=B+ Tree Right Splits/sec 3869=B+ Tree Right Splits/sec is the count of times a page is split right in a database B+ Tree per second. [Dev Only] 3870=B+ Tree Right Hotpoint Splits/sec 3871=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] 3872=B+ Tree Vertical Splits/sec 3873=B+ Tree Vertical Splits/sec is the count of times a page is split vertically in a database B+ Tree per second. [Dev Only] 3874=B+ Tree Splits/sec 3875=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] 3876=B+ Tree Empty Page Merges/sec 3877=B+ Tree Empty Page Merges/sec is the count of empty pages removed from a database B+ Tree per second. [Dev Only] 3878=B+ Tree Right Merges/sec 3879=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] 3880=B+ Tree Partial Merges/sec 3881=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] 3882=B+ Tree Left Merges/sec 3883=B+ Tree Left Merges/sec is the count of pages removed from a database B+ Tree per second by moving all its records to the previous page to the left. [Dev Only] 3884=B+ Tree Partial Left Merges/sec 3885=B+ Tree Partial Left Merges/sec is the count of pages where some of its records are moved to a page on the left in a database B+ Tree per second. [Dev Only] 3886=B+ Tree Page Moves/sec 3887=B+ Tree Page Moves/sec is the count of B+ Tree pages per second where all the records are moved to a new page. [Dev Only] 3888=B+ Tree Merges/sec 3889=B+ Tree Merges/sec is the count of pages merged in a database B+ Tree per second. [Dev Only] 3890=B+ Tree Failed Simple Page Cleanup Attempts/sec 3891=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] 3892=B+ Tree Seek Short Circuits/sec 3893=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] 3894=B+ Tree Opportune Prereads/sec 3895=B+ Tree Opportune Prereads/sec is the number of pages per second that are preread because they are adjacent to a page read by a seek. [Dev Only] 3896=B+ Tree Unnecessary Sibling Latches/sec 3897=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] 3898=B+ Tree Move Nexts/sec 3899=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] 3900=B+ Tree Move Nexts (Non-Visible Nodes Skipped)/sec 3901=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] 3902=B+ Tree Move Nexts (Nodes Filtered)/sec 3903=B+ Tree Move Nexts (Nodes Filtered)/sec is the count of times the database engine filters records while attempting to move to the next record in a B+ Tree per second. [Dev Only] 3904=B+ Tree Move Prevs/sec 3905=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] 3906=B+ Tree Move Prevs (Non-Visible Nodes Skipped)/sec 3907=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] 3908=B+ Tree Move Prevs (Nodes Filtered)/sec 3909=B+ Tree Move Prevs (Nodes Filtered)/sec is the count of times the database engine filters records while attempting to move to the previous record in a B+ Tree per second. [Dev Only] 3910=B+ Tree Seeks/sec 3911=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] 3912=B+ Tree Inserts/sec 3913=B+ Tree Inserts/sec is the count of times a record is inserted in a database B+ Tree per second. [Dev Only] 3914=B+ Tree Replaces/sec 3915=B+ Tree Replaces/sec is the count of times a record is replaced in a database B+ Tree per second. [Dev Only] 3916=B+ Tree Flag Deletes/sec 3917=B+ Tree Flag Deletes/sec is the count of times a record is flag deleted in a database B+ Tree per second. [Dev Only] 3918=B+ Tree Deletes/sec 3919=B+ Tree Deletes/sec is the count of times a record is deleted in a database B+ Tree per second. [Dev Only] 3920=B+ Tree Appends/sec 3921=B+ Tree Appends/sec is the count of times a record is appended to a database B+ Tree per second. [Dev Only] 3922=B+ Tree Creates/sec 3923=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] 3924=B+ Tree Creates (Total) 3925=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] 3926=B+ Tree Destroys/sec 3927=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] 3928=B+ Tree Destroys (Total) 3929=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] 3930=Pages Trimmed/sec 3931=Pages Trimmed/sec is the number of database pages that are trimmed and the allocated space is released to the file system. [Dev Only] 3932=Pages Trimmed (Total) 3933=Pages Trimmed (Total) is the number of database pages that are trimmed and the allocated space is released to the file system. [Dev Only] 3934=Pages Not Trimmed Unaligned/sec 3935=Pages Not Trimmed Unaligned/sec is the number of database pages that are not trimmed because the trim request was not on an aligned boundary that the operating system supports. For example, if the supported trim granulariy is 64k, and the requested trim range is from (64k-1 page) to (128k+1 page), then this counter is increased by two. [Dev Only] 3936=Pages Not Trimmed Unaligned (Total) 3937=Pages Not Trimmed Unaligned (Total) is the number of database pages that are not trimmed because the trim request was not on an aligned boundary that the operating system supports. For example, if the supported trim granulariy is 64k, and the requested trim range is from (64k-1 page) to (128k+1 page), then this counter is increased by two. [Dev Only] 3938=Database Pages Preread Untouched/sec 3939=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] 3940=Database Page Evictions (k=1)/sec 3941=Database Page Evictions (k=1)/sec is the rate that database file pages are evicted that were of limited usefulness (k=1 pool). [Dev Only] 3942=Database Page Evictions (k=2)/sec 3943=Database Page Evictions (k=2)/sec is the rate that database file pages are evicted that were of high usefulness (k=2 pool). [Dev Only] 3944=Database Page Evictions (Scavenging)/sec 3945=Database Page Evictions (Scavenging)/sec is the rate that cached pages are evicted due to scavenging / avail pool maintenance running. [Dev Only] 3946=Database Page Evictions (Shrink)/sec 3947=Database Page Evictions (Shrink)/sec is the rate that cached pages are evicted due to the database cache shrinking. [Dev Only] 3948=Database Page Evictions (Purge)/sec 3949=Database Page Evictions (Purge)/sec is the rate that cached pages are evicted due to purging a cached context / database or individual pages at runtime. [Dev Only] 3950=Database Page Evictions (Patch)/sec 3951=Database Page Evictions (Patch)/sec is the rate that cached pages are evicted due to active page patching. [Dev Only] 3952=Database Cache Size (MB) 3953=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. 3954=Database Cache Misses/sec 3955=Database Cache Misses per second is the rate at which database file page requests were fulfilled by the database cache by causing a file operation. If this rate is high, then the database cache size may be too small. 3956=Database Cache % Hit 3957=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. 3958=No name 3959=No text 3960=Database Cache % Hit (Uncorrelated) 3961=Database Cache % Hit (Uncorrelated) is the percentage of uncorrelated database file page requests that were fulfilled by the database cache. 3962=No name 3963=No text 3964=Database Cache Requests/sec 3965=Database Cache Requests/sec is the rate that pages are requested from the database cache. 3966=Instance Status 3967=Instance Status indicates the current runtime state of the instance. Values are 1 (recovery redo), 2 (recovery undo), 3 (runtime), 4 (shutdown), 5 (error). [Dev Only] 3968=Database Pages Read Async/sec 3969=Database Pages Read Async/sec is the rate that pages are asynchronously read from the database file(s) into the database cache. [Dev Only] 3970=Database Pages Read Sync/sec 3971=Database Pages Read Sync/sec is the rate that pages are synchronously read from the database file(s) into the database cache. [Dev Only] 3972=Database Pages Dirtied/sec 3973=Database Pages Dirtied/sec is the rate that pages are dirtied in the database cache. [Dev Only] 3974=Database Pages Dirtied (Repeatedly)/sec 3975=Database Pages Dirtied (Repeatedly)/sec is the rate that pages are repeatedly dirtied / redirtied in the database cache. [Dev Only] 3976=Database Pages Written/sec 3977=Database Pages Written/sec is the rate that pages are written to the database file(s) from the database cache. [Dev Only] 3978=Database Pages Transferred/sec 3979=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] 3980=Database Pages Non-Resident Reclaimed (Soft Faulted)/sec 3981=Database Pages Non-Resident Reclaimed (Soft Faulted)/sec is the number of OS soft faults attempted and succeeded against database pages in the buffer cache. [Dev Only] 3982=Database Pages Non-Resident Reclaimed (Failed)/sec 3983=Database Pages Non-Resident Reclaimed (Failed)/sec is the number of OS soft faults attempted and failed against database pages in the buffer cache. [Dev Only] 3984=Database Pages Non-Resident Re-read/sec 3985=Database Pages Non-Resident Re-read/sec is the number of pages that could not be reclaimed by soft fault, and must be redirected to the database file as a re-read of the page. [Dev Only] 3986=Database Pages Non-Resident Evicted (Normally)/sec 3987=Database Pages Non-Resident Evicted (Normally)/sec is the number of pages that were paged / trimmed by the OS memory manager, and got evicted normally before being re-used or re-latched. [Dev Only] 3988=Database Page Touches (Non-Touch)/sec 3989=Database Page Touches (Non-Touch)/sec is the rate that database pages are touched within a single ms (super-correlated). [Dev Only] 3990=Database Page Touches (k=1)/sec 3991=Database Page Touches (k=1)/sec is the rate that database pages are touched for the first time / k=1 pool. [Dev Only] 3992=Database Page Touches (k=2)/sec 3993=Database Page Touches (k=2)/sec is the rate that database pages are subsequently touched and put in the k=2 pool. [Dev Only] 3994=Database Page Touches (Correlated)/sec 3995=Database Page Touches (Correlated)/sec is the rate that database pages are touched within a correlation interval (default=125 ms). [Dev Only] 3996=Database Pages Colded (Ext)/sec 3997=Database Pages Colded (Ext) per second is the rate at which database pages are deprioritized by sub-components other than the buffer manager to send for early eviction. [Dev Only] 3998=Database Pages Colded (Int)/sec 3999=Database Pages Colded (Int) per second is the rate at which database pages are deprioritized by the buffer manager itself to maintain minimal cache usage. [Dev Only] 4000=Database Pages Preread/sec 4001=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] 4002=Database Page Preread Stalls/sec 4003=Database Page Preread Stalls/sec is the rate that pages are read in anticipation of future use from the database file(s) into the database cache but did not complete preread before intended use. [Dev Only] 4004=Database Pages Preread (Unnecessary)/sec 4005=Database Pages Preread (Unnecessary)/sec is the rate that pages are requested in anticipation of future use but that are already cached by the database cache. This is non-ideal behavior that represents a waste of processing time. [Dev Only] 4006=Database Pages Dehydrated/sec 4007=Database Pages Dehydrated/sec is the rate that pages are compressed to memory usage in the buffer manager. [Dev Only] 4008=Database Pages Rehydrated/sec 4009=Database Pages Rehydrated/sec is the rate that pages are uncompressed for active usage or flushing to the database. [Dev Only] 4010=Database Pages Versioned/sec 4011=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] 4012=Database Pages Version Copied/sec 4013=Database Pages Version Copied/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] 4014=Database Pages Repeatedly Written/sec 4015=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] 4016=Database Pages Flushed (Cache Shrink)/sec 4017=Database Pages Flushed (Cache Shrink)/sec is the rate that pages are written to the database file(s) from the database cache because the cache size must shrink. [Dev Only] 4018=Database Pages Flushed (Checkpoint)/sec 4019=Database Pages Flushed (Checkpoint)/sec is the rate that pages are written to the database file(s) from the database cache to keep the checkpoint depth down to configured levels. [Dev Only] 4020=Database Pages Flushed (Checkpoint Foreground)/sec 4021=Database Pages Flushed (Checkpoint Foreground)/sec is the rate that pages are written to the database file(s) from the database cache to keep the checkpoint depth down to configured levels. [Dev Only] 4022=Database Pages Flushed (Context Flush)/sec 4023=Database Pages Flushed (Context Flush)/sec is the rate that pages are written to the database file(s) from the database cache due to a requested flush of a buffer context. [Dev Only] 4024=Database Pages Flushed (Idle)/sec 4025=Database Pages Flushed (Idle)/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] 4026=Database Pages Flushed (Filthy Foreground)/sec 4027=Database Pages Flushed (Filthy Foreground)/sec is the rate that pages are written to the database file(s) from the database cache because they are marked for filthy / immediate flush. [Dev Only] 4028=Database Pages Flushed (Scavenge)/sec 4029=Database Pages Flushed (Scavenge)/sec is the rate that pages are written to the database file(s) from the database cache to perform available pool maintenance. [Dev Only] 4030=Database Pages Flushed Opportunely/sec 4031=Database Pages Flushed Opportunely/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 IOs required to write all the pages is reduced. [Dev Only] 4032=Database Pages Flushed Opportunely Clean/sec 4033=Database Pages Flushed Opportunely Clean/sec is the rate that clean pages are opportunely written to the database file(s) from the database cache because they happen to be betweeen two other pages that must be written. These additional writes are performed in the hope that the total number of IOs required to write all the dirty pages is reduced. [Dev Only] 4034=Database Pages Coalesced Written/sec 4035=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] 4036=Database Pages Coalesced Read/sec 4037=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] 4038=Database Pages Repeatedly Read/sec 4039=Database Pages Repeatedly Read/sec is the rate that pages are read from the database file(s) into the database cache more than once a short period of time / within history tracking. [Dev Only] 4040=Flush Map % Dirty 4041=Flush Map % Dirty is the percentage of the flush map that has been modified and not persisted since the associated database was attached. [Dev Only] 4042=No name 4043=No text 4044=Flush Map Pages Written Async/sec 4045=Flush Map Pages Written Async/sec is the rate at which flush map pages are asynchronously written to the flush map file. [Dev Only] 4046=Flush Map Pages Written Sync/sec 4047=Flush Map Pages Written Sync/sec is the rate at which flush map pages are synchronously written to the flush map file. [Dev Only] 4048=Streaming Backup Pages Read/sec 4049=Streaming Backup Pages Read/sec is the rate of database read operations performed for the purpose of streaming backups. 4050=Online Defrag Pages Referenced/sec 4051=Online Defrag Pages Referenced/sec is the rate at which online defragmentation is touching database pages. [Dev Only] 4052=Online Defrag Pages Read/sec 4053=Online Defrag Pages Read/sec is the rate of database read operations being performed by online defragmentation. [Dev Only] 4054=Online Defrag Pages Preread/sec 4055=Online Defrag Pages Preread/sec is the rate at which database pages are read in anticipation of future use by online defragmentation. [Dev Only] 4056=Online Defrag Pages Dirtied/sec 4057=Online Defrag Pages Dirtied/sec is the rate at which online defragmentation is modifying clean database pages. [Dev Only] 4058=Online Defrag Pages Re-Dirtied/sec 4059=Online Defrag Pages Re-Dirtied/sec is the rate at which online defragmentation is modifying database pages that already contained modifications. [Dev Only] 4060=Online Defrag Pages Freed/sec 4061=Pages Freed/sec is the number of pages per second that are freed from the database by the online defragmentation process [Dev Only] 4062=Online Defrag Data Moves/sec 4063=Data Moves/sec is the number of times per second that data is moved from one page to another by the online defragmentation process [Dev Only] 4064=Online Defrag Page Moves/sec 4065=Page Moves/sec is the number of times per second that data is moved from one page to a new page by the online defragmentation process [Dev Only] 4066=Online Defrag Log Records/sec 4067=Online Defrag Log Records/sec is the rate at which online defragmentation is generating log records. [Dev Only] 4068=Online Defrag Average Log Bytes 4069=Online Defrag Average Log Bytes is the average size of the log records being generated by online defragmentation. [Dev Only] 4070=No name 4071=No text 4072=Database Maintenance Duration 4073=Database Maintenance Duration is the number of hours that have passed since maintenance last completed for this database. 4074=Database Maintenance Pages Read 4075=Database Maintenance Pages Read is the number of pages read by database maintenance. [Dev Only] 4076=Database Maintenance Pages Read/sec 4077=Database Maintenance Pages Read/sec is the rate at which pages are read by database maintenance. [Dev Only] 4078=Database Maintenance Pages Zeroed 4079=Database Maintenance Pages Zeroed is the number of pages zeroed/scrubbed by database maintenance. [Dev Only] 4080=Database Maintenance Pages Zeroed/sec 4081=Database Maintenance Pages Zeroed/sec is the rate at which pages are zeroed/scrubbed by database maintenance. [Dev Only] 4082=Database Maintenance Zero Ref Count LVs Deleted 4083=Database Maintenance Zero Ref Count LVs is the number of zero ref counted LVs deleted by database maintenance. [Dev Only] 4084=Database Maintenance Pages with Flag Deleted LVs Reclaimed 4085=Database Maintenance Pages with Flag Deleted LVs Reclaimed is the number of LV pages with flag deleted LVs reclaimed by database maintenance. [Dev Only] 4086=Database Maintenance Pages Bad Checksums 4087=Database Maintenance Pages Bad Checksums is the number of non-correctable page checksums encountered during a database maintenance pass. 4088=Database Maintenance IO Reads/sec 4089=Database Maintenance IO Reads/sec is the approximate number of Database Maintenance read IO operations generated/sec. [Dev Only] 4090=Database Maintenance IO Reads Average Bytes 4091=Database Maintenance IO Reads Average Bytes is the approximate average size in bytes of Database Maintenance read IO. [Dev Only] 4092=No name 4093=No text 4094=Database Maintenance Throttle Setting 4095=Database Maintenance Throttle Setting is the current Database Maintenance throttle setting. [Dev Only] 4096=Database Maintenance IO Re-Reads/sec 4097=Database Maintenance IO Re-Reads/sec is the approximate number of Database Maintenance read IO operations for pages already cached in the buffer manager generated/sec. [Dev Only] 4098=Database Maintenance IO Re-Reads Average Bytes 4099=Database Maintenance IO Re-Reads Average Bytes is the approximate average size in bytes of Database Maintenance read IO for pages already cached in the buffer manager. [Dev Only] 4100=No name 4101=No text 4102=Database Maintenance IO Re-Reads Average Latency 4103=Database Maintenance IO Re-Reads Average Latency is the approximate average latency in milli-seconds for Database Maintenance read IO for pages already cached in the buffer manager. [Dev Only] 4104=No name 4105=No text 4106=Database Maintenance Pages Skipped by Recovery 4107=Database Maintenance Pages Skipped by Recovery is the number of pages that were not scanned as instructed by the transaction log, typically because urgent recovery is needed. [Dev Only] 4108=Database Maintenance Pages Skipped by Recovery/sec 4109=Database Maintenance Pages Skipped by Recovery/sec is the rate at which pages instructed by the transaction log to be scanned were skipped, typically because urgent recovery is needed. [Dev Only] 4110=Database Maintenance Pages Checked for Divergences 4111=Database Maintenance Pages Checked for Divergences is the number of pages that were scanned for possible divergence against the tracked scan check log records. [Dev Only] 4112=Database Maintenance Pages Checked for Divergences/sec 4113=Database Maintenance Pages Checked for Divergences/sec is the rate at which pages were scanned for possible divergence against the tracked scan check log records. [Dev Only] 4114=Database Tasks Pages Referenced/sec 4115=Database Tasks Pages Referenced/sec is the rate at which background database tasks are touching database pages. [Dev Only] 4116=Database Tasks Pages Read/sec 4117=Database Tasks Pages Read/sec is the rate of database read operations being performed by background database tasks. [Dev Only] 4118=Database Tasks Pages Preread/sec 4119=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] 4120=Database Tasks Pages Dirtied/sec 4121=Database Tasks Pages Dirtied/sec is the rate at which background database tasks are modifying clean database pages. [Dev Only] 4122=Database Tasks Pages Re-Dirtied/sec 4123=Database Tasks Pages Re-Dirtied/sec is the rate at which background databases tasks are modifying database pages that already contained modifications. [Dev Only] 4124=Database Tasks Log Records/sec 4125=Database Tasks Log Records/sec is the rate at which background database tasks are generating log records. [Dev Only] 4126=Database Tasks Average Log Bytes 4127=Database Tasks Average Log Bytes is the average size of the log records being generated by background database tasks. [Dev Only] 4128=No name 4129=No text 4130=I/O Database Reads (Attached)/sec 4131=I/O Database Reads (Attached)/sec is the rate of database read operations completed. 4132=I/O Database Reads (Attached) Average Latency 4133=I/O Database Reads (Attached) Average Latency is the average length of time, in milliseconds, per database read operation. 4134=No name 4135=No text 4136=I/O Database Reads (Attached) Average Bytes 4137=I/O Database Reads (Attached) Average Bytes is the average number of bytes transferred per database read operation. [Dev Only] 4138=No name 4139=No text 4140=I/O Database Reads (Attached) In Heap 4141=I/O Database Reads (Attached) 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] 4142=I/O Database Reads (Attached) Async Pending 4143=I/O Database Reads (Attached) Async Pending is the number of database read operations asynchronously pending completion. [Dev Only] 4144=I/O Database Reads (Attached) Abnormal Latency/sec 4145=I/O Database Reads (Attached) 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] 4146=I/O Database Reads (Recovery)/sec 4147=I/O Database Reads (Recovery)/sec is the rate of database read operations completed. 4148=I/O Database Reads (Recovery) Average Latency 4149=I/O Database Reads (Recovery) Average Latency is the average length of time, in milliseconds, per database read operation. 4150=No name 4151=No text 4152=I/O Database Reads (Recovery) Average Bytes 4153=I/O Database Reads (Recovery) Average Bytes is the average number of bytes transferred per database read operation. [Dev Only] 4154=No name 4155=No text 4156=I/O Database Reads (Recovery) In Heap 4157=I/O Database Reads (Recovery) 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] 4158=I/O Database Reads (Recovery) Async Pending 4159=I/O Database Reads (Recovery) Async Pending is the number of database read operations asynchronously pending completion. [Dev Only] 4160=I/O Database Reads (Recovery) Abnormal Latency/sec 4161=I/O Database Reads (Recovery) 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] 4162=I/O Database Reads/sec 4163=I/O Database Reads/sec is the rate of database read operations completed. 4164=I/O Database Reads Average Latency 4165=I/O Database Reads Average Latency is the average length of time, in milliseconds, per database read operation. 4166=No name 4167=No text 4168=I/O Database Reads Average Bytes 4169=I/O Database Reads Average Bytes is the average number of bytes transferred per database read operation. [Dev Only] 4170=No name 4171=No text 4172=I/O Database Reads In Heap 4173=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] 4174=I/O Database Reads Async Pending 4175=I/O Database Reads Async Pending is the number of database read operations asynchronously pending completion. [Dev Only] 4176=I/O Database Reads Abnormal Latency/sec 4177=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] 4178=I/O Log Reads/sec 4179=I/O Log Reads/sec is the rate of logfile read operations completed. 4180=I/O Log Reads Average Latency 4181=I/O Log Reads Average Latency is the average length of time, in milliseconds, per logfile read operation. 4182=No name 4183=No text 4184=I/O Log Reads Average Bytes 4185=I/O Log Reads Average Bytes is the average number of bytes transferred per logfile read operation. [Dev Only] 4186=No name 4187=No text 4188=I/O Log Reads In Heap 4189=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] 4190=I/O Log Reads Async Pending 4191=I/O Log Reads Async Pending is the number of logfile read operations asynchronously pending completion. [Dev Only] 4192=I/O Log Reads Abnormal Latency/sec 4193=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] 4194=I/O Database Writes (Attached)/sec 4195=I/O Database Writes (Attached)/sec is the rate of database write operations completed. 4196=I/O Database Writes (Attached) Average Latency 4197=I/O Database Writes (Attached) Average Latency is the average length of time, in milliseconds, per database write operation. 4198=No name 4199=No text 4200=I/O Database Writes (Attached) Average Bytes 4201=I/O Database Writes (Attached) Average Bytes is the average number of bytes transferred per database write operation. [Dev Only] 4202=No name 4203=No text 4204=I/O Database Writes (Attached) In Heap 4205=I/O Database Writes (Attached) 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] 4206=I/O Database Writes (Attached) Async Pending 4207=I/O Database Writes (Attached) Async Pending is the number of database write operations asynchronously pending completion. [Dev Only] 4208=I/O Database Writes (Attached) Abnormal Latency/sec 4209=I/O Database Writes (Attached) 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] 4210=I/O Database Writes (Recovery)/sec 4211=I/O Database Writes (Recovery)/sec is the rate of database write operations completed. 4212=I/O Database Writes (Recovery) Average Latency 4213=I/O Database Writes (Recovery) Average Latency is the average length of time, in milliseconds, per database write operation. 4214=No name 4215=No text 4216=I/O Database Writes (Recovery) Average Bytes 4217=I/O Database Writes (Recovery) Average Bytes is the average number of bytes transferred per database write operation. [Dev Only] 4218=No name 4219=No text 4220=I/O Database Writes (Recovery) In Heap 4221=I/O Database Writes (Recovery) 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] 4222=I/O Database Writes (Recovery) Async Pending 4223=I/O Database Writes (Recovery) Async Pending is the number of database write operations asynchronously pending completion. [Dev Only] 4224=I/O Database Writes (Recovery) Abnormal Latency/sec 4225=I/O Database Writes (Recovery) 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] 4226=I/O Database Writes/sec 4227=I/O Database Writes/sec is the rate of database write operations completed. 4228=I/O Database Writes Average Latency 4229=I/O Database Writes Average Latency is the average length of time, in milliseconds, per database write operation. 4230=No name 4231=No text 4232=I/O Database Writes Average Bytes 4233=I/O Database Writes Average Bytes is the average number of bytes transferred per database write operation. [Dev Only] 4234=No name 4235=No text 4236=I/O Database Writes In Heap 4237=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] 4238=I/O Database Writes Async Pending 4239=I/O Database Writes Async Pending is the number of database write operations asynchronously pending completion. [Dev Only] 4240=I/O Database Writes Abnormal Latency/sec 4241=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] 4242=I/O Flush Map Writes/sec 4243=I/O Flush Map Writes/sec is the rate of flush map write operations completed. 4244=I/O Flush Map Writes Average Latency 4245=I/O Flush Map Writes Average Latency is the average length of time, in milliseconds, per flush map write operation. 4246=No name 4247=No text 4248=I/O Flush Map Writes Average Bytes 4249=I/O Flush Map Writes Average Bytes is the average number of bytes transferred per flush map write operation. [Dev Only] 4250=No name 4251=No text 4252=I/O Log Writes/sec 4253=I/O Log Writes/sec is the rate of log file write operations completed. 4254=I/O Log Writes Average Latency 4255=I/O Log Writes Average Latency is the average length of time, in milliseconds, per log file write operation. 4256=No name 4257=No text 4258=I/O Log Writes Average Bytes 4259=I/O Log Writes Average Bytes is the average number of bytes transferred per logfile write operation. [Dev Only] 4260=No name 4261=No text 4262=I/O Log Writes In Heap 4263=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] 4264=I/O Log Writes Async Pending 4265=I/O Log Writes Async Pending is the number of logfile write operations asynchronously pending completion. [Dev Only] 4266=I/O Log Writes Abnormal Latency/sec 4267=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] 4268=Encryption Bytes/sec 4269=Encryption Bytes/sec is the number of bytes per second that were encrypted. [Dev Only] 4270=Encryption Ops/sec 4271=Encryption Ops/sec is the number of encryption operations per second that were performed. [Dev Only] 4272=Average latency per encryption operation (us) 4273=Average latency per encryption operation (us) is the average latency (in microseconds) per encryption operation. [Dev Only] 4274=No name 4275=No text 4276=Decryption Bytes/sec 4277=Decryption Bytes/sec is the number of bytes per second that were decrypted. [Dev Only] 4278=Decryption Ops/sec 4279=Decryption Ops/sec is the number of decryption operations per second that were performed. [Dev Only] 4280=Average latency per decryption operation (us) 4281=Average latency per decryption operation (us) is the average latency (in microseconds) per decryption operation. [Dev Only] 4282=No name 4283=No text 4284=Compressed Bytes/sec 4285=Compressed Bytes/sec is the number of bytes per second that were compressed during DML operations. [Dev Only] 4286=Compression Ops/sec 4287=Compression Ops/sec is the number of compression operations per second that were performed during DML operations. [Dev Only] 4288=Compression average latency (us) 4289=Average latency per compression operation in microseconds. [Dev Only] 4290=No name 4291=No text 4292=Compression ratio 4293=Compression ratio calculated as: uncompressed size / compressed size. [Dev Only] 4294=No name 4295=No text 4296=Decompressed Bytes/sec 4297=Decompressed Bytes/sec is the number of bytes per second that were decompressed during DML operations. [Dev Only] 4298=Decompression Ops/sec 4299=Decompression Ops/sec is the number of decompression operations per second that were performed during DML operations. [Dev Only] 4300=Decompression average latency (us) 4301=Average latency per decompression operation in microseconds. [Dev Only] 4302=No name 4303=No text 4304=Pages Reorganized (Other)/sec 4305=Pages Reorganized (Other)/sec is the number of times per second a page was reorganized for some other / unknown reason. [Dev Only] 4306=Pages Reorganized (Free Space Request)/sec 4307=Pages Reorganized (Free Space Request)/sec is the number of times per second a page was reorganized due to a free space request that could not be satisfied by the existing contiguous space on the page. [Dev Only] 4308=Pages Reorganized (Page Move Logging)/sec 4309=Pages Reorganized (Page Move Logging)/sec is the number of times per second a page was reorganized for minimizing a page size for logging page move. [Dev Only] 4310=Pages Reorganized (Dehydrate Buffer)/sec 4311=Pages Reorganized (Dehydrate Buffer)/sec is the number of times per second a page is reorganized to minimize our in-memory buffer usage. [Dev Only] 4312=Database Cache Miss (Attached) Average Latency 4313=Database Cache Miss (Attached) Average Latency is the average length of time, in milliseconds, per page cache miss that is satisfied by waiting for a database read operation to be completed. 4314=No name 4315=No text 4316=Database Cache Size Unused 4317=Database Cache Size Unused is the amount of system memory used by the database cache manager to hold information from the database file(s) that may be used in the near future but that hasnt yet been referenced. [Dev Only] 4330=Terminal Services Session 4331=Terminal Services per-session resource monitoring. 4686=BITS Net Utilization 4687=BITS Per Job Network Utilization 4688=Remote Server Speed (Bits/Sec) 4689=Estimate of Remote Server Speed (Bits/Sec) 4690=Netcard Speed (Bits/Sec) 4691=Estimate of the local netcard's speed (Bits/Sec) 4692=Percent Netcard Free 4693=Estimate of most recent percent network interface utilization 4694=IGD Speed (Bits/Sec) 4695=Estimate of the IGD's Internet connection speed (Bits/Sec) 4696=Percent IGD Free 4697=Estimate of most recent percent IGD Internet connection utilization 4698=BITS Download BlockSize (Bytes) 4699=Size of the next download block for BITS 4700=BITS Download Response Interval (msec) 4701=BITS download response interval (msec) 4702=Estimated bandwidth available to the remote system (Bits/sec) 4703=Estimated bandwidth available to the remote system (Bits/sec) 4704=RAS Port 4705=The RAS Object Type handles individual ports of the RAS device on your system. 4706=Bytes Transmitted 4707=The number of bytes transmitted total for this connection. 4708=Bytes Received 4709=The number of bytes received total for this connection. 4710=Frames Transmitted 4711=The number of data frames transmitted total for this connection. 4712=Frames Received 4713=The number of data frames received total for this connection. 4714=Percent Compression Out 4715=The compression ratio for bytes being transmitted. 4716=Percent Compression In 4717=The compression ratio for bytes being received. 4718=CRC Errors 4719=The total number of CRC Errors for this connection. CRC Errors occur when the frame received contains erroneous data. 4720=Timeout Errors 4721=The total number of Timeout Errors for this connection. Timeout Errors occur when an expected is not received in time. 4722=Serial Overrun Errors 4723=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. 4724=Alignment Errors 4725=The total number of Alignment Errors for this connection. Alignment Errors occur when a byte received is different from the byte expected. 4726=Buffer Overrun Errors 4727=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. 4728=Total Errors 4729=The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors for this connection. 4730=Bytes Transmitted/Sec 4731=The number of bytes transmitted per second. 4732=Bytes Received/Sec 4733=The number of bytes received per second. 4734=Frames Transmitted/Sec 4735=The number of frames transmitted per second. 4736=Frames Received/Sec 4737=The number of frames received per second. 4738=Total Errors/Sec 4739=The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors per second. 4740=RAS Total 4741=The RAS Object Type handles all combined ports of the RAS device on your system. 4742=Total Connections 4743=The total number of Remote Access connections. 4994=Distributed Transaction Coordinator 4995=Microsoft Distributed Transaction Coordinator performance counters 4996=Active Transactions 4997=Number of currently active transactions 4998=Committed Transactions 4999=Number of committed transactions 5000=Aborted Transactions 5001=Number of aborted transactions 5002=In Doubt Transactions 5003=Number of in doubt transactions 5004=Active Transactions Maximum 5005=Maximum number of transactions ever concurrently active 5006=Force Committed Transactions 5007=Number of transactions committed by the system administrator 5008=Force Aborted Transactions 5009=Number of transactions aborted by the system administrator 5010=Response Time -- Minimum 5011=Minimum time delta between transaction begin and commit 5012=Response Time -- Average 5013=Average time delta between transaction begin and commit 5014=Response Time -- Maximum 5015=Maximum time delta between transaction begin and commit 5016=Transactions/sec 5017=Transactions performed per second 5018=Committed Transactions/sec 5019=Transactions committed per second 5020=Aborted Transactions/sec 5021=Transactions aborted per second 5022=Bulk Bytes/Sec 5023=Displays the current bulk transfer rate in bytes/sec. 5024=Isochronous Bytes/Sec 5025=Displays the current isochronous transfer rate in bytes/sec. 5026=Interrupt Bytes/Sec 5027=Displays the current interrupt transfer rate in bytes/sec. 5028=Control Data Bytes/Sec 5029=Displays the current control transfer rate in bytes/sec. 5030=Controller PCI Interrupts/Sec 5031=Displays the rate of PCI interrupt generation by the USB controller. For controller instances only. 5032=Controller WorkSignals/Sec 5033=Displays the current rate Work Signals generated per second by the usbport driver. For controller instances only. 5034=% Total Bandwidth Used for Interrupt 5035=Displays the percentage of BW reserved for interrupt transfers 5036=% Total Bandwidth Used for Iso 5037=Displays the percentage of BW reserved for ISO transfers 5038=USB 5039=USB I/O Counters 5040=Avg. Bytes/Transfer 5041=Displays the average size of all transfer URBs. For device instances only. 5042=Iso Packet Errors/Sec 5043=Number of ISO packets that are NOT late, but complete with an error. For device instances only. 5044=Avg ms latency for ISO transfers 5045=Avg number of ms between the current frame and the start frame of an ISO transfer when scheduled. For device instances only. 5046=Transfer Errors/Sec 5047=Number of Transfer URBs completing with an error status. For device instances only. 5048=Host Controller Idle 5049=Non-zero value if the host controller is not running(idle). 5050=Host Controller Async Idle 5051=Non-Zero value if the host controller async schedule is not running(idle). 5052=Host Controller Async Cache Flush Count 5053=Incremented each time the controller async cache is flushed. 5054=Host Controller Periodic Idle 5055=Non-Zero if the periodic schedule is not running(idle). 5056=Host Controller Periodic Cache Flush Count 5057=Incremented each time the controller periodic cache is flushed. 5742=.NET Memory Cache 4.0 5743=System.Runtime.Caching.MemoryCache Performance Counters 5744=Cache Hits 5745=The number of cache hits. 5746=Cache Misses 5747=The number of cache misses. 5748=Cache Hit Ratio 5749=The percentage of cache hits in the total number of cache requests. 5750=Cache Hit Ratio Base 5751=Cache Hit Ratio Base 5752=Cache Trims 5753=Total number of entries removed from the cache due to memory pressure or Trim invocations. 5754=Cache Entries 5755=The number of entries within the cache. 5756=Cache Turnover Rate 5757=The number of entries added to the cache or removed from the cache per second. 5878=.NET CLR Memory 5879=Counters for CLR Garbage Collected heap. 5880=# Gen 0 Collections 5881=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. 5882=# Gen 1 Collections 5883=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. 5884=# Gen 2 Collections 5885=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. 5886=Promoted Memory from Gen 0 5887=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. 5888=Promoted Memory from Gen 1 5889=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. 5890=Gen 0 Promoted Bytes/Sec 5891=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. 5892=Gen 1 Promoted Bytes/Sec 5893=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. 5894=Promoted Finalization-Memory from Gen 0 5895=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. 5896=Process ID 5897=This counter displays the process ID of the CLR process instance being monitored. The value displayed will be 0 until after the first garbage collection. 5898=Gen 0 heap size 5899=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. 5900=Gen 1 heap size 5901=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. 5902=Gen 2 heap size 5903=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. 5904=Large Object Heap size 5905=This counter displays the current size of the Large Object Heap in bytes. Objects greater than a threshold are treated as large objects by the Garbage Collector and are directly allocated in a special heap; they are not promoted through the generations. In CLR v1.1 and above this threshold is equal to 85000 bytes. This counter is updated at the end of a GC; it s not updated on every allocation. 5906=Finalization Survivors 5907=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. 5908=# GC Handles 5909=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. 5910=Allocated Bytes/sec 5911=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. 5912=# Induced GC 5913=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. 5914=% Time in GC 5915=% 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. 5916=Not Displayed 5917=Not Displayed. 5918=# Bytes in all Heaps 5919=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. 5920=# Total committed Bytes 5921=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). 5922=# Total reserved Bytes 5923=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.) 5924=# of Pinned Objects 5925=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. 5926=# of Sink Blocks in use 5927=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. 5928=.NET CLR Loading 5929=Statistics for CLR Class Loader. 5930=Total Classes Loaded 5931=This counter displays the cumulative number of classes loaded in all Assemblies since the start of this application. 5932=% Time Loading 5933=Reserved for future use. 5934=Assembly Search Length 5935=Reserved for future use. 5936=Total # of Load Failures 5937=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. 5938=Rate of Load Failures 5939=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. 5940=Bytes in Loader Heap 5941=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.) 5942=Total appdomains unloaded 5943=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. 5944=Rate of appdomains unloaded 5945=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. 5946=Current Classes Loaded 5947=This counter displays the current number of classes loaded in all Assemblies. 5948=Rate of Classes Loaded 5949=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. 5950=Current appdomains 5951=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. 5952=Total Appdomains 5953=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. 5954=Rate of appdomains 5955=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. 5956=Current Assemblies 5957=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. 5958=Total Assemblies 5959=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. 5960=Rate of Assemblies 5961=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. 5962=.NET CLR Jit 5963=Stats for CLR Jit. 5964=# of Methods Jitted 5965=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. 5966=# of IL Bytes Jitted 5967=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. 5968=Total # of IL Bytes Jitted 5969=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. 5970=IL Bytes Jitted / sec 5971=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. 5972=Standard Jit Failures 5973=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. 5974=% Time in Jit 5975=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. 5976=Not Displayed 5977=Not Displayed. 5978=.NET CLR Interop 5979=Stats for CLR interop. 5980=# of CCWs 5981=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. 5982=# of Stubs 5983=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. 5984=# of marshalling 5985=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. 5986=# of TLB imports / sec 5987=Reserved for future use. 5988=# of TLB exports / sec 5989=Reserved for future use. 5990=.NET CLR LocksAndThreads 5991=Stats for CLR Locks and Threads. 5992=Total # of Contentions 5993=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. 5994=Contention Rate / sec 5995=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. 5996=Current Queue Length 5997=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. 5998=Queue Length Peak 5999=This counter displays the total number of threads that waited to acquire some managed lock since the start of the application. 6000=Queue Length / sec 6001=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. 6002=# of current logical Threads 6003=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. 6004=# of current physical Threads 6005=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. 6006=# of current recognized threads 6007=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. 6008=# of total recognized threads 6009=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. 6010=rate of recognized threads / sec 6011=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. 6012=.NET CLR Security 6013=Stats for CLR Security. 6014=Total Runtime Checks 6015=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. 6016=% Time Sig. Authenticating 6017=Reserved for future use. 6018=# Link Time Checks 6019=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. 6020=% Time in RT checks 6021=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. 6022=Not Displayed 6023=Not Displayed. 6024=Stack Walk Depth 6025=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. 6026=.NET CLR Remoting 6027=Stats for CLR Remoting. 6028=Remote Calls/sec 6029=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. 6030=Channels 6031=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. 6032=Context Proxies 6033=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. 6034=Context-Bound Classes Loaded 6035=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. 6036=Context-Bound Objects Alloc / sec 6037=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. 6038=Contexts 6039=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. 6040=Total Remote Calls 6041=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. 6042=.NET CLR Exceptions 6043=Runtime statistics on CLR exception handling. 6044=# of Exceps Thrown 6045=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. 6046=# of Exceps Thrown / sec 6047=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. 6048=# of Filters / sec 6049=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. 6050=# of Finallys / sec 6051=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. 6052=Throw To Catch Depth / sec 6053=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. 6334=.NET CLR Networking 6335=Help not available. 6336=Connections Established 6337=The cumulative total number of socket connections established for this process since the process was started. 6338=Bytes Received 6339=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. 6340=Bytes Sent 6341=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. 6342=Datagrams Received 6343=The cumulative total number of datagram packets received since the process was started. 6344=Datagrams Sent 6345=The cumulative total number of datagram packets sent since the process was started. 6346=WF (System.Workflow) 4.0.0.0 6347=Windows Workflow Foundation Performance Counters 6348=Workflows Created 6349=Total number of workflows created. 6350=Workflows Created/sec 6351=Rate of workflows created per second. 6352=Workflows Unloaded 6353=Total number of workflows unloaded. 6354=Workflows Unloaded/sec 6355=Rate of workflows unloaded per second. 6356=Workflows Loaded 6357=Total number of workflows loaded. 6358=Workflows Loaded/sec 6359=Rate of workflows loaded per second. 6360=Workflows Completed 6361=Total number of workflows completed. 6362=Workflows Completed/sec 6363=Rate of workflows completed per second. 6364=Workflows Suspended 6365=Total number of workflows suspended. 6366=Workflows Suspended/sec 6367=Rate of workflows suspended per second. 6368=Workflows Terminated 6369=Total number of workflows terminated. 6370=Workflows Terminated/sec 6371=Rate of workflows terminated per second. 6372=Workflows In Memory 6373=Total number of workflows in memory. 6374=Workflows Aborted 6375=Total number of workflows aborted. 6376=Workflows Aborted/sec 6377=Rate of workflows aborted per second. 6378=Workflows Persisted 6379=Total number of workflows persisted. 6380=Workflows Persisted/sec 6381=Rate of workflows persisted per second. 6382=Workflows Executing 6383=Total number of workflow instances actively executing. 6384=Workflows Idle/sec 6385=Rate of workflows becoming idle per second. 6386=Workflows Runnable 6387=Total number of workflows ready to execute. 6388=Workflows Pending 6389=Total number of workflows waiting for a thread. 6838=.NET Data Provider for Oracle 6839=Counters for System.Data.OracleClient 6840=HardConnectsPerSecond 6841=The number of actual connections per second that are being made to servers 6842=HardDisconnectsPerSecond 6843=The number of actual disconnects per second that are being made to servers 6844=SoftConnectsPerSecond 6845=The number of connections we get from the pool per second 6846=SoftDisconnectsPerSecond 6847=The number of connections we return to the pool per second 6848=NumberOfNonPooledConnections 6849=The number of connections that are not using connection pooling 6850=NumberOfPooledConnections 6851=The number of connections that are managed by the connection pooler 6852=NumberOfActiveConnectionPoolGroups 6853=The number of unique connection strings 6854=NumberOfInactiveConnectionPoolGroups 6855=The number of unique connection strings waiting for pruning 6856=NumberOfActiveConnectionPools 6857=The number of active connection pools 6858=NumberOfInactiveConnectionPools 6859=The number of inactive connection pools 6860=NumberOfActiveConnections 6861=The number of connections currently in-use 6862=NumberOfFreeConnections 6863=The number of connections currently available for use 6864=NumberOfStasisConnections 6865=The number of connections currently waiting to be made ready for use 6866=NumberOfReclaimedConnections 6867=The number of connections we reclaim from GCed external connections 7400=MSDTC Bridge 4.0.0.0 7401=MSDTC Bridge 4.0.0.0 performance counters 7402=Message send failures/sec 7403=The number of WS-AT protocol messages that the WS-AT service failed to send per second. 7404=Prepare retry count/sec 7405=The number of Prepare retry messages that the WS-AT service has sent per second. 7406=Commit retry count/sec 7407=The number of Commit retry messages that the WS-AT service has sent per second. 7408=Prepared retry count/sec 7409=The number of Prepared retry messages that the WS-AT service has sent per second. 7410=Replay retry count/sec 7411=The number of Replay retry messages that the WS-AT service has sent per second. 7412=Faults received count/sec 7413=The number of Fault messages that the WS-AT service has received per second. 7414=Faults sent count/sec 7415=The number of Fault messages that the WS-AT service has sent per second. 7416=Average participant prepare response time 7417=Average time in milliseconds for the WS-AT service to receive a Prepare message response from a participant. 7418=Average participant prepare response time Base 7419=Base counter for the 'Average participant prepare response time' counter. 7420=Average participant commit response time 7421=Average time in milliseconds for the WS-AT service to receive a Commit message response from a participant. 7422=Average participant commit response time Base 7423=Base counter for the 'Average participant commit response time' counter. 7636=SMSvcHost 4.0.0.0 7637=SMSvcHost 4.0.0.0 performance counters 7638=Protocol Failures over net.tcp 7639=The total number of failures at the protocol layer of net.tcp. 7640=Protocol Failures over net.pipe 7641=The total number of failures at the protocol layer of net.pipe. 7642=Dispatch Failures over net.tcp 7643=The total number of failures dispatching messages received over net.tcp. 7644=Dispatch Failures over net.pipe 7645=The total number of failures dispatching messages received over net.pipe. 7646=Connections Dispatched over net.tcp 7647=The total number of connections dispatched over net.tcp. 7648=Connections Dispatched over net.pipe 7649=The total number of connections dispatched over net.pipe. 7650=Connections Accepted over net.tcp 7651=The total number of TCP connections accepted over net.tcp. 7652=Connections Accepted over net.pipe 7653=The total number of named pipe connections accepted over net.pipe. 7654=Registrations Active for net.tcp 7655=The number of uri registrations currently active for net.tcp. 7656=Registrations Active for net.pipe 7657=The number of uri registrations currently active for net.pipe. 7658=Uris Registered for net.tcp 7659=The total number of uris that were succesfully registered for net.tcp. 7660=Uris Registered for net.pipe 7661=The total number of uris that were succesfully registered for net.pipe. 7662=Uris Unregistered for net.tcp 7663=The total number of uris that were succesfully unregistered for net.tcp. 7664=Uris Unregistered for net.pipe 7665=The total number of uris that were succesfully unregistered for net.pipe. 8232=.NET CLR Networking 4.0.0.0 8233=Counters for classes in the System.Net namespace. 8234=Connections Established 8235=The cumulative total number of socket connections established for this process since the process was started. 8236=Bytes Received 8237=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. 8238=Bytes Sent 8239=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. 8240=Datagrams Received 8241=The cumulative total number of datagram packets received since the process was started. 8242=Datagrams Sent 8243=The cumulative total number of datagram packets sent since the process was started. 8244=HttpWebRequests Created/Sec 8245=The number of HttpWebRequest objects created during the last sample interval (typically 1 sec). 8246=HttpWebRequests Average Lifetime 8247=The average lifetime of all web requests completed during the last sample interval. The lifetime is defined as the time between the creation of the HttpWebRequest object and the closing of either the HttpWebResponse object or the response stream object. Values are shown in milliseconds. 8248=HttpWebRequests Average Lifetime Base 8249=HttpWebRequests Average Lifetime Base 8250=HttpWebRequests Queued/Sec 8251=The number of HttpWebRequest objects added to a waiting queue during the last sample interval (typically 1 sec). A request is added to a waiting queue if all connections to the server are already in use when the request is submitted. 8252=HttpWebRequests Average Queue Time 8253=The average time HttpWebRequest objects spent in a waiting queue. A request is added to a waiting queue if all connections to the server are already in use when the request is submitted, and remains there until a connection becomes available. Values are shown in milliseconds. 8254=HttpWebRequests Average Queue Time Base 8255=HttpWebRequests Average Queue Time Base 8256=HttpWebRequests Aborted/Sec 8257=The number of HttpWebRequest objects aborted during the last sample interval (typically 1 sec). Typically requests are aborted either by calling HttpWebRequest.Abort() or if the request times out. 8258=HttpWebRequests Failed/Sec 8259=The number of HttpWebRequest objects failed during the last sample interval (typically 1 sec). A request is considered failed, if after starting the request processing one of the following methods throw an exception: HttpWebRequest.EndGetRequestStream(), HttpWebRequest.GetRequestStream(), HttpWebRequest.EndGetResponse(), HttpWebRequest.GetResponse() 8260=.NET Data Provider for SqlServer 8261=Counters for System.Data.SqlClient 8262=HardConnectsPerSecond 8263=The number of actual connections per second that are being made to servers 8264=HardDisconnectsPerSecond 8265=The number of actual disconnects per second that are being made to servers 8266=SoftConnectsPerSecond 8267=The number of connections we get from the pool per second 8268=SoftDisconnectsPerSecond 8269=The number of connections we return to the pool per second 8270=NumberOfNonPooledConnections 8271=The number of connections that are not using connection pooling 8272=NumberOfPooledConnections 8273=The number of connections that are managed by the connection pooler 8274=NumberOfActiveConnectionPoolGroups 8275=The number of unique connection strings 8276=NumberOfInactiveConnectionPoolGroups 8277=The number of unique connection strings waiting for pruning 8278=NumberOfActiveConnectionPools 8279=The number of active connection pools 8280=NumberOfInactiveConnectionPools 8281=The number of inactive connection pools 8282=NumberOfActiveConnections 8283=The number of connections currently in-use 8284=NumberOfFreeConnections 8285=The number of connections currently available for use 8286=NumberOfStasisConnections 8287=The number of connections currently waiting to be made ready for use 8288=NumberOfReclaimedConnections 8289=The number of connections we reclaim from GCed external connections 8290=.NET CLR Data 8291=.Net CLR Data 8292=SqlClient: Current # pooled and nonpooled connections 8293=Current number of connections, pooled or not. 8294=SqlClient: Current # pooled connections 8295=Current number of connections in all pools associated with the process. 8296=SqlClient: Current # connection pools 8297=Current number of pools associated with the process. 8298=SqlClient: Peak # pooled connections 8299=The highest number of connections in all pools since the process started. 8300=SqlClient: Total # failed connects 8301=The total number of connection open attempts that have failed for any reason. 8302=SqlClient: Total # failed commands 8303=The total number of command executes that have failed for any reason. 8924=WMI Objects 8925=Number of WMI High Performance provider returned by WMI Adapter 8926=HiPerf Classes 8927=Shows High Performance Classes 8928=HiPerf Validity 8929=Shows if High Performance Classes are valid 8930=MSiSCSI_ConnectionStatistics 8931=MSiSCSI_ConnectionStatistics 8932=BytesReceived 8933=BytesReceived 8934=BytesSent 8935=BytesSent 8936=PDUCommandsSent 8937=PDUCommandsSent 8938=PDUResponsesReceived 8939=PDUResponsesReceived 8940=MSiSCSI_InitiatorInstanceStatistics 8941=MSiSCSI_InitiatorInstanceStatistics 8942=SessionConnectionTimeoutErrorCount 8943=SessionConnectionTimeoutErrorCount 8944=SessionDigestErrorCount 8945=SessionDigestErrorCount 8946=SessionFailureCount 8947=SessionFailureCount 8948=SessionFormatErrorCount 8949=SessionFormatErrorCount 8950=MSiSCSI_InitiatorLoginStatistics 8951=MSiSCSI_InitiatorLoginStatistics 8952=LoginAcceptRsps 8953=LoginAcceptRsps 8954=LoginAuthenticateFails 8955=LoginAuthenticateFails 8956=LoginAuthFailRsps 8957=LoginAuthFailRsps 8958=LoginFailures 8959=LoginFailures 8960=LoginNegotiateFails 8961=LoginNegotiateFails 8962=LoginOtherFailRsps 8963=LoginOtherFailRsps 8964=LoginRedirectRsps 8965=LoginRedirectRsps 8966=LogoutNormals 8967=LogoutNormals 8968=LogoutOtherCodes 8969=LogoutOtherCodes 8970=MSiSCSI_MMIPSECStats 8971=MSiSCSI_MMIPSECStats 8972=AcquireFailures 8973=AcquireFailures 8974=AcquireHeapSize 8975=AcquireHeapSize 8976=ActiveAcquire 8977=ActiveAcquire 8978=ActiveReceive 8979=ActiveReceive 8980=AuthenticationFailures 8981=AuthenticationFailures 8982=ConnectionListSize 8983=ConnectionListSize 8984=GetSPIFailures 8985=GetSPIFailures 8986=InvalidCookiesReceived 8987=InvalidCookiesReceived 8988=InvalidPackets 8989=InvalidPackets 8990=KeyAdditionFailures 8991=KeyAdditionFailures 8992=KeyAdditions 8993=KeyAdditions 8994=KeyUpdateFailures 8995=KeyUpdateFailures 8996=KeyUpdates 8997=KeyUpdates 8998=NegotiationFailures 8999=NegotiationFailures 9000=OakleyMainMode 9001=OakleyMainMode 9002=OakleyQuickMode 9003=OakleyQuickMode 9004=ReceiveFailures 9005=ReceiveFailures 9006=ReceiveHeapSize 9007=ReceiveHeapSize 9008=SendFailures 9009=SendFailures 9010=SoftAssociations 9011=SoftAssociations 9012=TotalGetSPI 9013=TotalGetSPI 9014=MSiSCSI_NICPerformance 9015=MSiSCSI_NICPerformance 9016=BytesReceived 9017=BytesReceived 9018=BytesTransmitted 9019=BytesTransmitted 9020=PDUReceived 9021=PDUReceived 9022=PDUTransmitted 9023=PDUTransmitted 9024=MSiSCSI_QMIPSECStats 9025=MSiSCSI_QMIPSECStats 9026=ActiveSA 9027=ActiveSA 9028=ActiveTunnels 9029=ActiveTunnels 9030=AuthenticatedBytesReceived 9031=AuthenticatedBytesReceived 9032=AuthenticatedBytesSent 9033=AuthenticatedBytesSent 9034=BadSPIPackets 9035=BadSPIPackets 9036=ConfidentialBytesReceived 9037=ConfidentialBytesReceived 9038=ConfidentialBytesSent 9039=ConfidentialBytesSent 9040=KeyAdditions 9041=KeyAdditions 9042=KeyDeletions 9043=KeyDeletions 9044=PacketsNotAuthenticated 9045=PacketsNotAuthenticated 9046=PacketsNotDecrypted 9047=PacketsNotDecrypted 9048=PacketsWithReplayDetection 9049=PacketsWithReplayDetection 9050=PendingKeyOperations 9051=PendingKeyOperations 9052=ReKeys 9053=ReKeys 9054=TransportBytesReceived 9055=TransportBytesReceived 9056=TransportBytesSent 9057=TransportBytesSent 9058=TunnelBytesReceived 9059=TunnelBytesReceived 9060=TunnelBytesSent 9061=TunnelBytesSent 9062=MSiSCSI_RequestTimeStatistics 9063=MSiSCSI_RequestTimeStatistics 9064=AverageProcessingTime 9065=AverageProcessingTime 9066=MaximumProcessingTime 9067=MaximumProcessingTime 9068=MSiSCSI_SessionStatistics 9069=MSiSCSI_SessionStatistics 9070=BytesReceived 9071=BytesReceived 9072=BytesSent 9073=BytesSent 9074=ConnectionTimeoutErrors 9075=ConnectionTimeoutErrors 9076=DigestErrors 9077=DigestErrors 9078=FormatErrors 9079=FormatErrors 9080=PDUCommandsSent 9081=PDUCommandsSent 9082=PDUResponsesReceived 9083=PDUResponsesReceived 9084=ProcessorPerformance 9085=ProcessorPerformance 9086=frequency 9087=frequency 9088=percentage 9089=percentage 9090=power 9091=power 9092=WMI Objects 9093=Number of WMI High Performance provider returned by WMI Adapter 9094=HiPerf Classes 9095=Shows High Performance Classes 9096=HiPerf Validity 9097=Shows if High Performance Classes are valid 9098=MSiSCSI_ConnectionStatistics 9099=MSiSCSI_ConnectionStatistics 9100=BytesReceived 9101=BytesReceived 9102=BytesSent 9103=BytesSent 9104=PDUCommandsSent 9105=PDUCommandsSent 9106=PDUResponsesReceived 9107=PDUResponsesReceived 9108=MSiSCSI_InitiatorInstanceStatistics 9109=MSiSCSI_InitiatorInstanceStatistics 9110=SessionConnectionTimeoutErrorCount 9111=SessionConnectionTimeoutErrorCount 9112=SessionDigestErrorCount 9113=SessionDigestErrorCount 9114=SessionFailureCount 9115=SessionFailureCount 9116=SessionFormatErrorCount 9117=SessionFormatErrorCount 9118=MSiSCSI_InitiatorLoginStatistics 9119=MSiSCSI_InitiatorLoginStatistics 9120=LoginAcceptRsps 9121=LoginAcceptRsps 9122=LoginAuthenticateFails 9123=LoginAuthenticateFails 9124=LoginAuthFailRsps 9125=LoginAuthFailRsps 9126=LoginFailures 9127=LoginFailures 9128=LoginNegotiateFails 9129=LoginNegotiateFails 9130=LoginOtherFailRsps 9131=LoginOtherFailRsps 9132=LoginRedirectRsps 9133=LoginRedirectRsps 9134=LogoutNormals 9135=LogoutNormals 9136=LogoutOtherCodes 9137=LogoutOtherCodes 9138=MSiSCSI_MMIPSECStats 9139=MSiSCSI_MMIPSECStats 9140=AcquireFailures 9141=AcquireFailures 9142=AcquireHeapSize 9143=AcquireHeapSize 9144=ActiveAcquire 9145=ActiveAcquire 9146=ActiveReceive 9147=ActiveReceive 9148=AuthenticationFailures 9149=AuthenticationFailures 9150=ConnectionListSize 9151=ConnectionListSize 9152=GetSPIFailures 9153=GetSPIFailures 9154=InvalidCookiesReceived 9155=InvalidCookiesReceived 9156=InvalidPackets 9157=InvalidPackets 9158=KeyAdditionFailures 9159=KeyAdditionFailures 9160=KeyAdditions 9161=KeyAdditions 9162=KeyUpdateFailures 9163=KeyUpdateFailures 9164=KeyUpdates 9165=KeyUpdates 9166=NegotiationFailures 9167=NegotiationFailures 9168=OakleyMainMode 9169=OakleyMainMode 9170=OakleyQuickMode 9171=OakleyQuickMode 9172=ReceiveFailures 9173=ReceiveFailures 9174=ReceiveHeapSize 9175=ReceiveHeapSize 9176=SendFailures 9177=SendFailures 9178=SoftAssociations 9179=SoftAssociations 9180=TotalGetSPI 9181=TotalGetSPI 9182=MSiSCSI_NICPerformance 9183=MSiSCSI_NICPerformance 9184=BytesReceived 9185=BytesReceived 9186=BytesTransmitted 9187=BytesTransmitted 9188=PDUReceived 9189=PDUReceived 9190=PDUTransmitted 9191=PDUTransmitted 9192=MSiSCSI_QMIPSECStats 9193=MSiSCSI_QMIPSECStats 9194=ActiveSA 9195=ActiveSA 9196=ActiveTunnels 9197=ActiveTunnels 9198=AuthenticatedBytesReceived 9199=AuthenticatedBytesReceived 9200=AuthenticatedBytesSent 9201=AuthenticatedBytesSent 9202=BadSPIPackets 9203=BadSPIPackets 9204=ConfidentialBytesReceived 9205=ConfidentialBytesReceived 9206=ConfidentialBytesSent 9207=ConfidentialBytesSent 9208=KeyAdditions 9209=KeyAdditions 9210=KeyDeletions 9211=KeyDeletions 9212=PacketsNotAuthenticated 9213=PacketsNotAuthenticated 9214=PacketsNotDecrypted 9215=PacketsNotDecrypted 9216=PacketsWithReplayDetection 9217=PacketsWithReplayDetection 9218=PendingKeyOperations 9219=PendingKeyOperations 9220=ReKeys 9221=ReKeys 9222=TransportBytesReceived 9223=TransportBytesReceived 9224=TransportBytesSent 9225=TransportBytesSent 9226=TunnelBytesReceived 9227=TunnelBytesReceived 9228=TunnelBytesSent 9229=TunnelBytesSent 9230=MSiSCSI_RequestTimeStatistics 9231=MSiSCSI_RequestTimeStatistics 9232=AverageProcessingTime 9233=AverageProcessingTime 9234=MaximumProcessingTime 9235=MaximumProcessingTime 9236=MSiSCSI_SessionStatistics 9237=MSiSCSI_SessionStatistics 9238=BytesReceived 9239=BytesReceived 9240=BytesSent 9241=BytesSent 9242=ConnectionTimeoutErrors 9243=ConnectionTimeoutErrors 9244=DigestErrors 9245=DigestErrors 9246=FormatErrors 9247=FormatErrors 9248=PDUCommandsSent 9249=PDUCommandsSent 9250=PDUResponsesReceived 9251=PDUResponsesReceived 9252=ProcessorPerformance 9253=ProcessorPerformance 9254=frequency 9255=frequency 9256=percentage 9257=percentage 9258=power 9259=power 9260=WMI Objects 9261=Number of WMI High Performance provider returned by WMI Adapter 9262=HiPerf Classes 9263=Shows High Performance Classes 9264=HiPerf Validity 9265=Shows if High Performance Classes are valid 9266=MSiSCSI_ConnectionStatistics 9267=MSiSCSI_ConnectionStatistics 9268=BytesReceived 9269=BytesReceived 9270=BytesSent 9271=BytesSent 9272=PDUCommandsSent 9273=PDUCommandsSent 9274=PDUResponsesReceived 9275=PDUResponsesReceived 9276=MSiSCSI_InitiatorInstanceStatistics 9277=MSiSCSI_InitiatorInstanceStatistics 9278=SessionConnectionTimeoutErrorCount 9279=SessionConnectionTimeoutErrorCount 9280=SessionDigestErrorCount 9281=SessionDigestErrorCount 9282=SessionFailureCount 9283=SessionFailureCount 9284=SessionFormatErrorCount 9285=SessionFormatErrorCount 9286=MSiSCSI_InitiatorLoginStatistics 9287=MSiSCSI_InitiatorLoginStatistics 9288=LoginAcceptRsps 9289=LoginAcceptRsps 9290=LoginAuthenticateFails 9291=LoginAuthenticateFails 9292=LoginAuthFailRsps 9293=LoginAuthFailRsps 9294=LoginFailures 9295=LoginFailures 9296=LoginNegotiateFails 9297=LoginNegotiateFails 9298=LoginOtherFailRsps 9299=LoginOtherFailRsps 9300=LoginRedirectRsps 9301=LoginRedirectRsps 9302=LogoutNormals 9303=LogoutNormals 9304=LogoutOtherCodes 9305=LogoutOtherCodes 9306=MSiSCSI_MMIPSECStats 9307=MSiSCSI_MMIPSECStats 9308=AcquireFailures 9309=AcquireFailures 9310=AcquireHeapSize 9311=AcquireHeapSize 9312=ActiveAcquire 9313=ActiveAcquire 9314=ActiveReceive 9315=ActiveReceive 9316=AuthenticationFailures 9317=AuthenticationFailures 9318=ConnectionListSize 9319=ConnectionListSize 9320=GetSPIFailures 9321=GetSPIFailures 9322=InvalidCookiesReceived 9323=InvalidCookiesReceived 9324=InvalidPackets 9325=InvalidPackets 9326=KeyAdditionFailures 9327=KeyAdditionFailures 9328=KeyAdditions 9329=KeyAdditions 9330=KeyUpdateFailures 9331=KeyUpdateFailures 9332=KeyUpdates 9333=KeyUpdates 9334=NegotiationFailures 9335=NegotiationFailures 9336=OakleyMainMode 9337=OakleyMainMode 9338=OakleyQuickMode 9339=OakleyQuickMode 9340=ReceiveFailures 9341=ReceiveFailures 9342=ReceiveHeapSize 9343=ReceiveHeapSize 9344=SendFailures 9345=SendFailures 9346=SoftAssociations 9347=SoftAssociations 9348=TotalGetSPI 9349=TotalGetSPI 9350=MSiSCSI_NICPerformance 9351=MSiSCSI_NICPerformance 9352=BytesReceived 9353=BytesReceived 9354=BytesTransmitted 9355=BytesTransmitted 9356=PDUReceived 9357=PDUReceived 9358=PDUTransmitted 9359=PDUTransmitted 9360=MSiSCSI_QMIPSECStats 9361=MSiSCSI_QMIPSECStats 9362=ActiveSA 9363=ActiveSA 9364=ActiveTunnels 9365=ActiveTunnels 9366=AuthenticatedBytesReceived 9367=AuthenticatedBytesReceived 9368=AuthenticatedBytesSent 9369=AuthenticatedBytesSent 9370=BadSPIPackets 9371=BadSPIPackets 9372=ConfidentialBytesReceived 9373=ConfidentialBytesReceived 9374=ConfidentialBytesSent 9375=ConfidentialBytesSent 9376=KeyAdditions 9377=KeyAdditions 9378=KeyDeletions 9379=KeyDeletions 9380=PacketsNotAuthenticated 9381=PacketsNotAuthenticated 9382=PacketsNotDecrypted 9383=PacketsNotDecrypted 9384=PacketsWithReplayDetection 9385=PacketsWithReplayDetection 9386=PendingKeyOperations 9387=PendingKeyOperations 9388=ReKeys 9389=ReKeys 9390=TransportBytesReceived 9391=TransportBytesReceived 9392=TransportBytesSent 9393=TransportBytesSent 9394=TunnelBytesReceived 9395=TunnelBytesReceived 9396=TunnelBytesSent 9397=TunnelBytesSent 9398=MSiSCSI_RequestTimeStatistics 9399=MSiSCSI_RequestTimeStatistics 9400=AverageProcessingTime 9401=AverageProcessingTime 9402=MaximumProcessingTime 9403=MaximumProcessingTime 9404=MSiSCSI_SessionStatistics 9405=MSiSCSI_SessionStatistics 9406=BytesReceived 9407=BytesReceived 9408=BytesSent 9409=BytesSent 9410=ConnectionTimeoutErrors 9411=ConnectionTimeoutErrors 9412=DigestErrors 9413=DigestErrors 9414=FormatErrors 9415=FormatErrors 9416=PDUCommandsSent 9417=PDUCommandsSent 9418=PDUResponsesReceived 9419=PDUResponsesReceived 9420=ProcessorPerformance 9421=ProcessorPerformance 9422=frequency 9423=frequency 9424=percentage 9425=percentage 9426=power 9427=power 9428=WMI Objects 9429=Number of WMI High Performance provider returned by WMI Adapter 9430=HiPerf Classes 9431=Shows High Performance Classes 9432=HiPerf Validity 9433=Shows if High Performance Classes are valid 9434=MSiSCSI_ConnectionStatistics 9435=MSiSCSI_ConnectionStatistics 9436=BytesReceived 9437=BytesReceived 9438=BytesSent 9439=BytesSent 9440=PDUCommandsSent 9441=PDUCommandsSent 9442=PDUResponsesReceived 9443=PDUResponsesReceived 9444=MSiSCSI_InitiatorInstanceStatistics 9445=MSiSCSI_InitiatorInstanceStatistics 9446=SessionConnectionTimeoutErrorCount 9447=SessionConnectionTimeoutErrorCount 9448=SessionDigestErrorCount 9449=SessionDigestErrorCount 9450=SessionFailureCount 9451=SessionFailureCount 9452=SessionFormatErrorCount 9453=SessionFormatErrorCount 9454=MSiSCSI_InitiatorLoginStatistics 9455=MSiSCSI_InitiatorLoginStatistics 9456=LoginAcceptRsps 9457=LoginAcceptRsps 9458=LoginAuthenticateFails 9459=LoginAuthenticateFails 9460=LoginAuthFailRsps 9461=LoginAuthFailRsps 9462=LoginFailures 9463=LoginFailures 9464=LoginNegotiateFails 9465=LoginNegotiateFails 9466=LoginOtherFailRsps 9467=LoginOtherFailRsps 9468=LoginRedirectRsps 9469=LoginRedirectRsps 9470=LogoutNormals 9471=LogoutNormals 9472=LogoutOtherCodes 9473=LogoutOtherCodes 9474=MSiSCSI_MMIPSECStats 9475=MSiSCSI_MMIPSECStats 9476=AcquireFailures 9477=AcquireFailures 9478=AcquireHeapSize 9479=AcquireHeapSize 9480=ActiveAcquire 9481=ActiveAcquire 9482=ActiveReceive 9483=ActiveReceive 9484=AuthenticationFailures 9485=AuthenticationFailures 9486=ConnectionListSize 9487=ConnectionListSize 9488=GetSPIFailures 9489=GetSPIFailures 9490=InvalidCookiesReceived 9491=InvalidCookiesReceived 9492=InvalidPackets 9493=InvalidPackets 9494=KeyAdditionFailures 9495=KeyAdditionFailures 9496=KeyAdditions 9497=KeyAdditions 9498=KeyUpdateFailures 9499=KeyUpdateFailures 9500=KeyUpdates 9501=KeyUpdates 9502=NegotiationFailures 9503=NegotiationFailures 9504=OakleyMainMode 9505=OakleyMainMode 9506=OakleyQuickMode 9507=OakleyQuickMode 9508=ReceiveFailures 9509=ReceiveFailures 9510=ReceiveHeapSize 9511=ReceiveHeapSize 9512=SendFailures 9513=SendFailures 9514=SoftAssociations 9515=SoftAssociations 9516=TotalGetSPI 9517=TotalGetSPI 9518=MSiSCSI_NICPerformance 9519=MSiSCSI_NICPerformance 9520=BytesReceived 9521=BytesReceived 9522=BytesTransmitted 9523=BytesTransmitted 9524=PDUReceived 9525=PDUReceived 9526=PDUTransmitted 9527=PDUTransmitted 9528=MSiSCSI_QMIPSECStats 9529=MSiSCSI_QMIPSECStats 9530=ActiveSA 9531=ActiveSA 9532=ActiveTunnels 9533=ActiveTunnels 9534=AuthenticatedBytesReceived 9535=AuthenticatedBytesReceived 9536=AuthenticatedBytesSent 9537=AuthenticatedBytesSent 9538=BadSPIPackets 9539=BadSPIPackets 9540=ConfidentialBytesReceived 9541=ConfidentialBytesReceived 9542=ConfidentialBytesSent 9543=ConfidentialBytesSent 9544=KeyAdditions 9545=KeyAdditions 9546=KeyDeletions 9547=KeyDeletions 9548=PacketsNotAuthenticated 9549=PacketsNotAuthenticated 9550=PacketsNotDecrypted 9551=PacketsNotDecrypted 9552=PacketsWithReplayDetection 9553=PacketsWithReplayDetection 9554=PendingKeyOperations 9555=PendingKeyOperations 9556=ReKeys 9557=ReKeys 9558=TransportBytesReceived 9559=TransportBytesReceived 9560=TransportBytesSent 9561=TransportBytesSent 9562=TunnelBytesReceived 9563=TunnelBytesReceived 9564=TunnelBytesSent 9565=TunnelBytesSent 9566=MSiSCSI_RequestTimeStatistics 9567=MSiSCSI_RequestTimeStatistics 9568=AverageProcessingTime 9569=AverageProcessingTime 9570=MaximumProcessingTime 9571=MaximumProcessingTime 9572=MSiSCSI_SessionStatistics 9573=MSiSCSI_SessionStatistics 9574=BytesReceived 9575=BytesReceived 9576=BytesSent 9577=BytesSent 9578=ConnectionTimeoutErrors 9579=ConnectionTimeoutErrors 9580=DigestErrors 9581=DigestErrors 9582=FormatErrors 9583=FormatErrors 9584=PDUCommandsSent 9585=PDUCommandsSent 9586=PDUResponsesReceived 9587=PDUResponsesReceived 9588=ProcessorPerformance 9589=ProcessorPerformance 9590=frequency 9591=frequency 9592=percentage 9593=percentage 9594=power 9595=power 9596=WMI Objects 9597=Number of WMI High Performance provider returned by WMI Adapter 9598=HiPerf Classes 9599=Shows High Performance Classes 9600=HiPerf Validity 9601=Shows if High Performance Classes are valid 9602=MSiSCSI_ConnectionStatistics 9603=MSiSCSI_ConnectionStatistics 9604=BytesReceived 9605=BytesReceived 9606=BytesSent 9607=BytesSent 9608=PDUCommandsSent 9609=PDUCommandsSent 9610=PDUResponsesReceived 9611=PDUResponsesReceived 9612=MSiSCSI_InitiatorInstanceStatistics 9613=MSiSCSI_InitiatorInstanceStatistics 9614=SessionConnectionTimeoutErrorCount 9615=SessionConnectionTimeoutErrorCount 9616=SessionDigestErrorCount 9617=SessionDigestErrorCount 9618=SessionFailureCount 9619=SessionFailureCount 9620=SessionFormatErrorCount 9621=SessionFormatErrorCount 9622=MSiSCSI_InitiatorLoginStatistics 9623=MSiSCSI_InitiatorLoginStatistics 9624=LoginAcceptRsps 9625=LoginAcceptRsps 9626=LoginAuthenticateFails 9627=LoginAuthenticateFails 9628=LoginAuthFailRsps 9629=LoginAuthFailRsps 9630=LoginFailures 9631=LoginFailures 9632=LoginNegotiateFails 9633=LoginNegotiateFails 9634=LoginOtherFailRsps 9635=LoginOtherFailRsps 9636=LoginRedirectRsps 9637=LoginRedirectRsps 9638=LogoutNormals 9639=LogoutNormals 9640=LogoutOtherCodes 9641=LogoutOtherCodes 9642=MSiSCSI_MMIPSECStats 9643=MSiSCSI_MMIPSECStats 9644=AcquireFailures 9645=AcquireFailures 9646=AcquireHeapSize 9647=AcquireHeapSize 9648=ActiveAcquire 9649=ActiveAcquire 9650=ActiveReceive 9651=ActiveReceive 9652=AuthenticationFailures 9653=AuthenticationFailures 9654=ConnectionListSize 9655=ConnectionListSize 9656=GetSPIFailures 9657=GetSPIFailures 9658=InvalidCookiesReceived 9659=InvalidCookiesReceived 9660=InvalidPackets 9661=InvalidPackets 9662=KeyAdditionFailures 9663=KeyAdditionFailures 9664=KeyAdditions 9665=KeyAdditions 9666=KeyUpdateFailures 9667=KeyUpdateFailures 9668=KeyUpdates 9669=KeyUpdates 9670=NegotiationFailures 9671=NegotiationFailures 9672=OakleyMainMode 9673=OakleyMainMode 9674=OakleyQuickMode 9675=OakleyQuickMode 9676=ReceiveFailures 9677=ReceiveFailures 9678=ReceiveHeapSize 9679=ReceiveHeapSize 9680=SendFailures 9681=SendFailures 9682=SoftAssociations 9683=SoftAssociations 9684=TotalGetSPI 9685=TotalGetSPI 9686=MSiSCSI_NICPerformance 9687=MSiSCSI_NICPerformance 9688=BytesReceived 9689=BytesReceived 9690=BytesTransmitted 9691=BytesTransmitted 9692=PDUReceived 9693=PDUReceived 9694=PDUTransmitted 9695=PDUTransmitted 9696=MSiSCSI_QMIPSECStats 9697=MSiSCSI_QMIPSECStats 9698=ActiveSA 9699=ActiveSA 9700=ActiveTunnels 9701=ActiveTunnels 9702=AuthenticatedBytesReceived 9703=AuthenticatedBytesReceived 9704=AuthenticatedBytesSent 9705=AuthenticatedBytesSent 9706=BadSPIPackets 9707=BadSPIPackets 9708=ConfidentialBytesReceived 9709=ConfidentialBytesReceived 9710=ConfidentialBytesSent 9711=ConfidentialBytesSent 9712=KeyAdditions 9713=KeyAdditions 9714=KeyDeletions 9715=KeyDeletions 9716=PacketsNotAuthenticated 9717=PacketsNotAuthenticated 9718=PacketsNotDecrypted 9719=PacketsNotDecrypted 9720=PacketsWithReplayDetection 9721=PacketsWithReplayDetection 9722=PendingKeyOperations 9723=PendingKeyOperations 9724=ReKeys 9725=ReKeys 9726=TransportBytesReceived 9727=TransportBytesReceived 9728=TransportBytesSent 9729=TransportBytesSent 9730=TunnelBytesReceived 9731=TunnelBytesReceived 9732=TunnelBytesSent 9733=TunnelBytesSent 9734=MSiSCSI_RequestTimeStatistics 9735=MSiSCSI_RequestTimeStatistics 9736=AverageProcessingTime 9737=AverageProcessingTime 9738=MaximumProcessingTime 9739=MaximumProcessingTime 9740=MSiSCSI_SessionStatistics 9741=MSiSCSI_SessionStatistics 9742=BytesReceived 9743=BytesReceived 9744=BytesSent 9745=BytesSent 9746=ConnectionTimeoutErrors 9747=ConnectionTimeoutErrors 9748=DigestErrors 9749=DigestErrors 9750=FormatErrors 9751=FormatErrors 9752=PDUCommandsSent 9753=PDUCommandsSent 9754=PDUResponsesReceived 9755=PDUResponsesReceived 9756=ProcessorPerformance 9757=ProcessorPerformance 9758=frequency 9759=frequency 9760=percentage 9761=percentage 9762=power 9763=power 9764=WMI Objects 9765=Number of WMI High Performance provider returned by WMI Adapter 9766=HiPerf Classes 9767=Shows High Performance Classes 9768=HiPerf Validity 9769=Shows if High Performance Classes are valid 9770=MSiSCSI_ConnectionStatistics 9771=MSiSCSI_ConnectionStatistics 9772=BytesReceived 9773=BytesReceived 9774=BytesSent 9775=BytesSent 9776=PDUCommandsSent 9777=PDUCommandsSent 9778=PDUResponsesReceived 9779=PDUResponsesReceived 9780=MSiSCSI_InitiatorInstanceStatistics 9781=MSiSCSI_InitiatorInstanceStatistics 9782=SessionConnectionTimeoutErrorCount 9783=SessionConnectionTimeoutErrorCount 9784=SessionDigestErrorCount 9785=SessionDigestErrorCount 9786=SessionFailureCount 9787=SessionFailureCount 9788=SessionFormatErrorCount 9789=SessionFormatErrorCount 9790=MSiSCSI_InitiatorLoginStatistics 9791=MSiSCSI_InitiatorLoginStatistics 9792=LoginAcceptRsps 9793=LoginAcceptRsps 9794=LoginAuthenticateFails 9795=LoginAuthenticateFails 9796=LoginAuthFailRsps 9797=LoginAuthFailRsps 9798=LoginFailures 9799=LoginFailures 9800=LoginNegotiateFails 9801=LoginNegotiateFails 9802=LoginOtherFailRsps 9803=LoginOtherFailRsps 9804=LoginRedirectRsps 9805=LoginRedirectRsps 9806=LogoutNormals 9807=LogoutNormals 9808=LogoutOtherCodes 9809=LogoutOtherCodes 9810=MSiSCSI_MMIPSECStats 9811=MSiSCSI_MMIPSECStats 9812=AcquireFailures 9813=AcquireFailures 9814=AcquireHeapSize 9815=AcquireHeapSize 9816=ActiveAcquire 9817=ActiveAcquire 9818=ActiveReceive 9819=ActiveReceive 9820=AuthenticationFailures 9821=AuthenticationFailures 9822=ConnectionListSize 9823=ConnectionListSize 9824=GetSPIFailures 9825=GetSPIFailures 9826=InvalidCookiesReceived 9827=InvalidCookiesReceived 9828=InvalidPackets 9829=InvalidPackets 9830=KeyAdditionFailures 9831=KeyAdditionFailures 9832=KeyAdditions 9833=KeyAdditions 9834=KeyUpdateFailures 9835=KeyUpdateFailures 9836=KeyUpdates 9837=KeyUpdates 9838=NegotiationFailures 9839=NegotiationFailures 9840=OakleyMainMode 9841=OakleyMainMode 9842=OakleyQuickMode 9843=OakleyQuickMode 9844=ReceiveFailures 9845=ReceiveFailures 9846=ReceiveHeapSize 9847=ReceiveHeapSize 9848=SendFailures 9849=SendFailures 9850=SoftAssociations 9851=SoftAssociations 9852=TotalGetSPI 9853=TotalGetSPI 9854=MSiSCSI_NICPerformance 9855=MSiSCSI_NICPerformance 9856=BytesReceived 9857=BytesReceived 9858=BytesTransmitted 9859=BytesTransmitted 9860=PDUReceived 9861=PDUReceived 9862=PDUTransmitted 9863=PDUTransmitted 9864=MSiSCSI_QMIPSECStats 9865=MSiSCSI_QMIPSECStats 9866=ActiveSA 9867=ActiveSA 9868=ActiveTunnels 9869=ActiveTunnels 9870=AuthenticatedBytesReceived 9871=AuthenticatedBytesReceived 9872=AuthenticatedBytesSent 9873=AuthenticatedBytesSent 9874=BadSPIPackets 9875=BadSPIPackets 9876=ConfidentialBytesReceived 9877=ConfidentialBytesReceived 9878=ConfidentialBytesSent 9879=ConfidentialBytesSent 9880=KeyAdditions 9881=KeyAdditions 9882=KeyDeletions 9883=KeyDeletions 9884=PacketsNotAuthenticated 9885=PacketsNotAuthenticated 9886=PacketsNotDecrypted 9887=PacketsNotDecrypted 9888=PacketsWithReplayDetection 9889=PacketsWithReplayDetection 9890=PendingKeyOperations 9891=PendingKeyOperations 9892=ReKeys 9893=ReKeys 9894=TransportBytesReceived 9895=TransportBytesReceived 9896=TransportBytesSent 9897=TransportBytesSent 9898=TunnelBytesReceived 9899=TunnelBytesReceived 9900=TunnelBytesSent 9901=TunnelBytesSent 9902=MSiSCSI_RequestTimeStatistics 9903=MSiSCSI_RequestTimeStatistics 9904=AverageProcessingTime 9905=AverageProcessingTime 9906=MaximumProcessingTime 9907=MaximumProcessingTime 9908=MSiSCSI_SessionStatistics 9909=MSiSCSI_SessionStatistics 9910=BytesReceived 9911=BytesReceived 9912=BytesSent 9913=BytesSent 9914=ConnectionTimeoutErrors 9915=ConnectionTimeoutErrors 9916=DigestErrors 9917=DigestErrors 9918=FormatErrors 9919=FormatErrors 9920=PDUCommandsSent 9921=PDUCommandsSent 9922=PDUResponsesReceived 9923=PDUResponsesReceived 9924=ProcessorPerformance 9925=ProcessorPerformance 9926=frequency 9927=frequency 9928=percentage 9929=percentage 9930=power 9931=power 9932=WMI Objects 9933=Number of WMI High Performance provider returned by WMI Adapter 9934=HiPerf Classes 9935=Shows High Performance Classes 9936=HiPerf Validity 9937=Shows if High Performance Classes are valid 9938=MSiSCSI_ConnectionStatistics 9939=MSiSCSI_ConnectionStatistics 9940=BytesReceived 9941=BytesReceived 9942=BytesSent 9943=BytesSent 9944=PDUCommandsSent 9945=PDUCommandsSent 9946=PDUResponsesReceived 9947=PDUResponsesReceived 9948=MSiSCSI_InitiatorInstanceStatistics 9949=MSiSCSI_InitiatorInstanceStatistics 9950=SessionConnectionTimeoutErrorCount 9951=SessionConnectionTimeoutErrorCount 9952=SessionDigestErrorCount 9953=SessionDigestErrorCount 9954=SessionFailureCount 9955=SessionFailureCount 9956=SessionFormatErrorCount 9957=SessionFormatErrorCount 9958=MSiSCSI_InitiatorLoginStatistics 9959=MSiSCSI_InitiatorLoginStatistics 9960=LoginAcceptRsps 9961=LoginAcceptRsps 9962=LoginAuthenticateFails 9963=LoginAuthenticateFails 9964=LoginAuthFailRsps 9965=LoginAuthFailRsps 9966=LoginFailures 9967=LoginFailures 9968=LoginNegotiateFails 9969=LoginNegotiateFails 9970=LoginOtherFailRsps 9971=LoginOtherFailRsps 9972=LoginRedirectRsps 9973=LoginRedirectRsps 9974=LogoutNormals 9975=LogoutNormals 9976=LogoutOtherCodes 9977=LogoutOtherCodes 9978=MSiSCSI_MMIPSECStats 9979=MSiSCSI_MMIPSECStats 9980=AcquireFailures 9981=AcquireFailures 9982=AcquireHeapSize 9983=AcquireHeapSize 9984=ActiveAcquire 9985=ActiveAcquire 9986=ActiveReceive 9987=ActiveReceive 9988=AuthenticationFailures 9989=AuthenticationFailures 9990=ConnectionListSize 9991=ConnectionListSize 9992=GetSPIFailures 9993=GetSPIFailures 9994=InvalidCookiesReceived 9995=InvalidCookiesReceived 9996=InvalidPackets 9997=InvalidPackets 9998=KeyAdditionFailures 9999=KeyAdditionFailures 10000=KeyAdditions 10001=KeyAdditions 10002=KeyUpdateFailures 10003=KeyUpdateFailures 10004=KeyUpdates 10005=KeyUpdates 10006=NegotiationFailures 10007=NegotiationFailures 10008=OakleyMainMode 10009=OakleyMainMode 10010=OakleyQuickMode 10011=OakleyQuickMode 10012=ReceiveFailures 10013=ReceiveFailures 10014=ReceiveHeapSize 10015=ReceiveHeapSize 10016=SendFailures 10017=SendFailures 10018=SoftAssociations 10019=SoftAssociations 10020=TotalGetSPI 10021=TotalGetSPI 10022=MSiSCSI_NICPerformance 10023=MSiSCSI_NICPerformance 10024=BytesReceived 10025=BytesReceived 10026=BytesTransmitted 10027=BytesTransmitted 10028=PDUReceived 10029=PDUReceived 10030=PDUTransmitted 10031=PDUTransmitted 10032=MSiSCSI_QMIPSECStats 10033=MSiSCSI_QMIPSECStats 10034=ActiveSA 10035=ActiveSA 10036=ActiveTunnels 10037=ActiveTunnels 10038=AuthenticatedBytesReceived 10039=AuthenticatedBytesReceived 10040=AuthenticatedBytesSent 10041=AuthenticatedBytesSent 10042=BadSPIPackets 10043=BadSPIPackets 10044=ConfidentialBytesReceived 10045=ConfidentialBytesReceived 10046=ConfidentialBytesSent 10047=ConfidentialBytesSent 10048=KeyAdditions 10049=KeyAdditions 10050=KeyDeletions 10051=KeyDeletions 10052=PacketsNotAuthenticated 10053=PacketsNotAuthenticated 10054=PacketsNotDecrypted 10055=PacketsNotDecrypted 10056=PacketsWithReplayDetection 10057=PacketsWithReplayDetection 10058=PendingKeyOperations 10059=PendingKeyOperations 10060=ReKeys 10061=ReKeys 10062=TransportBytesReceived 10063=TransportBytesReceived 10064=TransportBytesSent 10065=TransportBytesSent 10066=TunnelBytesReceived 10067=TunnelBytesReceived 10068=TunnelBytesSent 10069=TunnelBytesSent 10070=MSiSCSI_RequestTimeStatistics 10071=MSiSCSI_RequestTimeStatistics 10072=AverageProcessingTime 10073=AverageProcessingTime 10074=MaximumProcessingTime 10075=MaximumProcessingTime 10076=MSiSCSI_SessionStatistics 10077=MSiSCSI_SessionStatistics 10078=BytesReceived 10079=BytesReceived 10080=BytesSent 10081=BytesSent 10082=ConnectionTimeoutErrors 10083=ConnectionTimeoutErrors 10084=DigestErrors 10085=DigestErrors 10086=FormatErrors 10087=FormatErrors 10088=PDUCommandsSent 10089=PDUCommandsSent 10090=PDUResponsesReceived 10091=PDUResponsesReceived 10092=ProcessorPerformance 10093=ProcessorPerformance 10094=frequency 10095=frequency 10096=percentage 10097=percentage 10098=power 10099=power 10100=WMI Objects 10101=Number of WMI High Performance provider returned by WMI Adapter 10102=HiPerf Classes 10103=Shows High Performance Classes 10104=HiPerf Validity 10105=Shows if High Performance Classes are valid 10106=MSiSCSI_ConnectionStatistics 10107=MSiSCSI_ConnectionStatistics 10108=BytesReceived 10109=BytesReceived 10110=BytesSent 10111=BytesSent 10112=PDUCommandsSent 10113=PDUCommandsSent 10114=PDUResponsesReceived 10115=PDUResponsesReceived 10116=MSiSCSI_InitiatorInstanceStatistics 10117=MSiSCSI_InitiatorInstanceStatistics 10118=SessionConnectionTimeoutErrorCount 10119=SessionConnectionTimeoutErrorCount 10120=SessionDigestErrorCount 10121=SessionDigestErrorCount 10122=SessionFailureCount 10123=SessionFailureCount 10124=SessionFormatErrorCount 10125=SessionFormatErrorCount 10126=MSiSCSI_InitiatorLoginStatistics 10127=MSiSCSI_InitiatorLoginStatistics 10128=LoginAcceptRsps 10129=LoginAcceptRsps 10130=LoginAuthenticateFails 10131=LoginAuthenticateFails 10132=LoginAuthFailRsps 10133=LoginAuthFailRsps 10134=LoginFailures 10135=LoginFailures 10136=LoginNegotiateFails 10137=LoginNegotiateFails 10138=LoginOtherFailRsps 10139=LoginOtherFailRsps 10140=LoginRedirectRsps 10141=LoginRedirectRsps 10142=LogoutNormals 10143=LogoutNormals 10144=LogoutOtherCodes 10145=LogoutOtherCodes 10146=MSiSCSI_MMIPSECStats 10147=MSiSCSI_MMIPSECStats 10148=AcquireFailures 10149=AcquireFailures 10150=AcquireHeapSize 10151=AcquireHeapSize 10152=ActiveAcquire 10153=ActiveAcquire 10154=ActiveReceive 10155=ActiveReceive 10156=AuthenticationFailures 10157=AuthenticationFailures 10158=ConnectionListSize 10159=ConnectionListSize 10160=GetSPIFailures 10161=GetSPIFailures 10162=InvalidCookiesReceived 10163=InvalidCookiesReceived 10164=InvalidPackets 10165=InvalidPackets 10166=KeyAdditionFailures 10167=KeyAdditionFailures 10168=KeyAdditions 10169=KeyAdditions 10170=KeyUpdateFailures 10171=KeyUpdateFailures 10172=KeyUpdates 10173=KeyUpdates 10174=NegotiationFailures 10175=NegotiationFailures 10176=OakleyMainMode 10177=OakleyMainMode 10178=OakleyQuickMode 10179=OakleyQuickMode 10180=ReceiveFailures 10181=ReceiveFailures 10182=ReceiveHeapSize 10183=ReceiveHeapSize 10184=SendFailures 10185=SendFailures 10186=SoftAssociations 10187=SoftAssociations 10188=TotalGetSPI 10189=TotalGetSPI 10190=MSiSCSI_NICPerformance 10191=MSiSCSI_NICPerformance 10192=BytesReceived 10193=BytesReceived 10194=BytesTransmitted 10195=BytesTransmitted 10196=PDUReceived 10197=PDUReceived 10198=PDUTransmitted 10199=PDUTransmitted 10200=MSiSCSI_QMIPSECStats 10201=MSiSCSI_QMIPSECStats 10202=ActiveSA 10203=ActiveSA 10204=ActiveTunnels 10205=ActiveTunnels 10206=AuthenticatedBytesReceived 10207=AuthenticatedBytesReceived 10208=AuthenticatedBytesSent 10209=AuthenticatedBytesSent 10210=BadSPIPackets 10211=BadSPIPackets 10212=ConfidentialBytesReceived 10213=ConfidentialBytesReceived 10214=ConfidentialBytesSent 10215=ConfidentialBytesSent 10216=KeyAdditions 10217=KeyAdditions 10218=KeyDeletions 10219=KeyDeletions 10220=PacketsNotAuthenticated 10221=PacketsNotAuthenticated 10222=PacketsNotDecrypted 10223=PacketsNotDecrypted 10224=PacketsWithReplayDetection 10225=PacketsWithReplayDetection 10226=PendingKeyOperations 10227=PendingKeyOperations 10228=ReKeys 10229=ReKeys 10230=TransportBytesReceived 10231=TransportBytesReceived 10232=TransportBytesSent 10233=TransportBytesSent 10234=TunnelBytesReceived 10235=TunnelBytesReceived 10236=TunnelBytesSent 10237=TunnelBytesSent 10238=MSiSCSI_RequestTimeStatistics 10239=MSiSCSI_RequestTimeStatistics 10240=AverageProcessingTime 10241=AverageProcessingTime 10242=MaximumProcessingTime 10243=MaximumProcessingTime 10244=MSiSCSI_SessionStatistics 10245=MSiSCSI_SessionStatistics 10246=BytesReceived 10247=BytesReceived 10248=BytesSent 10249=BytesSent 10250=ConnectionTimeoutErrors 10251=ConnectionTimeoutErrors 10252=DigestErrors 10253=DigestErrors 10254=FormatErrors 10255=FormatErrors 10256=PDUCommandsSent 10257=PDUCommandsSent 10258=PDUResponsesReceived 10259=PDUResponsesReceived 10260=ProcessorPerformance 10261=ProcessorPerformance 10262=frequency 10263=frequency 10264=percentage 10265=percentage 10266=power 10267=power 10268=WMI Objects 10269=Number of WMI High Performance provider returned by WMI Adapter 10270=HiPerf Classes 10271=Shows High Performance Classes 10272=HiPerf Validity 10273=Shows if High Performance Classes are valid 10274=MSiSCSI_ConnectionStatistics 10275=MSiSCSI_ConnectionStatistics 10276=BytesReceived 10277=BytesReceived 10278=BytesSent 10279=BytesSent 10280=PDUCommandsSent 10281=PDUCommandsSent 10282=PDUResponsesReceived 10283=PDUResponsesReceived 10284=MSiSCSI_InitiatorInstanceStatistics 10285=MSiSCSI_InitiatorInstanceStatistics 10286=SessionConnectionTimeoutErrorCount 10287=SessionConnectionTimeoutErrorCount 10288=SessionDigestErrorCount 10289=SessionDigestErrorCount 10290=SessionFailureCount 10291=SessionFailureCount 10292=SessionFormatErrorCount 10293=SessionFormatErrorCount 10294=MSiSCSI_InitiatorLoginStatistics 10295=MSiSCSI_InitiatorLoginStatistics 10296=LoginAcceptRsps 10297=LoginAcceptRsps 10298=LoginAuthenticateFails 10299=LoginAuthenticateFails 10300=LoginAuthFailRsps 10301=LoginAuthFailRsps 10302=LoginFailures 10303=LoginFailures 10304=LoginNegotiateFails 10305=LoginNegotiateFails 10306=LoginOtherFailRsps 10307=LoginOtherFailRsps 10308=LoginRedirectRsps 10309=LoginRedirectRsps 10310=LogoutNormals 10311=LogoutNormals 10312=LogoutOtherCodes 10313=LogoutOtherCodes 10314=MSiSCSI_MMIPSECStats 10315=MSiSCSI_MMIPSECStats 10316=AcquireFailures 10317=AcquireFailures 10318=AcquireHeapSize 10319=AcquireHeapSize 10320=ActiveAcquire 10321=ActiveAcquire 10322=ActiveReceive 10323=ActiveReceive 10324=AuthenticationFailures 10325=AuthenticationFailures 10326=ConnectionListSize 10327=ConnectionListSize 10328=GetSPIFailures 10329=GetSPIFailures 10330=InvalidCookiesReceived 10331=InvalidCookiesReceived 10332=InvalidPackets 10333=InvalidPackets 10334=KeyAdditionFailures 10335=KeyAdditionFailures 10336=KeyAdditions 10337=KeyAdditions 10338=KeyUpdateFailures 10339=KeyUpdateFailures 10340=KeyUpdates 10341=KeyUpdates 10342=NegotiationFailures 10343=NegotiationFailures 10344=OakleyMainMode 10345=OakleyMainMode 10346=OakleyQuickMode 10347=OakleyQuickMode 10348=ReceiveFailures 10349=ReceiveFailures 10350=ReceiveHeapSize 10351=ReceiveHeapSize 10352=SendFailures 10353=SendFailures 10354=SoftAssociations 10355=SoftAssociations 10356=TotalGetSPI 10357=TotalGetSPI 10358=MSiSCSI_NICPerformance 10359=MSiSCSI_NICPerformance 10360=BytesReceived 10361=BytesReceived 10362=BytesTransmitted 10363=BytesTransmitted 10364=PDUReceived 10365=PDUReceived 10366=PDUTransmitted 10367=PDUTransmitted 10368=MSiSCSI_QMIPSECStats 10369=MSiSCSI_QMIPSECStats 10370=ActiveSA 10371=ActiveSA 10372=ActiveTunnels 10373=ActiveTunnels 10374=AuthenticatedBytesReceived 10375=AuthenticatedBytesReceived 10376=AuthenticatedBytesSent 10377=AuthenticatedBytesSent 10378=BadSPIPackets 10379=BadSPIPackets 10380=ConfidentialBytesReceived 10381=ConfidentialBytesReceived 10382=ConfidentialBytesSent 10383=ConfidentialBytesSent 10384=KeyAdditions 10385=KeyAdditions 10386=KeyDeletions 10387=KeyDeletions 10388=PacketsNotAuthenticated 10389=PacketsNotAuthenticated 10390=PacketsNotDecrypted 10391=PacketsNotDecrypted 10392=PacketsWithReplayDetection 10393=PacketsWithReplayDetection 10394=PendingKeyOperations 10395=PendingKeyOperations 10396=ReKeys 10397=ReKeys 10398=TransportBytesReceived 10399=TransportBytesReceived 10400=TransportBytesSent 10401=TransportBytesSent 10402=TunnelBytesReceived 10403=TunnelBytesReceived 10404=TunnelBytesSent 10405=TunnelBytesSent 10406=MSiSCSI_RequestTimeStatistics 10407=MSiSCSI_RequestTimeStatistics 10408=AverageProcessingTime 10409=AverageProcessingTime 10410=MaximumProcessingTime 10411=MaximumProcessingTime 10412=MSiSCSI_SessionStatistics 10413=MSiSCSI_SessionStatistics 10414=BytesReceived 10415=BytesReceived 10416=BytesSent 10417=BytesSent 10418=ConnectionTimeoutErrors 10419=ConnectionTimeoutErrors 10420=DigestErrors 10421=DigestErrors 10422=FormatErrors 10423=FormatErrors 10424=PDUCommandsSent 10425=PDUCommandsSent 10426=PDUResponsesReceived 10427=PDUResponsesReceived 10428=ProcessorPerformance 10429=ProcessorPerformance 10430=frequency 10431=frequency 10432=percentage 10433=percentage 10434=power 10435=power 10436=Active Server Pages 10437=The Active Server Pages Object Type handles the Active Server Pages device on your system. 10438=Debugging Requests 10439=Number of debugging document requests. 10440=Errors During Script Runtime 10441=Number of requests failed due to runtime errors. 10442=Errors From ASP Preprocessor 10443=Number of requests failed due to preprocessor errors. 10444=Errors From Script Compilers 10445=Number of requests failed due to script compilation errors. 10446=Errors/Sec 10447=The number of errors per second. 10448=Request Bytes In Total 10449=The total size, in bytes, of all requests. 10450=Request Bytes Out Total 10451=The total size, in bytes, of responses sent to clients. This does not include standard HTTP response headers. 10452=Request Execution Time 10453=The number of milliseconds that it took to execute the most recent request. 10454=Request Wait Time 10455=The number of milliseconds the most recent request was waiting in the queue. 10456=Requests Disconnected 10457=The number of requests that were disconnected due to communication failure. 10458=Requests Executing 10459=The number of requests currently executing. 10460=Requests Failed Total 10461=The total number of requests failed due to errors, authorization failure, and rejections. 10462=Requests Not Authorized 10463=Number of requests failed due to insufficient access rights. 10464=Requests Not Found 10465=The number of requests for files that were no found. 10466=Requests Queued 10467=The number of requests waiting for service from the queue. 10468=Requests Rejected 10469=The total number of requests not executed because there were insufficient resources to process them. 10470=Requests Succeeded 10471=The number of requests that executed successfully. 10472=Requests Timed Out 10473=The number of requests that timed out. 10474=Requests Total 10475=The total number of requests since the service was started. 10476=Requests/Sec 10477=The number of requests executed per second. 10478=Script Engines Cached 10479=The number of script engines in cache. 10480=Session Duration 10481=The number of milliseconds that the most recent session persisted. 10482=Sessions Current 10483=The current number of sessions being serviced. 10484=Sessions Timed Out 10485=The number of sessions timed out. 10486=Sessions Total 10487=The total number of sessions since the service was started. 10488=Templates Cached 10489=The number of templates currently cached. 10490=Template Cache Hit Rate 10491=Percent of requests found in template cache. 10494=Template Notifications 10495=The number of templates invalidated in the cache due to change notification. 10496=Transactions Aborted 10497=The number of transactions aborted. 10498=Transactions Committed 10499=The number of transactions committed. 10500=Transactions Pending 10501=Number of transactions in progress. 10502=Transactions Total 10503=The total number of transactions since the service was started. 10504=Transactions/Sec 10505=Transactions started per second. 10506=In Memory Templates Cached 10507=The number of compiled templates cached in memory. 10508=In Memory Template Cache Hit Rate 10509=Percent of requests found in cached in memory. 10512=Script Engine Cache Hit Rate 10513=Percent of requests found in script engine cache. 10516=Engine Flush Notifications 10517=The number of engines invalidated in the cache due to change notification. 10518=Windows Workflow Foundation 10519=Windows Workflow Foundation Performance Counters 10520=Workflows Created 10521=Total number of workflows created. 10522=Workflows Created/sec 10523=Rate of workflows created per second. 10524=Workflows Unloaded 10525=Total number of workflows unloaded. 10526=Workflows Unloaded/sec 10527=Rate of workflows unloaded per second. 10528=Workflows Loaded 10529=Total number of workflows loaded. 10530=Workflows Loaded/sec 10531=Rate of workflows loaded per second. 10532=Workflows Completed 10533=Total number of workflows completed. 10534=Workflows Completed/sec 10535=Rate of workflows completed per second. 10536=Workflows Suspended 10537=Total number of workflows suspended. 10538=Workflows Suspended/sec 10539=Rate of workflows suspended per second. 10540=Workflows Terminated 10541=Total number of workflows terminated. 10542=Workflows Terminated/sec 10543=Rate of workflows terminated per second. 10544=Workflows In Memory 10545=Total number of workflows in memory. 10546=Workflows Aborted 10547=Total number of workflows aborted. 10548=Workflows Aborted/sec 10549=Rate of workflows aborted per second. 10550=Workflows Persisted 10551=Total number of workflows persisted. 10552=Workflows Persisted/sec 10553=Rate of workflows persisted per second. 10554=Workflows Executing 10555=Total number of workflow instances actively executing. 10556=Workflows Idle/sec 10557=Rate of workflows becoming idle per second. 10558=Workflows Runnable 10559=Total number of workflows ready to execute. 10560=Workflows Pending 10561=Total number of workflows waiting for a thread. 10562=SMSvcHost 3.0.0.0 10563=SMSvcHost 3.0.0.0 performance counters 10564=Protocol Failures over net.tcp 10565=The total number of failures at the protocol layer of net.tcp. 10566=Protocol Failures over net.pipe 10567=The total number of failures at the protocol layer of net.pipe. 10568=Dispatch Failures over net.tcp 10569=The total number of failures dispatching messages received over net.tcp. 10570=Dispatch Failures over net.pipe 10571=The total number of failures dispatching messages received over net.pipe. 10572=Connections Dispatched over net.tcp 10573=The total number of connections dispatched over net.tcp. 10574=Connections Dispatched over net.pipe 10575=The total number of connections dispatched over net.pipe. 10576=Connections Accepted over net.tcp 10577=The total number of TCP connections accepted over net.tcp. 10578=Connections Accepted over net.pipe 10579=The total number of named pipe connections accepted over net.pipe. 10580=Registrations Active for net.tcp 10581=The number of uri registrations currently active for net.tcp. 10582=Registrations Active for net.pipe 10583=The number of uri registrations currently active for net.pipe. 10584=Uris Registered for net.tcp 10585=The total number of uris that were succesfully registered for net.tcp. 10586=Uris Registered for net.pipe 10587=The total number of uris that were succesfully registered for net.pipe. 10588=Uris Unregistered for net.tcp 10589=The total number of uris that were succesfully unregistered for net.tcp. 10590=Uris Unregistered for net.pipe 10591=The total number of uris that were succesfully unregistered for net.pipe. 10592=ServiceModelOperation 3.0.0.0 10593=ServiceModelOperation 3.0.0.0 performance counters 10594=Calls 10595=The number of calls to this operation. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.Calls.aspx 10596=Calls Per Second 10597=The number of calls to this operation per second. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.CallsPerSecond.aspx 10598=Calls Outstanding 10599=The number of calls to this operation that are in progress. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.CallsOutstanding.aspx 10600=Calls Failed 10601=The number of calls with unhandled exceptions in this operation. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.CallsFailed.aspx 10602=Call Failed Per Second 10603=The number of calls with unhandled exceptions in this operation per second. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.CallsFailedPerSecond.aspx 10604=Calls Faulted 10605=The number of calls to this operation that returned faults. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.CallsFaulted.aspx 10606=Calls Faulted Per Second 10607=The number of calls to this operation that returned faults per second. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.CallsFaultedPerSecond.aspx 10608=Calls Duration 10609=The average duration of calls to this operation. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.CallDuration.aspx 10610=Calls Duration Base 10611=Base counter for the 'Calls Duration' counter. 10612=Transactions Flowed 10613=The number of transactions that flowed to this operation. This counter is incremented any time a transaction ID is present in the message sent to the operation. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.TxFlowed.aspx 10614=Transactions Flowed Per Second 10615=The number of transactions that flowed to this operation per second. This counter is incremented any time a transaction ID is present in the message sent to the operation. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.TxFlowedPerSecond.aspx 10616=Security Validation and Authentication Failures 10617=The number of calls to this operation that failed validation or authentication. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.SecurityValidationAuthenticationFailures.aspx 10618=Security Validation and Authentication Failures Per Second 10619=The number of calls to this operation that failed validation or authentication per second. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.SecurityValidationAuthenticationFailuresPerSecond.aspx 10620=Security Calls Not Authorized 10621=The number of calls to this operation that failed authorization. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.SecurityCallsNotAuthorized.aspx 10622=Security Calls Not Authorized Per Second 10623=The number of calls to this operation that failed authorization per second. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.SecurityCallsNotAuthorizedPerSecond.aspx 10624=MSDTC Bridge 3.0.0.0 10625=MSDTC Bridge 3.0.0.0 performance counters 10626=Message send failures/sec 10627=The number of WS-AT protocol messages that the WS-AT service failed to send per second. 10628=Prepare retry count/sec 10629=The number of Prepare retry messages that the WS-AT service has sent per second. 10630=Commit retry count/sec 10631=The number of Commit retry messages that the WS-AT service has sent per second. 10632=Prepared retry count/sec 10633=The number of Prepared retry messages that the WS-AT service has sent per second. 10634=Replay retry count/sec 10635=The number of Replay retry messages that the WS-AT service has sent per second. 10636=Faults received count/sec 10637=The number of Fault messages that the WS-AT service has received per second. 10638=Faults sent count/sec 10639=The number of Fault messages that the WS-AT service has sent per second. 10640=Average participant prepare response time 10641=Average time in milliseconds for the WS-AT service to receive a Prepare message response from a participant. 10642=Average participant prepare response time Base 10643=Base counter for the 'Average participant prepare response time' counter. 10644=Average participant commit response time 10645=Average time in milliseconds for the WS-AT service to receive a Commit message response from a participant. 10646=Average participant commit response time Base 10647=Base counter for the 'Average participant commit response time' counter. 10648=ServiceModelEndpoint 3.0.0.0 10649=ServiceModelEndpoint 3.0.0.0 performance counters 10650=Calls 10651=The number of calls to this endpoint. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.Calls.aspx 10652=Calls Per Second 10653=The number of calls to this endpoint per second. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.CallsPerSecond.aspx 10654=Calls Outstanding 10655=The number of calls to this endpoint that are in progress. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.CallsOutstanding.aspx 10656=Calls Failed 10657=The number of calls with unhandled exceptions at this endpoint. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.CallsFailed.aspx 10658=Calls Failed Per Second 10659=The number of calls with unhandled exceptions at this endpoint per second. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.CallsFailedPerSecond.aspx 10660=Calls Faulted 10661=The number of calls to this endpoint that returned faults. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.CallsFaulted.aspx 10662=Calls Faulted Per Second 10663=The number of calls to this endpoint that returned faults per second. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.CallsFaultedPerSecond.aspx 10664=Calls Duration 10665=The average duration of calls to this endpoint. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.CallDuration.aspx 10666=Calls Duration Base 10667=Base counter for the 'Calls Duration' counter. 10668=Transactions Flowed 10669=The number of transactions that flowed to operations at this endpoint. This counter is incremented any time a transaction ID is present in the message that is sent to the endpoint. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.TxFlowed.aspx 10670=Transactions Flowed Per Second 10671=The number of transactions that flowed to operations at this endpoint per second. This counter is incremented any time a transaction ID is present in the message that is sent to the endpoint. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.TxFlowedPerSecond.aspx 10672=Security Validation and Authentication Failures 10673=The number of calls to this endpoint that failed validation or authentication. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.SecurityValidationAuthenticationFailures.aspx 10674=Security Validation and Authentication Failures Per Second 10675=The number of calls to this endpoint that failed validation or authentication per second. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.SecurityValidationAuthenticationFailuresPerSecond.aspx 10676=Security Calls Not Authorized 10677=The number of calls to this endpoint that failed authorization. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.SecurityCallsNotAuthorized.aspx 10678=Security Calls Not Authorized Per Second 10679=The number of calls to this endpoint that failed authorization per second. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.SecurityCallsNotAuthorizedPerSecond.aspx 10680=Reliable Messaging Sessions Faulted 10681=The number of reliable messaging sessions that faulted at this endpoint. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.RMSessionsFaulted.aspx 10682=Reliable Messaging Sessions Faulted Per Second 10683=The number of reliable messaging sessions that faulted at this endpoint per second. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.RMSessionsFaultedPerSecond.aspx 10684=Reliable Messaging Messages Dropped 10685=The number of reliable messaging messages that were dropped at this endpoint. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.RMMessagesDropped.aspx 10686=Reliable Messaging Messages Dropped Per Second 10687=The number of reliable messaging messages that were dropped at this endpoint per second. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.RMMessagesDroppedPerSecond.aspx 10688=ServiceModelService 3.0.0.0 10689=ServiceModelService 3.0.0.0 performance counters 10690=Calls 10691=The number of calls to this service. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.Calls.aspx 10692=Calls Per Second 10693=The number of calls to this service per second. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.CallsPerSecond.aspx 10694=Calls Outstanding 10695=The number of calls to this service that are in progress. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.CallsOutstanding.aspx 10696=Calls Failed 10697=The number of calls with unhandled exceptions in this service. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.CallsFailed.aspx 10698=Calls Failed Per Second 10699=The number of calls with unhandled exceptions in this service per second. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.CallsFailedPerSecond.aspx 10700=Calls Faulted 10701=The number of calls to this service that returned faults. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.CallsFaulted.aspx 10702=Calls Faulted Per Second 10703=The number of calls to this service that returned faults per second. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.CallsFaultedPerSecond.aspx 10704=Calls Duration 10705=The average duration of calls to this service. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.CallDuration.aspx 10706=Calls Duration Base 10707=Base counter for the 'Calls Duration' counter. 10708=Transactions Flowed 10709=The number of transactions that flowed to operations in this service. This counter is incremented any time a transaction ID is present in the message that is sent to the service. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxFlowed.aspx 10710=Transactions Flowed Per Second 10711=The number of transactions that flowed to operations in this service per second. This counter is incremented any time a transaction ID is present in the message that is sent to the service. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxFlowedPerSecond.aspx 10712=Transacted Operations Committed 10713=The number of transacted operations with the outcome committed in this service. Work done under such operations is fully committed. Resources are updated in accordance with the work done in the operation. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxCommitted.aspx 10714=Transacted Operations Committed Per Second 10715=The number of transacted operations with the outcome committed in this service per second. Work done under such operations is fully committed. Resources are updated in accordance with the work done in the operation. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxCommittedPerSecond.aspx 10716=Transacted Operations Aborted 10717=The number of transacted operations with the outcome aborted in this service. Work done under such operations is rolled back. Resources are reverted to their previous state. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxAborted.aspx 10718=Transacted Operations Aborted Per Second 10719=The number of transacted operations with the outcome aborted in this service per second. Work done under such operations is rolled back. Resources are reverted to their previous state. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxAbortedPerSecond.aspx 10720=Transacted Operations In Doubt 10721=The number of transacted operations with an outcome in doubt in this service. Work done with an outcome in doubt is in an indeterminate state. Resources are held pending outcome. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxInDoubt.aspx 10722=Transacted Operations In Doubt Per Second 10723=The number of transacted operations with an outcome in doubt in this service per second. Work done with an outcome in doubt is in an indeterminate state. Resources are held pending outcome. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxInDoubtPerSecond.aspx 10724=Security Validation and Authentication Failures 10725=The number of calls to this service that failed validation or authentication. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.SecurityValidationAuthenticationFailures.aspx 10726=Security Validation and Authentication Failures Per Second 10727=The number of calls to this service that failed validation or authentication per second. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.SecurityValidationAuthenticationFailuresPerSecond.aspx 10728=Security Calls Not Authorized 10729=The number of calls to this service that failed authorization. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.SecurityCallsNotAuthorized.aspx 10730=Security Calls Not Authorized Per Second 10731=The number of calls to this service that failed authorization per second. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.SecurityCallsNotAuthorizedPerSecond.aspx 10732=Instances 10733=The total number of instances of the service. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.Instances.aspx 10734=Instances Created Per Second 10735=The creation rate of service instances per second. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.InstancesPerSecond.aspx 10736=Reliable Messaging Sessions Faulted 10737=The number of reliable messaging sessions that were faulted in this service. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.RMSessionsFaulted.aspx 10738=Reliable Messaging Sessions Faulted Per Second 10739=The number of reliable messaging sessions that were faulted in this service per second. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.RMSessionsFaultedPerSecond.aspx 10740=Reliable Messaging Messages Dropped 10741=The number of reliable messaging messages that were dropped in this service. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.RMMessagesDropped.aspx 10742=Reliable Messaging Messages Dropped Per Second 10743=The number of reliable messaging messages that were dropped in this service per second. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.RMMessagesDroppedPerSecond.aspx 10744=Queued Poison Messages 10745=The number of messages to this service that were marked poisoned by the queued transport. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.MsmqPoisonMessages.aspx 10746=Queued Poison Messages Per Second 10747=The number of messages to this service that were marked poisoned by the queued transport per second. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.MsmqPoisonMessagesPerSecond.aspx 10748=Queued Messages Rejected 10749=The number of messages to this servcie that were rejected by the queued transport. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.MsmqRejectedMessages.aspx 10750=Queued Messages Rejected Per Second 10751=The number of messages to this service that were rejected by the queued transport per second. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.MsmqRejectedMessagesPerSecond.aspx 10752=Queued Messages Dropped 10753=The number of messages to this service that were dropped by the queued transport. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.MsmqDroppedMessages.aspx 10754=Queued Messages Dropped Per Second 10755=The number of messages to this service that were dropped by the queued transport per second. http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.MsmqDroppedMessagesPerSecond.aspx 10864=Web Service 10865=The Web Service object includes counters specific to the World Wide Web Publishing Service. 10866=Total Bytes Sent 10867=Total Bytes Sent is the number of data bytes that have been sent by the Web service (since service startup). 10868=Bytes Sent/sec 10869=Bytes Sent/sec is the rate data bytes are being sent by the Web service. 10870=Total Bytes Received 10871=Total Bytes Received is the number of data bytes that have been received by the Web service (since service startup). 10872=Bytes Received/sec 10873=Bytes Received/sec is the rate that data bytes are received by the Web service. 10874=Total Bytes Transferred 10875=Total bytes either received or sent by the Web service (since service startup). 10876=Bytes Total/sec 10877=Bytes Total/sec is the sum of Bytes Sent/sec and Bytes Received/sec. This is the total rate of bytes transferred by the Web service. 10878=Total Files Sent 10879=Total Files Sent is the total number of files sent by the Web service (since service startup). 10880=Files Sent/sec 10881=The rate files are sent by the Web service. 10882=Total Files Received 10883=Total Files Received is the total number of files received by the Web service (since service startup). 10884=Files Received/sec 10885=The rate files are received by the Web service. 10886=Total Files Transferred 10887=Total Files Transferred is the sum of Files Sent and Files Received (since service startup). 10888=Files/sec 10889=The rate files are transferred, that is, sent and received by the Web service. 10890=Current Anonymous Users 10891=Current Anonymous Users is the number of users who currently have an anonymous connection using the Web service. 10892=Current NonAnonymous Users 10893=Current NonAnonymous Users is the number of users who currently have a non-anonymous connection using the Web service. 10894=Total Anonymous Users 10895=Total Anonymous Users is the total number of users who established an anonymous connection with the Web service (since service startup). 10896=Anonymous Users/sec 10897=The rate users are making anonymous connections to the Web service. 10898=Total NonAnonymous Users 10899=Total NonAnonymous Users is the total number of users who established a non-anonymous connection with the Web service (since service startup). 10900=NonAnonymous Users/sec 10901=The rate users are making non-anonymous connections to the Web service. 10902=Maximum Anonymous Users 10903=Maximum Anonymous Users is the maximum number of users who established concurrent anonymous connections using the Web service (since service startup). 10904=Maximum NonAnonymous Users 10905=Maximum NonAnonymous Users is the maximum number of concurrent non-anonymous connections to the Web service (since service startup). 10906=Current Connections 10907=Current Connections is the current number of connections established with the Web service. 10908=Maximum Connections 10909=Maximum Connections is the maximum number of concurrent connections established with the Web service (since service startup). 10910=Total Connection Attempts (all instances) 10911=Total Connection Attempts is the number of connections that have been attempted using the Web service (since service startup). This counter is for all instances listed. 10912=Connection Attempts/sec 10913=The rate that connections to the Web service are being attempted. 10914=Total Logon Attempts 10915=Total Logon Attempts is the number of logons attempts to the Web Service (since service startup). 10916=Logon Attempts/sec 10917=The rate that logons to the Web service are being attempted. 10918=Total Options Requests 10919=Total Options Requests is the number of HTTP requests using the OPTIONS method (since service startup). 10920=Options Requests/sec 10921=The rate HTTP requests using the OPTIONS method are made. 10922=Total Get Requests 10923=Total Get Requests is the number of HTTP requests using the GET method (since service startup). Get requests are the most common HTTP request. 10924=Get Requests/sec 10925=The rate HTTP requests using the GET method are made. Get requests are the most common HTTP request. 10926=Total Post Requests 10927=Total Post Requests is the number of HTTP requests using the POST method (since service startup). 10928=Post Requests/sec 10929=The rate HTTP requests using the POST method are made. 10930=Total Head Requests 10931=Total Head Requests is the number of HTTP requests using the HEAD method (since service startup). Head requests generally indicate a client is querying the state of a document they already have to see if it needs to be refreshed. 10932=Head Requests/sec 10933=The rate HTTP requests using the HEAD method are made. Head requests generally indicate a client is querying the state of a document they already have to see if it needs to be refreshed. 10934=Total Put Requests 10935=Total Put Requests is the number of HTTP requests using the PUT method (since service startup). 10936=Put Requests/sec 10937=The rate HTTP requests using the PUT method are made. 10938=Total Delete Requests 10939=Total Delete Requests is the number of HTTP requests using the DELETE method (since service startup). Delete requests are generally used for file removals. 10940=Delete Requests/sec 10941=The rate HTTP requests using the DELETE method are made. Delete requests are generally used for file removals. 10942=Total Trace Requests 10943=Total Trace Requests is the number of HTTP requests using the TRACE method (since service startup). Trace requests allow the client to see what is being received at the end of the request chain and use the information for diagnostic purposes. 10944=Trace Requests/sec 10945=The rate HTTP requests using the TRACE method are made. Trace requests allow the client to see what is being received at the end of the request chain and use the information for diagnostic purposes. 10946=Total Move Requests 10947=Total Move Requests is the number of HTTP requests using the MOVE method (since service startup). Move requests are used for moving files and directories. 10948=Move Requests/sec 10949=The rate HTTP requests using the MOVE method are made. Move requests are used for moving files and directories. 10950=Total Copy Requests 10951=Total Copy Requests is the number of HTTP requests using the COPY method (since service startup). Copy requests are used for copying files and directories. 10952=Copy Requests/sec 10953=The rate HTTP requests using the COPY method are made. Copy requests are used for copying files and directories. 10954=Total Mkcol Requests 10955=Total Mkcol Requests is the number of HTTP requests using the MKCOL method (since service startup). Mkcol requests are used to create directories on the server. 10956=Mkcol Requests/sec 10957=The rate HTTP requests using the MKCOL method are made. Mkcol requests are used to create directories on the server. 10958=Total Propfind Requests 10959=Total Propfind Requests is the number of HTTP requests using the PROPFIND method (since service startup). Propfind requests retrieve property values on files and directories. 10960=Propfind Requests/sec 10961=The rate HTTP requests using the PROPFIND method are made. Propfind requests retrieve property values on files and directories. 10962=Total Proppatch Requests 10963=Total Proppatch Requests is the number of HTTP requests using the PROPPATCH method (since service startup). Proppatch requests set property values on files and directories. 10964=Proppatch Requests/sec 10965=The rate HTTP requests using the PROPPATCH method are made. Proppatch requests set property values on files and directories. 10966=Total Search Requests 10967=Total Search Requests is the number of HTTP requests using the SEARCH method (since service startup). Search requests are used to query the server to find resources that match a set of conditions provided by the client. 10968=Search Requests/sec 10969=The rate HTTP requests using the SEARCH method are made. Search requests are used to query the server to find resources that match a set of conditions provided by the client. 10970=Total Lock Requests 10971=Total Lock Requests is the number of HTTP requests using the LOCK method (since service startup). Lock requests are used to lock a file for one user so that only that user can modify the file. 10972=Lock Requests/sec 10973=The rate HTTP requests using the LOCK method are made. Lock requests are used to lock a file for one user so that only that user can modify the file. 10974=Total Unlock Requests 10975=Total Unlock Requests is the number of HTTP requests using the UNLOCK method (since service startup). Unlock requests are used to remove locks from files. 10976=Unlock Requests/sec 10977=The rate HTTP requests using the UNLOCK method are made. Unlock requests are used to remove locks from files. 10978=Total Other Request Methods 10979=Total Other Request Methods is the number of HTTP requests that are not OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, MOVE, COPY, MKCOL, PROPFIND, PROPPATCH, SEARCH, LOCK or UNLOCK methods (since service startup). 10980=Other Request Methods/sec 10981=The rate HTTP requests are made that do not use the OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, MOVE, COPY, MKCOL, PROPFIND, PROPPATCH, SEARCH, LOCK or UNLOCK methods. 10982=Total Method Requests 10983=Total Method Requests is the number of all HTTP requests (since service startup). 10984=Total Method Requests/sec 10985=The rate HTTP requests are received. 10986=Total CGI Requests 10987=Total CGI requests is the total number of CGI requests (since service startup). 10988=CGI Requests/sec 10989=The rate CGI requests are received by the Web service. 10990=Total ISAPI Extension Requests 10991=Total ISAPI Extension Requests received (since service startup). 10992=ISAPI Extension Requests/sec 10993=The rate that ISAPI Extension requests are received by the Web service. 10994=Total Not Found Errors 10995=Total Not Found Errors is the number of requests that couldn't be satisfied by the server because the requested document could not be found (since service startup). These are generally reported as an HTTP 404 error code to the client. 10996=Not Found Errors/sec 10997=The rate of errors due to requests that couldn't be satisfied by the server because the requested document could not be found. These are generally reported as an HTTP 404 error code to the client. 10998=Total Locked Errors 10999=Total Locked Errors is the number of requests that couldn't be satisfied by the server because the requested was locked (since service startup). These are generally reported as an HTTP 423 error code to the client. 11000=Locked Errors/sec 11001=The rate of errors due to requests that couldn't be satisfied by the server because the requested document was locked. These are generally reported as an HTTP 423 error code to the client. 11002=Current CGI Requests 11003=Current CGI Requests is the current number of CGI requests being simultaneously processed by the Web service. 11004=Current ISAPI Extension Requests 11005=Current ISAPI Extension Requests is the current number of ISAPI requests being simultaneously processed by the Web service. 11006=Maximum CGI Requests 11007=Maximum CGI Requests is the maximum number of CGI requests simultaneously processed by the Web service (since service startup). 11008=Maximum ISAPI Extension Requests 11009=Maximum ISAPI Extension Requests is the maximum number of ISAPI requests simultaneously processed by the Web service (since service startup). 11010=Current CAL count for authenticated users 11011=This counter is no longer valid. Value will always be zero. 11012=Maximum CAL count for authenticated users 11013=This counter is no longer valid. Value will always be zero. 11014=Total count of failed CAL requests for authenticated users 11015=This counter is no longer valid. Value will always be zero. 11016=Current CAL count for SSL connections 11017=This counter is no longer valid. Value will always be zero. 11018=Maximum CAL count for SSL connections 11019=This counter is no longer valid. Value will always be zero. 11020=Total Blocked Async I/O Requests 11021=Total requests temporarily blocked due to bandwidth throttling settings (since service startup). 11022=Total Allowed Async I/O Requests 11023=Total requests allowed by bandwidth throttling settings (since service startup). 11024=Total Rejected Async I/O Requests 11025=Total requests rejected due to bandwidth throttling settings (since service startup). 11026=Current Blocked Async I/O Requests 11027=Current requests temporarily blocked due to bandwidth throttling settings. 11028=Total count of failed CAL requests for SSL connections 11029=This counter is no longer valid. Value will always be zero. 11030=Measured Async I/O Bandwidth Usage 11031=Measured bandwidth of asynchronous I/O averaged over a minute. 11032=Total blocked bandwidth bytes. 11033=Total bytes blocked due to bandwidth throttling settings (since service startup). 11034=Current blocked bandwidth bytes. 11035=Current bytes temporarily blocked due to bandwidth throttling settings. 11036=Service Uptime 11037=The length of time the Web Service has been running. 11038=Web Service Cache 11039=The Web Service Cache Counters object includes cache counters specific to the World Wide Web Publishing Service. 11040=Current Files Cached 11041=Current number of files whose content is in the user-mode cache. 11042=Total Files Cached 11043=Total number of files whose content was ever added to the user-mode cache (since service startup). 11044=File Cache Hits 11045=Total number of successful lookups in the user-mode file cache (since service startup). 11046=File Cache Misses 11047=Total number of unsuccessful lookups in the user-mode file cache (since service startup). 11048=File Cache Hits % 11049=The ratio of user-mode file cache hits to total cache requests (since service startup). 11052=File Cache Flushes 11053=The number of files removed from the user-mode cache (since service startup). 11054=Current File Cache Memory Usage 11055=Current number of bytes used for the user-mode file cache. 11056=Maximum File Cache Memory Usage 11057=Maximum number of bytes used for user-mode file cache (since service startup). 11058=Active Flushed Entries 11059=Active Flushed Entries are file handles cached in user-mode that will be closed when all current transfers complete. 11060=Total Flushed Files 11061=Total Flushed Files is the number of file handles that have been removed from the user-mode cache (since service startup). 11062=Current URIs Cached 11063=URI information blocks currently in the user-mode cache. 11064=Total URIs Cached 11065=Total number of URI information blocks added to the user-mode cache (since service startup). 11066=URI Cache Hits 11067=Total number of successful lookups in the user-mode URI cache (since service startup). 11068=URI Cache Misses 11069=Total number of unsuccessful lookups in the user-mode URI cache (since service startup). 11070=URI Cache Hits % 11071=The ratio of user-mode URI Cache Hits to total cache requests (since service startup). 11074=URI Cache Flushes 11075=User-mode URI Cache flushes (since service startup). 11076=Total Flushed URIs 11077=The number of URI information blocks that have been removed from the user-mode cache (since service startup). 11078=Current Metadata Cached 11079=Current number of metadata information blocks currently in the user-mode cache. 11080=Total Metadata Cached 11081=Total number of metadata information blocks added to the user-mode cache (since service startup). 11082=Metadata Cache Hits 11083=Total number of successful lookups in the user-mode metadata cache (since service startup). 11084=Metadata Cache Misses 11085=Total number of unsuccessful lookups in the user-mode metadata cache (since service startup). 11086=Metadata Cache Hits % 11087=The ratio of user-mode metadata cache hits to total cache requests (since service startup). 11090=Metadata Cache Flushes 11091=The number of user-mode metadata cache flushes (since service startup). 11092=Total Flushed Metadata 11093=Total Flushed Metadata is the number of Metadata information blocks that have been removed from the user-mode cache (since service startup). 11094=Kernel: Current URIs Cached 11095=URI information blocks currently cached by the kernel. 11096=Kernel: Total URIs Cached 11097=Total number of URI information blocks added to the kernel cache (since service startup). 11098=Kernel: URI Cache Hits 11099=Total number of successful lookups in the kernel URI cache (since service startup). 11100=Kernel: Uri Cache Hits/sec 11101=The rate of kernel URI Cache hits. 11102=Kernel: URI Cache Misses 11103=Total number of unsuccessful lookups in the kernel URI cache (since service startup). 11104=Kernel: URI Cache Hits % 11105=The ratio of kernel URI cache hits to total cache requests (since service startup). 11108=Kernel: URI Cache Flushes 11109=Kernel URI Cache Flushes (since server startup). 11110=Kernel: Total Flushed URIs 11111=The number of URI information blocks that have been removed from the kernel cache (since service startup). 11112=Output Cache Current Memory Usage 11113=Current memory usage by output cache. 11114=Output Cache Current Items 11115=Number of items currently in output cache. 11116=Output Cache Total Hits 11117=Total number of hits in output cache. 11118=Output Cache Total Misses 11119=Total number of misses in output cache. 11120=Output Cache Total Flushes 11121=Total number of flushes in output cache. 11122=Output Cache Current Flushed Items 11123=Number of items that have been flushed, but are still being used by outgoing responses so are still taking up memory. 11124=Output Cache Total Flushed Items 11125=Total number of items flushed by cache. 11126=Output Cache Current Hits % 11127=Output Cache current hit ratio. Calculated as (H)/(H+M) where H and M represent Hits and Misses in previous sample interval respectively. 11336=Internet Information Services Global 11337=The Internet Information Services Global object includes counters that monitor Internet Information Services (the Web service and the FTP service) as a whole. 11338=Total Allowed Async I/O Requests 11339=Total requests allowed by bandwidth throttling settings (counted since service startup). 11340=Total Blocked Async I/O Requests 11341=Total requests temporarily blocked due to bandwidth throttling settings (counted since service startup). 11342=Total Rejected Async I/O Requests 11343=Total requests rejected due to bandwidth throttling settings (counted since service startup). 11344=Current Blocked Async I/O Requests 11345=Current requests temporarily blocked due to bandwidth throttling settings. 11346=Measured Async I/O Bandwidth Usage 11347=Measured bandwidth of asynchronous I/O averaged over a minute. 11348=Current Files Cached 11349=Current number of files whose content is in the cache for WWW and FTP services. 11350=Total Files Cached 11351=Total number of files whose content was ever added to the cache for WWW and FTP services 11352=File Cache Hits 11353=Total number of successful lookups in the file cache. 11354=File Cache Misses 11355=Total number of unsuccessful lookups in the file cache. 11356=File Cache Hits % 11357=The ratio of File Cache Hits to total cache requests. 11360=File Cache Flushes 11361=File Cache Flushes since server startup. 11362=Current File Cache Memory Usage 11363=Current number of bytes used for file cache. 11364=Maximum File Cache Memory Usage 11365=Maximum number of bytes used for file cache. 11366=Active Flushed Entries 11367=Active Flushed Entries are cached file handles that will be closed when all current transfers complete. 11368=Total Flushed Files 11369=Total Flushed Files is the number of file handles that have been removed from the cache since service start up. 11370=Current URIs Cached 11371=URI information blocks currently in the cache for WWW and FTP services. 11372=Total URIs Cached 11373=Total number of URI information blocks ever added to the cache for WWW and FTP services 11374=URI Cache Hits 11375=Total number of successful lookups in the URI cache. 11376=URI Cache Misses 11377=Total number of unsuccessful lookups in the URI cache. 11378=URI Cache Hits % 11379=The ratio of URI Cache Hits to total cache requests. 11382=URI Cache Flushes 11383=URI Cache Flushes since server startup. 11384=Total Flushed URIs 11385=Total Flushed URIs is the number of URI information blocks that have been removed from the cache since service start up. 11386=Current BLOBs Cached 11387=BLOB information blocks currently in the cache for WWW and FTP services. 11388=Total BLOBs Cached 11389=Total number of BLOB information blocks ever added to the cache for WWW and FTP services 11390=BLOB Cache Hits 11391=Total number of successful lookups in the BLOB cache. 11392=BLOB Cache Misses 11393=Total number of unsuccessful lookups in the BLOB cache. 11394=BLOB Cache Hits % 11395=The ratio of BLOB Cache Hits to total cache requests. 11398=BLOB Cache Flushes 11399=BLOB Cache Flushes since server startup. 11400=Total Flushed BLOBs 11401=Total Flushed BLOBs is the number of BLOB information blocks that have been removed from the cache since service start up. 11402=WMI Objects 11403=Number of WMI High Performance provider returned by WMI Adapter 11404=HiPerf Classes 11405=Shows High Performance Classes 11406=HiPerf Validity 11407=Shows if High Performance Classes are valid 11408=MSiSCSI_ConnectionStatistics 11409=MSiSCSI_ConnectionStatistics 11410=BytesReceived 11411=BytesReceived 11412=BytesSent 11413=BytesSent 11414=PDUCommandsSent 11415=PDUCommandsSent 11416=PDUResponsesReceived 11417=PDUResponsesReceived 11418=MSiSCSI_InitiatorInstanceStatistics 11419=MSiSCSI_InitiatorInstanceStatistics 11420=SessionConnectionTimeoutErrorCount 11421=SessionConnectionTimeoutErrorCount 11422=SessionDigestErrorCount 11423=SessionDigestErrorCount 11424=SessionFailureCount 11425=SessionFailureCount 11426=SessionFormatErrorCount 11427=SessionFormatErrorCount 11428=MSiSCSI_InitiatorLoginStatistics 11429=MSiSCSI_InitiatorLoginStatistics 11430=LoginAcceptRsps 11431=LoginAcceptRsps 11432=LoginAuthenticateFails 11433=LoginAuthenticateFails 11434=LoginAuthFailRsps 11435=LoginAuthFailRsps 11436=LoginFailures 11437=LoginFailures 11438=LoginNegotiateFails 11439=LoginNegotiateFails 11440=LoginOtherFailRsps 11441=LoginOtherFailRsps 11442=LoginRedirectRsps 11443=LoginRedirectRsps 11444=LogoutNormals 11445=LogoutNormals 11446=LogoutOtherCodes 11447=LogoutOtherCodes 11448=MSiSCSI_MMIPSECStats 11449=MSiSCSI_MMIPSECStats 11450=AcquireFailures 11451=AcquireFailures 11452=AcquireHeapSize 11453=AcquireHeapSize 11454=ActiveAcquire 11455=ActiveAcquire 11456=ActiveReceive 11457=ActiveReceive 11458=AuthenticationFailures 11459=AuthenticationFailures 11460=ConnectionListSize 11461=ConnectionListSize 11462=GetSPIFailures 11463=GetSPIFailures 11464=InvalidCookiesReceived 11465=InvalidCookiesReceived 11466=InvalidPackets 11467=InvalidPackets 11468=KeyAdditionFailures 11469=KeyAdditionFailures 11470=KeyAdditions 11471=KeyAdditions 11472=KeyUpdateFailures 11473=KeyUpdateFailures 11474=KeyUpdates 11475=KeyUpdates 11476=NegotiationFailures 11477=NegotiationFailures 11478=OakleyMainMode 11479=OakleyMainMode 11480=OakleyQuickMode 11481=OakleyQuickMode 11482=ReceiveFailures 11483=ReceiveFailures 11484=ReceiveHeapSize 11485=ReceiveHeapSize 11486=SendFailures 11487=SendFailures 11488=SoftAssociations 11489=SoftAssociations 11490=TotalGetSPI 11491=TotalGetSPI 11492=MSiSCSI_NICPerformance 11493=MSiSCSI_NICPerformance 11494=BytesReceived 11495=BytesReceived 11496=BytesTransmitted 11497=BytesTransmitted 11498=PDUReceived 11499=PDUReceived 11500=PDUTransmitted 11501=PDUTransmitted 11502=MSiSCSI_QMIPSECStats 11503=MSiSCSI_QMIPSECStats 11504=ActiveSA 11505=ActiveSA 11506=ActiveTunnels 11507=ActiveTunnels 11508=AuthenticatedBytesReceived 11509=AuthenticatedBytesReceived 11510=AuthenticatedBytesSent 11511=AuthenticatedBytesSent 11512=BadSPIPackets 11513=BadSPIPackets 11514=ConfidentialBytesReceived 11515=ConfidentialBytesReceived 11516=ConfidentialBytesSent 11517=ConfidentialBytesSent 11518=KeyAdditions 11519=KeyAdditions 11520=KeyDeletions 11521=KeyDeletions 11522=PacketsNotAuthenticated 11523=PacketsNotAuthenticated 11524=PacketsNotDecrypted 11525=PacketsNotDecrypted 11526=PacketsWithReplayDetection 11527=PacketsWithReplayDetection 11528=PendingKeyOperations 11529=PendingKeyOperations 11530=ReKeys 11531=ReKeys 11532=TransportBytesReceived 11533=TransportBytesReceived 11534=TransportBytesSent 11535=TransportBytesSent 11536=TunnelBytesReceived 11537=TunnelBytesReceived 11538=TunnelBytesSent 11539=TunnelBytesSent 11540=MSiSCSI_RequestTimeStatistics 11541=MSiSCSI_RequestTimeStatistics 11542=AverageProcessingTime 11543=AverageProcessingTime 11544=MaximumProcessingTime 11545=MaximumProcessingTime 11546=MSiSCSI_SessionStatistics 11547=MSiSCSI_SessionStatistics 11548=BytesReceived 11549=BytesReceived 11550=BytesSent 11551=BytesSent 11552=ConnectionTimeoutErrors 11553=ConnectionTimeoutErrors 11554=DigestErrors 11555=DigestErrors 11556=FormatErrors 11557=FormatErrors 11558=PDUCommandsSent 11559=PDUCommandsSent 11560=PDUResponsesReceived 11561=PDUResponsesReceived 11562=ProcessorPerformance 11563=ProcessorPerformance 11564=frequency 11565=frequency 11566=percentage 11567=percentage 11568=power 11569=power 11570=WMI Objects 11571=Number of WMI High Performance provider returned by WMI Adapter 11572=HiPerf Classes 11573=Shows High Performance Classes 11574=HiPerf Validity 11575=Shows if High Performance Classes are valid 11576=MSiSCSI_ConnectionStatistics 11577=MSiSCSI_ConnectionStatistics 11578=BytesReceived 11579=BytesReceived 11580=BytesSent 11581=BytesSent 11582=PDUCommandsSent 11583=PDUCommandsSent 11584=PDUResponsesReceived 11585=PDUResponsesReceived 11586=MSiSCSI_InitiatorInstanceStatistics 11587=MSiSCSI_InitiatorInstanceStatistics 11588=SessionConnectionTimeoutErrorCount 11589=SessionConnectionTimeoutErrorCount 11590=SessionDigestErrorCount 11591=SessionDigestErrorCount 11592=SessionFailureCount 11593=SessionFailureCount 11594=SessionFormatErrorCount 11595=SessionFormatErrorCount 11596=MSiSCSI_InitiatorLoginStatistics 11597=MSiSCSI_InitiatorLoginStatistics 11598=LoginAcceptRsps 11599=LoginAcceptRsps 11600=LoginAuthenticateFails 11601=LoginAuthenticateFails 11602=LoginAuthFailRsps 11603=LoginAuthFailRsps 11604=LoginFailures 11605=LoginFailures 11606=LoginNegotiateFails 11607=LoginNegotiateFails 11608=LoginOtherFailRsps 11609=LoginOtherFailRsps 11610=LoginRedirectRsps 11611=LoginRedirectRsps 11612=LogoutNormals 11613=LogoutNormals 11614=LogoutOtherCodes 11615=LogoutOtherCodes 11616=MSiSCSI_MMIPSECStats 11617=MSiSCSI_MMIPSECStats 11618=AcquireFailures 11619=AcquireFailures 11620=AcquireHeapSize 11621=AcquireHeapSize 11622=ActiveAcquire 11623=ActiveAcquire 11624=ActiveReceive 11625=ActiveReceive 11626=AuthenticationFailures 11627=AuthenticationFailures 11628=ConnectionListSize 11629=ConnectionListSize 11630=GetSPIFailures 11631=GetSPIFailures 11632=InvalidCookiesReceived 11633=InvalidCookiesReceived 11634=InvalidPackets 11635=InvalidPackets 11636=KeyAdditionFailures 11637=KeyAdditionFailures 11638=KeyAdditions 11639=KeyAdditions 11640=KeyUpdateFailures 11641=KeyUpdateFailures 11642=KeyUpdates 11643=KeyUpdates 11644=NegotiationFailures 11645=NegotiationFailures 11646=OakleyMainMode 11647=OakleyMainMode 11648=OakleyQuickMode 11649=OakleyQuickMode 11650=ReceiveFailures 11651=ReceiveFailures 11652=ReceiveHeapSize 11653=ReceiveHeapSize 11654=SendFailures 11655=SendFailures 11656=SoftAssociations 11657=SoftAssociations 11658=TotalGetSPI 11659=TotalGetSPI 11660=MSiSCSI_NICPerformance 11661=MSiSCSI_NICPerformance 11662=BytesReceived 11663=BytesReceived 11664=BytesTransmitted 11665=BytesTransmitted 11666=PDUReceived 11667=PDUReceived 11668=PDUTransmitted 11669=PDUTransmitted 11670=MSiSCSI_QMIPSECStats 11671=MSiSCSI_QMIPSECStats 11672=ActiveSA 11673=ActiveSA 11674=ActiveTunnels 11675=ActiveTunnels 11676=AuthenticatedBytesReceived 11677=AuthenticatedBytesReceived 11678=AuthenticatedBytesSent 11679=AuthenticatedBytesSent 11680=BadSPIPackets 11681=BadSPIPackets 11682=ConfidentialBytesReceived 11683=ConfidentialBytesReceived 11684=ConfidentialBytesSent 11685=ConfidentialBytesSent 11686=KeyAdditions 11687=KeyAdditions 11688=KeyDeletions 11689=KeyDeletions 11690=PacketsNotAuthenticated 11691=PacketsNotAuthenticated 11692=PacketsNotDecrypted 11693=PacketsNotDecrypted 11694=PacketsWithReplayDetection 11695=PacketsWithReplayDetection 11696=PendingKeyOperations 11697=PendingKeyOperations 11698=ReKeys 11699=ReKeys 11700=TransportBytesReceived 11701=TransportBytesReceived 11702=TransportBytesSent 11703=TransportBytesSent 11704=TunnelBytesReceived 11705=TunnelBytesReceived 11706=TunnelBytesSent 11707=TunnelBytesSent 11708=MSiSCSI_RequestTimeStatistics 11709=MSiSCSI_RequestTimeStatistics 11710=AverageProcessingTime 11711=AverageProcessingTime 11712=MaximumProcessingTime 11713=MaximumProcessingTime 11714=MSiSCSI_SessionStatistics 11715=MSiSCSI_SessionStatistics 11716=BytesReceived 11717=BytesReceived 11718=BytesSent 11719=BytesSent 11720=ConnectionTimeoutErrors 11721=ConnectionTimeoutErrors 11722=DigestErrors 11723=DigestErrors 11724=FormatErrors 11725=FormatErrors 11726=PDUCommandsSent 11727=PDUCommandsSent 11728=PDUResponsesReceived 11729=PDUResponsesReceived 11730=ProcessorPerformance 11731=ProcessorPerformance 11732=frequency 11733=frequency 11734=percentage 11735=percentage 11736=power 11737=power 11738=WMI Objects 11739=Number of WMI High Performance provider returned by WMI Adapter 11740=HiPerf Classes 11741=Shows High Performance Classes 11742=HiPerf Validity 11743=Shows if High Performance Classes are valid 11744=MSiSCSI_ConnectionStatistics 11745=MSiSCSI_ConnectionStatistics 11746=BytesReceived 11747=BytesReceived 11748=BytesSent 11749=BytesSent 11750=PDUCommandsSent 11751=PDUCommandsSent 11752=PDUResponsesReceived 11753=PDUResponsesReceived 11754=MSiSCSI_InitiatorInstanceStatistics 11755=MSiSCSI_InitiatorInstanceStatistics 11756=SessionConnectionTimeoutErrorCount 11757=SessionConnectionTimeoutErrorCount 11758=SessionDigestErrorCount 11759=SessionDigestErrorCount 11760=SessionFailureCount 11761=SessionFailureCount 11762=SessionFormatErrorCount 11763=SessionFormatErrorCount 11764=MSiSCSI_InitiatorLoginStatistics 11765=MSiSCSI_InitiatorLoginStatistics 11766=LoginAcceptRsps 11767=LoginAcceptRsps 11768=LoginAuthenticateFails 11769=LoginAuthenticateFails 11770=LoginAuthFailRsps 11771=LoginAuthFailRsps 11772=LoginFailures 11773=LoginFailures 11774=LoginNegotiateFails 11775=LoginNegotiateFails 11776=LoginOtherFailRsps 11777=LoginOtherFailRsps 11778=LoginRedirectRsps 11779=LoginRedirectRsps 11780=LogoutNormals 11781=LogoutNormals 11782=LogoutOtherCodes 11783=LogoutOtherCodes 11784=MSiSCSI_MMIPSECStats 11785=MSiSCSI_MMIPSECStats 11786=AcquireFailures 11787=AcquireFailures 11788=AcquireHeapSize 11789=AcquireHeapSize 11790=ActiveAcquire 11791=ActiveAcquire 11792=ActiveReceive 11793=ActiveReceive 11794=AuthenticationFailures 11795=AuthenticationFailures 11796=ConnectionListSize 11797=ConnectionListSize 11798=GetSPIFailures 11799=GetSPIFailures 11800=InvalidCookiesReceived 11801=InvalidCookiesReceived 11802=InvalidPackets 11803=InvalidPackets 11804=KeyAdditionFailures 11805=KeyAdditionFailures 11806=KeyAdditions 11807=KeyAdditions 11808=KeyUpdateFailures 11809=KeyUpdateFailures 11810=KeyUpdates 11811=KeyUpdates 11812=NegotiationFailures 11813=NegotiationFailures 11814=OakleyMainMode 11815=OakleyMainMode 11816=OakleyQuickMode 11817=OakleyQuickMode 11818=ReceiveFailures 11819=ReceiveFailures 11820=ReceiveHeapSize 11821=ReceiveHeapSize 11822=SendFailures 11823=SendFailures 11824=SoftAssociations 11825=SoftAssociations 11826=TotalGetSPI 11827=TotalGetSPI 11828=MSiSCSI_NICPerformance 11829=MSiSCSI_NICPerformance 11830=BytesReceived 11831=BytesReceived 11832=BytesTransmitted 11833=BytesTransmitted 11834=PDUReceived 11835=PDUReceived 11836=PDUTransmitted 11837=PDUTransmitted 11838=MSiSCSI_QMIPSECStats 11839=MSiSCSI_QMIPSECStats 11840=ActiveSA 11841=ActiveSA 11842=ActiveTunnels 11843=ActiveTunnels 11844=AuthenticatedBytesReceived 11845=AuthenticatedBytesReceived 11846=AuthenticatedBytesSent 11847=AuthenticatedBytesSent 11848=BadSPIPackets 11849=BadSPIPackets 11850=ConfidentialBytesReceived 11851=ConfidentialBytesReceived 11852=ConfidentialBytesSent 11853=ConfidentialBytesSent 11854=KeyAdditions 11855=KeyAdditions 11856=KeyDeletions 11857=KeyDeletions 11858=PacketsNotAuthenticated 11859=PacketsNotAuthenticated 11860=PacketsNotDecrypted 11861=PacketsNotDecrypted 11862=PacketsWithReplayDetection 11863=PacketsWithReplayDetection 11864=PendingKeyOperations 11865=PendingKeyOperations 11866=ReKeys 11867=ReKeys 11868=TransportBytesReceived 11869=TransportBytesReceived 11870=TransportBytesSent 11871=TransportBytesSent 11872=TunnelBytesReceived 11873=TunnelBytesReceived 11874=TunnelBytesSent 11875=TunnelBytesSent 11876=MSiSCSI_RequestTimeStatistics 11877=MSiSCSI_RequestTimeStatistics 11878=AverageProcessingTime 11879=AverageProcessingTime 11880=MaximumProcessingTime 11881=MaximumProcessingTime 11882=MSiSCSI_SessionStatistics 11883=MSiSCSI_SessionStatistics 11884=BytesReceived 11885=BytesReceived 11886=BytesSent 11887=BytesSent 11888=ConnectionTimeoutErrors 11889=ConnectionTimeoutErrors 11890=DigestErrors 11891=DigestErrors 11892=FormatErrors 11893=FormatErrors 11894=PDUCommandsSent 11895=PDUCommandsSent 11896=PDUResponsesReceived 11897=PDUResponsesReceived 11898=ProcessorPerformance 11899=ProcessorPerformance 11900=frequency 11901=frequency 11902=percentage 11903=percentage 11904=power 11905=power 11906=WMI Objects 11907=Number of WMI High Performance provider returned by WMI Adapter 11908=HiPerf Classes 11909=Shows High Performance Classes 11910=HiPerf Validity 11911=Shows if High Performance Classes are valid 11912=MSiSCSI_ConnectionStatistics 11913=MSiSCSI_ConnectionStatistics 11914=BytesReceived 11915=BytesReceived 11916=BytesSent 11917=BytesSent 11918=PDUCommandsSent 11919=PDUCommandsSent 11920=PDUResponsesReceived 11921=PDUResponsesReceived 11922=MSiSCSI_InitiatorInstanceStatistics 11923=MSiSCSI_InitiatorInstanceStatistics 11924=SessionConnectionTimeoutErrorCount 11925=SessionConnectionTimeoutErrorCount 11926=SessionDigestErrorCount 11927=SessionDigestErrorCount 11928=SessionFailureCount 11929=SessionFailureCount 11930=SessionFormatErrorCount 11931=SessionFormatErrorCount 11932=MSiSCSI_InitiatorLoginStatistics 11933=MSiSCSI_InitiatorLoginStatistics 11934=LoginAcceptRsps 11935=LoginAcceptRsps 11936=LoginAuthenticateFails 11937=LoginAuthenticateFails 11938=LoginAuthFailRsps 11939=LoginAuthFailRsps 11940=LoginFailures 11941=LoginFailures 11942=LoginNegotiateFails 11943=LoginNegotiateFails 11944=LoginOtherFailRsps 11945=LoginOtherFailRsps 11946=LoginRedirectRsps 11947=LoginRedirectRsps 11948=LogoutNormals 11949=LogoutNormals 11950=LogoutOtherCodes 11951=LogoutOtherCodes 11952=MSiSCSI_MMIPSECStats 11953=MSiSCSI_MMIPSECStats 11954=AcquireFailures 11955=AcquireFailures 11956=AcquireHeapSize 11957=AcquireHeapSize 11958=ActiveAcquire 11959=ActiveAcquire 11960=ActiveReceive 11961=ActiveReceive 11962=AuthenticationFailures 11963=AuthenticationFailures 11964=ConnectionListSize 11965=ConnectionListSize 11966=GetSPIFailures 11967=GetSPIFailures 11968=InvalidCookiesReceived 11969=InvalidCookiesReceived 11970=InvalidPackets 11971=InvalidPackets 11972=KeyAdditionFailures 11973=KeyAdditionFailures 11974=KeyAdditions 11975=KeyAdditions 11976=KeyUpdateFailures 11977=KeyUpdateFailures 11978=KeyUpdates 11979=KeyUpdates 11980=NegotiationFailures 11981=NegotiationFailures 11982=OakleyMainMode 11983=OakleyMainMode 11984=OakleyQuickMode 11985=OakleyQuickMode 11986=ReceiveFailures 11987=ReceiveFailures 11988=ReceiveHeapSize 11989=ReceiveHeapSize 11990=SendFailures 11991=SendFailures 11992=SoftAssociations 11993=SoftAssociations 11994=TotalGetSPI 11995=TotalGetSPI 11996=MSiSCSI_NICPerformance 11997=MSiSCSI_NICPerformance 11998=BytesReceived 11999=BytesReceived 12000=BytesTransmitted 12001=BytesTransmitted 12002=PDUReceived 12003=PDUReceived 12004=PDUTransmitted 12005=PDUTransmitted 12006=MSiSCSI_QMIPSECStats 12007=MSiSCSI_QMIPSECStats 12008=ActiveSA 12009=ActiveSA 12010=ActiveTunnels 12011=ActiveTunnels 12012=AuthenticatedBytesReceived 12013=AuthenticatedBytesReceived 12014=AuthenticatedBytesSent 12015=AuthenticatedBytesSent 12016=BadSPIPackets 12017=BadSPIPackets 12018=ConfidentialBytesReceived 12019=ConfidentialBytesReceived 12020=ConfidentialBytesSent 12021=ConfidentialBytesSent 12022=KeyAdditions 12023=KeyAdditions 12024=KeyDeletions 12025=KeyDeletions 12026=PacketsNotAuthenticated 12027=PacketsNotAuthenticated 12028=PacketsNotDecrypted 12029=PacketsNotDecrypted 12030=PacketsWithReplayDetection 12031=PacketsWithReplayDetection 12032=PendingKeyOperations 12033=PendingKeyOperations 12034=ReKeys 12035=ReKeys 12036=TransportBytesReceived 12037=TransportBytesReceived 12038=TransportBytesSent 12039=TransportBytesSent 12040=TunnelBytesReceived 12041=TunnelBytesReceived 12042=TunnelBytesSent 12043=TunnelBytesSent 12044=MSiSCSI_RequestTimeStatistics 12045=MSiSCSI_RequestTimeStatistics 12046=AverageProcessingTime 12047=AverageProcessingTime 12048=MaximumProcessingTime 12049=MaximumProcessingTime 12050=MSiSCSI_SessionStatistics 12051=MSiSCSI_SessionStatistics 12052=BytesReceived 12053=BytesReceived 12054=BytesSent 12055=BytesSent 12056=ConnectionTimeoutErrors 12057=ConnectionTimeoutErrors 12058=DigestErrors 12059=DigestErrors 12060=FormatErrors 12061=FormatErrors 12062=PDUCommandsSent 12063=PDUCommandsSent 12064=PDUResponsesReceived 12065=PDUResponsesReceived 12066=ProcessorPerformance 12067=ProcessorPerformance 12068=frequency 12069=frequency 12070=percentage 12071=percentage 12072=power 12073=power 12074=WMI Objects 12075=Number of WMI High Performance provider returned by WMI Adapter 12076=HiPerf Classes 12077=Shows High Performance Classes 12078=HiPerf Validity 12079=Shows if High Performance Classes are valid 12080=MSiSCSI_ConnectionStatistics 12081=MSiSCSI_ConnectionStatistics 12082=BytesReceived 12083=BytesReceived 12084=BytesSent 12085=BytesSent 12086=PDUCommandsSent 12087=PDUCommandsSent 12088=PDUResponsesReceived 12089=PDUResponsesReceived 12090=MSiSCSI_InitiatorInstanceStatistics 12091=MSiSCSI_InitiatorInstanceStatistics 12092=SessionConnectionTimeoutErrorCount 12093=SessionConnectionTimeoutErrorCount 12094=SessionDigestErrorCount 12095=SessionDigestErrorCount 12096=SessionFailureCount 12097=SessionFailureCount 12098=SessionFormatErrorCount 12099=SessionFormatErrorCount 12100=MSiSCSI_InitiatorLoginStatistics 12101=MSiSCSI_InitiatorLoginStatistics 12102=LoginAcceptRsps 12103=LoginAcceptRsps 12104=LoginAuthenticateFails 12105=LoginAuthenticateFails 12106=LoginAuthFailRsps 12107=LoginAuthFailRsps 12108=LoginFailures 12109=LoginFailures 12110=LoginNegotiateFails 12111=LoginNegotiateFails 12112=LoginOtherFailRsps 12113=LoginOtherFailRsps 12114=LoginRedirectRsps 12115=LoginRedirectRsps 12116=LogoutNormals 12117=LogoutNormals 12118=LogoutOtherCodes 12119=LogoutOtherCodes 12120=MSiSCSI_MMIPSECStats 12121=MSiSCSI_MMIPSECStats 12122=AcquireFailures 12123=AcquireFailures 12124=AcquireHeapSize 12125=AcquireHeapSize 12126=ActiveAcquire 12127=ActiveAcquire 12128=ActiveReceive 12129=ActiveReceive 12130=AuthenticationFailures 12131=AuthenticationFailures 12132=ConnectionListSize 12133=ConnectionListSize 12134=GetSPIFailures 12135=GetSPIFailures 12136=InvalidCookiesReceived 12137=InvalidCookiesReceived 12138=InvalidPackets 12139=InvalidPackets 12140=KeyAdditionFailures 12141=KeyAdditionFailures 12142=KeyAdditions 12143=KeyAdditions 12144=KeyUpdateFailures 12145=KeyUpdateFailures 12146=KeyUpdates 12147=KeyUpdates 12148=NegotiationFailures 12149=NegotiationFailures 12150=OakleyMainMode 12151=OakleyMainMode 12152=OakleyQuickMode 12153=OakleyQuickMode 12154=ReceiveFailures 12155=ReceiveFailures 12156=ReceiveHeapSize 12157=ReceiveHeapSize 12158=SendFailures 12159=SendFailures 12160=SoftAssociations 12161=SoftAssociations 12162=TotalGetSPI 12163=TotalGetSPI 12164=MSiSCSI_NICPerformance 12165=MSiSCSI_NICPerformance 12166=BytesReceived 12167=BytesReceived 12168=BytesTransmitted 12169=BytesTransmitted 12170=PDUReceived 12171=PDUReceived 12172=PDUTransmitted 12173=PDUTransmitted 12174=MSiSCSI_QMIPSECStats 12175=MSiSCSI_QMIPSECStats 12176=ActiveSA 12177=ActiveSA 12178=ActiveTunnels 12179=ActiveTunnels 12180=AuthenticatedBytesReceived 12181=AuthenticatedBytesReceived 12182=AuthenticatedBytesSent 12183=AuthenticatedBytesSent 12184=BadSPIPackets 12185=BadSPIPackets 12186=ConfidentialBytesReceived 12187=ConfidentialBytesReceived 12188=ConfidentialBytesSent 12189=ConfidentialBytesSent 12190=KeyAdditions 12191=KeyAdditions 12192=KeyDeletions 12193=KeyDeletions 12194=PacketsNotAuthenticated 12195=PacketsNotAuthenticated 12196=PacketsNotDecrypted 12197=PacketsNotDecrypted 12198=PacketsWithReplayDetection 12199=PacketsWithReplayDetection 12200=PendingKeyOperations 12201=PendingKeyOperations 12202=ReKeys 12203=ReKeys 12204=TransportBytesReceived 12205=TransportBytesReceived 12206=TransportBytesSent 12207=TransportBytesSent 12208=TunnelBytesReceived 12209=TunnelBytesReceived 12210=TunnelBytesSent 12211=TunnelBytesSent 12212=MSiSCSI_RequestTimeStatistics 12213=MSiSCSI_RequestTimeStatistics 12214=AverageProcessingTime 12215=AverageProcessingTime 12216=MaximumProcessingTime 12217=MaximumProcessingTime 12218=MSiSCSI_SessionStatistics 12219=MSiSCSI_SessionStatistics 12220=BytesReceived 12221=BytesReceived 12222=BytesSent 12223=BytesSent 12224=ConnectionTimeoutErrors 12225=ConnectionTimeoutErrors 12226=DigestErrors 12227=DigestErrors 12228=FormatErrors 12229=FormatErrors 12230=PDUCommandsSent 12231=PDUCommandsSent 12232=PDUResponsesReceived 12233=PDUResponsesReceived 12234=ProcessorPerformance 12235=ProcessorPerformance 12236=frequency 12237=frequency 12238=percentage 12239=percentage 12240=power 12241=power 12242=WMI Objects 12243=Number of WMI High Performance provider returned by WMI Adapter 12244=HiPerf Classes 12245=Shows High Performance Classes 12246=HiPerf Validity 12247=Shows if High Performance Classes are valid 12248=MSiSCSI_ConnectionStatistics 12249=MSiSCSI_ConnectionStatistics 12250=BytesReceived 12251=BytesReceived 12252=BytesSent 12253=BytesSent 12254=PDUCommandsSent 12255=PDUCommandsSent 12256=PDUResponsesReceived 12257=PDUResponsesReceived 12258=MSiSCSI_InitiatorInstanceStatistics 12259=MSiSCSI_InitiatorInstanceStatistics 12260=SessionConnectionTimeoutErrorCount 12261=SessionConnectionTimeoutErrorCount 12262=SessionDigestErrorCount 12263=SessionDigestErrorCount 12264=SessionFailureCount 12265=SessionFailureCount 12266=SessionFormatErrorCount 12267=SessionFormatErrorCount 12268=MSiSCSI_InitiatorLoginStatistics 12269=MSiSCSI_InitiatorLoginStatistics 12270=LoginAcceptRsps 12271=LoginAcceptRsps 12272=LoginAuthenticateFails 12273=LoginAuthenticateFails 12274=LoginAuthFailRsps 12275=LoginAuthFailRsps 12276=LoginFailures 12277=LoginFailures 12278=LoginNegotiateFails 12279=LoginNegotiateFails 12280=LoginOtherFailRsps 12281=LoginOtherFailRsps 12282=LoginRedirectRsps 12283=LoginRedirectRsps 12284=LogoutNormals 12285=LogoutNormals 12286=LogoutOtherCodes 12287=LogoutOtherCodes 12288=MSiSCSI_MMIPSECStats 12289=MSiSCSI_MMIPSECStats 12290=AcquireFailures 12291=AcquireFailures 12292=AcquireHeapSize 12293=AcquireHeapSize 12294=ActiveAcquire 12295=ActiveAcquire 12296=ActiveReceive 12297=ActiveReceive 12298=AuthenticationFailures 12299=AuthenticationFailures 12300=ConnectionListSize 12301=ConnectionListSize 12302=GetSPIFailures 12303=GetSPIFailures 12304=InvalidCookiesReceived 12305=InvalidCookiesReceived 12306=InvalidPackets 12307=InvalidPackets 12308=KeyAdditionFailures 12309=KeyAdditionFailures 12310=KeyAdditions 12311=KeyAdditions 12312=KeyUpdateFailures 12313=KeyUpdateFailures 12314=KeyUpdates 12315=KeyUpdates 12316=NegotiationFailures 12317=NegotiationFailures 12318=OakleyMainMode 12319=OakleyMainMode 12320=OakleyQuickMode 12321=OakleyQuickMode 12322=ReceiveFailures 12323=ReceiveFailures 12324=ReceiveHeapSize 12325=ReceiveHeapSize 12326=SendFailures 12327=SendFailures 12328=SoftAssociations 12329=SoftAssociations 12330=TotalGetSPI 12331=TotalGetSPI 12332=MSiSCSI_NICPerformance 12333=MSiSCSI_NICPerformance 12334=BytesReceived 12335=BytesReceived 12336=BytesTransmitted 12337=BytesTransmitted 12338=PDUReceived 12339=PDUReceived 12340=PDUTransmitted 12341=PDUTransmitted 12342=MSiSCSI_QMIPSECStats 12343=MSiSCSI_QMIPSECStats 12344=ActiveSA 12345=ActiveSA 12346=ActiveTunnels 12347=ActiveTunnels 12348=AuthenticatedBytesReceived 12349=AuthenticatedBytesReceived 12350=AuthenticatedBytesSent 12351=AuthenticatedBytesSent 12352=BadSPIPackets 12353=BadSPIPackets 12354=ConfidentialBytesReceived 12355=ConfidentialBytesReceived 12356=ConfidentialBytesSent 12357=ConfidentialBytesSent 12358=KeyAdditions 12359=KeyAdditions 12360=KeyDeletions 12361=KeyDeletions 12362=PacketsNotAuthenticated 12363=PacketsNotAuthenticated 12364=PacketsNotDecrypted 12365=PacketsNotDecrypted 12366=PacketsWithReplayDetection 12367=PacketsWithReplayDetection 12368=PendingKeyOperations 12369=PendingKeyOperations 12370=ReKeys 12371=ReKeys 12372=TransportBytesReceived 12373=TransportBytesReceived 12374=TransportBytesSent 12375=TransportBytesSent 12376=TunnelBytesReceived 12377=TunnelBytesReceived 12378=TunnelBytesSent 12379=TunnelBytesSent 12380=MSiSCSI_RequestTimeStatistics 12381=MSiSCSI_RequestTimeStatistics 12382=AverageProcessingTime 12383=AverageProcessingTime 12384=MaximumProcessingTime 12385=MaximumProcessingTime 12386=MSiSCSI_SessionStatistics 12387=MSiSCSI_SessionStatistics 12388=BytesReceived 12389=BytesReceived 12390=BytesSent 12391=BytesSent 12392=ConnectionTimeoutErrors 12393=ConnectionTimeoutErrors 12394=DigestErrors 12395=DigestErrors 12396=FormatErrors 12397=FormatErrors 12398=PDUCommandsSent 12399=PDUCommandsSent 12400=PDUResponsesReceived 12401=PDUResponsesReceived 12402=ProcessorPerformance 12403=ProcessorPerformance 12404=frequency 12405=frequency 12406=percentage 12407=percentage 12408=power 12409=power 12410=WMI Objects 12411=Number of WMI High Performance provider returned by WMI Adapter 12412=HiPerf Classes 12413=Shows High Performance Classes 12414=HiPerf Validity 12415=Shows if High Performance Classes are valid 12416=MSiSCSI_ConnectionStatistics 12417=MSiSCSI_ConnectionStatistics 12418=BytesReceived 12419=BytesReceived 12420=BytesSent 12421=BytesSent 12422=PDUCommandsSent 12423=PDUCommandsSent 12424=PDUResponsesReceived 12425=PDUResponsesReceived 12426=MSiSCSI_InitiatorInstanceStatistics 12427=MSiSCSI_InitiatorInstanceStatistics 12428=SessionConnectionTimeoutErrorCount 12429=SessionConnectionTimeoutErrorCount 12430=SessionDigestErrorCount 12431=SessionDigestErrorCount 12432=SessionFailureCount 12433=SessionFailureCount 12434=SessionFormatErrorCount 12435=SessionFormatErrorCount 12436=MSiSCSI_InitiatorLoginStatistics 12437=MSiSCSI_InitiatorLoginStatistics 12438=LoginAcceptRsps 12439=LoginAcceptRsps 12440=LoginAuthenticateFails 12441=LoginAuthenticateFails 12442=LoginAuthFailRsps 12443=LoginAuthFailRsps 12444=LoginFailures 12445=LoginFailures 12446=LoginNegotiateFails 12447=LoginNegotiateFails 12448=LoginOtherFailRsps 12449=LoginOtherFailRsps 12450=LoginRedirectRsps 12451=LoginRedirectRsps 12452=LogoutNormals 12453=LogoutNormals 12454=LogoutOtherCodes 12455=LogoutOtherCodes 12456=MSiSCSI_MMIPSECStats 12457=MSiSCSI_MMIPSECStats 12458=AcquireFailures 12459=AcquireFailures 12460=AcquireHeapSize 12461=AcquireHeapSize 12462=ActiveAcquire 12463=ActiveAcquire 12464=ActiveReceive 12465=ActiveReceive 12466=AuthenticationFailures 12467=AuthenticationFailures 12468=ConnectionListSize 12469=ConnectionListSize 12470=GetSPIFailures 12471=GetSPIFailures 12472=InvalidCookiesReceived 12473=InvalidCookiesReceived 12474=InvalidPackets 12475=InvalidPackets 12476=KeyAdditionFailures 12477=KeyAdditionFailures 12478=KeyAdditions 12479=KeyAdditions 12480=KeyUpdateFailures 12481=KeyUpdateFailures 12482=KeyUpdates 12483=KeyUpdates 12484=NegotiationFailures 12485=NegotiationFailures 12486=OakleyMainMode 12487=OakleyMainMode 12488=OakleyQuickMode 12489=OakleyQuickMode 12490=ReceiveFailures 12491=ReceiveFailures 12492=ReceiveHeapSize 12493=ReceiveHeapSize 12494=SendFailures 12495=SendFailures 12496=SoftAssociations 12497=SoftAssociations 12498=TotalGetSPI 12499=TotalGetSPI 12500=MSiSCSI_NICPerformance 12501=MSiSCSI_NICPerformance 12502=BytesReceived 12503=BytesReceived 12504=BytesTransmitted 12505=BytesTransmitted 12506=PDUReceived 12507=PDUReceived 12508=PDUTransmitted 12509=PDUTransmitted 12510=MSiSCSI_QMIPSECStats 12511=MSiSCSI_QMIPSECStats 12512=ActiveSA 12513=ActiveSA 12514=ActiveTunnels 12515=ActiveTunnels 12516=AuthenticatedBytesReceived 12517=AuthenticatedBytesReceived 12518=AuthenticatedBytesSent 12519=AuthenticatedBytesSent 12520=BadSPIPackets 12521=BadSPIPackets 12522=ConfidentialBytesReceived 12523=ConfidentialBytesReceived 12524=ConfidentialBytesSent 12525=ConfidentialBytesSent 12526=KeyAdditions 12527=KeyAdditions 12528=KeyDeletions 12529=KeyDeletions 12530=PacketsNotAuthenticated 12531=PacketsNotAuthenticated 12532=PacketsNotDecrypted 12533=PacketsNotDecrypted 12534=PacketsWithReplayDetection 12535=PacketsWithReplayDetection 12536=PendingKeyOperations 12537=PendingKeyOperations 12538=ReKeys 12539=ReKeys 12540=TransportBytesReceived 12541=TransportBytesReceived 12542=TransportBytesSent 12543=TransportBytesSent 12544=TunnelBytesReceived 12545=TunnelBytesReceived 12546=TunnelBytesSent 12547=TunnelBytesSent 12548=MSiSCSI_RequestTimeStatistics 12549=MSiSCSI_RequestTimeStatistics 12550=AverageProcessingTime 12551=AverageProcessingTime 12552=MaximumProcessingTime 12553=MaximumProcessingTime 12554=MSiSCSI_SessionStatistics 12555=MSiSCSI_SessionStatistics 12556=BytesReceived 12557=BytesReceived 12558=BytesSent 12559=BytesSent 12560=ConnectionTimeoutErrors 12561=ConnectionTimeoutErrors 12562=DigestErrors 12563=DigestErrors 12564=FormatErrors 12565=FormatErrors 12566=PDUCommandsSent 12567=PDUCommandsSent 12568=PDUResponsesReceived 12569=PDUResponsesReceived 12570=ProcessorPerformance 12571=ProcessorPerformance 12572=frequency 12573=frequency 12574=percentage 12575=percentage 12576=power 12577=power 12578=WMI Objects 12579=Number of WMI High Performance provider returned by WMI Adapter 12580=HiPerf Classes 12581=Shows High Performance Classes 12582=HiPerf Validity 12583=Shows if High Performance Classes are valid 12584=MSiSCSI_ConnectionStatistics 12585=MSiSCSI_ConnectionStatistics 12586=BytesReceived 12587=BytesReceived 12588=BytesSent 12589=BytesSent 12590=PDUCommandsSent 12591=PDUCommandsSent 12592=PDUResponsesReceived 12593=PDUResponsesReceived 12594=MSiSCSI_InitiatorInstanceStatistics 12595=MSiSCSI_InitiatorInstanceStatistics 12596=SessionConnectionTimeoutErrorCount 12597=SessionConnectionTimeoutErrorCount 12598=SessionDigestErrorCount 12599=SessionDigestErrorCount 12600=SessionFailureCount 12601=SessionFailureCount 12602=SessionFormatErrorCount 12603=SessionFormatErrorCount 12604=MSiSCSI_InitiatorLoginStatistics 12605=MSiSCSI_InitiatorLoginStatistics 12606=LoginAcceptRsps 12607=LoginAcceptRsps 12608=LoginAuthenticateFails 12609=LoginAuthenticateFails 12610=LoginAuthFailRsps 12611=LoginAuthFailRsps 12612=LoginFailures 12613=LoginFailures 12614=LoginNegotiateFails 12615=LoginNegotiateFails 12616=LoginOtherFailRsps 12617=LoginOtherFailRsps 12618=LoginRedirectRsps 12619=LoginRedirectRsps 12620=LogoutNormals 12621=LogoutNormals 12622=LogoutOtherCodes 12623=LogoutOtherCodes 12624=MSiSCSI_MMIPSECStats 12625=MSiSCSI_MMIPSECStats 12626=AcquireFailures 12627=AcquireFailures 12628=AcquireHeapSize 12629=AcquireHeapSize 12630=ActiveAcquire 12631=ActiveAcquire 12632=ActiveReceive 12633=ActiveReceive 12634=AuthenticationFailures 12635=AuthenticationFailures 12636=ConnectionListSize 12637=ConnectionListSize 12638=GetSPIFailures 12639=GetSPIFailures 12640=InvalidCookiesReceived 12641=InvalidCookiesReceived 12642=InvalidPackets 12643=InvalidPackets 12644=KeyAdditionFailures 12645=KeyAdditionFailures 12646=KeyAdditions 12647=KeyAdditions 12648=KeyUpdateFailures 12649=KeyUpdateFailures 12650=KeyUpdates 12651=KeyUpdates 12652=NegotiationFailures 12653=NegotiationFailures 12654=OakleyMainMode 12655=OakleyMainMode 12656=OakleyQuickMode 12657=OakleyQuickMode 12658=ReceiveFailures 12659=ReceiveFailures 12660=ReceiveHeapSize 12661=ReceiveHeapSize 12662=SendFailures 12663=SendFailures 12664=SoftAssociations 12665=SoftAssociations 12666=TotalGetSPI 12667=TotalGetSPI 12668=MSiSCSI_NICPerformance 12669=MSiSCSI_NICPerformance 12670=BytesReceived 12671=BytesReceived 12672=BytesTransmitted 12673=BytesTransmitted 12674=PDUReceived 12675=PDUReceived 12676=PDUTransmitted 12677=PDUTransmitted 12678=MSiSCSI_QMIPSECStats 12679=MSiSCSI_QMIPSECStats 12680=ActiveSA 12681=ActiveSA 12682=ActiveTunnels 12683=ActiveTunnels 12684=AuthenticatedBytesReceived 12685=AuthenticatedBytesReceived 12686=AuthenticatedBytesSent 12687=AuthenticatedBytesSent 12688=BadSPIPackets 12689=BadSPIPackets 12690=ConfidentialBytesReceived 12691=ConfidentialBytesReceived 12692=ConfidentialBytesSent 12693=ConfidentialBytesSent 12694=KeyAdditions 12695=KeyAdditions 12696=KeyDeletions 12697=KeyDeletions 12698=PacketsNotAuthenticated 12699=PacketsNotAuthenticated 12700=PacketsNotDecrypted 12701=PacketsNotDecrypted 12702=PacketsWithReplayDetection 12703=PacketsWithReplayDetection 12704=PendingKeyOperations 12705=PendingKeyOperations 12706=ReKeys 12707=ReKeys 12708=TransportBytesReceived 12709=TransportBytesReceived 12710=TransportBytesSent 12711=TransportBytesSent 12712=TunnelBytesReceived 12713=TunnelBytesReceived 12714=TunnelBytesSent 12715=TunnelBytesSent 12716=MSiSCSI_RequestTimeStatistics 12717=MSiSCSI_RequestTimeStatistics 12718=AverageProcessingTime 12719=AverageProcessingTime 12720=MaximumProcessingTime 12721=MaximumProcessingTime 12722=MSiSCSI_SessionStatistics 12723=MSiSCSI_SessionStatistics 12724=BytesReceived 12725=BytesReceived 12726=BytesSent 12727=BytesSent 12728=ConnectionTimeoutErrors 12729=ConnectionTimeoutErrors 12730=DigestErrors 12731=DigestErrors 12732=FormatErrors 12733=FormatErrors 12734=PDUCommandsSent 12735=PDUCommandsSent 12736=PDUResponsesReceived 12737=PDUResponsesReceived 12738=ProcessorPerformance 12739=ProcessorPerformance 12740=frequency 12741=frequency 12742=percentage 12743=percentage 12744=power 12745=power 12914=Search Gatherer Projects 12915=Counters for the Windows Search Service Gatherer Project object 12916=Document Additions 12917=The number of add notifications. 12918=Document Add Rate 12919=The number of document additions per second. 12920=Document Deletes 12921=The number of delete notifications. 12922=Document Delete Rate 12923=The number of document deletes per second. 12924=Document Modifies 12925=The number of modify notifications. 12926=Document Modifies Rate 12927=The number of modify notifications per second. 12928=Waiting Documents 12929=The number of documents waiting to be processed. When this number goes to zero the catalog is idle. This number indicates the total queue size of unprocessed documents in the gatherer. 12930=Documents In Progress 12931=The number of documents in progress. 12932=Documents On Hold 12933=The number of documents on hold because a document with the same URL is currently in process. 12934=Delayed Documents 12935=The number of documents delayed due to site hit frequency rules. 12936=URLs in History 12937=The number of files (URLs) in the history list. This indicates the total size of your document corpus that was indexed. 12938=Processed Documents 12939=The number of documents processed since the history has been reset. 12940=Processed Documents Rate 12941=The number of documents processed per second. 12942=Status Success 12943=The number of successfully filtered documents. 12944=Success Rate 12945=The number of successfully filtered documents per second. 12946=Status Error 12947=The number of filtered documents which returned an error. 12948=Error Rate 12949=The number of filtered documents which returned an error per second. 12954=File Errors 12955=The number of file protocol errors received while getting documents. 12956=File Errors Rate 12957=The number of file protocol errors received per second. 12962=Accessed Files 12963=The number of documents accessed via file system. 12964=Accessed File Rate 12965=The number of documents accessed via file system per second. 12970=Filtered Office 12971=The number of office documents filtered. 12972=Filtered Office Rate 12973=The number of office documents filtered per second. 12974=Filtered Text 12975=The number of text documents filtered. 12976=Filtered Text Rate 12977=The number of text documents filtered per second. 12978=Crawls in progress 12979=Number of crawls in progress. 12980=Gatherer Paused Flag 12981=The Gatherer paused flag indicates if the Gatherer has been paused. 12982=Recovery In Progress Flag 12983=The recovery in progress flag indicates if recovery is currently in progress. Indexing will not be resumed until this flag is off. 12984=Not Modified 12985=The number of documents which were not filtered because no modification was detected since the last crawl. 12986=Iterating History In Progress Flag 12987=The Iterating history in progress flag indicates if the Gatherer is currently iterating over the URL history. 12988=Incremental Crawls 12989=Number of incremental crawls in progress. 12990=Filtering Documents 12991=The number of documents currently being filtered. 12992=Started Documents 12993=The number of documents initiated into the Gatherer service. This includes the number of documents on hold, in the active queue, and currently filtered. When this number goes to zero during a crawl, it means the crawl will be done soon. 12994=Retries 12995=The total number of times a document access has been retried. Having this number high may indicate a problem with accessing the data. 12996=Retries Rate 12997=The number of retries per second. 13004=Adaptive Crawl Errors 13005=Documents incorrectly rejected by adaptive crawl 13010=Changed Documents 13011=Documents which have changed since the last crawl 13012=Document Moves/Renames 13013=The number of Move/Rename notifications. 13014=Document Move and Rename Rate 13015=The number of document Moves and Renames per second. 13016=Unique Documents 13017=Number of unique documents in the system. Documents are considered not unique if their contents is the same. 13018=History Recovery Progress 13019=Percentage of the history recovery completed 13020=Search Gatherer 13021=Counters for the Windows Search Service Gathering service object 13022=Notification Sources 13023=Currently connected external notification sources. 13024=Ext. Notifications Received 13025=The total number of notifications received from all notification sources excluding file system. 13026=Ext. Notifications Rate 13027=The rate of external notifications received per second. 13028=Admin Clients 13029=The number of currently connected administrative clients. 13030=Heartbeats 13031=The total number of heartbeats counted since startup. A heartbeat occurs once every 10 seconds while the service is running. If the service is not running there will be no heartbeat and the number of ticks will not be incremented. 13032=Heartbeats Rate 13033=Displays one heartbeat every 10 seconds. 13034=Filtering Threads 13035=The total number of filtering threads in the system. This number is calculated based on your system resources. 13036=Idle Threads 13037=The number of threads waiting for documents. 13038=Document Entries 13039=The number of document entries currently in memory. Zero means no indexing activity is going on. 13040=Performance Level 13041=Indicates the level of the amount of system resources that the Gatherer service is allowed to use. 13042=Active Queue Length 13043=The number of documents waiting for robot threads. If this number is not 0, all threads should be filtering. 13044=Filter Processes 13045=The number of filtering processes in the system. 13046=Filter Processes Max 13047=The maximum number of filtering processes that have existed in the system since startup. 13048=Filter Process Created 13049=The total number of times a filter process was created or restarted. Having too many filter processes created indicates that filtering is having trouble with the data in the documents. 13050=Delayed Documents 13051=The number of documents delayed due to site hit frequency rules. 13052=Server Objects 13053=The number of servers recently accessed by the system. 13054=Server Objects Created 13055=The number of times a new server object had to be created. 13056=Filter Objects 13057=The number of filter objects in the system. Each filter object corresponds to a URL currently being filtered. 13058=Documents Filtered 13059=The number of times a filter object was created. This corresponds to the total number of documents filtered in the system since startup. 13060=Documents Filtered Rate 13061=The number of documents filtered per second. 13062=Time Outs 13063=The total number of timeouts detected by the system since startup. 13064=Servers Currently Unavailable 13065=A server becomes unavailable when a number of requests to that server time out. 13066=Servers Unavailable 13067=A server becomes unavailable when a number of requests to that server time out. 13068=Threads Accessing Network 13069=The number of threads waiting for a response from the filter process. If no activity is going on and this number is equal to number of filtering threads, it may indicate a network problem or unavailability of the server it is crawling. 13070=Threads In Plug-ins 13071=The number of threads waiting for plug-ins to complete an operation. 13072=Documents Successfully Filtered 13073=The number of documents successfully filtered. 13074=Documents Successfully Filtered Rate 13075=The number of successfully filtered documents per second. 13076=Documents Delayed Retry 13077=The number of documents that will be retried after time-out. When this is non-zero, it means that the local server it is crawling is shut down. 13078=Word Breakers Cached 13079=Number of available cached word breakers instances 13080=Stemmers Cached 13081=Number of available cached stemmer instances. Too many may indicate a resource usage problem. 13082=All Notifications Received 13083=The total number of notifications received from all notification sources including file system. 13084=Notifications Rate 13085=The rate of external notifications received per second. 13086=System IO traffic rate 13087=System IO (disk) traffic rate in KB/s detected by back off logic 13088=Reason to back off 13089=The code describing why the Gatherer service went into back off state. 0 - up and running 1 - high system IO traffic 2 - high notifications rate 3 - delayed recovery in progress (not implemented) 4 - back off due to user activity 5 - Battery Low 6 - Memory Low 99 - back off for some internal reason (forced by Search itself) While backing off, no indexing is performed. To resume the indexing you must eliminate the reason for back off. If the Gatherer service is in back off state, the Search service is paused and there is a message in the event log. 13090=Threads blocked due to back off 13091=The number of threads blocked due to back off event 13092=Search Indexer 13093=Indexer PlugIn statistics 13094=Master Index Level. 13095=The level of the master index. 13096=Master Merges to Date 13097=Number of Master Merges to Date 13098=Master Merge Progress 13099=Master Merge Progress 13100=Shadow Merge Levels 13101=Shadow Merge Levels 13102=Shadow Merge Levels Threshold 13103=Shadow Merge Levels Threshold 13104=Persistent Indexes 13105=Number of Persistent Indexes 13106=Index Size 13107=Size of Index 13108=Unique Keys 13109=Number of Unique Keys 13110=Documents Filtered 13111=Number of Documents Filtered 13112=Work Items Created 13113=Number of invalidator work items that were created 13114=Work Items Deleted 13115=Number of invalidator work items that were deleted 13116=Clean WidSets 13117=Number of clean WidSets 13118=Dirty WidSets 13119=Number of dirty WidSets 13120=Master Merges Now. 13121=Indicator if a master merge is going on. 13122=Active Connections 13123=Active Connections 13124=Queries 13125=Number of Queries 13126=Queries Failed 13127=Number of Queries Failed 13128=Queries Succeeded 13129=Number of Queries Succeeded 13130=L0 Indexes (Wordlists) 13131=The number of L0 Indexes (Wordlists) 13132=L0 Merges (flushes) Now. 13133=The number of L0 merges (flushes) in progress at any one moment. 13134=L0 Merge (Flush) Speed - Average 13135=The average value [documents/hour] computed for the speed of L0 merges (flushes) since the catalog has been loaded 13136=L0 Merge (Flush) - Count 13137=The number of L0 merges (flushes) since the catalog was loaded 13138=L0 Merge (Flush) Speed - Last 13139=The last value [documents/hour] computed for the speed of L0 merges (flushes). 13140=Persistent Indexes L1 13141=The number of L1 Indexes 13142=L1 Merges Now. 13143=The number of L1 merges in progress at any one moment. 13144=L1 Merge Speed - average 13145=The average value [documents/hour] computed for the speed of L1 merges since the catalog has been loaded 13146=L1 Merge - Count 13147=The number of L1 merges since the catalog was loaded 13148=L1 Merge Speed - last 13149=The last value [documents/hour] computed for the speed of L1 merges. 13150=Persistent Indexes L2 13151=The number of L2 Indexes 13152=L2 Merges Now. 13153=The number of L2 merges in progress at any one moment. 13154=L2 Merge Speed - average 13155=The average value [documents/hour] computed for the speed of L2 merges since the catalog has been loaded 13156=L2 Merge - Count 13157=The number of L2 merges since the catalog was loaded 13158=L2 Merge Speed - last 13159=The last value [documents/hour] computed for the speed of L2 merges. 13160=Persistent Indexes L3 13161=The number of L3 Indexes 13162=L3 Merges Now. 13163=The number of L3 merges in progress at any one moment. 13164=L3 Merge Speed - average 13165=The average value [documents/hour] computed for the speed of L3 merges since the catalog has been loaded 13166=L3 Merge - Count 13167=The number of L3 merges since the catalog was loaded 13168=L3 Merge Speed - last 13169=The last value [documents/hour] computed for the speed of L3 merges. 13170=Persistent Indexes L4 13171=The number of L4 Indexes 13172=L4 Merges Now. 13173=The number of L4 merges in progress at any one moment. 13174=L4 Merge Speed - average 13175=The average value [documents/hour] computed for the speed of L4 merges since the catalog has been loaded 13176=L4 Merge - Count 13177=The number of L4 merges since the catalog was loaded 13178=L4 Merge Speed - last 13179=The last value [documents/hour] computed for the speed of L4 merges. 13180=Persistent Indexes L5 13181=The number of L5 Indexes 13182=L5 Merges Now. 13183=The number of L5 merges in progress at any one moment. 13184=L5 Merge Speed - average 13185=The average value [documents/hour] computed for the speed of L5 merges since the catalog has been loaded 13186=L5 Merge - Count 13187=The number of L5 merges since the catalog was loaded 13188=L5 Merge Speed - last 13189=The last value [documents/hour] computed for the speed of L5 merges. 13190=Persistent Indexes L6 13191=The number of L6 Indexes 13192=L6 Merges Now. 13193=The number of L6 merges in progress at any one moment. 13194=L6 Merge Speed - average 13195=The average value [documents/hour] computed for the speed of L6 merges since the catalog has been loaded 13196=L6 Merge - Count 13197=The number of L6 merges since the catalog was loaded 13198=L6 Merge Speed - last 13199=The last value [documents/hour] computed for the speed of L6 merges. 13200=Persistent Indexes L7 13201=The number of L7 Indexes 13202=L7 Merges Now. 13203=The number of L7 merges in progress at any one moment. 13204=L7 Merge Speed - average 13205=The average value [documents/hour] computed for the speed of L7 merges since the catalog has been loaded 13206=L7 Merge - Count 13207=The number of L7 merges since the catalog was loaded 13208=L7 Merge Speed - last 13209=The last value [documents/hour] computed for the speed of L7 merges. 13210=Persistent Indexes L8 13211=The number of L8 Indexes 13212=L8 Merges Now. 13213=The number of L8 merges in progress at any one moment. 13214=L8 Merge Speed - average 13215=The average value [documents/hour] computed for the speed of L8 merges since the catalog has been loaded 13216=L8 Merge - Count 13217=The number of L8 merges since the catalog was loaded 13218=L8 Merge Speed - last 13219=The last value [documents/hour] computed for the speed of L8 merges. 14016=WMI Objects 14017=Number of WMI High Performance provider returned by WMI Adapter 14018=HiPerf Classes 14019=Shows High Performance Classes 14020=HiPerf Validity 14021=Shows if High Performance Classes are valid 14022=MSiSCSI_ConnectionStatistics 14023=MSiSCSI_ConnectionStatistics 14024=BytesReceived 14025=BytesReceived 14026=BytesSent 14027=BytesSent 14028=PDUCommandsSent 14029=PDUCommandsSent 14030=PDUResponsesReceived 14031=PDUResponsesReceived 14032=MSiSCSI_InitiatorInstanceStatistics 14033=MSiSCSI_InitiatorInstanceStatistics 14034=SessionConnectionTimeoutErrorCount 14035=SessionConnectionTimeoutErrorCount 14036=SessionDigestErrorCount 14037=SessionDigestErrorCount 14038=SessionFailureCount 14039=SessionFailureCount 14040=SessionFormatErrorCount 14041=SessionFormatErrorCount 14042=MSiSCSI_InitiatorLoginStatistics 14043=MSiSCSI_InitiatorLoginStatistics 14044=LoginAcceptRsps 14045=LoginAcceptRsps 14046=LoginAuthenticateFails 14047=LoginAuthenticateFails 14048=LoginAuthFailRsps 14049=LoginAuthFailRsps 14050=LoginFailures 14051=LoginFailures 14052=LoginNegotiateFails 14053=LoginNegotiateFails 14054=LoginOtherFailRsps 14055=LoginOtherFailRsps 14056=LoginRedirectRsps 14057=LoginRedirectRsps 14058=LogoutNormals 14059=LogoutNormals 14060=LogoutOtherCodes 14061=LogoutOtherCodes 14062=MSiSCSI_MMIPSECStats 14063=MSiSCSI_MMIPSECStats 14064=AcquireFailures 14065=AcquireFailures 14066=AcquireHeapSize 14067=AcquireHeapSize 14068=ActiveAcquire 14069=ActiveAcquire 14070=ActiveReceive 14071=ActiveReceive 14072=AuthenticationFailures 14073=AuthenticationFailures 14074=ConnectionListSize 14075=ConnectionListSize 14076=GetSPIFailures 14077=GetSPIFailures 14078=InvalidCookiesReceived 14079=InvalidCookiesReceived 14080=InvalidPackets 14081=InvalidPackets 14082=KeyAdditionFailures 14083=KeyAdditionFailures 14084=KeyAdditions 14085=KeyAdditions 14086=KeyUpdateFailures 14087=KeyUpdateFailures 14088=KeyUpdates 14089=KeyUpdates 14090=NegotiationFailures 14091=NegotiationFailures 14092=OakleyMainMode 14093=OakleyMainMode 14094=OakleyQuickMode 14095=OakleyQuickMode 14096=ReceiveFailures 14097=ReceiveFailures 14098=ReceiveHeapSize 14099=ReceiveHeapSize 14100=SendFailures 14101=SendFailures 14102=SoftAssociations 14103=SoftAssociations 14104=TotalGetSPI 14105=TotalGetSPI 14106=MSiSCSI_NICPerformance 14107=MSiSCSI_NICPerformance 14108=BytesReceived 14109=BytesReceived 14110=BytesTransmitted 14111=BytesTransmitted 14112=PDUReceived 14113=PDUReceived 14114=PDUTransmitted 14115=PDUTransmitted 14116=MSiSCSI_QMIPSECStats 14117=MSiSCSI_QMIPSECStats 14118=ActiveSA 14119=ActiveSA 14120=ActiveTunnels 14121=ActiveTunnels 14122=AuthenticatedBytesReceived 14123=AuthenticatedBytesReceived 14124=AuthenticatedBytesSent 14125=AuthenticatedBytesSent 14126=BadSPIPackets 14127=BadSPIPackets 14128=ConfidentialBytesReceived 14129=ConfidentialBytesReceived 14130=ConfidentialBytesSent 14131=ConfidentialBytesSent 14132=KeyAdditions 14133=KeyAdditions 14134=KeyDeletions 14135=KeyDeletions 14136=PacketsNotAuthenticated 14137=PacketsNotAuthenticated 14138=PacketsNotDecrypted 14139=PacketsNotDecrypted 14140=PacketsWithReplayDetection 14141=PacketsWithReplayDetection 14142=PendingKeyOperations 14143=PendingKeyOperations 14144=ReKeys 14145=ReKeys 14146=TransportBytesReceived 14147=TransportBytesReceived 14148=TransportBytesSent 14149=TransportBytesSent 14150=TunnelBytesReceived 14151=TunnelBytesReceived 14152=TunnelBytesSent 14153=TunnelBytesSent 14154=MSiSCSI_RequestTimeStatistics 14155=MSiSCSI_RequestTimeStatistics 14156=AverageProcessingTime 14157=AverageProcessingTime 14158=MaximumProcessingTime 14159=MaximumProcessingTime 14160=MSiSCSI_SessionStatistics 14161=MSiSCSI_SessionStatistics 14162=BytesReceived 14163=BytesReceived 14164=BytesSent 14165=BytesSent 14166=ConnectionTimeoutErrors 14167=ConnectionTimeoutErrors 14168=DigestErrors 14169=DigestErrors 14170=FormatErrors 14171=FormatErrors 14172=PDUCommandsSent 14173=PDUCommandsSent 14174=PDUResponsesReceived 14175=PDUResponsesReceived 14176=ProcessorPerformance 14177=ProcessorPerformance 14178=frequency 14179=frequency 14180=percentage 14181=percentage 14182=power 14183=power 14256=ASP.NET 14257=ASP.NET global performance counters 14258=ASP.NET Applications 14259=ASP.NET application performance counters 14260=Application Restarts 14261=Number of times the application has been restarted during the web server's lifetime. 14262=Applications Running 14263=Number of currently running web applications. 14264=Requests Disconnected 14265=The number of requests disconnected due to communication errors or user terminated. 14266=Request Execution Time 14267=The number of milliseconds that it took to execute the most recent request. 14268=Requests Rejected 14269=The number of requests rejected because the request queue was full. 14270=Requests Queued 14271=The number of requests waiting to be processed. 14272=Worker Processes Running 14273=Number of worker processes running on the machine. 14274=Worker Process Restarts 14275=Number of times a worker process has restarted on the machine. 14276=Request Wait Time 14277=The number of milliseconds the most recent request was waiting in the queue. 14278=State Server Sessions Active 14279=The current number of sessions currently active. 14280=State Server Sessions Abandoned 14281=The number of sessions that have been explicitly abandoned. 14282=State Server Sessions Timed Out 14283=The number of sessions timed out. 14284=State Server Sessions Total 14285=The number of sessions total. 14286=Requests Current 14287=The current number of requests, including those that are queued, currently executing, or waiting to be written to the client. Under the ASP.NET process model, when this counter exceeds the requestQueueLimit defined in the processModel configuration section, ASP.NET will begin rejecting requests. 14288=Audit Success Events Raised 14289=Number of audit successes in the application since it was started. 14290=Audit Failure Events Raised 14291=Number of audit failures in the application since it was started. 14292=Error Events Raised 14293=Number of error events raised since the application was started. 14294=Request Error Events Raised 14295=Number of runtime error events raised since the application was started. 14296=Infrastructure Error Events Raised 14297=Number of HTTP error events raised since the application was started. 14298=Requests In Native Queue 14299=Requests queued because the concurrency limits have been exceeded. 14300=Anonymous Requests 14301=Number of requests utilizing anonymous authentication. 14302=Anonymous Requests/Sec 14303=Number of Authentication Anonymous Requests/Sec 14304=Cache Total Entries 14305=Total number of entries within the cache (both internal and user added) 14306=Cache Total Turnover Rate 14307=Number of additions and removals to the total cache per second. 14308=Cache Total Hits 14309=Total number of hits from the cache. 14310=Cache Total Misses 14311=Total number of cache misses. 14312=Cache Total Hit Ratio 14313=Ratio of hits from all cache calls. 14314=Cache Total Hit Ratio Base 14315=Cache Total Hit Ratio Base 14316=Cache API Entries 14317=Total number of entries within the cache added by the user. 14318=Cache API Turnover Rate 14319=Number of additions and removals to the API cache per second. 14320=Cache API Hits 14321=Number of cache hits from user code. 14322=Cache API Misses 14323=Number of cache misses called from user code. 14324=Cache API Hit Ratio 14325=Ratio of hits called from user code. 14326=Cache API Hit Ratio Base 14327=Cache API Hit Ratio Base 14328=Output Cache Entries 14329=Current number of entries in the output cache. 14330=Output Cache Turnover Rate 14331=Number of additions and removals to the output cache per second. 14332=Output Cache Hits 14333=Total number of output cacheable requests served from the output cache. 14334=Output Cache Misses 14335=Total number of output cacheable requests not served from the output cache. 14336=Output Cache Hit Ratio 14337=Ratio of hits to requests for output cacheable requests. 14338=Output Cache Hit Ratio Base 14339=Output Cache Hit Ratio Base 14340=Compilations Total 14341=Number of .asax, .ascx, .ashx, .asmx, or .aspx source files dynamically compiled. 14342=Debugging Requests 14343=Number of debugging requests processed. 14344=Errors During Preprocessing 14345=Number of errors that have occurred during parsing and configuration. 14346=Errors During Compilation 14347=Number of errors that have occurred during compilation. 14348=Errors During Execution 14349=Number of errors that have occurred during the processing of a request. 14350=Errors Unhandled During Execution 14351=Number of errors not handled by user code, but by the default error handler. 14352=Errors Unhandled During Execution/Sec 14353=Rate of unhandled errors. 14354=Errors Total 14355=Total number of errors occurred. 14356=Errors Total/Sec 14357=Rate of errors occurred. 14358=Pipeline Instance Count 14359=Number of active pipeline instances. 14360=Request Bytes In Total 14361=The total size, in bytes, of all requests. 14362=Request Bytes Out Total 14363=The total size, in bytes, of responses sent to a client. This does not include standard HTTP response headers. 14364=Requests Executing 14365=The number of requests currently executing. 14366=Requests Failed 14367=Total number of failed requests. 14368=Requests Not Found 14369=The number of requests for resources that were not found. 14370=Requests Not Authorized 14371=Number of requests failed due to unauthorized access. 14372=Requests In Application Queue 14373=The number of requests in the application request queue. 14374=Requests Timed Out 14375=The number of requests that timed out. 14376=Requests Succeeded 14377=The number of requests that executed successfully. 14378=Requests Total 14379=The total number of requests since the application was started. 14380=Requests/Sec 14381=The number of requests executed per second. 14382=Sessions Active 14383=The current number of sessions currently active. 14384=Sessions Abandoned 14385=The number of sessions that have been explicitly abandoned. 14386=Sessions Timed Out 14387=The number of sessions timed out. 14388=Sessions Total 14389=Total number of sessions since the application was started. 14390=Transactions Aborted 14391=The number of transactions aborted. 14392=Transactions Committed 14393=The number of transactions committed. 14394=Transactions Pending 14395=Number of transactions in progress. 14396=Transactions Total 14397=The total number of transactions since the application was started. 14398=Transactions/Sec 14399=Transactions started per second. 14400=Session State Server connections total 14401=The total number of connections to the State Server used by session state. 14402=Session SQL Server connections total 14403=The total number of connections to the SQL Server used by session state. 14404=Events Raised 14405=Total number of instrumentation events raised since the application was started. 14406=Events Raised/Sec 14407=Total number of instrumentation events per second. 14408=Application Lifetime Events 14409=Number of application events raised since the application was started. 14410=Application Lifetime Events/Sec 14411=Number of application events raised per second. 14412=Error Events Raised 14413=Number of error events raised since the application was started. 14414=Error Events Raised/Sec 14415=Number of error events per second. 14416=Request Error Events Raised 14417=Number of runtime error events raised since the application was started. 14418=Request Error Events Raised/Sec 14419=Number of runtime error events per second. 14420=Infrastructure Error Events Raised 14421=Number of HTTP error events raised since the application was started. 14422=Infrastructure Error Events Raised/Sec 14423=Number of HTTP error events raised per second. 14424=Request Events Raised 14425=Number of request events raised since the application was started 14426=Request Events Raised/Sec 14427=Number of request events raised per second. 14428=Audit Success Events Raised 14429=Number of audit successes in the application since it was started. 14430=Audit Failure Events Raised 14431=Number of audit failures in the application since it was started. 14432=Membership Authentication Success 14433=Number of successful membership credential validations since the application was started. 14434=Membership Authentication Failure 14435=Number of failed membership credential validations since the application was started. 14436=Forms Authentication Success 14437=Number of successful forms authentication ticket validations since the application was started. 14438=Forms Authentication Failure 14439=Number of failed forms authentication ticket validations since the application was started. 14440=Viewstate MAC Validation Failure 14441=Number of viewstate MAC validations that failed since the application was started. 14442=Request Execution Time 14443=The number of milliseconds that it took to execute the most recent request. 14444=Requests Disconnected 14445=The number of requests disconnected due to communication errors or user terminated. 14446=Requests Rejected 14447=The number of requests rejected because the application request queue was full. 14448=Request Wait Time 14449=The number of milliseconds the most recent request was waiting in the queue. 14450=Cache % Machine Memory Limit Used 14451=The amount of physical memory used by the machine divided by the physical memory limit for the cache, as a percentage. When this reaches 100%, half of the cache entries will be forcibly removed. The __Total__ instance is the average of all instances, and therefore cannot be used to determine when cache entries will be forcibly removed. 14452=Cache % Machine Memory Limit Used Base 14453=Cache % Machine Memory Limit Used Base 14454=Cache % Process Memory Limit Used 14455=The value of private bytes for the worker process divided by the private bytes memory limit for the cache, as a percentage. When this reaches 100%, half of the cache entries will be forcibly removed. The __Total__ instance is the average of all instances, and therefore cannot be used to determine when cache entries will be forcibly removed. 14456=Cache % Process Memory Limit Used Base 14457=Cache % Process Memory Limit Used Base 14458=Cache Total Trims 14459=Total number of entries forcibly removed from the cache due to memory pressure. 14460=Cache API Trims 14461=Total number of entries forcibly removed from the cache due to memory pressure that were originally inserted into the cache using one of the public cache APIs. 14462=Output Cache Trims 14463=Total number of entries forcibly removed from the cache due to memory pressure that were originally inserted into the cache by the output cache feature. 14464=% Managed Processor Time (estimated) 14465=Estimated percentage of elapsed time that the processor spends executing managed application code. This counter only tracks processor time of managed threads in the application. It does not include additional processor time spent executing on non-managed threads. Note that this counter is only updated with new data every five seconds. 14466=% Managed Processor Time Base (estimated) 14467=% Managed Processor Time Base (estimated) 14468=Managed Memory Used (estimated) 14469=Estimated managed heap memory consumption (in KB) by the application. The accuracy of this counter varies depending on the duration of elapsed time since the last full managed memory heap collection. Note that this counter is only updated with new data every five seconds. 14470=Request Bytes In Total (WebSockets) 14471=The total size, in bytes, of data received by ASP.NET on WebSocket connections. 14472=Request Bytes Out Total (WebSockets) 14473=The total size, in bytes, of data sent to a client on WebSocket connections. 14474=Requests Executing (WebSockets) 14475=The number of WebSocket requests currently executing. 14476=Requests Failed (WebSockets) 14477=Total number of WebSocket requests that ended up in an aborted state. 14478=Requests Succeeded (WebSockets) 14479=Total number of WebSocket requests that completed gracefully. 14480=Requests Total (WebSockets) 14481=The total number of WebSocket requests since the application was started. 14482=ASP.NET State Service 14483=ASP.NET State Service 14708=State Server Sessions Active 14709=The current number of sessions currently active. 14710=State Server Sessions Abandoned 14711=The number of sessions that have been explicitly abandoned. 14712=State Server Sessions Timed Out 14713=The number of sessions timed out. 14714=State Server Sessions Total 14715=The number of sessions total. 14716=ASP.NET v4.0.30319 14717=ASP.NET global performance counters 14718=ASP.NET Apps v4.0.30319 14719=ASP.NET application performance counters 14720=Application Restarts 14721=Number of times the application has been restarted during the web server's lifetime. 14722=Applications Running 14723=Number of currently running web applications. 14724=Requests Disconnected 14725=The number of requests disconnected due to communication errors or user terminated. 14726=Request Execution Time 14727=The number of milliseconds that it took to execute the most recent request. 14728=Requests Rejected 14729=The number of requests rejected because the request queue was full. 14730=Requests Queued 14731=The number of requests waiting to be processed. 14732=Worker Processes Running 14733=Number of worker processes running on the machine. 14734=Worker Process Restarts 14735=Number of times a worker process has restarted on the machine. 14736=Request Wait Time 14737=The number of milliseconds the most recent request was waiting in the queue. 14738=State Server Sessions Active 14739=The current number of sessions currently active. 14740=State Server Sessions Abandoned 14741=The number of sessions that have been explicitly abandoned. 14742=State Server Sessions Timed Out 14743=The number of sessions timed out. 14744=State Server Sessions Total 14745=The number of sessions total. 14746=Requests Current 14747=The current number of requests, including those that are queued, currently executing, or waiting to be written to the client. Under the ASP.NET process model, when this counter exceeds the requestQueueLimit defined in the processModel configuration section, ASP.NET will begin rejecting requests. 14748=Audit Success Events Raised 14749=Number of audit successes in the application since it was started. 14750=Audit Failure Events Raised 14751=Number of audit failures in the application since it was started. 14752=Error Events Raised 14753=Number of error events raised since the application was started. 14754=Request Error Events Raised 14755=Number of runtime error events raised since the application was started. 14756=Infrastructure Error Events Raised 14757=Number of HTTP error events raised since the application was started. 14758=Requests In Native Queue 14759=Requests queued because the concurrency limits have been exceeded. 14760=Anonymous Requests 14761=Number of requests utilizing anonymous authentication. 14762=Anonymous Requests/Sec 14763=Number of Authentication Anonymous Requests/Sec 14764=Cache Total Entries 14765=Total number of entries within the cache (both internal and user added) 14766=Cache Total Turnover Rate 14767=Number of additions and removals to the total cache per second. 14768=Cache Total Hits 14769=Total number of hits from the cache. 14770=Cache Total Misses 14771=Total number of cache misses. 14772=Cache Total Hit Ratio 14773=Ratio of hits from all cache calls. 14774=Cache Total Hit Ratio Base 14775=Cache Total Hit Ratio Base 14776=Cache API Entries 14777=Total number of entries within the cache added by the user. 14778=Cache API Turnover Rate 14779=Number of additions and removals to the API cache per second. 14780=Cache API Hits 14781=Number of cache hits from user code. 14782=Cache API Misses 14783=Number of cache misses called from user code. 14784=Cache API Hit Ratio 14785=Ratio of hits called from user code. 14786=Cache API Hit Ratio Base 14787=Cache API Hit Ratio Base 14788=Output Cache Entries 14789=Current number of entries in the output cache. 14790=Output Cache Turnover Rate 14791=Number of additions and removals to the output cache per second. 14792=Output Cache Hits 14793=Total number of output cacheable requests served from the output cache. 14794=Output Cache Misses 14795=Total number of output cacheable requests not served from the output cache. 14796=Output Cache Hit Ratio 14797=Ratio of hits to requests for output cacheable requests. 14798=Output Cache Hit Ratio Base 14799=Output Cache Hit Ratio Base 14800=Compilations Total 14801=Number of .asax, .ascx, .ashx, .asmx, or .aspx source files dynamically compiled. 14802=Debugging Requests 14803=Number of debugging requests processed. 14804=Errors During Preprocessing 14805=Number of errors that have occurred during parsing and configuration. 14806=Errors During Compilation 14807=Number of errors that have occurred during compilation. 14808=Errors During Execution 14809=Number of errors that have occurred during the processing of a request. 14810=Errors Unhandled During Execution 14811=Number of errors not handled by user code, but by the default error handler. 14812=Errors Unhandled During Execution/Sec 14813=Rate of unhandled errors. 14814=Errors Total 14815=Total number of errors occurred. 14816=Errors Total/Sec 14817=Rate of errors occurred. 14818=Pipeline Instance Count 14819=Number of active pipeline instances. 14820=Request Bytes In Total 14821=The total size, in bytes, of all requests. 14822=Request Bytes Out Total 14823=The total size, in bytes, of responses sent to a client. This does not include standard HTTP response headers. 14824=Requests Executing 14825=The number of requests currently executing. 14826=Requests Failed 14827=Total number of failed requests. 14828=Requests Not Found 14829=The number of requests for resources that were not found. 14830=Requests Not Authorized 14831=Number of requests failed due to unauthorized access. 14832=Requests In Application Queue 14833=The number of requests in the application request queue. 14834=Requests Timed Out 14835=The number of requests that timed out. 14836=Requests Succeeded 14837=The number of requests that executed successfully. 14838=Requests Total 14839=The total number of requests since the application was started. 14840=Requests/Sec 14841=The number of requests executed per second. 14842=Sessions Active 14843=The current number of sessions currently active. 14844=Sessions Abandoned 14845=The number of sessions that have been explicitly abandoned. 14846=Sessions Timed Out 14847=The number of sessions timed out. 14848=Sessions Total 14849=Total number of sessions since the application was started. 14850=Transactions Aborted 14851=The number of transactions aborted. 14852=Transactions Committed 14853=The number of transactions committed. 14854=Transactions Pending 14855=Number of transactions in progress. 14856=Transactions Total 14857=The total number of transactions since the application was started. 14858=Transactions/Sec 14859=Transactions started per second. 14860=Session State Server connections total 14861=The total number of connections to the State Server used by session state. 14862=Session SQL Server connections total 14863=The total number of connections to the SQL Server used by session state. 14864=Events Raised 14865=Total number of instrumentation events raised since the application was started. 14866=Events Raised/Sec 14867=Total number of instrumentation events per second. 14868=Application Lifetime Events 14869=Number of application events raised since the application was started. 14870=Application Lifetime Events/Sec 14871=Number of application events raised per second. 14872=Error Events Raised 14873=Number of error events raised since the application was started. 14874=Error Events Raised/Sec 14875=Number of error events per second. 14876=Request Error Events Raised 14877=Number of runtime error events raised since the application was started. 14878=Request Error Events Raised/Sec 14879=Number of runtime error events per second. 14880=Infrastructure Error Events Raised 14881=Number of HTTP error events raised since the application was started. 14882=Infrastructure Error Events Raised/Sec 14883=Number of HTTP error events raised per second. 14884=Request Events Raised 14885=Number of request events raised since the application was started 14886=Request Events Raised/Sec 14887=Number of request events raised per second. 14888=Audit Success Events Raised 14889=Number of audit successes in the application since it was started. 14890=Audit Failure Events Raised 14891=Number of audit failures in the application since it was started. 14892=Membership Authentication Success 14893=Number of successful membership credential validations since the application was started. 14894=Membership Authentication Failure 14895=Number of failed membership credential validations since the application was started. 14896=Forms Authentication Success 14897=Number of successful forms authentication ticket validations since the application was started. 14898=Forms Authentication Failure 14899=Number of failed forms authentication ticket validations since the application was started. 14900=Viewstate MAC Validation Failure 14901=Number of viewstate MAC validations that failed since the application was started. 14902=Request Execution Time 14903=The number of milliseconds that it took to execute the most recent request. 14904=Requests Disconnected 14905=The number of requests disconnected due to communication errors or user terminated. 14906=Requests Rejected 14907=The number of requests rejected because the application request queue was full. 14908=Request Wait Time 14909=The number of milliseconds the most recent request was waiting in the queue. 14910=Cache % Machine Memory Limit Used 14911=The amount of physical memory used by the machine divided by the physical memory limit for the cache, as a percentage. When this reaches 100%, half of the cache entries will be forcibly removed. The __Total__ instance is the average of all instances, and therefore cannot be used to determine when cache entries will be forcibly removed. 14912=Cache % Machine Memory Limit Used Base 14913=Cache % Machine Memory Limit Used Base 14914=Cache % Process Memory Limit Used 14915=The value of private bytes for the worker process divided by the private bytes memory limit for the cache, as a percentage. When this reaches 100%, half of the cache entries will be forcibly removed. The __Total__ instance is the average of all instances, and therefore cannot be used to determine when cache entries will be forcibly removed. 14916=Cache % Process Memory Limit Used Base 14917=Cache % Process Memory Limit Used Base 14918=Cache Total Trims 14919=Total number of entries forcibly removed from the cache due to memory pressure. 14920=Cache API Trims 14921=Total number of entries forcibly removed from the cache due to memory pressure that were originally inserted into the cache using one of the public cache APIs. 14922=Output Cache Trims 14923=Total number of entries forcibly removed from the cache due to memory pressure that were originally inserted into the cache by the output cache feature. 14924=% Managed Processor Time (estimated) 14925=Estimated percentage of elapsed time that the processor spends executing managed application code. This counter only tracks processor time of managed threads in the application. It does not include additional processor time spent executing on non-managed threads. Note that this counter is only updated with new data every five seconds. 14926=% Managed Processor Time Base (estimated) 14927=% Managed Processor Time Base (estimated) 14928=Managed Memory Used (estimated) 14929=Estimated managed heap memory consumption (in KB) by the application. The accuracy of this counter varies depending on the duration of elapsed time since the last full managed memory heap collection. Note that this counter is only updated with new data every five seconds. 14930=Request Bytes In Total (WebSockets) 14931=The total size, in bytes, of data received by ASP.NET on WebSocket connections. 14932=Request Bytes Out Total (WebSockets) 14933=The total size, in bytes, of data sent to a client on WebSocket connections. 14934=Requests Executing (WebSockets) 14935=The number of WebSocket requests currently executing. 14936=Requests Failed (WebSockets) 14937=Total number of WebSocket requests that ended up in an aborted state. 14938=Requests Succeeded (WebSockets) 14939=Total number of WebSocket requests that completed gracefully. 14940=Requests Total (WebSockets) 14941=The total number of WebSocket requests since the application was started. 14942=ASP.NET v2.0.50727 14943=ASP.NET global performance counters 14944=ASP.NET Apps v2.0.50727 14945=ASP.NET application performance counters 14946=Application Restarts 14947=Number of times the application has been restarted during the web server's lifetime. 14948=Applications Running 14949=Number of currently running web applications. 14950=Requests Disconnected 14951=The number of requests disconnected due to communication errors or user terminated. 14952=Request Execution Time 14953=The number of milliseconds that it took to execute the most recent request. 14954=Requests Rejected 14955=The number of requests rejected because the request queue was full. 14956=Requests Queued 14957=The number of requests waiting to be processed. 14958=Worker Processes Running 14959=Number of worker processes running on the machine. 14960=Worker Process Restarts 14961=Number of times a worker process has restarted on the machine. 14962=Request Wait Time 14963=The number of milliseconds the most recent request was waiting in the queue. 14964=State Server Sessions Active 14965=The current number of sessions currently active. 14966=State Server Sessions Abandoned 14967=The number of sessions that have been explicitly abandoned. 14968=State Server Sessions Timed Out 14969=The number of sessions timed out. 14970=State Server Sessions Total 14971=The number of sessions total. 14972=Requests Current 14973=The current number of requests, including those that are queued, currently executing, or waiting to be written to the client. Under the ASP.NET process model, when this counter exceeds the requestQueueLimit defined in the processModel configuration section, ASP.NET will begin rejecting requests. 14974=Audit Success Events Raised 14975=Number of audit successes in the application since it was started. 14976=Audit Failure Events Raised 14977=Number of audit failures in the application since it was started. 14978=Error Events Raised 14979=Number of error events raised since the application was started. 14980=Request Error Events Raised 14981=Number of runtime error events raised since the application was started. 14982=Infrastructure Error Events Raised 14983=Number of HTTP error events raised since the application was started. 14984=Anonymous Requests 14985=Number of requests utilizing anonymous authentication. 14986=Anonymous Requests/Sec 14987=Number of Authentication Anonymous Requests/Sec 14988=Cache Total Entries 14989=Total number of entries within the cache (both internal and user added) 14990=Cache Total Turnover Rate 14991=Number of additions and removals to the total cache per second. 14992=Cache Total Hits 14993=Total number of hits from the cache. 14994=Cache Total Misses 14995=Total number of cache misses. 14996=Cache Total Hit Ratio 14997=Ratio of hits from all cache calls. 14998=Cache Total Hit Ratio Base 14999=Cache Total Hit Ratio Base 15000=Cache API Entries 15001=Total number of entries within the cache added by the user. 15002=Cache API Turnover Rate 15003=Number of additions and removals to the API cache per second. 15004=Cache API Hits 15005=Number of cache hits from user code. 15006=Cache API Misses 15007=Number of cache misses called from user code. 15008=Cache API Hit Ratio 15009=Ratio of hits called from user code. 15010=Cache API Hit Ratio Base 15011=Cache API Hit Ratio Base 15012=Output Cache Entries 15013=Current number of entries in the output cache. 15014=Output Cache Turnover Rate 15015=Number of additions and removals to the output cache per second. 15016=Output Cache Hits 15017=Total number of output cacheable requests served from the output cache. 15018=Output Cache Misses 15019=Total number of output cacheable requests not served from the output cache. 15020=Output Cache Hit Ratio 15021=Ratio of hits to requests for output cacheable requests. 15022=Output Cache Hit Ratio Base 15023=Output Cache Hit Ratio Base 15024=Compilations Total 15025=Number of .asax, .ascx, .ashx, .asmx, or .aspx source files dynamically compiled. 15026=Debugging Requests 15027=Number of debugging requests processed. 15028=Errors During Preprocessing 15029=Number of errors that have occurred during parsing and configuration. 15030=Errors During Compilation 15031=Number of errors that have occurred during compilation. 15032=Errors During Execution 15033=Number of errors that have occurred during the processing of a request. 15034=Errors Unhandled During Execution 15035=Number of errors not handled by user code, but by the default error handler. 15036=Errors Unhandled During Execution/Sec 15037=Rate of unhandled errors. 15038=Errors Total 15039=Total number of errors occurred. 15040=Errors Total/Sec 15041=Rate of errors occurred. 15042=Pipeline Instance Count 15043=Number of active pipeline instances. 15044=Request Bytes In Total 15045=The total size, in bytes, of all requests. 15046=Request Bytes Out Total 15047=The total size, in bytes, of responses sent to a client. This does not include standard HTTP response headers. 15048=Requests Executing 15049=The number of requests currently executing. 15050=Requests Failed 15051=Total number of failed requests. 15052=Requests Not Found 15053=The number of requests for resources that were not found. 15054=Requests Not Authorized 15055=Number of requests failed due to unauthorized access. 15056=Requests In Application Queue 15057=The number of requests in the application request queue. 15058=Requests Timed Out 15059=The number of requests that timed out. 15060=Requests Succeeded 15061=The number of requests that executed successfully. 15062=Requests Total 15063=The total number of requests since the application was started. 15064=Requests/Sec 15065=The number of requests executed per second. 15066=Sessions Active 15067=The current number of sessions currently active. 15068=Sessions Abandoned 15069=The number of sessions that have been explicitly abandoned. 15070=Sessions Timed Out 15071=The number of sessions timed out. 15072=Sessions Total 15073=Total number of sessions since the application was started. 15074=Transactions Aborted 15075=The number of transactions aborted. 15076=Transactions Committed 15077=The number of transactions committed. 15078=Transactions Pending 15079=Number of transactions in progress. 15080=Transactions Total 15081=The total number of transactions since the application was started. 15082=Transactions/Sec 15083=Transactions started per second. 15084=Session State Server connections total 15085=The total number of connections to the State Server used by session state. 15086=Session SQL Server connections total 15087=The total number of connections to the SQL Server used by session state. 15088=Events Raised 15089=Total number of instrumentation events raised since the application was started. 15090=Events Raised/Sec 15091=Total number of instrumentation events per second. 15092=Application Lifetime Events 15093=Number of application events raised since the application was started. 15094=Application Lifetime Events/Sec 15095=Number of application events raised per second. 15096=Error Events Raised 15097=Number of error events raised since the application was started. 15098=Error Events Raised/Sec 15099=Number of error events per second. 15100=Request Error Events Raised 15101=Number of runtime error events raised since the application was started. 15102=Request Error Events Raised/Sec 15103=Number of runtime error events per second. 15104=Infrastructure Error Events Raised 15105=Number of HTTP error events raised since the application was started. 15106=Infrastructure Error Events Raised/Sec 15107=Number of HTTP error events raised per second. 15108=Request Events Raised 15109=Number of request events raised since the application was started 15110=Request Events Raised/Sec 15111=Number of request events raised per second. 15112=Audit Success Events Raised 15113=Number of audit successes in the application since it was started. 15114=Audit Failure Events Raised 15115=Number of audit failures in the application since it was started. 15116=Membership Authentication Success 15117=Number of successful membership credential validations since the application was started. 15118=Membership Authentication Failure 15119=Number of failed membership credential validations since the application was started. 15120=Forms Authentication Success 15121=Number of successful forms authentication ticket validations since the application was started. 15122=Forms Authentication Failure 15123=Number of failed forms authentication ticket validations since the application was started. 15124=Viewstate MAC Validation Failure 15125=Number of viewstate MAC validations that failed since the application was started. 15126=Request Execution Time 15127=The number of milliseconds that it took to execute the most recent request. 15128=Requests Disconnected 15129=The number of requests disconnected due to communication errors or user terminated. 15130=Requests Rejected 15131=The number of requests rejected because the application request queue was full. 15132=Request Wait Time 15133=The number of milliseconds the most recent request was waiting in the queue. 15134=Cache % Machine Memory Limit Used 15135=The amount of physical memory used by the machine divided by the physical memory limit for the cache, as a percentage. When this reaches 100%, half of the cache entries will be forcibly removed. The __Total__ instance is the average of all instances, and therefore cannot be used to determine when cache entries will be forcibly removed. 15136=Cache % Machine Memory Limit Used Base 15137=Cache % Machine Memory Limit Used Base 15138=Cache % Process Memory Limit Used 15139=The value of private bytes for the worker process divided by the private bytes memory limit for the cache, as a percentage. When this reaches 100%, half of the cache entries will be forcibly removed. The __Total__ instance is the average of all instances, and therefore cannot be used to determine when cache entries will be forcibly removed. 15140=Cache % Process Memory Limit Used Base 15141=Cache % Process Memory Limit Used Base 15142=Cache Total Trims 15143=Total number of entries forcibly removed from the cache due to memory pressure. 15144=Cache API Trims 15145=Total number of entries forcibly removed from the cache due to memory pressure that were originally inserted into the cache using one of the public cache APIs. 15146=Output Cache Trims 15147=Total number of entries forcibly removed from the cache due to memory pressure that were originally inserted into the cache by the output cache feature. 15148=SQLServer:SSIS Service 10.0 15149=SQL Server Integration Services Service performance counters. 15150=SSIS Package Instances 15151=The number of package instances currently running. 15152=SQLServer:SSIS Pipeline 10.0 15153=The SSIS Pipeline object includes those counters related to the execution of the pipeline. 15154=Rows read 15155=The number of rows read from all data sources in total. 15156=Rows written 15157=The number of rows written to all data destinations in total. 15158=Buffers in use 15159=The number of pipeline buffers in use throughout the pipeline. 15160=Buffer memory 15161=The amount of memory allocated to buffers in the pipeline. 15162=Private buffers in use 15163=The number of private transformation buffers in use throughout the pipeline. 15164=Private buffer memory 15165=The amount of memory allocated to private transformation buffers. 15166=Flat buffers in use 15167=The number of flat memory buffers in use throughout the pipeline. 15168=Flat buffer memory 15169=The amount of memory allocated to flat memory buffers. 15170=Buffers spooled 15171=The number of buffers spooled to disk. 15172=BLOB bytes read 15173=The number of BLOB bytes read from all data sources in total. 15174=BLOB bytes written 15175=The number of BLOB bytes written to all data sources in total. 15176=BLOB files in use 15177=The number of BLOB spooling files in use throughout the pipeline. 15178=MSAS 2008:Connection 15179=Statistics related to Microsoft Analysis Services connections. 15180=MSAS 2008:Locks 15181=Statistics related to Microsoft Analysis Services internal server locks. 15182=MSAS 2008:Threads 15183=Statistics related to Microsoft Analysis Services threads. 15184=MSAS 2008:Memory 15185=Statistics related to Microsoft Analysis Services internal server memory. 15186=MSAS 2008:Cache 15187=Statistics related to Microsoft Analysis Services aggregation cache. 15188=MSAS 2008:MDX 15189=Statistics related to Microsoft Analysis Services MDX Calculations. 15190=MSAS 2008:Processing 15191=Statistics related to Microsoft Analysis Services processing of data. 15192=MSAS 2008:Proc Aggregations 15193=Statistics related to Microsoft Analysis Services processing of aggregations in MOLAP data files. 15194=MSAS 2008:Proc Indexes 15195=Statistics related to Microsoft Analysis Services processing of indexes for MOLAP data files. 15196=MSAS 2008:Storage Engine Query 15197=Statistics related to Microsoft Analysis Services storage engine queries. 15198=MSAS 2008:Data Mining Model Processing 15199=Statistics related to Microsoft Analysis Services Data Mining model processing. 15200=MSAS 2008:Data Mining Prediction 15201=Statistics related to Microsoft Analysis Services Data Mining prediction. 15202=MSAS 2008:Proactive Caching 15203=Statistics related to Microsoft Analysis Services Proactive Caching. 15204=Current connections 15205=Current number of client connections established. 15206=Requests/sec 15207=Rate of connection requests. These are arrivals. 15208=Total requests 15209=Total connection requests. These are arrivals. 15210=Successes/sec 15211=Rate of successful connection completions. 15212=Total successes 15213=Total successful connections. 15214=Failures/sec 15215=Rate of connection failures. 15216=Total failures 15217=Total failed connection attempts. 15218=Current user sessions 15219=Current number of user sessions established. 15220=Current latch waits 15221=Current number of threads waiting for a latch. These are latch requests that could not be given immediate grants and are in a wait state. 15222=Latch waits/sec 15223=Rate of latch requests that could not be granted immediately and had to wait before being granted. 15224=Current locks 15225=Current number of locked objects. 15226=Current lock waits 15227=Current number of clients waiting for a lock. 15228=Lock requests/sec 15229=Number of lock requests per second. 15230=Lock grants/sec 15231=Number of lock grants per second. 15232=Lock waits/sec 15233=Number of lock waits per second. These are lock requests that could not be given immediate lock grants and were put in a wait state. 15234=Lock denials/sec 15235=Rate of lock denials. 15236=Unlock requests/sec 15237=Number of unlock requests per second. 15238=Total deadlocks detected 15239=Total number of deadlocks detected. 15240=Short parsing idle threads 15241=Number of idle threads in the short parsing thread pool. 15242=Short parsing busy threads 15243=Number of busy threads in the short parsing thread pool. 15244=Short parsing job queue length 15245=Number of jobs in the queue of the short parsing thread pool. 15246=Short parsing job rate 15247=Rate of jobs through the short parsing thread pool. 15248=Long parsing idle threads 15249=Number of idle threads in the long parsing thread pool. 15250=Long parsing busy threads 15251=Number of busy threads in the long parsing thread pool. 15252=Long parsing job queue length 15253=Number of jobs in the queue of the long parsing thread pool. 15254=Long parsing job rate 15255=Rate of jobs through the long parsing thread pool. 15256=Query pool idle threads 15257=Number of idle threads in the query thread pool. 15258=Query pool busy threads 15259=Number of busy threads in the query thread pool. 15260=Query pool job queue length 15261=Number of jobs in the queue of the query thread pool. 15262=Query pool job rate 15263=Rate of jobs through the query thread pool. 15264=Processing pool idle threads 15265=Number of idle threads in the processing thread pool. 15266=Processing pool busy threads 15267=Number of busy threads in the processing thread pool. 15268=Processing pool job queue length 15269=Number of jobs in the queue of the processing thread pool. 15270=Processing pool job rate 15271=Rate of jobs through the processing thread pool. 15272=Page Pool 64 Alloc KB 15273=Memory borrowed from system, in KB. This memory is given away to other parts of the server. 15274=Page Pool 64 Lookaside KB 15275=Current memory in 64KB lookaside list, in KB. (Memory pages ready to be used.) 15276=Page Pool 8 Alloc KB 15277=Memory borrowed from 64KB page pool, in KB. This memory is given away to other parts of the server. 15278=Page Pool 8 Lookaside KB 15279=Current memory in 8KB lookaside list, in KB. (Memory pages ready to be used.) 15280=Page Pool 1 Alloc KB 15281=Memory borrowed from 64KB page pool, in KB. This memory is given away to other parts of the server. 15282=Page Pool 1 Lookaside KB 15283=Current memory in 8KB lookaside list, in KB. (Memory pages ready to be used.) 15284=Cleaner Current Price 15285=Current price of memory, $/byte/time, normalized to 1000. 15286=Cleaner Balance/sec 15287=Rate of balance+shrink operations. 15288=Cleaner Memory shrunk KB/sec 15289=Rate of shrinking, in KB/sec. 15290=Cleaner Memory shrinkable KB 15291=Amount of memory, in KB, subject to purging by the background cleaner. 15292=Cleaner Memory nonshrinkable KB 15293=Amount of memory, in KB, not subject to purging by the background cleaner. 15294=Cleaner Memory KB 15295=Amount of memory, in KB, known to the background cleaner. (Cleaner memory shrinkable + Cleaner memory nonshrinkable.) 15296=Memory Usage KB 15297=Memory usage of the server process. Same as perfmon counter for Process\PrivateBytes. 15298=Memory Limit Low KB 15299=Low memory limit, from configuration file. 15300=Memory Limit High KB 15301=High memory limit, from configuration file. 15302=AggCacheKB 15303=Current memory allocated to aggregation cache, in KB. 15304=Quota KB 15305=Current memory quota, in KB. Memory quota is also known as a memory grant or memory reservation. 15306=Quota Blocked 15307=Current number of quota requests that are blocked until other memory quotas are freed. 15308=Filestore KB 15309=Current memory allocated to filestore (file cache), in KB. 15310=Filestore Page Faults/sec 15311=Filestore page fault rate. 15312=Filestore Reads/sec 15313=Filestore pages read/sec. 15314=Filestore KB Reads/sec 15315=Filestore KB read/sec. 15316=Filestore Writes/sec 15317=Filestore pages written/sec. The writes are asynchronous. 15318=Filestore KB Write/sec 15319=Filestore KB written/sec. The writes are asynchronous. 15320=Filestore IO Errors/sec 15321=Filestore IO Error rate. 15322=Filestore IO Errors 15323=Filestore IO Errors total. 15324=Filestore Clock Pages Examined/sec 15325=Rate of background cleaner examining pages for eviction consideration. 15326=Filestore Clock Pages HaveRef/sec 15327=Rate of background cleaner examining pages that have a current reference count (are currently in use). 15328=Filestore Clock Pages Valid/sec 15329=Rate of background cleaner examining pages that are valid candidates for eviction. 15330=Filestore Memory Pinned KB 15331=Current filestore memory pinned KB. 15332=In-memory Dimension Property File KB 15333=Current in-memory dimension property file KB. 15334=In-memory Dimension Property File KB/sec 15335=In-memory dimension property file KB rate. 15336=Potential In-memory Dimension Property File KB 15337=Potential in-memory dimension property file KB. 15338=Dimension Property Files 15339=Number of dimension property files. 15340=In-memory Dimension Index (Hash) File KB 15341=Current in-memory dimension index (hash) file KB. 15342=In-memory Dimension Index (Hash) File KB/sec 15343=In-memory dimension index (hash) file KB rate. 15344=Potential In-memory Dimension Index (Hash) File KB 15345=Potential in-memory dimension index (hash) file KB. 15346=Dimension Index (Hash) Files 15347=Number of dimension index (hash) files. 15348=In-memory Dimension String File KB 15349=Current in-memory dimension string file KB. 15350=In-memory Dimension String File KB/sec 15351=In-memory dimension string file KB rate. 15352=Potential In-memory Dimension String File KB 15353=Potential in-memory dimension string file KB. 15354=Dimension String Files 15355=Number of dimension string files. 15356=In-memory Map File KB 15357=Current in-memory map file KB. 15358=In-memory Map File KB/sec 15359=In-memory map file KB rate. 15360=Potential In-memory Map File KB 15361=Potential in-memory map file KB. 15362=Map Files 15363=Number of map files. 15364=In-memory Aggregation Map File KB 15365=Current in-memory aggregation map file KB. 15366=In-memory Aggregation Map File KB/sec 15367=In-memory aggregation map file KB rate. 15368=Potential In-memory Aggregation Map File KB 15369=Potential in-memory aggregation map file KB. 15370=Aggregation Map Files 15371=Number of aggregation map files. 15372=In-memory Fact Data File KB 15373=Current in-memory fact data file KB. 15374=In-memory Fact Data File KB/sec 15375=In-memory fact data file KB rate. 15376=Potential In-memory Fact Data File KB 15377=Potential in-memory fact data file KB. 15378=Fact Data Files 15379=Number of fact data files. 15380=In-memory Fact String File KB 15381=Current in-memory fact string file KB. 15382=In-memory Fact String File KB/sec 15383=In-memory fact string file KB rate. 15384=Potential In-memory Fact String File KB 15385=Potential in-memory fact string file KB. 15386=Fact String Files 15387=Number of fact string files. 15388=In-memory Fact Aggregation File KB 15389=Current in-memory fact aggregation file KB. 15390=In-memory Fact Aggregation File KB/sec 15391=In-memory fact aggregation file KB rate. 15392=Potential In-memory Fact Aggregation File KB 15393=Potential in-memory fact aggregation file KB. 15394=Fact Aggregation Files 15395=Number of fact aggregation files. 15396=In-memory Other File KB 15397=Current in-memory other file KB. 15398=In-memory Other File KB/sec 15399=In-memory other file KB rate. 15400=Potential In-memory Other File KB 15401=Potential in-memory other file KB. 15402=Other Files 15403=Number of other files. 15404=Current KB 15405=Current memory used by the aggregation cache, in KB. 15406=KB added/sec 15407=Rate of memory added to the cache, KB/sec. 15408=Current entries 15409=Current number of cache entries. 15410=Inserts/sec 15411=Rate of insertions into the cache. This is per partition per cube per database. 15412=Evictions/sec 15413=Rate of evictions from the cache. This is per partition per cube per database. Typically due to background cleaner. 15414=Total inserts 15415=Insertions into the cache. This is per partition per cube per database. 15416=Total evictions 15417=Evictions from the cache. This is per partition per cube per database. Typically due to background cleaner. 15418=Direct hits/sec 15419=Rate of cache direct hits. Queries were answered from an existing cache entry. 15420=Misses/sec 15421=Rate of cache misses. 15422=Lookups/sec 15423=Rate of cache lookups. 15424=Total direct hits 15425=Total count of direct cache hits. Queries were answered from existing cache entries. 15426=Total misses 15427=Total count of cache misses. 15428=Total lookups 15429=Total number of lookups into the cache. 15430=Direct hit ratio 15431=Ratio of cache direct hits to cache lookups, for the period between obtaining counter values. 15432=Total filtered iterator cache hits 15433=Total number of cache hits that returned an indexed iterator over the filtered results 15434=Total filtered iterator cache misses 15435=Total number of cache hits that were unable to build an indexed iterator over the filtered results and had to build a new cache with the filtered results 15436=Number of calculation covers 15437=Total number of evaluation nodes built by MDX execution plans including active and cached 15438=Current number of evaluation nodes 15439=Current (approximate) number of evaluation nodes built by MDX execution plans including active and cached 15440=Number of Storage Engine evaluation nodes 15441=Total number of Storage Engine evaluation nodes built by MDX execution plans 15442=Number of cell-by-cell evaluation nodes 15443=Total number of cell-by-cell evaluation nodes built by MDX execution plans 15444=Number of bulk-mode evaluation nodes 15445=Total number of bulk-mode evaluation nodes built by MDX execution plans 15446=Number of evaluation nodes that covered a single cell 15447=Total number of evaluation nodes built by MDX execution plans that covered only one cell 15448=Number of evaluation nodes with calculations at the same granularity 15449=Total number of evaluation nodes built by MDX execution plans for which the calculations were at the same granularity as the evaluation node 15450=Current number of cached evaluation nodes 15451=Current (approximate) number of cached evaluation nodes built by MDX execution plans 15452=Number of cached Storage Engine evaluation nodes 15453=Total number of cached Storage Engine evaluation nodes built by MDX execution plans 15454=Number of cached bulk-mode evaluation nodes 15455=Total number of cached bulk-mode evaluation nodes built by MDX execution plans 15456=Number of cached 'other' evaluation nodes 15457=Total number of cached evaluation nodes built by MDX execution plans that are neither Storage Engine nor Bulk-mode 15458=Number of evictions of evaluation nodes 15459=Total number of cache evictions of evaluation nodes due to collisions 15460=Number of hash index hits in the cache of evaluation nodes 15461=Total number of hits in the cache of evaluation nodes that were satisfied by the hash index 15462=Number of cell-by-cell hits in the cache of evaluation nodes 15463=Total number of cell-by-cell hits in the cache of evaluation nodes 15464=Number of cell-by-cell misses in the cache of evaluation nodes 15465=Total number of cell-by-cell misses in the cache of evaluation nodes 15466=Number of subcube hits in the cache of evaluation nodes 15467=Total number of subcube hits in the cache of evaluation nodes 15468=Number of subcube misses in the cache of evaluation nodes 15469=Total number of subcube misses in the cache of evaluation nodes 15470=Total Sonar subcubes 15471=Total number of subcubes that query optimizer generated 15472=Total cells calculated 15473=Total number of cell properties calculated 15474=Total recomputes 15475=Total number of cells recomputed due to error 15476=Total flat cache inserts 15477=Total number of cell values inserted into flat calculation cache 15478=Total calculation cache registered 15479=Total number of calculation caches registered 15480=Total NON EMPTY 15481=Total number of times NON EMPTY algorithms is used 15482=Total NON EMPTY unoptimized 15483=Total number of times unoptimized NON EMPTY algorithm is used 15484=Total NON EMPTY for calculated members 15485=Total number of times NON EMPTY algorithm was looping over calculated members 15486=Total Autoexist 15487=Total number of times autoexist performed 15488=Total EXISTING 15489=Total number of times EXISTING set operator performed 15490=Rows read/sec 15491=Rate of rows read from all relational databases. 15492=Total rows read 15493=Count of rows read from all relational databases. 15494=Rows converted/sec 15495=Rate of rows converted during processing. 15496=Total rows converted 15497=Count of rows converted during processing. 15498=Rows written/sec 15499=Rate of rows written during processing. 15500=Total rows written 15501=Count of rows written during processing. 15502=Current partitions 15503=Current number of partitions being processed. 15504=Total partitions 15505=Total number of partitions processed (successfully or otherwise). 15506=Memory size rows 15507=Size of current aggregations in memory. This count is an estimate. 15508=Memory size bytes 15509=Size of current aggregations in memory. This count is an estimate. 15510=Rows merged/sec 15511=Rate of rows merged or inserted into an aggregation. 15512=Rows created/sec 15513=Rate of aggregation rows created. 15514=Temp file rows written/sec 15515=Rate of writing rows to a temporary file. Temporary files are written when aggregations exceed memory limits. 15516=Temp file bytes written/sec 15517=Rate of writing bytes to a temporary file. Temporary files are written when aggregations exceed memory limits. 15518=Current partitions 15519=Current number of partitions being processed. 15520=Total partitions 15521=Total number of partitions processed (successfully or otherwise). 15522=Rows/sec 15523=Rate of rows from MOLAP files used to create indexes. 15524=Total rows 15525=Total rows from MOLAP files used to create indexes. 15526=Current measure group queries 15527=Current number of measure group queries being actively worked on. 15528=Measure group queries/sec 15529=Rate of measure group queries 15530=Total measure group queries 15531=Total number of queries to measure group. 15532=Current dimension queries 15533=Current number of dimension queries being actively worked on. 15534=Dimension queries/sec 15535=Rate of dimension queries 15536=Total dimension queries. 15537=Total number of dimension queries. 15538=Queries answered/sec 15539=Rate of queries answered. 15540=Total queries answered 15541=Total number of queries answered. 15542=Bytes sent/sec 15543=Rate of bytes sent by server to clients, in response to queries. 15544=Total bytes sent 15545=Total bytes sent by server to clients, in response to queries. 15546=Rows sent/sec 15547=Rate of rows sent by server to clients. 15548=Total rows sent 15549=Total rows sent by server to clients. 15550=Queries from cache direct/sec 15551=Rate of queries answered from cache directly. 15552=Queries from cache filtered/sec 15553=Rate of queries answered by filtering existing cache entry. 15554=Queries from file/sec 15555=Rate of queries answered from files. 15556=Total queries from cache direct 15557=Total number of queries derived directly from cache. Note that this is per partition. 15558=Total queries from cache filtered 15559=Total queries answered by filtering existing cache entries. 15560=Total queries from file 15561=Total number of queries answered from files. 15562=Map reads/sec 15563=Number of logical read operations using the Map file. 15564=Map bytes/sec 15565=Bytes read from the Map file. 15566=Data reads/sec 15567=Number of logical read operations using the Data file. 15568=Data bytes/sec 15569=Bytes read from the Data file. 15570=Avg time/query 15571=Average time per query, in milliseconds. Response time based on queries answered since the last counter measurement. 15572=Network round trips/sec 15573=Rate of network round trips. This includes all client/server communication. 15574=Total network round trips 15575=Total network round trips. This includes all client/server communication. 15576=Flat cache lookups/sec 15577=Rate of flat cache lookups. This includes global, session, and query scope flat caches. 15578=Flat cache hits/sec 15579=Rate of flat cache hits. This includes global, session, and query scope flat caches. 15580=Calculation cache lookups/sec 15581=Rate of calculation cache lookups. This includes global, session, and query scope calculation caches. 15582=Calculation cache hits/sec 15583=Rate of calculation cache hits. This includes global, session, and query scope calculation caches. 15584=Persisted cache lookups/sec 15585=Rate of persisted cache lookups. Persisted caches are created by the MDX script CACHE statement. 15586=Persisted cache hits/sec 15587=Rate of persisted cache hits. Persisted caches are created by the MDX script CACHE statement. 15588=Dimension cache lookups/sec 15589=Rate of dimension cache lookups. 15590=Dimension cache hits/sec 15591=Rate of dimension cache hits. 15592=Measure group cache lookups/sec 15593=Rate of measure group cache lookups. 15594=Measure group cache hits/sec 15595=Rate of measure group cache hits. 15596=Aggregation lookups/sec 15597=Rate of aggregation lookups. 15598=Aggregation hits/sec 15599=Rate of aggregation hits. 15600=Cases/sec 15601=Rate of processing cases. 15602=Current models processing 15603=Current number of models being processed 15604=Concurrent DM queries 15605=Current number of Data Mining queries being actively worked on. 15606=Predictions/sec 15607=Rate of Data Mining prediction queries 15608=Rows/sec 15609=Rate of predicting rows 15610=Queries/sec 15611=Rate of Data Mining queries 15612=Total Queries 15613=Total Data Mining Queries received by the server 15614=Total Rows 15615=Total Rows returned by Data Mining queries 15616=Total Predictions 15617=Total Data Mining Prediction Queries received by the server 15618=Notifications/sec 15619=Rate of notifications from relational database. 15620=Processing Cancellations/sec 15621=Rate of processing cancellations caused by notifications. 15622=Proactive Caching Begin/sec 15623=Rate of proactive caching begin. 15624=Proactive Caching Completion/sec 15625=Rate of proactive caching completion. 15626=SQLServer:Buffer Manager 15627=Statistics related to SQL Servers buffer manager 15628=Buffer cache hit ratio 15629=Percentage of pages that were found in the buffer pool without having to incur a read from disk. 15630=AWE unmap calls/sec 15631=Number of AWE unmap calls. 15632=Free list stalls/sec 15633=Number of requests that had to wait for a free page. 15634=Page writes/sec 15635=Number of physical database page writes issued. 15636=Database pages 15637=Number of pages in the buffer pool with database content. 15638=Page life expectancy 15639=Number of seconds a page will stay in the buffer pool without references. 15640=AWE stolen maps/sec 15641=Number of AWE map calls made for pages stolen from the buffer pool. 15642=AWE lookup maps/sec 15643=Number of AWE map calls made for pages found in the buffer pool. 15644=Stolen pages 15645=Number of pages used for miscellaneous server purposes (including procedure cache). 15646=Buffer cache hit ratio base 15647=Base for prior entry 15648=Free pages 15649=Total number of pages on all free lists. 15650=Checkpoint pages/sec 15651=Number of pages flushed by checkpoint or other operations that require all dirty pages to be flushed. 15652=Total pages 15653=Number of pages in the buffer pool (includes database, free, and stolen). 15654=Lazy writes/sec 15655=Number of buffers written by buffer manager's lazy writer. 15656=Page reads/sec 15657=Number of physical database page reads issued. 15658=Reserved pages 15659=Number of buffer pool reserved pages. 15660=Readahead pages/sec 15661=Number of pages read in anticipation of use. 15662=Target pages 15663=Ideal number of pages in the buffer pool. 15664=Page lookups/sec 15665=Number of requests to find a page in the buffer pool. 15666=AWE unmap pages/sec 15667=Number of AWE pages unmapped. 15668=AWE write maps/sec 15669=Number of AWE map calls made for pages to be written to disk. 15670=SQLServer:Buffer Partition 15671=Statistics related to SQL Server's buffer partitions 15672=Free list empty/sec 15673=Number of times a free page was requested and none were available. 15674=Free list requests/sec 15675=Number of times a free page was requested. 15676=Free pages 15677=Number of pages on partition free list. 15678=SQLServer:Buffer Node 15679=Statistics related to SQL Server's buffer pool by NUMA node 15680=Remote node page lookups/sec 15681=Number of lookup requests from this node which were satisfied from other nodes. 15682=Target pages 15683=Target pages on node. 15684=Free pages 15685=Free pages on node. 15686=Local node page lookups/sec 15687=Number of lookup requests from this node which were satisfied from this node. 15688=Foreign pages 15689=Number of pages which are not from NUMA-local memory. 15690=Page life expectancy 15691=Number of seconds a page will stay in the buffer pool without references. 15692=Stolen pages 15693=Stolen pages on node. 15694=Total pages 15695=Committed pages on node. 15696=Database pages 15697=Database pages on node. 15698=SQLServer:General Statistics 15699=Server General Statistics 15700=Mars Deadlocks 15701=Number of Mars Deadlocks detected. 15702=SOAP Session Initiate Requests 15703=Number of SOAP Session initiate requests started per second. 15704=Trace Event Notification Queue 15705=Number of trace event notification instances waiting in the internal queue to be sent thru Service Broker 15706=SOAP Session Terminate Requests 15707=Number of SOAP Session terminate requests started per second. 15708=User Connections 15709=Number of users connected to the system. 15710=Processes blocked 15711=Number of currently blocked processes. 15712=HTTP Authenticated Requests 15713=Number of authenticated HTTP requests started per second. 15714=Temp Tables Creation Rate 15715=Number of temporary tables/table variables created/sec 15716=Connection Reset/sec 15717=Total number of connection resets per second. 15718=Transactions 15719=Number of transaction enlistments (local, dtc, and bound). 15720=Active Temp Tables 15721=Number of temporary tables/table variables in use 15722=Tempdb recovery unit id 15723=Number of duplicate tempdb recovery unit id generated 15724=Tempdb rowset id 15725=Number of duplicate tempdb rowset id generated 15726=Temp Tables For Destruction 15727=Number of temporary tables/table variables waiting to be destroyed by the cleanup system thread 15728=Logical Connections 15729=Number of logical connections to the system. 15730=SQL Trace IO Provider Lock Waits 15731=Number of waits for the File IO Provider lock per second 15732=Non-atomic yield rate 15733=Number of non-atomic yields per second. 15734=SOAP Empty Requests 15735=Number of empty SOAP requests started per second. 15736=Logins/sec 15737=Total number of logins started per second. 15738=SOAP WSDL Requests 15739=Number of SOAP Web Service Description Language requests started per second. 15740=SOAP SQL Requests 15741=Number of SOAP SQL requests started per second. 15742=SOAP Method Invocations 15743=Number of SOAP method invocations started per second. 15744=Logouts/sec 15745=Total number of logouts started per second. 15746=Event Notifications Delayed Drop 15747=Number of event notifications waiting to be dropped by a system thread 15748=SQLServer:Locks 15749=Describes statistics for individual lock server lock requests 15750=Lock Requests/sec 15751=Number of new locks and lock conversions requested from the lock manager. 15752=Lock Timeouts/sec 15753=Number of lock requests that timed out. This includes requests for NOWAIT locks. 15754=Lock Timeouts (timeout > 0)/sec 15755=Number of lock requests that timed out. This does not include requests for NOWAIT locks. 15756=Lock Wait Time (ms) 15757=Total wait time (milliseconds) for locks in the last second. 15758=Number of Deadlocks/sec 15759=Number of lock requests that resulted in a deadlock. 15760=Average Wait Time Base 15761=Base for Averate Wait Time. 15762=Lock Waits/sec 15763=Number of lock requests that could not be satisfied immediately and required the caller to wait before being granted the lock. 15764=Average Wait Time (ms) 15765=The average amount of wait time (milliseconds) for each lock request that resulted in a wait. 15766=SQLServer:Databases 15767=This defines a Database manager object for SQL Server 15768=Active Transactions 15769=Number of active update transactions for the database. 15770=Commit table entries 15771=The size of the in-memory part of the commit table for the database. 15772=Write Transactions/sec 15773=Number of transactions which wrote to the database in the last second. 15774=Log Flush Wait Time 15775=Total wait time (milliseconds). 15776=Log Cache Hit Ratio 15777=Percentage of log cache reads that were satisfied from the log cache. 15778=Log Flush Waits/sec 15779=Number of commits waiting on log flush. 15780=Log File(s) Used Size (KB) 15781=The cumulative used size of all the log files in the database. 15782=Log Cache Reads/sec 15783=Reads performed through the log manager cache. 15784=Shrink Data Movement Bytes/sec 15785=The rate data is being moved by Autoshrink, DBCC SHRINKDATABASE or SHRINKFILE. 15786=Log Bytes Flushed/sec 15787=Total number of log bytes flushed. 15788=Percent Log Used 15789=The percent of space in the log that is in use. 15790=Bulk Copy Rows/sec 15791=Number of rows bulk copied. 15792=Tracked transactions/sec 15793=Number of committed transactions recorded in the commit table for the database. 15794=Log Flushes/sec 15795=Number of log flushes. 15796=Log Growths 15797=Total number of log growths for this database. 15798=Log Truncations 15799=Total number of log truncations for this database. 15800=DBCC Logical Scan Bytes/sec 15801=Logical read scan rate for DBCC commands 15802=Log File(s) Size (KB) 15803=The cumulative size of all the log files in the database. 15804=Bulk Copy Throughput/sec 15805=KiloBytes bulk copied. 15806=Transactions/sec 15807=Number of transactions started for the database. 15808=Data File(s) Size (KB) 15809=The cumulative size of all the data files in the database. 15810=Repl. Trans. Rate 15811=Replication transaction rate (replicated transactions/sec.). 15812=Log Shrinks 15813=Total number of log shrinks for this database. 15814=Repl. Pending Xacts 15815=Number of pending replication transactions in the database. 15816=Backup/Restore Throughput/sec 15817=Read/write throughput for backup/restore of a database. 15818=Log Cache Hit Ratio Base 15819=Base for log cache calculations 15820=SQLServer:Database Mirroring 15821=This defines a Database Mirroring object for SQL Server 15822=Sends/sec 15823=Number of sends initiated per second 15824=Log Compressed Bytes Sent/sec 15825=Number of compressed bytes of log sent in the last second. 15826=Send/Receive Ack Time 15827=Milliseconds messages waited for acknowledgement from the partner per second. 15828=Redo Queue KB 15829=Total number of kilobytes that redo on the mirror database is behind the hardened log 15830=Log Compressed Bytes Rcvd/sec 15831=Number of compressed bytes of log received in the last second. 15832=Log Send Queue KB 15833=Total number of kilobytes of log that have not been sent to the mirror server 15834=Bytes Sent/sec 15835=Number of bytes sent per second 15836=Log Bytes Sent/sec 15837=Number of bytes of log sent per second 15838=Log Remaining for Undo KB 15839=Total number of kilobytes of log that remain to be scanned by the new mirror server after failover. 15840=Receives/sec 15841=Number of mirroring message receives per second 15842=Log Harden Time (ms) 15843=Milliseconds log blocks waited to be hardened to disk in the last second. 15844=Bytes Received/sec 15845=Number of bytes received per second 15846=Log Send Flow Control Time (ms) 15847=Milliseconds log stream messages waited for send flow control in the last second. 15848=Log Bytes Sent from Cache/sec 15849=Number of sent log bytes which were sent from the Database Mirroring log cache in the last second. 15850=Log Bytes Redone from Cache/sec 15851=Number of log bytes which were redone from the Database Mirroring log cache per second. 15852=Transaction Delay 15853=Number of milliseconds transaction termination waited for acknowledgement per second. 15854=Mirrored Write Transactions/sec 15855=Number of transactions which wrote to the mirrored database in the last second, that waited for log to be sent to the mirror. 15856=Log Bytes Received/sec 15857=Number of bytes of log received per second 15858=Log Scanned for Undo KB 15859=Total number of kilobytes of log that have been scanned by the new mirror server after failover. 15860=Redo Bytes/sec 15861=Number of bytes of log redone by the mirror database per second 15862=Pages Sent/sec 15863=Number of pages sent per second 15864=SQLServer:Latches 15865=Collects statistics associated with internal server latches 15866=Latch Waits/sec 15867=Number of latch requests that could not be granted immediately and had to wait before being granted. 15868=SuperLatch Demotions/sec 15869=Number of SuperLatches that have been demoted to regular latches 15870=Total Latch Wait Time (ms) 15871=Total latch wait time (milliseconds) for latch requests that had to wait in the last second. 15872=Average Latch Wait Time Base 15873=Base for Average Latch Wait Time. 15874=SuperLatch Promotions/sec 15875=Number of latches that have been promoted to SuperLatches 15876=Number of SuperLatches 15877=Number of latches that are currently SuperLatches. 15878=Average Latch Wait Time (ms) 15879=Average latch wait time (milliseconds) for latch requests that had to wait. 15880=SQLServer:Access Methods 15881=Collects statistics associated with the database server access methods 15882=Failed leaf page cookie 15883=The number of times that a leaf page cookie could not be used during an index search since changes happened on the leaf page. The cookie is used to speed up index search. 15884=Skipped Ghosted Records/sec 15885=Number of ghosted records per second skipped during scans. 15886=Scan Point Revalidations/sec 15887=Number of times the scan point had to be revalidated to continue the scan. 15888=Dropped rowset cleanups/sec 15889=The number of rowsets per second created as a result of aborted online index build operations that were successfully dropped by the background task that cleans up deferred dropped rowsets. 15890=LobHandle Create Count 15891=Count of temporary LOBs created. 15892=By-reference Lob Create Count 15893=Count of large object (LOB) values that were passed by reference. By-reference lobs are used in certain bulk operations to avoid the cost of passing them by value. 15894=Probe Scans/sec 15895=Number of probe scans per second that are used to find at most one single qualified row in an index or base table directly. 15896=Count Lob Readahead 15897=Count of lob pages on which readahead was issued. 15898=Used tree page cookie 15899=Number of times a tree page cookie was used successfully during an index search since no change happened on the parent page of the tree page. The cookie is used to speed up index search. 15900=Worktables From Cache Base 15901=Percent of worktables from cache base. 15902=Extents Allocated/sec 15903=Number of extents allocated per second in all databases in this SQL Server instance. 15904=Count Push Off Row 15905=Count of values that were pushed from in-row to off-row. 15906=Pages compressed/sec 15907=Number of times a database page was compressed 15908=AU cleanup batches/sec 15909=The number of batches that completed successfully per second by the background task that cleans up deferred dropped allocation units. 15910=Worktables From Cache Ratio 15911=Percentage of work tables created where the initial two pages of the work table were not allocated but were immediately available from the work table cache. 15912=Range Scans/sec 15913=Number of qualified range scans through indexes per second. 15914=Page compression attempts/sec 15915=Number of attempts to compress a database page per second 15916=Count Pull In Row 15917=Count of values that were pulled in-row from off-row. 15918=Failed AU cleanup batches/sec 15919=The number of batches per second that failed and required retry, by the background task that cleans up deferred dropped allocation units. Failure could be due to lack of memory or disk space, hardware failure and other reasons. 15920=FreeSpace Scans/sec 15921=Number of scans per second that were initiated to search for free space within pages already allocated to an allocation unit to insert or modify record fragments. Each scan may find multiple pages. 15922=Failed tree page cookie 15923=The number of times that a tree page cookie could not be used during an index search since changes happened on the parent pages of those tree pages. The cookie is used to speed up index search. 15924=Page Deallocations/sec 15925=Number of pages deallocated per second in all databases in this SQL Server instance. These include pages from mixed extents and uniform extents. 15926=Full Scans/sec 15927=Number of unrestricted full scans. These can either be base table or full index scans. 15928=Table Lock Escalations/sec 15929=The number of times locks on a table were escalated. 15930=Forwarded Records/sec 15931=Number of records fetched through forwarded record pointers. 15932=By-reference Lob Use Count 15933=Count of by-reference lob values that were used. By-reference lobs are used in certain bulk operations to avoid the cost of passing them by value. 15934=Deferred Dropped rowsets 15935=The number of rowsets created as a result of aborted online index build operations that are waiting to be dropped by the background task that cleans up deferred dropped rowsets. 15936=Page Splits/sec 15937=Number of page splits per second that occur as a result of overflowing index pages. 15938=LobSS Provider Truncation Count 15939=Count of LOB Storage Service Providers truncated. 15940=Dropped rowsets skipped/sec 15941=The number of rowsets per second created as a result of aborted online index build operations that were skipped by the background task that cleans up deferred dropped rowsets created. 15942=Used leaf page cookie 15943=Number of times a leaf page cookie was used successfully during an index search since no change happened on the leaf page. The cookie is used to speed up index search. 15944=FreeSpace Page Fetches/sec 15945=Number of pages fetched per second by free space scans. These scans search for free space within pages already allocated to an allocation unit, to satisfy requests to insert or modify record fragments. 15946=Deferred dropped AUs 15947=The number of allocation units waiting to be dropped by the background task that cleans up deferred dropped allocation units. 15948=Pages Allocated/sec 15949=Number of pages allocated per second in all databases in this SQL Server instance. These include pages allocations from both mixed extents and uniform extents. 15950=LobSS Provider Create Count 15951=Count of LOB Storage Service Providers created. One worktable created per LOB Storage Service Provider. 15952=Workfiles Created/sec 15953=Number of work files created per second. For example, work files could be used to store temporary results for hash joins and hash aggregates. 15954=Extent Deallocations/sec 15955=Number of extents deallocated per second in all databases in this SQL Server instance. 15956=LobHandle Destroy Count 15957=Count of temporary LOBs destroyed. 15958=Index Searches/sec 15959=Number of index searches. Index searches are used to start range scans, single index record fetches, and to reposition within an index. 15960=AU cleanups/sec 15961=The number of allocation units per second that were successfully dropped by the background task that cleans up deferred dropped allocation units. Each allocation unit drop requires multiple batches. 15962=Mixed page allocations/sec 15963=Number of pages allocated per second from mixed extents. These could be used for storing the IAM pages and the first eight pages that are allocated to an allocation unit. 15964=Worktables Created/sec 15965=Number of work tables created per second. For example, work tables could be used to store temporary results for query spool, LOB variables, XML variables, and cursors. 15966=LobSS Provider Destroy Count 15967=Count of LOB Storage Service Providers destroyed. 15968=SQLServer:SQL Errors 15969=Statistics about errors in SQL Server 15970=Errors/sec 15971=Number of errors/sec 15972=SQLServer:SQL Statistics 15973=Collects statistics associated with SQL requests 15974=Failed Auto-Params/sec 15975=Number of failed auto-parameterizations. 15976=Unsafe Auto-Params/sec 15977=Number of unsafe auto-parameterizations. 15978=Misguided plan executions/sec 15979=Number of plan executions per second in which a plan guide could not be honored during plan generation. The plan guide was disregarded and normal compilation was used to generate the executed plan. 15980=SQL Attention rate 15981=Number of attentions per second. 15982=Forced Parameterizations/sec 15983=Number of statements parameterized by forced parameterization per second. 15984=Safe Auto-Params/sec 15985=Number of safe auto-parameterizations. 15986=Batch Requests/sec 15987=Number of SQL batch requests received by server. 15988=Guided plan executions/sec 15989=Number of plan executions per second in which the query plan has been generated by using a plan guide. 15990=SQL Re-Compilations/sec 15991=Number of SQL re-compiles. 15992=SQL Compilations/sec 15993=Number of SQL compilations. 15994=Auto-Param Attempts/sec 15995=Number of auto-parameterization attempts. 15996=SQLServer:Plan Cache 15997=This defines cache counters 15998=Cache Object Counts 15999=Number of cache objects in the cache 16000=Cache Hit Ratio Base 16001=Base for prior entry 16002=Cache Pages 16003=Number of 8k pages used by cache objects 16004=Cache Hit Ratio 16005=Ratio between cache hits and lookups 16006=Cache Objects in use 16007=Number of cache objects in use 16008=SQLServer:Cursor Manager by Type 16009=Counters for cursor properties grouped by type 16010=Cursor memory usage 16011=Amount of memory consumed by cursors (KB). 16012=Cache Hit Ratio 16013=Ratio between cache hits and lookups 16014=Cursor Cache Use Counts/sec 16015=Times each type of cached cursor has been used 16016=Number of active cursor plans 16017=Number of cursor plans. 16018=Cached Cursor Counts 16019=Number of cursors of a given type in the cache 16020=Cursor Requests/sec 16021=Number of SQL cursor requests received by server. 16022=Cache Hit Ratio Base 16023=Base for prior entry 16024=Cursor worktable usage 16025=Number of worktables used by cursors. 16026=Active cursors 16027=Number of active cursors. 16028=SQLServer:Cursor Manager Total 16029=Counters for cursor properties not grouped by type 16030=Cursor conversion rate 16031=Number of cursor conversions/sec. 16032=Cursor flushes 16033=Total number of times a flush for a cursor xstmt occured. 16034=Async population count 16035=Number of cursors being populated asynchronously. 16036=SQLServer:Memory Manager 16037=This defines memory usage. 16038=Total Server Memory (KB) 16039=Total amount of dynamic memory the server is currently consuming 16040=SQL Cache Memory (KB) 16041=Total amount of dynamic memory the server is using for the dynamic SQL cache 16042=Maximum Workspace Memory (KB) 16043=Total amount of memory granted to executing processes. This memory is used primarily for hash, sort and create index operations. 16044=Lock Blocks 16045=The current number of lock blocks that are in use on the server. Refreshed periodically. 16046=Memory Grants Pending 16047=Current number of processes waiting for a workspace memory grant 16048=Lock Owner Blocks 16049=The number of lock owner blocks that are currently in use on the server. Refreshed periodically. 16050=Lock Memory (KB) 16051=Total amount of dynamic memory the server is using for locks 16052=Target Server Memory (KB) 16053=Total amount of dynamic memory the server is willing to consume 16054=Connection Memory (KB) 16055=Total amount of dynamic memory the server is using for maintaining connections 16056=Lock Blocks Allocated 16057=The current number of allocated lock blocks. 16058=Optimizer Memory (KB) 16059=Total amount of dynamic memory the server is using for query optimization 16060=Lock Owner Blocks Allocated 16061=The current number of allocated lock owner blocks. 16062=Memory Grants Outstanding 16063=Current number of processes that have successfully acquired a workspace memory grant 16064=Granted Workspace Memory (KB) 16065=Total amount of memory granted to executing processes. This memory is used for hash, sort and create index operations. 16066=SQLServer:User Settable 16067=This defines user definable counters 16068=Query 16069=As defined by the user. 16070=SQLServer:Replication Agents 16071=Replication Summary 16072=Running 16073=The number of replication agents currently running. 16074=SQLServer:Replication Merge 16075=Replication Merge Agent Statistics 16076=Uploaded Changes/sec 16077=The number of rows per second merged from the Subscriber to the Publisher. 16078=Conflicts/sec 16079=The number of conflicts per second occurring during the merge process. 16080=Downloaded Changes/sec 16081=The number of rows per second merged from the Publisher to the Subscriber. 16082=SQLServer:Replication Logreader 16083=Replication Logreader Agent Statistics 16084=Logreader:Delivered Cmds/sec 16085=The number of commands per second delivered to the Distributor. 16086=Logreader:Delivery Latency 16087=The current amount of time, in milliseconds, elapsed from when transactions are applied at the Publisher to when they are delivered to the Distributor. 16088=Logreader:Delivered Trans/sec 16089=The number of transactions per second delivered to the Distributor. 16090=SQLServer:Replication Dist. 16091=Replication Distribution Agent Statistics 16092=Dist:Delivered Trans/sec 16093=The number of transactions per second delivered to the Subscriber. 16094=Dist:Delivered Cmds/sec 16095=The number of commands per second delivered to the Subscriber. 16096=Dist:Delivery Latency 16097=The current amount of time, in milliseconds, elapsed from when transactions are delivered to the Distributor to when they are applied at the Subscriber. 16098=SQLServer:Replication Snapshot 16099=Replication Snapshot Agent Statistics 16100=Snapshot:Delivered Trans/sec 16101=The number of transactions per second delivered to the Distributor. 16102=Snapshot:Delivered Cmds/sec 16103=The number of commands per second delivered to the Distributor. 16104=SQLServer:Backup Device 16105=This defines a backup device object for SQL Server 16106=Device Throughput Bytes/sec 16107=Read/write throughput for a backup device. 16108=SQLServer:Transactions 16109=Statistics related to SQL Server transactions. 16110=Version Store Size (KB) 16111=The size of the version store in KB. 16112=Longest Transaction Running Time 16113=The longest running time of any transcation in seconds. 16114=Transactions 16115=The total number of active transactions. 16116=Version Store unit truncation 16117=Truncation of unit in Version Store. 16118=NonSnapshot Version Transactions 16119=The total number of active non-snapshot transactions that generate version records. 16120=Snapshot Transactions 16121=The total number of active snapshot transactions. 16122=Update Snapshot Transactions 16123=The total number of active snapshot transactions that do updates. 16124=Version Store unit count 16125=Number of unit in Version Store. 16126=Version Store unit creation 16127=Creation of new unit in Version Store. 16128=Version Generation rate (KB/s) 16129=The version generation rate in KB per seconds. 16130=Version Cleanup rate (KB/s) 16131=The version cleanup rate in KB per seconds. 16132=Free Space in tempdb (KB) 16133=The free space in tempdb in KB. 16134=Update conflict ratio 16135=The fraction of update snapshot transactions that have update conflicts to the total number of update snapshot transactions. 16136=Update conflict ratio base 16137=The total number of update snapshot transactions. 16138=SQLServer:Broker Statistics 16139=Service Broker Statistics 16140=Enqueued P8 Messages/sec 16141=The number of priority 8 messages from local endpoints and the transport that are successfully delivered into local target queues per second. 16142=Enqueued P3 Messages/sec 16143=The number of priority 3 messages from local endpoints and the transport that are successfully delivered into local target queues per second. 16144=Enqueued P7 Messages/sec 16145=The number of priority 7 messages from local endpoints and the transport that are successfully delivered into local target queues per second. 16146=Enqueued Transport Msg Frags/sec 16147=The number of message fragments from the transport that are successfully delivered into local target queues per second. Note that the message can be marked as disabled if it is incomplete and/or out of order. 16148=Enqueued P4 Messages/sec 16149=The number of priority 4 messages from local endpoints and the transport that are successfully delivered into local target queues per second. 16150=SQL SEND Total 16151=Total number of SQL SEND commands processed by the Broker. 16152=Enqueued Transport Msg Frag Tot 16153=Total number of message fragments from the transport that are successfully delivered into local target queues. Note that the message can be marked as disabled if it is incomplete and/or out of order. 16154=SQL RECEIVEs/sec 16155=The number of SQL RECEIVE commands processed by the Broker per second. 16156=Enqueued Messages Total 16157=Total number of messages from local endpoints and the transport that are successfully delivered into local target queues. 16158=Enqueued P10 Messages/sec 16159=The number of priority 10 messages from local endpoints and the transport that are successfully delivered into local target queues per second. 16160=Corrupted Messages Total 16161=The number of corrupted messages that were received in the instance. 16162=Dequeued TransmissionQ Msgs/sec 16163=The number of messages that have been removed from the broker transmission queue per second. 16164=Enqueued Messages/sec 16165=The number of messages from local endpoints and the transport that are successfully delivered into local target queues per second. 16166=SQL SENDs/sec 16167=The number of SQL SEND commands processed by the Broker per second. 16168=Forwarded Msg Discarded Total 16169=Total number of forwarded messages discarded due to forwarded message memory limits, age limits, etc. 16170=Dialog Timer Event Count 16171=The number of dialog endpoint related timer events in the Broker. 16172=Activation Errors Total 16173=The number of times an activation stored procedure exited with an error. 16174=Enqueued TransmissionQ Msgs/sec 16175=The number of messages that have been placed into the broker transmission queue per second. 16176=Forwarded Msg Bytes/sec 16177=The number of forwarded message bytes successfully sent per second. 16178=Forwarded Pending Msg Count 16179=The number of forwarded messages that have not been successfully sent yet. 16180=Dropped Messages Total 16181=The number of messages that were received in the instance but could not be delivered. 16182=SQL RECEIVE Total 16183=Total number of SQL RECEIVE commands processed by the Broker. 16184=Enqueued Transport Msgs/sec 16185=The number of messages from the transport that are successfully delivered into local target queues per second. This includes all messages from remote endpoints and messages from local endpoints which go through the transport. 16186=Enqueued Local Messages Total 16187=Total number of messages from local endpoints that are successfully delivered directly into local target queues. 16188=Enqueued P1 Messages/sec 16189=The number of priority 1 messages from local endpoints and the transport that are successfully delivered into local target queues per second. 16190=Broker Transaction Rollbacks 16191=The number of Service Broker related transactions that have rolled back. 16192=Enqueued P9 Messages/sec 16193=The number of priority 9 messages from local endpoints and the transport that are successfully delivered into local target queues per second. 16194=Forwarded Pending Msg Bytes 16195=The number of forwarded message bytes that have not been successfully sent yet. 16196=Forwarded Messages Total 16197=Total number of forwarded messages successfully sent. 16198=Enqueued P6 Messages/sec 16199=The number of priority 6 messages from local endpoints and the transport that are successfully delivered into local target queues per second. 16200=Enqueued Local Messages/sec 16201=The number of messages from local endpoints that are successfully delivered directly into local target queues per second. 16202=Forwarded Messages/sec 16203=The number of forwarded messages successfully sent per second. 16204=Forwarded Msgs Discarded/sec 16205=The number of forwarded messages that were discarded per second due to forwarded message memory limits, age limits, etc. 16206=Enqueued P5 Messages/sec 16207=The number of priority 5 messages from local endpoints and the transport that are successfully delivered into local target queues per second. 16208=Enqueued Transport Msgs Total 16209=Total number of messages from the transport that are successfully delivered into local target queues. This includes all messages from remote endpoints and messages from local endpoints which go through the transport. 16210=Forwarded Msg Byte Total 16211=Total number of forwarded message bytes successfully sent. 16212=Enqueued P2 Messages/sec 16213=The number of priority 2 messages from local endpoints and the transport that are successfully delivered into local target queues per second. 16214=SQLServer:Broker/DBM Transport 16215=Service Broker/Database Mirroring Transport Statistics 16216=Msg Fragment Recv Size Avg 16217=The average byte size of message fragments received in transport receive I/O operations. 16218=Current Msg Frags for Send I/O 16219=The current number of message fragments associated with current transport send I/O operations that haven't completed. 16220=Message Fragment Sends/sec 16221=The number of message fragments sent per second in transport send I/O operations. 16222=Send I/Os/sec 16223=The number of transport send I/Os per second. Note that a transport send I/O may contain more than one message fragment. 16224=Receive I/O bytes/sec 16225=The number of transport receive I/O bytes per second. 16226=Message Fragment P6 Sends/sec 16227=The number of priority 6 message fragments sent per second in transport send I/O operations. 16228=Message Fragment P7 Sends/sec 16229=The number of priority 7 message fragments sent per second in transport send I/O operations. 16230=Send I/O Len Avg 16231=The average byte length of transport send I/O operations. 16232=Message Fragment P5 Sends/sec 16233=The number of priority 5 message fragments sent per second in transport send I/O operations. 16234=Msg Fragment Send Size Avg 16235=The average byte size of message fragments sent in transport send I/O operations. 16236=Open Connection Count 16237=The total number of transport connections currently open. 16238=Send I/O bytes/sec 16239=The number of transport send I/O bytes per second. 16240=Message Fragment P4 Sends/sec 16241=The number of priority 4 message fragments sent per second in transport send I/O operations. 16242=Recv I/O Buffer Copies Count 16243=The number of times when transport receive I/O operations had to move buffer fragments in memory. 16244=Receive I/O Len Avg 16245=The average byte length of transport receive I/O operations. 16246=Send I/O Len Avg Base 16247=Base for the average byte length of transport send I/O operations. 16248=Msg Fragment Send Size Avg Base 16249=Base for the average byte size of message fragments sent in transport send I/O operations. 16250=Receive I/O Len Avg Base 16251=Base for the average byte length of transport receive I/O operations. 16252=Message Fragment P1 Sends/sec 16253=The number of priority 1 message fragments sent per second in transport send I/O operations. 16254=Message Fragment P2 Sends/sec 16255=The number of priority 2 message fragments sent per second in transport send I/O operations. 16256=Pending Bytes for Recv I/O 16257=The number of bytes associated with in completed transport receive I/O operations whose message fragments haven't been enqueued (or rejected) yet. 16258=Message Fragment Receives/sec 16259=The number of message fragments received per second in transport receive I/O operations. 16260=Msg Fragment Recv Size Avg Base 16261=Base for the average byte size of message fragments received in transport receive I/O operations. 16262=Message Fragment P3 Sends/sec 16263=The number of priority 3 message fragments sent per second in transport send I/O operations. 16264=Message Fragment P9 Sends/sec 16265=The number of priority 9 message fragments sent per second in transport send I/O operations. 16266=Current Bytes for Send I/O 16267=The number of buffer bytes associated with current transport send I/O operations that haven't completed. 16268=Message Fragment P8 Sends/sec 16269=The number of priority 8 message fragments sent per second in transport send I/O operations. 16270=Pending Msg Frags for Recv I/O 16271=The current number of message fragments received in transport receive I/O operations that have not been enqueued (or rejected) yet. 16272=Receive I/Os/sec 16273=The number of transport receives I/O per second. Note that a transport receive I/O may contain more than one message fragment. 16274=Message Fragment P10 Sends/sec 16275=The number of priority 10 message fragments sent per second in transport send I/O operations. 16276=Pending Bytes for Send I/O 16277=The number of buffer bytes associated with message fragments being marshalled, or marshalled and ready to be sent with send I/O operations. 16278=Recv I/O Buffer Copies bytes/sec 16279=The rate at which transport receive I/O operations had to move buffer fragments in memory. 16280=Pending Msg Frags for Send I/O 16281=The current number of message fragments that are being marshalled, or marshalled and ready to be sent via the transport layer. 16282=Current Bytes for Recv I/O 16283=The number of bytes associated with current transport receive I/O operations that haven't completed. 16284=SQLServer:Broker Activation 16285=Service Broker Activation 16286=Task Limit Reached/sec 16287=The number of times the activated task limit on a queue has been reached per second. 16288=Task Limit Reached 16289=The total number of times the activated task limit on a queue has been reached. 16290=Tasks Running 16291=The total number of activated tasks that are currently running. 16292=Stored Procedures Invoked/sec 16293=The number of stored procedures that are being invoked per second. 16294=Tasks Aborted/sec 16295=The number of activated tasks that are being aborted per second. 16296=Tasks Started/sec 16297=The number of activated tasks that are being started per second. 16298=SQLServer:Broker TO Statistics 16299=Service Broker Transmission Object Statistics 16300=Transmission Obj Writes/Sec 16301=The number of Transmission Objects saved per second. 16302=Avg. Length of Batched Writes 16303=Average Number of Transmission Objects saved in a batch. 16304=Avg. Time to Write Batch (ms) 16305=Average time to save a Transmission Object batch. 16306=Avg. Time Between Batches Base 16307=Average time between Transmission Object batch flushes. 16308=Avg. Time Between Batches (ms) 16309=Average time between Transmission Object batch flushes. 16310=Avg. Length of Batched Writes BS 16311=Average Number of Transmission Objects saved in a batch. 16312=Transmission Obj Set Dirty/Sec 16313=The number of Transmission Objects marked dirty per second. 16314=Transmission Obj Gets/Sec 16315=The number of Transmission Objects requested per second. 16316=Avg. Time to Write Batch Base 16317=Average time to save a Transmission Object batch. 16318=SQLServer:Wait Statistics 16319=Wait Statistics 16320=Workspace synchronization waits 16321=Statistics relevant to processes synchronizing access to workspace. 16322=Non-Page latch waits 16323=Statistics relevant to non-page latches. 16324=Page latch waits 16325=Statistics relevant to page latches, not including IO latches 16326=Thread-safe memory objects waits 16327=Statistics for processes waiting on thread-safe memory allocators. 16328=Page IO latch waits 16329=Statistics relevant to page IO latches. 16330=Wait for the worker 16331=Statistics relevant to processes waiting for worker to become available. 16332=Log write waits 16333=Statistics for processes waiting for log buffer to be written. 16334=Transaction ownership waits 16335=Statistics relevant to processes synchronizing access to transaction. 16336=Lock waits 16337=Statistics for processes waiting on a lock. 16338=Network IO waits 16339=Statistics relevant to wait on network IO. 16340=Memory grant queue waits 16341=Statistics for processes waiting for memory grant to become available. 16342=Log buffer waits 16343=Statistics for processes waiting for log buffer to be available. 16344=SQLServer:Exec Statistics 16345=Execution statistics for external calls 16346=OLEDB calls 16347=Statistics relevant to execution of OLEDB calls. 16348=Distributed Query 16349=Statistics relevant to execution of distributed queries. 16350=DTC calls 16351=Statistics relevant to execution of DTC calls. 16352=Extended Procedures 16353=Statistics relevant to execution of XP calls. 16354=SQLServer:CLR 16355=CLR Execution in SQL Server 16356=CLR Execution 16357=Total Execution time in CLR ( microseconds ). 16358=SQLServer:Catalog Metadata 16359=This defines a catalog metadata manager object for SQL Server 16360=Cache Entries Count 16361=Number of entries in the catalog metadata cache 16362=Cache Hit Ratio 16363=Ratio between catalog metadata cache hits and lookups 16364=Cache Hit Ratio Base 16365=Base for prior entry 16366=Cache Entries Pinned Count 16367=Number of catalog metadata cache entries that are pinned 16368=SQLServer:Trace Statistics 16369=Statistics for traces 16370=Dropped events/sec 16371=Events dropped by this trace per second 16372=Bytes/sec 16373=Bytes transferred by this trace per second 16374=Events Fired/sec 16375=Events fired by this trace per second 16376=Events Filtered/sec 16377=Events filtered per second 16378=SQLServer:Trace Event Statistics 16379=Statistics for separate SQL Trace events 16380=Events Filtered/sec 16381=Filtered events per second 16382=Events Prefiltered/sec 16383=Prefiltered events per second 16384=CPU Ticks/sec 16385=CPU usage per second (Requires -T1904) 16386=Bytes/sec 16387=Bytes transferred per second 16388=Events Fired/sec 16389=Events fired per second 16390=SQLServer:Deprecated Features 16391=Statistics on deprecated feature usage 16392=Usage 16393=Feature usage since last SQL Server startup 16394=SQLServer:Workload Group Stats 16395=Statistics associated with workload groups 16396=Active parallel threads 16397=Number of threads used by parallel queries in the workload group. Serial queries and the main thread of parallel queries are not included in this number. 16398=Query optimizations/sec 16399=Number of query optimizations per second occurring in the workload group. 16400=Active requests 16401=Number of currently running requests in the workload group. 16402=Queued requests 16403=Number of requests waiting in the queue due to resource governor limits in the workload group. 16404=Requests completed/sec 16405=Number of completed requests per second in the workload group. 16406=CPU usage % 16407=System CPU usage by all requests in the specified instance of the performance object. 16408=Reduced memory grants/sec 16409=Number of queries per second getting less than ideal amount of memory in the workload group. 16410=Suboptimal plans/sec 16411=Number of suboptimal query plans generated per second in the workload group. 16412=Max request memory grant (KB) 16413=Maximum value of memory grant in kilobytes used by a query in the workload group. 16414=Blocked tasks 16415=Number of blocked tasks in the workload group. 16416=CPU usage % base 16417=System CPU usage by all requests in the specified instance of the performance object. 16418=Max request cpu time (ms) 16419=Maximum CPU time in milliseconds used by a request in the workload group. 16420=SQLServer:Resource Pool Stats 16421=Statistics associated with resource pools 16422=Max memory (KB) 16423=Maximum amount of memory in kilobytes the resource pool can have based on the settings and server state. 16424=Query exec memory target (KB) 16425=Current memory target for query execution memory grant in kilobytes. 16426=Target memory (KB) 16427=Target amount of memory in kilobytes the resource pool is trying to attain based on the settings and server state. 16428=Memory grants/sec 16429=Number of query memory grants per second occurring in the resource pool. 16430=CPU usage % 16431=System CPU usage by all requests in the specified instance of the performance object. 16432=Active memory grant amount (KB) 16433=Total amount of granted memory in kilobytes in the resource pool. 16434=Active memory grants count 16435=Number of query memory grants in the resource pool. 16436=CPU usage target % 16437=Target value of 'CPU usage %' for the resource pool based on the configuration settings and the system load. 16438=Pending memory grants count 16439=Number of queries waiting for memory grants in the resource pool. 16440=Cache memory target (KB) 16441=Current memory target for cache memory in kilobytes. 16442=CPU control effect % 16443=Effect of the resource governor on the resource pool calculated as (CPU usage %) / (CPU usage % without RG). 16444=Compile memory target (KB) 16445=Current memory target for query compile in kilobytes. 16446=CPU usage % base 16447=System CPU usage by all requests in the specified instance of the performance object. 16448=Used memory (KB) 16449=Used amount of memory in kilobytes in the resource pool. 16450=Memory grant timeouts/sec 16451=Number of query memory grant timeouts per second occurring in the resource pool. 16452=SQLAgent:Jobs 16453=SQLAgent General Statistics about jobs 16454=Failed jobs 16455=Number of failed jobs. 16456=Successful jobs 16457=Number of successful jobs. 16458=Active jobs 16459=Number of running jobs. 16460=Queued jobs 16461=Number of jobs queued. 16462=Jobs activated/minute 16463=Number of jobs activated within the last minute. 16464=Successful jobs base 16465=Base for successful jobs. 16466=Job success rate 16467=Percentage of successful jobs from the total number of executed jobs. 16468=SQLAgent:JobSteps 16469=Statistics for job steps 16470=Queued steps 16471=Number of queued steps. 16472=Active steps 16473=Number of active steps. 16474=Total step retries 16475=The total number of times any Job Step execution is retried since the last SQL Server restart. 16476=SQLAgent:Alerts 16477=SQLAgent statistics about alerts 16478=Activated alerts 16479=The number of Alerts that have activated since the last SQL Server restart. 16480=Alerts activated/minute 16481=The number of Alerts that have activated within the last minute. 16482=SQLAgent:Statistics 16483=SQLAgent general statistics 16484=SQL Server restarted 16485=The number of times the SQL Server has been successfully restarted by SQL Server Agent, since the last SQL Server Agent restart. 16486=ReportServer:Service 16487=Statistics related to SQL Report Server Service 16488=Requests Rejected 16489=Total number of requests not executed because of insufficient server resources. This counter represents the number of requests that return a 503 HTTP status code, indicating that the server is too busy. 16490=Bytes Received Total 16491=Number of bytes received. 16492=Active Connections 16493=Number of connections active against server. 16494=Requests Disconnected 16495=Number of requests that have been disconnected due to a communication failure. 16496=Requests Not Authorized 16497=Number of requests failing with HTTP 401 error code. 16498=Logon Successes/sec 16499=Rate of successful logons. 16500=Tasks Queued 16501=Tasks Queued represents the number of tasks that are waiting for a thread to become available for processing. Each request made to the report server corresponds to one or more tasks. This counter represents only the number of tasks that are ready for processing; it does not include the number of tasks that are currently running. 16502=Bytes Received/sec 16503=Rate of bytes received per second. 16504=Requests Total 16505=The total number of requests received by the report server service since service start up. 16506=Errors/sec 16507=Number of errors that occur during the execution of HTTP requests (error codes 400s and 500s) per second. 16508=Logon Attempts/sec 16509=Rate of logon attempts. 16510=Errors Total 16511=The total number of errors that occur during the execution of HTTP requests (error codes 400s and 500s). 16512=Logon Successes Total 16513=Number of successful logons for RSWindows* authuentication types. Returns 0 for Custom authentication. 16514=Memory Shrink Notifications/sec 16515=Number of shrink notifications the server issued in the last second. Indicates how often the server believes it is under memory pressure. 16516=Bytes Sent Total 16517=Number of bytes sent. 16518=Memory Pressure State 16519=A number from 1-5 indicating the current memory state of the server. 1:No pressure, 2:Low Pressure,3:Medium Pressure,4:High Pressure,5:Exceeded Pressure. 16520=Logon Attempts Total 16521=Number of logon attempts for RSWindows* authentication types. Returns 0 for Custom authentication 16522=Bytes Sent/sec 16523=Rate of bytes sent per second. 16524=Requests/sec 16525=Number of requests executed per second. This represents the current throughput of the application. 16526=Memory Shrink Amount 16527=Number of bytes the server requested to shrink. 16528=Requests Executing 16529=Number of requests currently executing. 16530=MSRS 2008 R2 Web Service 16531=MSRS 2008 R2 Web gR 16532=Report Requests 16533=;mRbhBlvpev0 16534=Total Reports Executed 16535=]gbLbhv;`pe0 16536=Reports Executed/Sec 16537=kygbLvbhpev0 16538=Total Processing Failures 16539=Yt1Y%v;`pe0 16540=Total Rejected Threads 16541=1uN~ zSR b~v~ zv;`pe0 16542=Active Sessions 16543=;mRO݋vpev0 16544=First Session Requests/Sec 16545=ky/TRve(u7bO݋pe0 16546=Next Session Requests/Sec 16547=(WS_MRO݋-NSb_vbhvkyBlpe0 16548=Total Cache Hits 16549=bh gRhVX[}T-Nv;`pe0 16550=Cache Hits/Sec 16551=kybh gRhVX[}T-Npev0 16552=Total Cache Misses 16553=*g}T-NX[v;`pe0 16554=Cache Misses/Sec 16555=kyelNX[h"}bhv!kpe0 16556=Total Requests 16557=ck(WYtvBlv;`pe0 16558=Requests/Sec 16559=kyBlpev0 16560=Total Memory Cache Hits 16561=(WQX[X[-N}T-NX[v;`pe0 16562=Memory Cache Hits/Sec 16563=kySNQX[X[h"}bhv!kpe0 16564=Total Memory Cache Misses 16565=(WQX[X[-N*g}T-NX[v;`pe0 16566=Memory Cache Miss/Sec 16567=bhkyelNQX[X[h"}v!kpe0 16568=Total Cache Hits (Semantic Models) 16569=(W!jWX[-N}T-NX[v;`pe0 16570=Cache Hits/Sec (Semantic Models) 16571=kySNX[h"}!jWv!kpe0 16572=Total Cache Misses (Semantic Models) 16573=(W!jWX[-N*g}T-NX[v;`pe0 16574=Cache Misses/Sec (Semantic Models) 16575=kyelNX[h"}!jWv!kpe0 [PerfStrings_0804] 1=1847 2=System 3=|~'`[aS+T^(uN{:g NY*N~NYthV[OvpehV0 4=Memory 5=Memory performance object 1uc{:g NvirtTZbQX[L:NvpehV~b0irtQX[c{:g Nv:gX[SX[PhVvpeϑ0ZbQX[1uirtQX[Txv Nvzz~b0YQX[pehVvƉub^(cxvNirtQX[KNvNxTpencuvyR)0ǏYvub^(QX[ NvNyhs)S_wb^ Oq_Tte*N|~YtHes0 6=% Processor Time 7=% Processor Time cYthV(ueggbL^n~ zev~vRk0{el/f ^ϑYthV(ueggbLzz~ zve 6qT(u 100% QSf:y(WǑ7hg@b‰[vA~_es^GW~vRk0^la [YthV/f&Tzzv{/f(W|~evQǑ7hg(10ms)gbLv0Q0Rs(WvYthV^^8^_ Vdk (WYthVSO(u'Yϑe:N|~eǑ7hKNv~ zcO gRe % Processor Time ONO0OYthV)R(us0S_p`}YۏLǑ7hTsSTehVSQOSe fS[^(u z^ZPQ NQnx0W^ϑ WN]\OwvehV^(u z^/fN*Nُ7hv:yO0 9=% Total DPC Time c@b gYthV(uNc6eT:N^vǏ z(u(DPCs) cO gRvs^GWev~vRk0(DPC cNNONhQOHQCgЏLvN)0[/fc(W勡{:g Nv@b gYthVv Processor: % DPC Time v;`pe01uN DPS /fNyrCg!j_gbL System: % Total DPC Time :N System: % Total Privileged Time v~N0DPC /fR+Rpevv^N N/f{v~N0ُ*Npef:y0 10=File Read Operations/sec 11=File Read Operations/sec c[{:g Nv@b gYveN|~SBl(SbBlNeN|~X[-NvS)v~Ts0[/f(uSpevegaϑv0dkpehV>f:y N$N*NǑ7h-N‰[0Rvf:y(u N$N*N[O-N‰[0Rvf:y N$N*NǑ7h-N‰[0Rvf:y N$N*NǑ7h-N‰[0Rvf:y N$N*NǑ7h-N‰[0Rvf:y N$N*NǑ7h-N‰[0Rvf:y NNV‰[0Rvf:y NNV‰[0Rvf:y Y6Rvpeϑ0 34=Transition Faults/sec 35=Transition Faults/sec is /fb` Yub㉐gubv^0dkb` YubckSN*NqQNdkubۏ zO(u b(WO9evubRhb_:gRh N b(WSuubeckQeQxv0(Wl gYxvЏLv`Q N ub]b` Y0-NlNpeϑ{ V:NkNd\OS gN*Nub [_NI{Nvubpeϑ0 36=Cache Faults/sec 37= X[-Ne/y /fc(WeN|~X[-N~b N0R[~bvu NQX[(o-Ne)bxv(lx-Ne)-NvvQN0Weh"}ue Qsv-Nevs0eN|~X[/fcirtQX[-NvN*N:SW vQ-NOX[P^(u z^gяO(uǏvpencu0X[;mR/f'YR^(u z^ I/O d\OvS`c:yhV0ُ*NpehV>f:y-Nev!kpe N{k!kd\O-Nevupe0 38=Demand Zero Faults/sec 39=Demand Zero Faults/sec /fubNnv^0ubTMRbX[Pvpenc Rdv^kXnvub/f Windows vN*N[hQyr_ [;bkvQNۏ z wMRNۏ zO(uQX[zzX[Pvpenc0Windows OX[NNubvRhNRdkۏ z0dkpehV>f:yvpeϑ [v^ NQ:NNn h"}vubpeϑ0dkpehV>f:y N$N*N:yOvf:y[|~V^{|Wv;Nc:yhV0[/f Memory\\Pages Input/sec T Memory\\Pages Output/sec v;`T0/f(uupe{v NO(W N(uZPlbcv`Q N1\SN TvQNupeY: Memory\\Page Faults/sec ZPk ُ*Nf:ySd\Ovpeϑ [v^ NQk*Nd\Ovubpeϑ0S_N*Nۏ z_(uN*NZbQX[vub dkZbQX[MON]\OƖNYbirtQX[vvQNMOn v^Ndkub_{Nxvh"}e 1\OSulxub0dkpehV/f_w|~VQ^ߏv;Nc:yhV0[S+TSd\ONneN|~X[(8^1u^(u z^Bl)T^X[ f\QX[eNv0kQX[vf:y1\~~ z N/fck(WЏLv~ z0sSOЏLYYthVv{:gS gN*NYthVR0Vdk YgNS{:g gQ*NYthV `O\dkeirtQX[zz \ubQeQxvv^0S g(WirtQX[-Nf9eeubMbOQV0Rxv N VdkubSSOYupenc N/fNx0ؚvubQSh:yQX[ N0S_irtQX[ Ne Windows O\ubQV0RxvNOʑ>ezz0ُ*NpehVSN(W Nlbcv`Q N >f:yubpeϑv^SNNvQNubpeۏLk0 50=Page Writes/sec 51=Page Writes/sec /fc:NNʑ>eirtQX[zz \ubQeQxvv^0S gub؏(WirtQX[-Ne@bZPvf9eMbOQeQxv VdkُNubSSOYupenc NOYuNx0ُ*NpehV>f:yQeQd\O Npek*Nd\O-NQeQvupe0ُ*NpehV>f:y(u N$N*N[O-N‰[0RvNTvQNOmȉhV OsvpehV~b0 54=Announcements Server/sec 55=Announcements Server/sec c(Wُ*NW-Nv gRhVTُS gRhVJT]v^0 56=Pool Paged Bytes 57=Pool Paged Bytes /fcubQ`lv'Y\(W[) ubQ`l/f|~ZbQX[-NSO((W NO(ueSNQeQxvv)[aO(uvN*N:SW0Memory\\Pool Paged Bytes vpee_N Process\\Pool Paged Bytes vpee_ N T VdkS NI{N Process(_Total)\\Pool Paged Bytes0勡pehVN>f:y NN!k‰[0Rvf:y NN!k‰[0Rvf:y NN!k‰[0Rvf:y NN!k‰[0Rvmzzv(upe0^Ru`l/f|~QX[(d\O|~O(uvirtQX[)-NSO[a(cN(W NYNO(ue NSNQeQ0Rxv Nv^NR>mT_{OYu(WirtQX[-Nv[a)O(uvN*N:SW0[/f(uaϑRMzzv(upeegpev N{(Wk*N(u-NR>mvzzpe/fY\0ُ*NpehVN>f:y NN!k‰[vf:y NN!k‰[0Rvf:y NN!k‰[0Rvf:y NN!k‰[0Rvf:y NN!k‰[0Rvf:y0 144=% Privileged Time 145=% Privileged Time /f(WyrCg!j_ Nۏ z~ zgbLNx@bev~vRk0S_(u Windows |~ gRe dk gR~8^(WyrCg!j_ЏL NOS[|~N gpencv0(W(u7b!j_gbLv~ zelُNpenc0 [|~v(uSN/fvcv(explicit)bcv(implicit) OYubb-Ne0 NPgNegvd\O|~ Windows dNO(u(u7bTyrCg!j_v O~Ob!j_KNY ؏O(uYtLu\O:NR|~Ob0gN1u Windows :N`Ov^(u z^@bZPvd\OdNQs(WYtvyrCgeQ ؏S(WvQNP[|~YtQs0 146=Context Switches/sec 147=Context Switches/sec c{:g Nv@b gYthVhQNN*N~ zRbc0RSN*N~ zv~Ts0S_ck(WЏLv~ zꁨR>e_YthVeQs N Ne_sQ 1uN*N gfؚOHQ1\~v~ z`SHQb(W(u7b!j_TyrCg(Q8h)!j_KNRbcNO(ugbLbR|~ gR0[/f(W{:g Nv@b gYthV NЏLv@b g~ zv Thread\\Context Switches/secv;`pe v^N(uRbc!kpeeg{0(W|~T~ z[a N g N Ne_sQpehV0dkpehV>f:y N$N*NǑ7h-N‰[0Rvf:y(u N$N*N[O-N‰[0Rvf:y N$N*NǑ7h-N‰[0Rve0R Page Table Entry (PTE) -NvSl g(W Translation Lookaside Buffer (TLB) -NbS+T PTE vu-NeSuvs0(WgN{:g Nُ*N/f1u\ PTE R}0R TLB -NvoN{tv v^Nُ*Npee_v Mailslot Datagram pe0 170=Mailslot Allocations Failed 171=Missed Server List Requests cُS]\Ozc6ev0FOelYtvBlh"}Omȉ gRhVRhv!kpe0 172=Virtual Bytes Peak 173=Virtual Bytes Peak c(WNUOeQYtO(uvZb0W@WzzW[vg'Ype0O(uZb0W@Wzz NN[/fc[xvb;NQX[uvv^vO(u0FO/fZbzz/f gPv _NSOP6RYtR}penc^vR0 174=Virtual Bytes 175=Virtual Bytes cYtO(uvZb0W@WzzvNW[pe>f:yvS_MR'Y\0O(uZb0W@Wzz NN[/fc[xvb;NQX[uvv^vO(u0Zbzz/f gPv SOP6RYtR}penc^vR0 177=Page Faults/sec c(Wُ*Nۏ z-NgbL~ z bvubQsv^0S_~ z_(uN N(W;NQX[]\OƖ-NvZbQX[usSOQs Page Fault0Yg[(WY(uh-N(sS]~(W;NQX[-N)bSN*NqQNuvYtck(WO(u[ 1\O_welNxv-NSu0 178=Working Set Peak 179=Working Set Peak c(WNUOeُ*N(WYtv Working Set vg'YW[pe0Working Set /f(WYt-N~ zgя0Rv*NQX[uƖ0Yg{:g NvS(uQX[YNf:yN(WǑ7h-N‰[0RvA~_evs^GW~vRk0[/fǏvƉ gRYN N;mRve 6qTN 100% -NQSf:y:NǑ7hev~vRk0 244=% Total Privileged Time 245=% Total Privileged Time c@b gYthV(uNyrCg(Q8h)!j_v^zzevs^GW~vRk0[/f(u{:g Nv@b gYthVv Processor: % Privileged Time v;`TdNYthVpe_Qv0System: % Total User Time T System: % Total Privileged Time vR_Q % Total Processor Time FO/f8^ N0R 100%0(yrCg!j_/fc:Nd\O|~~Nvv^AQvclxNT@b gQX[vYt!j_0d\O|~\^(u z^~ zRbcbyrCg!j_Nd\O|~ gR0SNYt!j_:N(u7b!j_ /fc:N^(u z^TsXP[|~ vSPYt!j_0dkpehV\s^GWA~_e>f:y:NǑ7hev~vRk0 246=Total Interrupts/sec 247=Total Interrupts/sec c{:g N1u@b gYthVc6eTcO gRvlxN-Nev~Ts0[/f(u@b gYthVv Processor: Interrupts/sec dNYthVpe_Qv /f(u-Nepeegaϑv0[ NSbR_{v DPC0dk

f:y N$N*NǑ7h-N‰[0Rvezz)1\OQsُy`Q0(u Bytes Transmitted/sec dNُ*NeeQQ~ Nv^0kS_1uNN*N܏ zSpencvBl SvN*NpencS ُ*N;`peXR 10 294=Reads Large/sec 295=Reads Large/sec c^(u z^ZPvSN gRhVOSFUQhV'Y\ 2 Pvs0ُy`QǏYOm gRhV NvDn0ُ*NkSN!kX 10[ N{pencS0 296=Read Packets Small/sec 297=Read Packets Small/sec c^(u z^ZPvSN gRhVOSFUQhV'Y\sv 1/40ُy`QǏYh:yjm9N gRhV NvQhV0ُ*NkSN!kX 10[ N{pencS0 298=Write Operations/sec 299=File Write Operations/sec c^(u z^T Redirector Spencv^0k!k[eN|~v(ubTdk^(u z^Lub(API)v(u:NN!kd\O0 300=Write Operations Random/sec 301=Write Operations Random/sec {NeN0ReN:NW@xv N/fޏ~ZPvQeQvs0YgQeQO(uN*Nyr+ReNSg 6qTc@wN*N N/f'}cv NN*NW[vQeQ ُ*Npem0Event Pair (uNNSObvP[|~( Context Switches)0 339=% DPC Time c(WǑ7hgYthV(u(W^ߏǏ z(u(DPC)c6eTcO gRve~vRk0DPC /fNNONhQ-NeOHQCgЏLv-Ne0V:N DPC /fNyrCg!j_gbLv @bN % DPC Time /f % Privileged Time vNR0NN/fR_{v v^N N/f-NepehVvNR0dkpehV\s^GWA~_e>f:y:NǑ7hev~vRk0 340=Sessions Timed Out 341=1uNzzeǏ gRhVv AutoDisconnect Spe sQ필vO݋pev0>f:y AutoDisconnect Mn/f&T.^RwDn0 342=Sessions Errored Out 343=1uNaYbO݋]0RꁨR-NeޏcesQv^ck8^-NeޏcvO݋peϑ0ꁨRe_ޏcef:yeԏVv!kpe0ُOQs(Wl g gHevbSNc>mNO:NeQBlcO gRv\ONyv0ُ*NpeW[SNh:y MaxWorkItem b MinFreeWorkItems gRhVSpe/f&Tte0 360=Files Opened Total 361= gRhV:N[7bۏLvbRvSb_\Ջv!kpe0S(uNnx[eNv I/O peϑ0nx[WN_d\Ov_NSnx[Sb_[v gHe'`0 362=Files Open 363= gRhV-NS_MRSb_veNpev0pevh:yS_MR gRhVv;mR'`0 365= gRhV-NS_MR;mRvO݋0pevh:yS_MR gRhVv;mR'`0 366=File Directory Searches 367=(W gRhV-N[~bS_MR;mRveNvpev0pevh:yS_MR gRhVv;mR'`0 369= gRhVck(WO(uv^SRu{:gQX[vW[vpev0mvRu`lW[vg'Ypev0mQhVNOYu(u7bvNiQeQv!kpe0 385=Mailslot Receives Failed h:y1uN O1Y% elc6evNimo`pev0 387=Mailslot Writes Failed cbRc6evFOelQeQNivNimo`v;`pe0 388=Bytes Total/sec 389=Bytes Total/sec c͑[ThVYtpencW[v^0f:yvpeW[_'Y ,g0W{:gYNzzr` RhfS/fNQ~ gsQv b/f,g0W{:g Nv͑[ThVt0. 395= gRhVNQ~ NSTc6evW[pe0

f:yN gRhV'YSO N gY_0 397=% Interrupt Time /fYthV(W[OgcST gRlxN-Neve0dkf:ydks^GW`S(ue:N[OevNR0 398=NWLink NetBIOS 399=NWLink NetBIOS '`[aS+TvƉ IPX OsTޏcvpehV0 400=Packets/sec 401=Packets/sec c͑[ThVYtpencSv^0N*NpencS( ^g)Sb_YW[0KN@bN/f ^gYdk/fV:Nk*NpencS gOS_0`OSN(u Bytes/sec dNُ*N;`peNnx[ُ*N_vHes0`O؏SN\ُ*N;`pedNkyvd\ONnx[k!kd\O OvW[vs^GW

e0R gRhVv FSP RNI{_ gRhVd\Ov^0 406=File Data Operations/sec 407=File Data Operations/sec c{:gv@b g;xv NSTQeQd\Ov~Ts0ُ/f System: File Control Operations/sec vl0dkpehV>f:y N$N*NǑ7h-N‰[0Rvf:yxvqRhV N\*gRMvzz01 MB = 1,048,576 W[0 412=Connections Open 413=Connections Open cS_MR:Nُ*NOSSb_vޏcpev0ُ*Nf:yS_MRpev^ N/fNkevype0 414=Connections No Retries 415=Connections No Retries c,{N!k\ՋeޏcbRv;`pe0dkf:yN*NЏl;`pe0 416=Connections With Retries 417=Connections With Retries c(W͑Ջ\ՋKNTޏcv;`pe0S_,{N !kޏc\Ջ1Y%Tv\Ջ:N͑Ջ0ُ*Nf:yN*NЏl;`pe0 418=Disconnects Local 419=Disconnects Local c1u,g0W{:gRYvO݋e_ޏcpev0ُ*Nf:yN*NЏl;`pe0 420=Disconnects Remote 421=Disconnects Remote c1u܏ z{:gSwvO݋e_ޏcpev0ُ*Nf:yN*NЏl;`pe0 422=Failures Link 423=Failures Link c1uN1Y% >e_vޏcpev0ُ*Nf:yN*NЏl;`pe0 424=Failures Adapter 425=Failures Adapter :N1uN1Y% >e_vMhVpev0ُ*Nf:yN*NЏl;`pe0 426=Connection Session Timeouts 427=Connection Session Timeout :N1uNO݋e >e_vޏcpev0ُ*Nf:yN*NЏl;`pe0 428=Connections Canceled 429=Connections Canceled :NSmvޏcpev0ُ*Nf:yN*NЏl;`pe0 430=Failures Resource Remote 431=Failures Resource Remote c1uN܏ z{:g NvDnT N bvޏc1Y%vpev0ُ*Nf:yN*NЏl;`pe0 432=Failures Resource Local 433=Failures Resource Local c1uN,g0W{:g NvDnT N bvޏc1Y%vpev0ُ*Nf:yN*NЏl;`pe0 434=Failures Not Found 435=Failures Not Found c1uN~b N0R܏ z{:g _wvޏc\Ջ1Y%0ُ*Nf:yN*NЏl;`pe0 436=Failures No Listen 437=Failures No Listen c1uN܏ z{:gl g6e,TޏcBl b~vޏcpev0 438=Datagrams/sec 439=Datagrams/sec c{:gYtpencbv^0ُ*N

f:yNSTc6evpencbv;`pe0pencbcN*N NnxOS0R܏ zveޏcpencS0 440=Datagram Bytes/sec 441=Datagram Bytes/sec c{:gYtpencbW[v^0ُ*NeQhVzz0 530=Packets Received Errors 531=Packets Received Error ceQpencSvpev ُNpencS+T;x[Nb:NS O0RfؚB\OSv0 532=Packets Received Unknown 533=Packets Received Unknown c1uN*gwb N/ecvOS "N_ǏLubc6evpencSvpev0 535=Bytes Sent/sec c(Wk*NQ~MhV NSW[vs Sb'^W[&{(WQ0Network Interface\Bytes Sent/sec /f Network Interface\Bytes Total/sec vP[Ɩ0 536=Packets Sent Unicast/sec 537=Packets Sent Unicast/sec c(ufؚB\OS\pencSBl O0RP[QUSB\^d0W@Wv^0ُ*N^Sb"N_vbl gSvpencS0 538=Packets Sent Non-Unicast/sec 539=Packets Sent Non-Unicast/sec :NBl(ufؚB\OS\pencS O0R^US@W^d(P[Q^dbP[QY@W^d)0W@Wvs0sSb"N_vb*gSvpencS0 540=Packets Outbound Discarded 541=Packets Outbound Discarded :N :N"N_vQpencSvpev sSOl gSsO;bk OُNpencSv0"N_pencSvSSV/fʑ>eQzz0 542=Packets Outbound Errors 543=Packets Outbound Error :N1uN N OvQpencSvpev0 544=Output Queue Length 545=Output Queue Length :NQpencR(pencS)v^0Ygُ*NN 2 sSOQs^v^NYgSv݋~bQv^㉳Qt01uNBl/f(Wُ*Nd\O1uQ~qR z^cSĉe_veQpencSpev0 554=Datagrams Received Address Errors 555=Datagrams Received Address Errors /fV:N(W IP h4YvhW[&{Wv IP 0W@W[dk{:geHe "N_veQpencAmvpeϑ0dkpeSbeHev0W@W (OY 0.0. 0.0) T NS/ecv{|+Rv0W@W (OY Class E)0[NN^ IP QsQT NlpencAmv[SO dkpehVSbV:Nvh0W@W:N^,g0W0W@W _w"N_vpencAm0 556=Datagrams Forwarded/sec 557=Datagrams Forwarded/sec /f\Ջ[~bleQpencAm0RvQg~vhv1uv^ USMO:NkyNN!kpe SV/f,g0W gRhV N/fg~v IP vh0(W N/f\O:N IP QsQv gRhV N dk^SbǏdk[SO[cn1uvpencS dkYvn1u yYtbR0 558=Datagrams Received Unknown Protocol 559=Datagrams Received Unknown Protocol cbRc6evh:N,g:g0W@Wv FO1uN*gwb N/ecvOS >e_vpencSvpev0 560=Datagrams Received Discarded 561=Datagrams Received Discarded /f"N1YveQ IP pencAmvpeϑ(sSOX[(W;bkpencAm~~l OY :\Q:Szz)0 dkpehV NSb(WI{_͑e z^Ɩe"N1YvpencAm0 562=Datagrams Received Delivered/sec 563=Datagrams Received Delivered/sec /feQpencAmbR0WS0R IP (u7bOSv^ Sb Internet c6Rmo`OS (ICMP) USMO:NkyNN!kpe0 565=Datagrams Sent/sec /f,g0W IP (u7bOS(Sb ICMP)(uN O@bcOv IP pencAmv^ USMO:NkyNN!kpe0dkpehV NSb{(W Datagrams Forwarded/sec -NvpencAm0 Datagrams Sent/sec /f Datagrams/sec P[Ɩ0 566=Datagrams Outbound Discarded 567=Datagrams Outbound Discarded /f"N_vQ IP pencAmvpeϑ(sSOl gG0R;bkpencAm O0RvQvh OY :\Q:Szz)0dkpehVSb{(W Datagrams Forwarded/sec -Nv0&{TvQhQvpencAm0 568=Datagrams Outbound No Route 569=Datagrams Outbound No Route :N1uNl g~b0RSN\vQ O0Rvhv1u "N_v IP pencbpev0ُ*NpehVSb(W Datagrams Forwarded/sec -NNUO&{Tُ*N e1u hQvpencS0 570=Fragments Received/sec 571=Fragments Received/sec is /fS_c6e0Rdk[SOe͑eGlv IP Rkv^ USMO:NkyNN!kpe0 572=Fragments Re-assembled/sec 573=Fragments Re-assembled/sec /f IP RkbR͑eGlv^ USMO:NkyNN!kpe0 574=Fragment Re-assembly Failures 575=Fragment Re-assembly Failures /f IP ͑eGl{lhKm0Rv1Y%!kpe OY e0I{0ُ NN[/f"N_ IP Rkvpe V:NgN{l (kY RFC 815) (W6e0RRkT\vQ~T 1YSRkvpe0 576=Fragmented Datagrams/sec 577=Fragmented Datagrams/sec /fbRRkpencAmv^ USMO:NkyNN!kpe0 578=Fragmentation Failures 579=Fragmentation Failures /fRkFO NRk _w"N1Yv IP pencAmvpeϑ (OY nN NRk h)0 580=Fragments Created/sec 581=Fragments Created/sec /fV:NRk ubv IP pencbRk USMO:NkyNN!kpe0 582=ICMP 583=ICMP performance object Sbaϑ(u ICMP OSSTc6emo`v^vpehV0[؏Sbvcw ICMP OSvpehV0 584=Messages/sec 585=Messages/sec /fdk[SOSTc6e0Rv ICMP mo`v^ USMO:NkyNN!kpe0dk^Sbc6ebSvmo`0 586=Messages Received/sec 587=Messages Received/sec /fc6e0Rv ICMP mo`v^ USMO:NkyNN!kpe0dk^Sbc6evmo`0 588=Messages Received Errors 589=Messages Received Errors /f[SO6e0RvFO+T gv ICMP vmo` OY  ICMP hT0^ NcknxI{0 590=Received Dest. Unreachable 591=Received Destination Unreachable :Nc6ev ICMP Destination Unreachable mo`vpev0 592=Received Time Exceeded 593=Received Time Exceeded cc6ev ICMP Time Exceeded mo`vpev0 594=Received Parameter Problem 595=Received Parameter Problem cc6ev ICMP Parameter Problem mo`vpev0 596=Received Source Quench 597=Received Source Quench cc6ev ICMP Source Quench mo`vpev0 598=Received Redirect/sec 599=Received Redirect/sec /fcS ICMP ͑e[Tmo`v^ USMO:NkyNN!kpe0 600=Received Echo/sec 601=Received Echo/sec /fc6e ICMP V>fmo`v^ USMO:NkyNN!kpe0 602=Received Echo Reply/sec 603=Received Echo Reply/sec /fc6e ICMP V>fV Ymo`v^ USMO:NkyNN!kpe0 604=Received Timestamp/sec 605=Received Timestamp/sec /fc6e ICMP e3bBlmo`v^ USMO:NkyNN!kpe0 606=Received Timestamp Reply/sec 607=Received Timestamp Reply/sec c6eICMP Timestamp Reply mo`v^0 608=Received Address Mask 609=Received Address Mask :Nc6ev ICMP Address Mask Request Oo`vpev0 610=Received Address Mask Reply 611=Received Address Mask Reply :Nc6ev ICMP Address Mask Reply Oo`vpev0 612=Messages Sent/sec 613=Messages Sent/sec /f gRhVՋVSv^ USMO:NkyNN!kpe0dk^SbSQvmo`0 614=Messages Outbound Errors 615=Messages Outbound Errors c,g[SO1uNSsv ICMP Q(YQhV N) *gSQv ICMP Oo`pev0ُ*N

fV Ymo`v^ USMO:NkyNN!kpe0 630=Sent Timestamp/sec 631=Sent Timestamp/sec /fS ICMP e3bBlmo`v^ USMO:NkyNN!kpe0 632=Sent Timestamp Reply/sec 633=Sent Timestamp Reply/sec /fS ICMP e3bV Ymo`v^ USMO:NkyNN!kpe0 634=Sent Address Mask 635=Sent Address Mask cSv ICMP Address Mask Request Oo`pev0 636=Sent Address Mask Reply 637=Sent Address Mask Reply cSv ICMP Address Mask Reply Oo`pev0 638=TCPv4 639=TCP performance object S+TaϑO(u TCP OSSTc6e TCP Segment svpehVSϑ0[S+Tvcw(Wk*N TCP ޏcr` Nv TCP ޏcpevvpehVSϑ0 640=Segments/sec 641=Segments/sec cO(u TCP OSSbc6e TCP segment vs0 642=Connections Established 643=Connections Established cS_MRr`:N ESTABLISHED b CLOSE-WAIT v TCP ޏcpev0 644=Connections Active 645=Connections Active c TCP ޏc[bN CLOSED r`vclbcb SYN-SENT r`v!kpe0bcS݋ [>f:y1u,g0W{:g/TRvޏcpeϑ0f:y1u܏ z{:g/TRv0R,g0W{:gvޏcpeϑ0f:y/TReTS_MReKN]0 676=System Handle Count 677=S_MRck(WO(uv|~Sg0 678=Free System Page Table Entries 679=Free System Page Table Entries c|~S_MR*gO(uvuhypev0dkpehVN>f:y NN!k‰[0Rvf:y(W N$N*NO-N‰[0Rvf:yvck(WO(uv Page File [Ovpeϑ0SS Process\\Page File Bytes0 704=% Usage Peak 705=(u~vRk>f:yv Page File [OvO(u\f:y NN!k‰[0Rvf:y NN!k‰[0Rvf:ySd\Ovpeϑ [v^ NQk*Nd\Ovubpeϑ0S_N*Nۏ z_(uN*NZbQX[vub dkZbQX[MON]\OƖNYbirtQX[vvQNMOn v^Ndkub_{Nxvh"}e 1\OSulxub0S_YbSue |~\Ջ\Y*Nޏ~ubeQQX[NEQR)R(uSd\OvOp0 k Memory\\Pages Input/sec vev;`pe 946=Failed Releases/sec 947=ky1Y%ʑ>ev;`pe 948=Successful Queries/sec 949=kybRg⋄v;`pe 950=Failed Queries/sec 951=ky1Y%g⋄v;`pe 952=Handle Count 953=1uُ*NYts(WSb_vSg;`pe0ُ*NpeW[I{Nُ*NYt-Nk*N~ zS_MRSb_vSgv;`pe0 1000=MacFile Server 1001=Services for Macintosh AFP File Server0 1002=Max Paged Memory 1003=1u MacFile gRhVO(uvRuQX[Dnvg'Ypeϑ0 1004=Current Paged Memory 1005=1u MacFile gRhVO(uvRuQX[DnvS_MRpeϑ0 1006=Max NonPaged Memory 1007=1u MacFile gRhVO(uv^RuQX[Dnvg'Ypeϑ0 1008=Current NonPaged memory 1009=1u MacFile gRhVO(uv^RuQX[DnvS_MRpeϑ0 1010=Current Sessions 1011=vMRN MacFile gRhVޏcvO݋!kpe0h:y gRhVvS_MR;mR0 1012=Maximum Sessions 1013=(WgNeN MacFile gRhVޏcvg'YO݋!kpe0h:y gRhVvO(uϑؚNO0 1014=Current Files Open 1015=(W MacFile gRhV-NS_MRSb_vQ萇eNpe0ُ*Npe NSb:N Macintosh [7bSb_veN0 1016=Maximum Files Open 1017=(W MacFile gRhV-NSSb_vgYQ萇eNpe0ُ*Npe NSb:N Macintosh [7bSb_veN0 1018=Failed Logons 1019={vU_ MacFile gRhV\Ջ1Y%v!kpe0SNh:y/f&TO(u[xsKm z^\ՋǏ gRhV Nv[hQce0 1020=Data Read/sec 1021=kySNxv NSvW[pe0 1022=Data Written/sec 1023=kySQeQxvvW[pe0 1024=Data Received/sec 1025=kySNQ~ Nc6evW[~_g0h:y gRhV gY_0 1026=Data Transmitted/sec 1027=kySNQ~ NSvW[~_g0h:y gRhV gY_0 1028=Current Queue Length 1029=I{OYtv*g[bv\ONyv0 1030=Maximum Queue Length 1031=gNeI{PYtv*g[bv\ONyvvg'Yϑ0 1032=Current Threads 1033=MacFile gRhVS_MRO(uv~ zpeϑ0h:y gRhV gY_0 1034=Maximum Threads 1035=MacFile gRhVSO(uv~ zvg'Ypeϑ0h:y gRhV gY_0 1050=AppleTalk 1051=AppleTalk OS 1052=Packets In/sec 1053=ky1u Appletalk (Wُ*NzSc6e0RvpencSpe0 1054=Packets Out/sec 1055=ky1u Appletalk (Wُ*NzSSvpencSpe0 1056=Bytes In/sec 1057=ky1u Appletalk (Wُ*NzSc6e0RvW[pe0 1058=Bytes Out/sec 1059=ky1u Appletalk (Wُ*NzSSvW[pe0 1060=Average Time/DDP Packet 1061=(Wُ*NzS NYtN*N DDP pencSvs^GWe(Nky{)0 1062=DDP Packets/sec 1063=1u Appletalk (Wُ*NzS Nkyc6ev DDP pencSvpeϑ0 1064=Average Time/AARP Packet 1065=(Wُ*NzS NYtN*N AARP pencSvs^GWe(Nky{)0 1066=AARP Packets/sec 1067=1u Appletalk (Wُ*NzS Nkyc6ev AARP pencSvpeϑ0 1068=Average Time/ATP Packet 1069=(Wُ*NzS NYtN*N ATP pencSvs^GWe(Nky{)0 1070=ATP Packets/sec 1071=1u Appletalk (Wُ*NzS Nkyc6ev ATP pencSvpeϑ0 1072=Average Time/NBP Packet 1073=(Wُ*NzS NYtN*N NBP pencSvs^GWe(Nky{)0 1074=NBP Packets/sec 1075=1u Appletalk (Wُ*NzS Nkyc6ev NBP pencSvpeϑ0 1076=Average Time/ZIP Packet 1077=(Wُ*NzS NYtN*N ZIP pencSvs^GWe(Nky{)0 1078=ZIP Packets/sec 1079=1u Appletalk (Wُ*NzS Nkyc6ev ZIP pencSvpeϑ0 1080=Average Time/RTMP Packet 1081=(Wُ*NzS NYtN*N RTMP pencSvs^GWe(Nky{)0 1082=RTMP Packets/sec 1083=1u Appletalk (Wُ*NzS Nkyc6ev RTMP pencSvpeϑ0 1084=ATP Retries Local 1085=(Wُ*NzS N͑e Ov ATP Blpev0 1086=ATP Response Timouts 1087=(Wُ*NzS N]~Ǐgv ATP SLehVpev0 1088=ATP XO Response/Sec 1089=(Wُ*NzS NvkySZPN!kv ATP NRT^pev0 1090=ATP ALO Response/Sec 1091=(Wُ*NzS Nvky\N!kv ATP NRT^pev0 1092=ATP Recvd Release/Sec 1093=(Wُ*NzS NkySv ATP NRSLpev0 1094=Current NonPaged Pool 1095=1u AppleTalk O(uv^RuvQX[DnvS_MRϑ0 1096=Packets Routed In/Sec 1097=(Wُ*NzS NۏL1uvpencSpev0 1098=Packets dropped 1099=(Wُ*NzS N1uNDnP6R >e_vpencSpev0 1100=ATP Retries Remote 1101=(Wُ*NzS N͑e Ov ATP Blvpev0 1102=Packets Routed Out/Sec 1103=(Wُ*NzS NۏL1uQvpencSpev0 1110=Network Segment 1111=ǏQ~vcw gR:N@\WQRcOQ~~0 1112=Total frames received/second 1113=(WQ~ُNk Nkyc6ev'^v;`pe0 1114=Total bytes received/second 1115=(WQ~ُNk Nkyc6evW[v;`pe0 1116=Broadcast frames received/second 1117=(WQ~ُNk Nkyc6ev^d'^v;`pe0 1118=Multicast frames received/second 1119=(WQ~ُNk Nkyc6evY@W^d'^v;`pe0 1120=% Network utilization 1121=(WQ~ُNk NYNO(uvQ~&^[v~vRk0 1124=% Broadcast Frames 1125=(WQ~ُNk Nb:N^dAmϑvQ~&^[v~vRk0 1126=% Multicast Frames 1127=(WQ~ُNk Nb:NY@W^dAmϑvQ~&^[v~vRk0 1150=Telephony 1151=5u݋ gR|~ 1152=Lines 1153=1uُS{:gcO gRv5u݋~peϑ0 1154=Telephone Devices 1155=1uُS{:gcO gRv5u݋Ypeϑ0 1156=Active Lines 1157=vMRckYNO(u-Nv1uُS{:gcO gRv5u݋~peϑ0 1158=Active Telephones 1159=S_MRckYNvc Nv5u݋Ypev0 1160=Outgoing Calls/sec 1161=ُS{:g@bZPvbQ|TSs0 1162=Incoming Calls/sec 1163=ُS{:g@bcvbeQ|TSs0 1164=Client Apps 1165=S_MRck(WO(u5u݋ gRv^(u z^pev0 1166=Current Outgoing Calls 1167=1uُS{:gcO gRvS_MRbQ|TS0 1168=Current Incoming Calls 1169=1uُS{:gcO gRvS_MRbeQ|TS0 1232=Packet Burst Read NCP Count/sec 1233=Packet Burst Read NCP Count/sec c NetWare Core Protocol Bl Packet Burst Read vs0Packet Burst cc d\OvzSOS0 1234=Packet Burst Read Timeouts/sec 1235=Packet Burst Read Timeouts/sec c1uN NetWare gRhVT^@beǏ NetWare gR͑e O Burst Read Request vs0 1236=Packet Burst Write NCP Count/sec 1237=Packet Burst Write NCP Count/sec c NetWare Core Protocol Bl Packet Burst Write vs0Packet Burst ccؚd\OvzSOS0 1238=Packet Burst Write Timeouts/sec 1239=Packet Burst Write Timeouts/sec c1uN NetWare gRhVT^@beǏ NetWare gR͑e O Burst Write Request vs0 1240=Packet Burst IO/sec 1241=Packet Burst IO/sec c Packet Burst Read NCPs/sec T Packet Burst Write NCPs/sec v;`f:y N$N*NǑ7h-N‰[0Rvf:y‰[0RvgTN*Nf:y N$N*NǑ7h-N‰[0Rvf:y NN!k‰[0Rvf:yS_MR~vRkf:y,g:gT|~v'YϑQX[RMvr`0 1362=VLM % Virtual Size In Use 1363=VLM % Virtual Size In Use 1364=VLM Virtual Size 1365=S_MRYt VLM ZbQX[zzv'Y\vW[0 1366=VLM Virtual Size Peak 1367=S_MRYt VLM ZbQX[zzvg'YvW[0ُ*Nf:yS_MR~vRk[ N/fN*Ns^GWf:yNeN T0 1410=Creating Process ID 1411=Creating Process ID value cR^vYtvYt Process ID0R^ۏ zS]~bk ُ*Nf:yN*NSbpSRvd\O~0 1452=Total Jobs Printed 1453=N N!k͑e/TRT (WSbpSR NvSbpSQv\ON;`pe0 1454=Bytes Printed/sec 1455=(WSbpSR NkySbpSvW[pe0 1456=Total Pages Printed 1457=N N!k͑e/TRT (WSbpSR NǏ GDI SbQv;`upe0 1458=Jobs 1459=vMR(WSbpSR-Nv\ONpeϑ0 1460=References 1461=(WSbpSR-NS_MR gY\*NS0 1462=Max References 1463=N N!k͑e/TRT (WSbpSR-Nvg'YSpe0 1464=Jobs Spooling 1465=(WSbpSR-NS_MR gY\*NTSSbpS\ON0 1466=Max Jobs Spooling 1467=N N!k͑e/TRT (WSbpSR-NTSSbpS\ONvg'Yϑ0 1468=Out of Paper Errors 1469=N N!k͑e/TRT (WSbpSR-NQsv:~;`pe0 1470=Not Ready Errors 1471=N N!k͑e/TRT (WSbpSR-NQsvSbpS:gl g1\~;`pe0 1472=Job Errors 1473=N N!k͑e/TRT (WSbpSR-NQsv\ON;`pe0 1474=Enumerate Network Printer Calls 1475=N N!k͑e/TRT NOmȉ[7b:gTُSSbpS gRhVBlvQ~OmȉRh;`!kpe0 1476=Add Network Printer Calls 1477=N N!k͑e/TRT NvQNSbpS gRhVTُS gRhVBlmRqQNQ~SbpS:gv(u;`pe0 1478=Working Set - Private 1479=Working Set - N(uNُ*NYtv^N NqQN_N N:NvQNYtqQNvNW[h:yvN(u>f:y\ONƖv'Y\0 1480=Working Set - Shared 1481=Working Set - SqQNvuSvQNYtqQNv FO NN[/fcvQNYtck(WO(u[v NW[h:yvSqQN>f:y\ONƖv'Y\0 1482=% Idle Time 1483=% Idle Time Glb(W[Oexvnev~vRk0 1484=Split IO/Sec 1485=Split IO/Sec Glbxv Nv I/O RrRbY*N I/O vs0N*NRrRv I/O S/f1uNBlvpenc*Y'Y N>eۏN*NUSNv I/O -NbxvxGrS _wv0 1500=Job Object 1501=1uk*N;mR}T Tv\ON[a6eƖv^7bTYthVO(upencvbJT0 1502=Current % Processor Time 1503=Current % Processor Time >f:y\ON[aYt(uNgbLNxv[Ov~vRk0 1504=Current % User Mode Time 1505=Current % User mode Time >f:y\ON[aYt(uNgbL(u7b!j_vNxv[Ov~vRk0 1506=Current % Kernel Mode Time 1507=Current % Kernel mode Time >f:y\ON[aYt(uNgbLQ8hbyrCg!j_Nxv[Ov~vRk0 1508=This Period mSec - Processor 1509=This Period mSec - Processor >f:y N!k\ONeP6RnT Nky>f:yv@b gYtO(uv(W\ON[a-NvYthVe SbN]~~bkvb NQN,g\ON[avsQ0 1510=This Period mSec - User Mode 1511=This Period mSec - >f:y N!k\ONeP6RnT (W(u7b!j_-NNky>f:yv@b gYtO(uv(W\ON[a-NvYthVe SbN]~~bkvb NQN,g\ON[avsQ0 1512=This Period mSec - Kernel Mode 1513=This Period mSec - Q8h!j_>f:y N!k\ONeP6RnT (WQ8h!j_-NNky>f:yv@b gYtO(uv(W\ON[a-NvYthVe SbN]~~bkvb NQN,g\ON[avsQvYt0 1514=Pages/Sec 1515=Pages/Sec >f:y(W\ON[a-Nv@b gYtvuvks0 1516=Process Count - Total 1517=Process Count - ;`

f:yN,g\ON[avsQvYtpe(e/f;mRv؏/f]~bkv)0 1518=Process Count - Active 1519=Process Count - ;mR>f:yS_MRN,g\ON[avsQvYtpe0 1520=Process Count - Terminated 1521=Process Count - ~bk>f:y1uNN*NP6Rݏĉ]~bkvYtvpev0 1522=Total mSec - Processor 1523=Total mSec - YthV>f:yNkyh:yv(W,g\ON[a-NO(uvYthVe SbN,g\ONR^NT]~~bkvb NQN,g\ON[avsQvYt0 1524=Total mSec - User Mode 1525=Total mSec - (u7b!j_>f:yNkyh:yv(W,g\ON[a-NO(uv(u7b!j_YthVe SbN,g\ONR^NT]~~bkvbN[a NQN,g\OvsQvYt0 1526=Total mSec - Kernel Mode 1527=Total mSec - Q8h!j_>f:yNkyh:yv(W,g\ON[a-NO(uvQ8h!j_YthVe SbN,g\ONR^NT]~~bkvbN[a NQN,g\OvsQvYt0 1530=TCPv6 1532=UDPv6 1534=ICMPv6 1536=Received Packet Too Big 1537=Received Packet Too Big /fcc6e0RvǏvpencSpeϑ0 1538=Received Membership Query 1539=Received Membership Query /fcc6e0Rvg~bXTNvpencSpeϑ0 1540=Received Membership Report 1541=Received Membership Report /fcc6e0RvbJT~bXTNvpencSpeϑ0 1542=Received Membership Reduction 1543=Received Membership Reduction /fcc6e0RvSm~bXTNvpencSpeϑ0 1544=Received Router Solicit 1545=Received Router Solicit /fcc6e0RvBl1uhVvpencSpeϑ0 1546=Received Router Advert 1547=Received Router Advert /fcc6e0RvlQ^1uhVvpencSpeϑ0 1548=Job Object Details 1549=% Job object Detail >f:y gsQ\ON[a-Nv;mRYtv~vd\OOo`0 1550=Received Neighbor Solicit 1551=Received Neighbor Solicit /fcc6e0RvBlE\vpencSpeϑ0 1552=Received Neighbor Advert 1553=Received Neighbor Advert /fcc6e0RvlQ^E\vpencSpeϑ0 1554=Sent Packet Too Big 1555=Sent Packet Too Big /fccSQvǏvpencSpeϑ0 1556=Sent Membership Query 1557=Sent Membership Query /fcSQvg~bXTNvpencSpeϑ0 1558=Sent Membership Report 1559=Sent Membership Report /fcSQvbJT~bXTNvpencSpeϑ0 1560=Sent Membership Reduction 1561=Sent Membership Reduction /fcSQvSm~bXTNvpencSpeϑ0 1562=Sent Router Solicit 1563=Sent Router Solicit /fcSQvBl1uhVvpencSpeϑ0 1564=Sent Router Advert 1565=Sent Router Advert is /fcSQvlQ^1uhVvpencSpeϑ0 1566=Sent Neighbor Solicit 1567=Sent Neighbor Solicit /fcSQvBlE\vpencSpeϑ0 1568=Sent Neighbor Advert 1569=Sent Neighbor Advert /fcSQvBlE\vpencSpeϑ0 1570=Security System-Wide Statistics 1571=ُNpehVNky:NW,geUSMOߍ*N'`0 1572=NTLM Authentications 1573=dkpehVߍ*ky[dk DC Nv AD bdkbXT gRhV Nv,g0W^7bYtv NTLM Npeϑ0 1574=Kerberos Authentications 1575=dkpehVߍ*ky[7bzO(uhyTdk{:gۏLNv!kpe0 1576=KDC AS Requests 1577=dkpehVߍ*ky1u[SL-N_(KDC)YtvN gR(AS)Blvpeϑ0[7bzO(u AS BlegScCghyvhy0 1578=KDC TGS Requests 1579=dkpehVߍ*ky1u[SL-N_(KDC)YtvhycN gR(TGS)Blvpeϑ0[7bzO(uُN TGS BlS gRhy AQ[7bzO(udkhyvQN{:g NvDn0 1580=Schannel Session Cache Entries 1581=dkpehVߍ*S_MRX[P(W[hQS(Schannel)O݋X[Qv[hQWYcW[B\(SSL)yvpeϑ0Schannel O݋X[X[P gsQ]bR^zvO݋vOo` Y SSL O݋ ID0[7bzSO(udkOo`͑eޏc0R gRhV egbL[tev SSL cKb0 1582=Active Schannel Session Cache Entries 1583=dkpehVߍ*S_MRX[P(W[hQS(Schannel)O݋X[QNS_MRck(WO(uv[hQWYcW[B\(SSL)yvpeϑ0Schannel O݋X[X[P gsQ]bR^zvO݋vOo` Y SSL O݋ ID0[7bzSO(udkOo`͑eޏc0R gRhV egbL[tev SSL cKb0 1584=SSL Client-Side Full Handshakes 1585=dkpehVߍ*kyYtv[hQWYcW[B\(SSL)[te[7bzcKbvpeϑ0(WcKbg NbcOSNnxSSu(W{:gbvQNYKNvO0 1586=SSL Client-Side Reconnect Handshakes 1587=dkpehVߍ*kyYtv[hQWYcW[B\(SSL)[7bz͑eޏccKbvpeϑ0͑eޏccKbAQO(uNMR SSL O݋vO݋[b` Y[7bz/ gRhVޏc v^NYt͑eޏccKbkYt[tecKb@bvQX[\0 1588=SSL Server-Side Full Handshakes 1589=dkpehVߍ*kyYtv[hQWYcW[B\(SSL)[te gRhVzcKbvpeϑ0(WcKbg NbcOSNnxSSu(W{:gbvQNYKNvO0 1590=SSL Server-Side Reconnect Handshakes 1591=dkpehVߍ*kyYtv[hQWYcW[B\(SSL) gRhVz͑eޏccKbvpeϑ0͑eޏccKbAQO(uNMR SSL O݋vO݋[b` Y[7bz/ gRhVޏc v^NYt͑eޏccKbkYt[tecKb@bvQX[\0 1592=Digest Authentications 1593=dkpehVߍ*kyYtvXd_vpeϑ0 1594=Forwarded Kerberos Requests 1595=dkpehVߍ*SWc6RhV(RODC)kylS0RdkƖ~hVv Kerberos Blpe0dkpehVN(W RODC Nߍ*0 1596=Offloaded Connections 1597= xS}ޏcpe /fS_MR1uwQ g TCP pVxS}RvQ~MhVYtv TCP ޏc(Ǐ IPv4 T IPv6)pe0 1598=TCP Active RSC Connections 1599=TCP Active RSC Connections /fc(WdkQ~cS NN RSC RQ~MhVS_MRc6e'YWpencSv TCP ޏcpe( TeǏ IPv4 T IPv6)0 1600=TCP RSC Coalesced Packets/sec 1601=TCP RSC Coalesced Packets/sec >f:y(WdkQ~cS N@b g TCP ޏcv'YWpencSc6es0 1602=TCP RSC Exceptions/sec 1603=TCP RSC Exceptions/sec >f:y(WdkQ~cS N@b g TCP ޏcc6epencSv RSC _8^s0 1604=TCP RSC Average Packet Size 1605=TCP RSC Average Packet Size /fc(WdkQ~cS N@b g TCP ޏcc6eNW[h:yvpencSs^GW'Y\0 1620=KDC armored AS Requests 1621=dkpehVߍ*ky1u[SL-N_(KDC)YtvSObvN gR(AS)Blvpeϑ0 1622=KDC armored TGS Requests 1623=dkpehVߍ*ky1u[SL-N_(KDC)YtvSObvhycN gR(TGS)Blvpeϑ0 1624=KDC claims-aware AS Requests 1625=dkpehVߍ*ky1u[SL-N_(KDC)Ytv>f_BlXfvN gR(AS)Blvpeϑ0 1626=KDC claims-aware service asserted identity TGS requests 1627=dkpehVߍ*>f_BlXfv gRXfhƋ(S4U2Self) TGS Blvpeϑ0ُNBl/f1u[SL-N_(KDC) cyۏLYt0 1628=KDC classic type constrained delegation TGS Requests 1629=dkpehVߍ*ky1u[SL-N_(KDC)ǏhgxQWv~_gY>mMnegYtv~_gY>m(S4U2Proxy) TGS Blvpeϑ0xQWv~_gY>mP6R(WUS*NW-Nv^(W-NB\ gR ^7b[a NMnTz gR SPN0 1630=KDC resource type constrained delegation TGS Requests 1631=dkpehVߍ*ky1u[SL-N_(KDC)ǏhgDn{|W~_gY>megYtv~_gY>m(S4U2Proxy) TGS Blvpeϑ0Dn{|W~_gY>mSN荊Y*NWLuv^(WTz gR ^7b[a NMn-NB\ ^7b0 1632=KDC claims-aware TGS Requests 1633=dkpehVߍ*ky1u[SL-N_(KDC)YtvXfawhycN gR(TGS)Blvpeϑ0Xfaw Kerberos [7bzY~(WN gR(AS)NbcgBlXf0 1670=Security Per-Process Statistics 1671=ُNpehVߍ*k*Nۏ zO(uv[hQDnTSgvpeϑ0 1672=Credential Handles 1673=dkpehVߍ*1ucOvۏ zO(uvQncSgvpeϑ0QncSg/f[N(u7bvsQTv^NǏ|~{vU_^zvNMRX[(WvQnc(Y[x)vSg0 1674=Context Handles 1675=dkpehVߍ*1ucOvۏ zO(uv N NeSgvpeϑ0 N NeSgN(W[7bz^(u z^T܏ z[I{{:gKN^zv[hQ N NevsQT0 1676=Free & Zero Page List Bytes 1677=Free Zero Page List Bytes /fcNW[h:yvRM~zzTRuRhvirtQX[peϑ0dkQX[ NS+TX[penc0vQzsSSRM~ۏ zb(uN|~0 1678=Modified Page List Bytes 1679=Modified Page List Bytes /fcNW[h:yvRM~O9evRuRhvirtQX[peϑ0dkQX[S+T1uۏ z0|~T|~X[O(uv^;mRX[pencTNx0(WdkQX[RM~ۏ zb(uN|~KNMR QQdkQX[0 1680=Standby Cache Reserve Bytes 1681=Standby Cache Reserve Bytes /fcNW[h:yvRM~OYuY(uX[RuRhvirtQX[peϑ0dkQX[S+T1uۏ z0|~T|~X[@bO(uv^;mRX[pencTNx0SzsS\vQRM~ۏ zb(uN|~0Yg|~vS(uzzTRuRhQX[ N R(WؚOHQ~vY(uX[RuRh NvQX[KNMR͑eQ[NOOHQ~Y(uX[RuRh NQX[v(u0 1682=Standby Cache Normal Priority Bytes 1683=Standby Cache Normal Priority Bytes /fcNW[h:yvRM~hQOHQ~Y(uX[RuRhvirtQX[peϑ0dkQX[S+T1uۏ z0|~T|~X[@bO(uv^;mRX[pencTNx0SzsS\vQRM~ۏ zb(uN|~0Yg|~vS(uzzTRuRhQX[ N R(WؚOHQ~vY(uX[RuRh NvQX[KNMR͑eQ[NOOHQ~Y(uX[RuRh NQX[v(u0 1684=Standby Cache Core Bytes 1685=Standby Cache Core Bytes /fcNW[h:yvRM~8h_Y(uX[RuRhvirtQX[peϑ0dkQX[S+T1uۏ z0|~T|~X[@bO(uv^;mRX[pencTNx0SzsS\vQRM~ۏ zb(uN|~0Yg|~vS(uzzTRuRhQX[ N R(WؚOHQ~vY(uX[RuRh NvQX[KNMR͑eQ[NOOHQ~Y(uX[RuRh NQX[v(u0 1686=Long-Term Average Standby Cache Lifetime (s) 1687=gs^GWY(uX[uX[e Nyh:y0aϑY(uX[-Npencvs^GWuX[e]~Ǐ0 1746=% Idle Time 1747=% Idle Time /fYthV(WǑ7hgzzvev~vRk 1748=% C1 Time 1749=% C1 Time /fYthVYN C1 NOϑzzr` Nve~vRk0% C1 Time /fYthVzz;`evN*NP[Ɩ0C1 NOϑzzr`AQYthVOcvQte*NsXv^_ԏVЏLr`0 N/f@b gv|~/ec % C1 r`0 1750=% C2 Time 1751=% C2 Time /fYthVYN C2 NOϑzzr` Nve~vRk0% C2 Time /fYthVzz;`evN*NP[Ɩ0C2 NOϑzzr`AQYthVOc|~X[sX0C2 ϑr`k C1 vϑfNO NQ^ߏr`fؚ0 N/f@b gv|~/ec C2 r`0 1752=% C3 Time 1753=% C3 Time /fYthVYN C3 NOϑzzr` Nve~vRk0% C3 Time /fYthVzz;`evN*NP[Ɩ0YN C3 NOϑzzr`e YthVelvQX[vOS0C3 ϑr`k C3 vϑfNO NQ^ߏr`fؚ0 N/f@b gv|~/ec C3 r`0 1754=C1 Transitions/sec 1755=C1 Transitions/sec /f CPU ۏeQ C1 NOϑzzr`v^0CPU (WYzzeۏeQ C1 r` v^(WNUO-Ne NQُ*Nr`0ُ*NpehV>f:y N$N*NO-N‰[0Rvf:y N$N*NO-N‰[0Rvf:y N$N*NO-N‰[0Rv\h 8924=WMI Objects 8925=Number of WMI High Performance provider returned by WMI Adapter 8926=HiPerf Classes 8927=Shows High Performance Classes 8928=HiPerf Validity 8929=Shows if High Performance Classes are valid 8930=MSiSCSI_ConnectionStatistics 8931=MSiSCSI_ConnectionStatistics 8932=BytesReceived 8933=BytesReceived 8934=BytesSent 8935=BytesSent 8936=PDUCommandsSent 8937=PDUCommandsSent 8938=PDUResponsesReceived 8939=PDUResponsesReceived 8940=MSiSCSI_InitiatorInstanceStatistics 8941=MSiSCSI_InitiatorInstanceStatistics 8942=SessionConnectionTimeoutErrorCount 8943=SessionConnectionTimeoutErrorCount 8944=SessionDigestErrorCount 8945=SessionDigestErrorCount 8946=SessionFailureCount 8947=SessionFailureCount 8948=SessionFormatErrorCount 8949=SessionFormatErrorCount 8950=MSiSCSI_InitiatorLoginStatistics 8951=MSiSCSI_InitiatorLoginStatistics 8952=LoginAcceptRsps 8953=LoginAcceptRsps 8954=LoginAuthenticateFails 8955=LoginAuthenticateFails 8956=LoginAuthFailRsps 8957=LoginAuthFailRsps 8958=LoginFailures 8959=LoginFailures 8960=LoginNegotiateFails 8961=LoginNegotiateFails 8962=LoginOtherFailRsps 8963=LoginOtherFailRsps 8964=LoginRedirectRsps 8965=LoginRedirectRsps 8966=LogoutNormals 8967=LogoutNormals 8968=LogoutOtherCodes 8969=LogoutOtherCodes 8970=MSiSCSI_MMIPSECStats 8971=MSiSCSI_MMIPSECStats 8972=AcquireFailures 8973=AcquireFailures 8974=AcquireHeapSize 8975=AcquireHeapSize 8976=ActiveAcquire 8977=ActiveAcquire 8978=ActiveReceive 8979=ActiveReceive 8980=AuthenticationFailures 8981=AuthenticationFailures 8982=ConnectionListSize 8983=ConnectionListSize 8984=GetSPIFailures 8985=GetSPIFailures 8986=InvalidCookiesReceived 8987=InvalidCookiesReceived 8988=InvalidPackets 8989=InvalidPackets 8990=KeyAdditionFailures 8991=KeyAdditionFailures 8992=KeyAdditions 8993=KeyAdditions 8994=KeyUpdateFailures 8995=KeyUpdateFailures 8996=KeyUpdates 8997=KeyUpdates 8998=NegotiationFailures 8999=NegotiationFailures 9000=OakleyMainMode 9001=OakleyMainMode 9002=OakleyQuickMode 9003=OakleyQuickMode 9004=ReceiveFailures 9005=ReceiveFailures 9006=ReceiveHeapSize 9007=ReceiveHeapSize 9008=SendFailures 9009=SendFailures 9010=SoftAssociations 9011=SoftAssociations 9012=TotalGetSPI 9013=TotalGetSPI 9014=MSiSCSI_NICPerformance 9015=MSiSCSI_NICPerformance 9016=BytesReceived 9017=BytesReceived 9018=BytesTransmitted 9019=BytesTransmitted 9020=PDUReceived 9021=PDUReceived 9022=PDUTransmitted 9023=PDUTransmitted 9024=MSiSCSI_QMIPSECStats 9025=MSiSCSI_QMIPSECStats 9026=ActiveSA 9027=ActiveSA 9028=ActiveTunnels 9029=ActiveTunnels 9030=AuthenticatedBytesReceived 9031=AuthenticatedBytesReceived 9032=AuthenticatedBytesSent 9033=AuthenticatedBytesSent 9034=BadSPIPackets 9035=BadSPIPackets 9036=ConfidentialBytesReceived 9037=ConfidentialBytesReceived 9038=ConfidentialBytesSent 9039=ConfidentialBytesSent 9040=KeyAdditions 9041=KeyAdditions 9042=KeyDeletions 9043=KeyDeletions 9044=PacketsNotAuthenticated 9045=PacketsNotAuthenticated 9046=PacketsNotDecrypted 9047=PacketsNotDecrypted 9048=PacketsWithReplayDetection 9049=PacketsWithReplayDetection 9050=PendingKeyOperations 9051=PendingKeyOperations 9052=ReKeys 9053=ReKeys 9054=TransportBytesReceived 9055=TransportBytesReceived 9056=TransportBytesSent 9057=TransportBytesSent 9058=TunnelBytesReceived 9059=TunnelBytesReceived 9060=TunnelBytesSent 9061=TunnelBytesSent 9062=MSiSCSI_RequestTimeStatistics 9063=MSiSCSI_RequestTimeStatistics 9064=AverageProcessingTime 9065=AverageProcessingTime 9066=MaximumProcessingTime 9067=MaximumProcessingTime 9068=MSiSCSI_SessionStatistics 9069=MSiSCSI_SessionStatistics 9070=BytesReceived 9071=BytesReceived 9072=BytesSent 9073=BytesSent 9074=ConnectionTimeoutErrors 9075=ConnectionTimeoutErrors 9076=DigestErrors 9077=DigestErrors 9078=FormatErrors 9079=FormatErrors 9080=PDUCommandsSent 9081=PDUCommandsSent 9082=PDUResponsesReceived 9083=PDUResponsesReceived 9084=ProcessorPerformance 9085=ProcessorPerformance 9086=frequency 9087=frequency 9088=percentage 9089=percentage 9090=power 9091=power 9092=WMI Objects 9093=Number of WMI High Performance provider returned by WMI Adapter 9094=HiPerf Classes 9095=Shows High Performance Classes 9096=HiPerf Validity 9097=Shows if High Performance Classes are valid 9098=MSiSCSI_ConnectionStatistics 9099=MSiSCSI_ConnectionStatistics 9100=BytesReceived 9101=BytesReceived 9102=BytesSent 9103=BytesSent 9104=PDUCommandsSent 9105=PDUCommandsSent 9106=PDUResponsesReceived 9107=PDUResponsesReceived 9108=MSiSCSI_InitiatorInstanceStatistics 9109=MSiSCSI_InitiatorInstanceStatistics 9110=SessionConnectionTimeoutErrorCount 9111=SessionConnectionTimeoutErrorCount 9112=SessionDigestErrorCount 9113=SessionDigestErrorCount 9114=SessionFailureCount 9115=SessionFailureCount 9116=SessionFormatErrorCount 9117=SessionFormatErrorCount 9118=MSiSCSI_InitiatorLoginStatistics 9119=MSiSCSI_InitiatorLoginStatistics 9120=LoginAcceptRsps 9121=LoginAcceptRsps 9122=LoginAuthenticateFails 9123=LoginAuthenticateFails 9124=LoginAuthFailRsps 9125=LoginAuthFailRsps 9126=LoginFailures 9127=LoginFailures 9128=LoginNegotiateFails 9129=LoginNegotiateFails 9130=LoginOtherFailRsps 9131=LoginOtherFailRsps 9132=LoginRedirectRsps 9133=LoginRedirectRsps 9134=LogoutNormals 9135=LogoutNormals 9136=LogoutOtherCodes 9137=LogoutOtherCodes 9138=MSiSCSI_MMIPSECStats 9139=MSiSCSI_MMIPSECStats 9140=AcquireFailures 9141=AcquireFailures 9142=AcquireHeapSize 9143=AcquireHeapSize 9144=ActiveAcquire 9145=ActiveAcquire 9146=ActiveReceive 9147=ActiveReceive 9148=AuthenticationFailures 9149=AuthenticationFailures 9150=ConnectionListSize 9151=ConnectionListSize 9152=GetSPIFailures 9153=GetSPIFailures 9154=InvalidCookiesReceived 9155=InvalidCookiesReceived 9156=InvalidPackets 9157=InvalidPackets 9158=KeyAdditionFailures 9159=KeyAdditionFailures 9160=KeyAdditions 9161=KeyAdditions 9162=KeyUpdateFailures 9163=KeyUpdateFailures 9164=KeyUpdates 9165=KeyUpdates 9166=NegotiationFailures 9167=NegotiationFailures 9168=OakleyMainMode 9169=OakleyMainMode 9170=OakleyQuickMode 9171=OakleyQuickMode 9172=ReceiveFailures 9173=ReceiveFailures 9174=ReceiveHeapSize 9175=ReceiveHeapSize 9176=SendFailures 9177=SendFailures 9178=SoftAssociations 9179=SoftAssociations 9180=TotalGetSPI 9181=TotalGetSPI 9182=MSiSCSI_NICPerformance 9183=MSiSCSI_NICPerformance 9184=BytesReceived 9185=BytesReceived 9186=BytesTransmitted 9187=BytesTransmitted 9188=PDUReceived 9189=PDUReceived 9190=PDUTransmitted 9191=PDUTransmitted 9192=MSiSCSI_QMIPSECStats 9193=MSiSCSI_QMIPSECStats 9194=ActiveSA 9195=ActiveSA 9196=ActiveTunnels 9197=ActiveTunnels 9198=AuthenticatedBytesReceived 9199=AuthenticatedBytesReceived 9200=AuthenticatedBytesSent 9201=AuthenticatedBytesSent 9202=BadSPIPackets 9203=BadSPIPackets 9204=ConfidentialBytesReceived 9205=ConfidentialBytesReceived 9206=ConfidentialBytesSent 9207=ConfidentialBytesSent 9208=KeyAdditions 9209=KeyAdditions 9210=KeyDeletions 9211=KeyDeletions 9212=PacketsNotAuthenticated 9213=PacketsNotAuthenticated 9214=PacketsNotDecrypted 9215=PacketsNotDecrypted 9216=PacketsWithReplayDetection 9217=PacketsWithReplayDetection 9218=PendingKeyOperations 9219=PendingKeyOperations 9220=ReKeys 9221=ReKeys 9222=TransportBytesReceived 9223=TransportBytesReceived 9224=TransportBytesSent 9225=TransportBytesSent 9226=TunnelBytesReceived 9227=TunnelBytesReceived 9228=TunnelBytesSent 9229=TunnelBytesSent 9230=MSiSCSI_RequestTimeStatistics 9231=MSiSCSI_RequestTimeStatistics 9232=AverageProcessingTime 9233=AverageProcessingTime 9234=MaximumProcessingTime 9235=MaximumProcessingTime 9236=MSiSCSI_SessionStatistics 9237=MSiSCSI_SessionStatistics 9238=BytesReceived 9239=BytesReceived 9240=BytesSent 9241=BytesSent 9242=ConnectionTimeoutErrors 9243=ConnectionTimeoutErrors 9244=DigestErrors 9245=DigestErrors 9246=FormatErrors 9247=FormatErrors 9248=PDUCommandsSent 9249=PDUCommandsSent 9250=PDUResponsesReceived 9251=PDUResponsesReceived 9252=ProcessorPerformance 9253=ProcessorPerformance 9254=frequency 9255=frequency 9256=percentage 9257=percentage 9258=power 9259=power 9260=WMI Objects 9261=Number of WMI High Performance provider returned by WMI Adapter 9262=HiPerf Classes 9263=Shows High Performance Classes 9264=HiPerf Validity 9265=Shows if High Performance Classes are valid 9266=MSiSCSI_ConnectionStatistics 9267=MSiSCSI_ConnectionStatistics 9268=BytesReceived 9269=BytesReceived 9270=BytesSent 9271=BytesSent 9272=PDUCommandsSent 9273=PDUCommandsSent 9274=PDUResponsesReceived 9275=PDUResponsesReceived 9276=MSiSCSI_InitiatorInstanceStatistics 9277=MSiSCSI_InitiatorInstanceStatistics 9278=SessionConnectionTimeoutErrorCount 9279=SessionConnectionTimeoutErrorCount 9280=SessionDigestErrorCount 9281=SessionDigestErrorCount 9282=SessionFailureCount 9283=SessionFailureCount 9284=SessionFormatErrorCount 9285=SessionFormatErrorCount 9286=MSiSCSI_InitiatorLoginStatistics 9287=MSiSCSI_InitiatorLoginStatistics 9288=LoginAcceptRsps 9289=LoginAcceptRsps 9290=LoginAuthenticateFails 9291=LoginAuthenticateFails 9292=LoginAuthFailRsps 9293=LoginAuthFailRsps 9294=LoginFailures 9295=LoginFailures 9296=LoginNegotiateFails 9297=LoginNegotiateFails 9298=LoginOtherFailRsps 9299=LoginOtherFailRsps 9300=LoginRedirectRsps 9301=LoginRedirectRsps 9302=LogoutNormals 9303=LogoutNormals 9304=LogoutOtherCodes 9305=LogoutOtherCodes 9306=MSiSCSI_MMIPSECStats 9307=MSiSCSI_MMIPSECStats 9308=AcquireFailures 9309=AcquireFailures 9310=AcquireHeapSize 9311=AcquireHeapSize 9312=ActiveAcquire 9313=ActiveAcquire 9314=ActiveReceive 9315=ActiveReceive 9316=AuthenticationFailures 9317=AuthenticationFailures 9318=ConnectionListSize 9319=ConnectionListSize 9320=GetSPIFailures 9321=GetSPIFailures 9322=InvalidCookiesReceived 9323=InvalidCookiesReceived 9324=InvalidPackets 9325=InvalidPackets 9326=KeyAdditionFailures 9327=KeyAdditionFailures 9328=KeyAdditions 9329=KeyAdditions 9330=KeyUpdateFailures 9331=KeyUpdateFailures 9332=KeyUpdates 9333=KeyUpdates 9334=NegotiationFailures 9335=NegotiationFailures 9336=OakleyMainMode 9337=OakleyMainMode 9338=OakleyQuickMode 9339=OakleyQuickMode 9340=ReceiveFailures 9341=ReceiveFailures 9342=ReceiveHeapSize 9343=ReceiveHeapSize 9344=SendFailures 9345=SendFailures 9346=SoftAssociations 9347=SoftAssociations 9348=TotalGetSPI 9349=TotalGetSPI 9350=MSiSCSI_NICPerformance 9351=MSiSCSI_NICPerformance 9352=BytesReceived 9353=BytesReceived 9354=BytesTransmitted 9355=BytesTransmitted 9356=PDUReceived 9357=PDUReceived 9358=PDUTransmitted 9359=PDUTransmitted 9360=MSiSCSI_QMIPSECStats 9361=MSiSCSI_QMIPSECStats 9362=ActiveSA 9363=ActiveSA 9364=ActiveTunnels 9365=ActiveTunnels 9366=AuthenticatedBytesReceived 9367=AuthenticatedBytesReceived 9368=AuthenticatedBytesSent 9369=AuthenticatedBytesSent 9370=BadSPIPackets 9371=BadSPIPackets 9372=ConfidentialBytesReceived 9373=ConfidentialBytesReceived 9374=ConfidentialBytesSent 9375=ConfidentialBytesSent 9376=KeyAdditions 9377=KeyAdditions 9378=KeyDeletions 9379=KeyDeletions 9380=PacketsNotAuthenticated 9381=PacketsNotAuthenticated 9382=PacketsNotDecrypted 9383=PacketsNotDecrypted 9384=PacketsWithReplayDetection 9385=PacketsWithReplayDetection 9386=PendingKeyOperations 9387=PendingKeyOperations 9388=ReKeys 9389=ReKeys 9390=TransportBytesReceived 9391=TransportBytesReceived 9392=TransportBytesSent 9393=TransportBytesSent 9394=TunnelBytesReceived 9395=TunnelBytesReceived 9396=TunnelBytesSent 9397=TunnelBytesSent 9398=MSiSCSI_RequestTimeStatistics 9399=MSiSCSI_RequestTimeStatistics 9400=AverageProcessingTime 9401=AverageProcessingTime 9402=MaximumProcessingTime 9403=MaximumProcessingTime 9404=MSiSCSI_SessionStatistics 9405=MSiSCSI_SessionStatistics 9406=BytesReceived 9407=BytesReceived 9408=BytesSent 9409=BytesSent 9410=ConnectionTimeoutErrors 9411=ConnectionTimeoutErrors 9412=DigestErrors 9413=DigestErrors 9414=FormatErrors 9415=FormatErrors 9416=PDUCommandsSent 9417=PDUCommandsSent 9418=PDUResponsesReceived 9419=PDUResponsesReceived 9420=ProcessorPerformance 9421=ProcessorPerformance 9422=frequency 9423=frequency 9424=percentage 9425=percentage 9426=power 9427=power 9428=WMI Objects 9429=Number of WMI High Performance provider returned by WMI Adapter 9430=HiPerf Classes 9431=Shows High Performance Classes 9432=HiPerf Validity 9433=Shows if High Performance Classes are valid 9434=MSiSCSI_ConnectionStatistics 9435=MSiSCSI_ConnectionStatistics 9436=BytesReceived 9437=BytesReceived 9438=BytesSent 9439=BytesSent 9440=PDUCommandsSent 9441=PDUCommandsSent 9442=PDUResponsesReceived 9443=PDUResponsesReceived 9444=MSiSCSI_InitiatorInstanceStatistics 9445=MSiSCSI_InitiatorInstanceStatistics 9446=SessionConnectionTimeoutErrorCount 9447=SessionConnectionTimeoutErrorCount 9448=SessionDigestErrorCount 9449=SessionDigestErrorCount 9450=SessionFailureCount 9451=SessionFailureCount 9452=SessionFormatErrorCount 9453=SessionFormatErrorCount 9454=MSiSCSI_InitiatorLoginStatistics 9455=MSiSCSI_InitiatorLoginStatistics 9456=LoginAcceptRsps 9457=LoginAcceptRsps 9458=LoginAuthenticateFails 9459=LoginAuthenticateFails 9460=LoginAuthFailRsps 9461=LoginAuthFailRsps 9462=LoginFailures 9463=LoginFailures 9464=LoginNegotiateFails 9465=LoginNegotiateFails 9466=LoginOtherFailRsps 9467=LoginOtherFailRsps 9468=LoginRedirectRsps 9469=LoginRedirectRsps 9470=LogoutNormals 9471=LogoutNormals 9472=LogoutOtherCodes 9473=LogoutOtherCodes 9474=MSiSCSI_MMIPSECStats 9475=MSiSCSI_MMIPSECStats 9476=AcquireFailures 9477=AcquireFailures 9478=AcquireHeapSize 9479=AcquireHeapSize 9480=ActiveAcquire 9481=ActiveAcquire 9482=ActiveReceive 9483=ActiveReceive 9484=AuthenticationFailures 9485=AuthenticationFailures 9486=ConnectionListSize 9487=ConnectionListSize 9488=GetSPIFailures 9489=GetSPIFailures 9490=InvalidCookiesReceived 9491=InvalidCookiesReceived 9492=InvalidPackets 9493=InvalidPackets 9494=KeyAdditionFailures 9495=KeyAdditionFailures 9496=KeyAdditions 9497=KeyAdditions 9498=KeyUpdateFailures 9499=KeyUpdateFailures 9500=KeyUpdates 9501=KeyUpdates 9502=NegotiationFailures 9503=NegotiationFailures 9504=OakleyMainMode 9505=OakleyMainMode 9506=OakleyQuickMode 9507=OakleyQuickMode 9508=ReceiveFailures 9509=ReceiveFailures 9510=ReceiveHeapSize 9511=ReceiveHeapSize 9512=SendFailures 9513=SendFailures 9514=SoftAssociations 9515=SoftAssociations 9516=TotalGetSPI 9517=TotalGetSPI 9518=MSiSCSI_NICPerformance 9519=MSiSCSI_NICPerformance 9520=BytesReceived 9521=BytesReceived 9522=BytesTransmitted 9523=BytesTransmitted 9524=PDUReceived 9525=PDUReceived 9526=PDUTransmitted 9527=PDUTransmitted 9528=MSiSCSI_QMIPSECStats 9529=MSiSCSI_QMIPSECStats 9530=ActiveSA 9531=ActiveSA 9532=ActiveTunnels 9533=ActiveTunnels 9534=AuthenticatedBytesReceived 9535=AuthenticatedBytesReceived 9536=AuthenticatedBytesSent 9537=AuthenticatedBytesSent 9538=BadSPIPackets 9539=BadSPIPackets 9540=ConfidentialBytesReceived 9541=ConfidentialBytesReceived 9542=ConfidentialBytesSent 9543=ConfidentialBytesSent 9544=KeyAdditions 9545=KeyAdditions 9546=KeyDeletions 9547=KeyDeletions 9548=PacketsNotAuthenticated 9549=PacketsNotAuthenticated 9550=PacketsNotDecrypted 9551=PacketsNotDecrypted 9552=PacketsWithReplayDetection 9553=PacketsWithReplayDetection 9554=PendingKeyOperations 9555=PendingKeyOperations 9556=ReKeys 9557=ReKeys 9558=TransportBytesReceived 9559=TransportBytesReceived 9560=TransportBytesSent 9561=TransportBytesSent 9562=TunnelBytesReceived 9563=TunnelBytesReceived 9564=TunnelBytesSent 9565=TunnelBytesSent 9566=MSiSCSI_RequestTimeStatistics 9567=MSiSCSI_RequestTimeStatistics 9568=AverageProcessingTime 9569=AverageProcessingTime 9570=MaximumProcessingTime 9571=MaximumProcessingTime 9572=MSiSCSI_SessionStatistics 9573=MSiSCSI_SessionStatistics 9574=BytesReceived 9575=BytesReceived 9576=BytesSent 9577=BytesSent 9578=ConnectionTimeoutErrors 9579=ConnectionTimeoutErrors 9580=DigestErrors 9581=DigestErrors 9582=FormatErrors 9583=FormatErrors 9584=PDUCommandsSent 9585=PDUCommandsSent 9586=PDUResponsesReceived 9587=PDUResponsesReceived 9588=ProcessorPerformance 9589=ProcessorPerformance 9590=frequency 9591=frequency 9592=percentage 9593=percentage 9594=power 9595=power 9596=WMI Objects 9597=Number of WMI High Performance provider returned by WMI Adapter 9598=HiPerf Classes 9599=Shows High Performance Classes 9600=HiPerf Validity 9601=Shows if High Performance Classes are valid 9602=MSiSCSI_ConnectionStatistics 9603=MSiSCSI_ConnectionStatistics 9604=BytesReceived 9605=BytesReceived 9606=BytesSent 9607=BytesSent 9608=PDUCommandsSent 9609=PDUCommandsSent 9610=PDUResponsesReceived 9611=PDUResponsesReceived 9612=MSiSCSI_InitiatorInstanceStatistics 9613=MSiSCSI_InitiatorInstanceStatistics 9614=SessionConnectionTimeoutErrorCount 9615=SessionConnectionTimeoutErrorCount 9616=SessionDigestErrorCount 9617=SessionDigestErrorCount 9618=SessionFailureCount 9619=SessionFailureCount 9620=SessionFormatErrorCount 9621=SessionFormatErrorCount 9622=MSiSCSI_InitiatorLoginStatistics 9623=MSiSCSI_InitiatorLoginStatistics 9624=LoginAcceptRsps 9625=LoginAcceptRsps 9626=LoginAuthenticateFails 9627=LoginAuthenticateFails 9628=LoginAuthFailRsps 9629=LoginAuthFailRsps 9630=LoginFailures 9631=LoginFailures 9632=LoginNegotiateFails 9633=LoginNegotiateFails 9634=LoginOtherFailRsps 9635=LoginOtherFailRsps 9636=LoginRedirectRsps 9637=LoginRedirectRsps 9638=LogoutNormals 9639=LogoutNormals 9640=LogoutOtherCodes 9641=LogoutOtherCodes 9642=MSiSCSI_MMIPSECStats 9643=MSiSCSI_MMIPSECStats 9644=AcquireFailures 9645=AcquireFailures 9646=AcquireHeapSize 9647=AcquireHeapSize 9648=ActiveAcquire 9649=ActiveAcquire 9650=ActiveReceive 9651=ActiveReceive 9652=AuthenticationFailures 9653=AuthenticationFailures 9654=ConnectionListSize 9655=ConnectionListSize 9656=GetSPIFailures 9657=GetSPIFailures 9658=InvalidCookiesReceived 9659=InvalidCookiesReceived 9660=InvalidPackets 9661=InvalidPackets 9662=KeyAdditionFailures 9663=KeyAdditionFailures 9664=KeyAdditions 9665=KeyAdditions 9666=KeyUpdateFailures 9667=KeyUpdateFailures 9668=KeyUpdates 9669=KeyUpdates 9670=NegotiationFailures 9671=NegotiationFailures 9672=OakleyMainMode 9673=OakleyMainMode 9674=OakleyQuickMode 9675=OakleyQuickMode 9676=ReceiveFailures 9677=ReceiveFailures 9678=ReceiveHeapSize 9679=ReceiveHeapSize 9680=SendFailures 9681=SendFailures 9682=SoftAssociations 9683=SoftAssociations 9684=TotalGetSPI 9685=TotalGetSPI 9686=MSiSCSI_NICPerformance 9687=MSiSCSI_NICPerformance 9688=BytesReceived 9689=BytesReceived 9690=BytesTransmitted 9691=BytesTransmitted 9692=PDUReceived 9693=PDUReceived 9694=PDUTransmitted 9695=PDUTransmitted 9696=MSiSCSI_QMIPSECStats 9697=MSiSCSI_QMIPSECStats 9698=ActiveSA 9699=ActiveSA 9700=ActiveTunnels 9701=ActiveTunnels 9702=AuthenticatedBytesReceived 9703=AuthenticatedBytesReceived 9704=AuthenticatedBytesSent 9705=AuthenticatedBytesSent 9706=BadSPIPackets 9707=BadSPIPackets 9708=ConfidentialBytesReceived 9709=ConfidentialBytesReceived 9710=ConfidentialBytesSent 9711=ConfidentialBytesSent 9712=KeyAdditions 9713=KeyAdditions 9714=KeyDeletions 9715=KeyDeletions 9716=PacketsNotAuthenticated 9717=PacketsNotAuthenticated 9718=PacketsNotDecrypted 9719=PacketsNotDecrypted 9720=PacketsWithReplayDetection 9721=PacketsWithReplayDetection 9722=PendingKeyOperations 9723=PendingKeyOperations 9724=ReKeys 9725=ReKeys 9726=TransportBytesReceived 9727=TransportBytesReceived 9728=TransportBytesSent 9729=TransportBytesSent 9730=TunnelBytesReceived 9731=TunnelBytesReceived 9732=TunnelBytesSent 9733=TunnelBytesSent 9734=MSiSCSI_RequestTimeStatistics 9735=MSiSCSI_RequestTimeStatistics 9736=AverageProcessingTime 9737=AverageProcessingTime 9738=MaximumProcessingTime 9739=MaximumProcessingTime 9740=MSiSCSI_SessionStatistics 9741=MSiSCSI_SessionStatistics 9742=BytesReceived 9743=BytesReceived 9744=BytesSent 9745=BytesSent 9746=ConnectionTimeoutErrors 9747=ConnectionTimeoutErrors 9748=DigestErrors 9749=DigestErrors 9750=FormatErrors 9751=FormatErrors 9752=PDUCommandsSent 9753=PDUCommandsSent 9754=PDUResponsesReceived 9755=PDUResponsesReceived 9756=ProcessorPerformance 9757=ProcessorPerformance 9758=frequency 9759=frequency 9760=percentage 9761=percentage 9762=power 9763=power 9764=WMI Objects 9765=Number of WMI High Performance provider returned by WMI Adapter 9766=HiPerf Classes 9767=Shows High Performance Classes 9768=HiPerf Validity 9769=Shows if High Performance Classes are valid 9770=MSiSCSI_ConnectionStatistics 9771=MSiSCSI_ConnectionStatistics 9772=BytesReceived 9773=BytesReceived 9774=BytesSent 9775=BytesSent 9776=PDUCommandsSent 9777=PDUCommandsSent 9778=PDUResponsesReceived 9779=PDUResponsesReceived 9780=MSiSCSI_InitiatorInstanceStatistics 9781=MSiSCSI_InitiatorInstanceStatistics 9782=SessionConnectionTimeoutErrorCount 9783=SessionConnectionTimeoutErrorCount 9784=SessionDigestErrorCount 9785=SessionDigestErrorCount 9786=SessionFailureCount 9787=SessionFailureCount 9788=SessionFormatErrorCount 9789=SessionFormatErrorCount 9790=MSiSCSI_InitiatorLoginStatistics 9791=MSiSCSI_InitiatorLoginStatistics 9792=LoginAcceptRsps 9793=LoginAcceptRsps 9794=LoginAuthenticateFails 9795=LoginAuthenticateFails 9796=LoginAuthFailRsps 9797=LoginAuthFailRsps 9798=LoginFailures 9799=LoginFailures 9800=LoginNegotiateFails 9801=LoginNegotiateFails 9802=LoginOtherFailRsps 9803=LoginOtherFailRsps 9804=LoginRedirectRsps 9805=LoginRedirectRsps 9806=LogoutNormals 9807=LogoutNormals 9808=LogoutOtherCodes 9809=LogoutOtherCodes 9810=MSiSCSI_MMIPSECStats 9811=MSiSCSI_MMIPSECStats 9812=AcquireFailures 9813=AcquireFailures 9814=AcquireHeapSize 9815=AcquireHeapSize 9816=ActiveAcquire 9817=ActiveAcquire 9818=ActiveReceive 9819=ActiveReceive 9820=AuthenticationFailures 9821=AuthenticationFailures 9822=ConnectionListSize 9823=ConnectionListSize 9824=GetSPIFailures 9825=GetSPIFailures 9826=InvalidCookiesReceived 9827=InvalidCookiesReceived 9828=InvalidPackets 9829=InvalidPackets 9830=KeyAdditionFailures 9831=KeyAdditionFailures 9832=KeyAdditions 9833=KeyAdditions 9834=KeyUpdateFailures 9835=KeyUpdateFailures 9836=KeyUpdates 9837=KeyUpdates 9838=NegotiationFailures 9839=NegotiationFailures 9840=OakleyMainMode 9841=OakleyMainMode 9842=OakleyQuickMode 9843=OakleyQuickMode 9844=ReceiveFailures 9845=ReceiveFailures 9846=ReceiveHeapSize 9847=ReceiveHeapSize 9848=SendFailures 9849=SendFailures 9850=SoftAssociations 9851=SoftAssociations 9852=TotalGetSPI 9853=TotalGetSPI 9854=MSiSCSI_NICPerformance 9855=MSiSCSI_NICPerformance 9856=BytesReceived 9857=BytesReceived 9858=BytesTransmitted 9859=BytesTransmitted 9860=PDUReceived 9861=PDUReceived 9862=PDUTransmitted 9863=PDUTransmitted 9864=MSiSCSI_QMIPSECStats 9865=MSiSCSI_QMIPSECStats 9866=ActiveSA 9867=ActiveSA 9868=ActiveTunnels 9869=ActiveTunnels 9870=AuthenticatedBytesReceived 9871=AuthenticatedBytesReceived 9872=AuthenticatedBytesSent 9873=AuthenticatedBytesSent 9874=BadSPIPackets 9875=BadSPIPackets 9876=ConfidentialBytesReceived 9877=ConfidentialBytesReceived 9878=ConfidentialBytesSent 9879=ConfidentialBytesSent 9880=KeyAdditions 9881=KeyAdditions 9882=KeyDeletions 9883=KeyDeletions 9884=PacketsNotAuthenticated 9885=PacketsNotAuthenticated 9886=PacketsNotDecrypted 9887=PacketsNotDecrypted 9888=PacketsWithReplayDetection 9889=PacketsWithReplayDetection 9890=PendingKeyOperations 9891=PendingKeyOperations 9892=ReKeys 9893=ReKeys 9894=TransportBytesReceived 9895=TransportBytesReceived 9896=TransportBytesSent 9897=TransportBytesSent 9898=TunnelBytesReceived 9899=TunnelBytesReceived 9900=TunnelBytesSent 9901=TunnelBytesSent 9902=MSiSCSI_RequestTimeStatistics 9903=MSiSCSI_RequestTimeStatistics 9904=AverageProcessingTime 9905=AverageProcessingTime 9906=MaximumProcessingTime 9907=MaximumProcessingTime 9908=MSiSCSI_SessionStatistics 9909=MSiSCSI_SessionStatistics 9910=BytesReceived 9911=BytesReceived 9912=BytesSent 9913=BytesSent 9914=ConnectionTimeoutErrors 9915=ConnectionTimeoutErrors 9916=DigestErrors 9917=DigestErrors 9918=FormatErrors 9919=FormatErrors 9920=PDUCommandsSent 9921=PDUCommandsSent 9922=PDUResponsesReceived 9923=PDUResponsesReceived 9924=ProcessorPerformance 9925=ProcessorPerformance 9926=frequency 9927=frequency 9928=percentage 9929=percentage 9930=power 9931=power 9932=WMI Objects 9933=Number of WMI High Performance provider returned by WMI Adapter 9934=HiPerf Classes 9935=Shows High Performance Classes 9936=HiPerf Validity 9937=Shows if High Performance Classes are valid 9938=MSiSCSI_ConnectionStatistics 9939=MSiSCSI_ConnectionStatistics 9940=BytesReceived 9941=BytesReceived 9942=BytesSent 9943=BytesSent 9944=PDUCommandsSent 9945=PDUCommandsSent 9946=PDUResponsesReceived 9947=PDUResponsesReceived 9948=MSiSCSI_InitiatorInstanceStatistics 9949=MSiSCSI_InitiatorInstanceStatistics 9950=SessionConnectionTimeoutErrorCount 9951=SessionConnectionTimeoutErrorCount 9952=SessionDigestErrorCount 9953=SessionDigestErrorCount 9954=SessionFailureCount 9955=SessionFailureCount 9956=SessionFormatErrorCount 9957=SessionFormatErrorCount 9958=MSiSCSI_InitiatorLoginStatistics 9959=MSiSCSI_InitiatorLoginStatistics 9960=LoginAcceptRsps 9961=LoginAcceptRsps 9962=LoginAuthenticateFails 9963=LoginAuthenticateFails 9964=LoginAuthFailRsps 9965=LoginAuthFailRsps 9966=LoginFailures 9967=LoginFailures 9968=LoginNegotiateFails 9969=LoginNegotiateFails 9970=LoginOtherFailRsps 9971=LoginOtherFailRsps 9972=LoginRedirectRsps 9973=LoginRedirectRsps 9974=LogoutNormals 9975=LogoutNormals 9976=LogoutOtherCodes 9977=LogoutOtherCodes 9978=MSiSCSI_MMIPSECStats 9979=MSiSCSI_MMIPSECStats 9980=AcquireFailures 9981=AcquireFailures 9982=AcquireHeapSize 9983=AcquireHeapSize 9984=ActiveAcquire 9985=ActiveAcquire 9986=ActiveReceive 9987=ActiveReceive 9988=AuthenticationFailures 9989=AuthenticationFailures 9990=ConnectionListSize 9991=ConnectionListSize 9992=GetSPIFailures 9993=GetSPIFailures 9994=InvalidCookiesReceived 9995=InvalidCookiesReceived 9996=InvalidPackets 9997=InvalidPackets 9998=KeyAdditionFailures 9999=KeyAdditionFailures 10000=KeyAdditions 10001=KeyAdditions 10002=KeyUpdateFailures 10003=KeyUpdateFailures 10004=KeyUpdates 10005=KeyUpdates 10006=NegotiationFailures 10007=NegotiationFailures 10008=OakleyMainMode 10009=OakleyMainMode 10010=OakleyQuickMode 10011=OakleyQuickMode 10012=ReceiveFailures 10013=ReceiveFailures 10014=ReceiveHeapSize 10015=ReceiveHeapSize 10016=SendFailures 10017=SendFailures 10018=SoftAssociations 10019=SoftAssociations 10020=TotalGetSPI 10021=TotalGetSPI 10022=MSiSCSI_NICPerformance 10023=MSiSCSI_NICPerformance 10024=BytesReceived 10025=BytesReceived 10026=BytesTransmitted 10027=BytesTransmitted 10028=PDUReceived 10029=PDUReceived 10030=PDUTransmitted 10031=PDUTransmitted 10032=MSiSCSI_QMIPSECStats 10033=MSiSCSI_QMIPSECStats 10034=ActiveSA 10035=ActiveSA 10036=ActiveTunnels 10037=ActiveTunnels 10038=AuthenticatedBytesReceived 10039=AuthenticatedBytesReceived 10040=AuthenticatedBytesSent 10041=AuthenticatedBytesSent 10042=BadSPIPackets 10043=BadSPIPackets 10044=ConfidentialBytesReceived 10045=ConfidentialBytesReceived 10046=ConfidentialBytesSent 10047=ConfidentialBytesSent 10048=KeyAdditions 10049=KeyAdditions 10050=KeyDeletions 10051=KeyDeletions 10052=PacketsNotAuthenticated 10053=PacketsNotAuthenticated 10054=PacketsNotDecrypted 10055=PacketsNotDecrypted 10056=PacketsWithReplayDetection 10057=PacketsWithReplayDetection 10058=PendingKeyOperations 10059=PendingKeyOperations 10060=ReKeys 10061=ReKeys 10062=TransportBytesReceived 10063=TransportBytesReceived 10064=TransportBytesSent 10065=TransportBytesSent 10066=TunnelBytesReceived 10067=TunnelBytesReceived 10068=TunnelBytesSent 10069=TunnelBytesSent 10070=MSiSCSI_RequestTimeStatistics 10071=MSiSCSI_RequestTimeStatistics 10072=AverageProcessingTime 10073=AverageProcessingTime 10074=MaximumProcessingTime 10075=MaximumProcessingTime 10076=MSiSCSI_SessionStatistics 10077=MSiSCSI_SessionStatistics 10078=BytesReceived 10079=BytesReceived 10080=BytesSent 10081=BytesSent 10082=ConnectionTimeoutErrors 10083=ConnectionTimeoutErrors 10084=DigestErrors 10085=DigestErrors 10086=FormatErrors 10087=FormatErrors 10088=PDUCommandsSent 10089=PDUCommandsSent 10090=PDUResponsesReceived 10091=PDUResponsesReceived 10092=ProcessorPerformance 10093=ProcessorPerformance 10094=frequency 10095=frequency 10096=percentage 10097=percentage 10098=power 10099=power 10100=WMI Objects 10101=Number of WMI High Performance provider returned by WMI Adapter 10102=HiPerf Classes 10103=Shows High Performance Classes 10104=HiPerf Validity 10105=Shows if High Performance Classes are valid 10106=MSiSCSI_ConnectionStatistics 10107=MSiSCSI_ConnectionStatistics 10108=BytesReceived 10109=BytesReceived 10110=BytesSent 10111=BytesSent 10112=PDUCommandsSent 10113=PDUCommandsSent 10114=PDUResponsesReceived 10115=PDUResponsesReceived 10116=MSiSCSI_InitiatorInstanceStatistics 10117=MSiSCSI_InitiatorInstanceStatistics 10118=SessionConnectionTimeoutErrorCount 10119=SessionConnectionTimeoutErrorCount 10120=SessionDigestErrorCount 10121=SessionDigestErrorCount 10122=SessionFailureCount 10123=SessionFailureCount 10124=SessionFormatErrorCount 10125=SessionFormatErrorCount 10126=MSiSCSI_InitiatorLoginStatistics 10127=MSiSCSI_InitiatorLoginStatistics 10128=LoginAcceptRsps 10129=LoginAcceptRsps 10130=LoginAuthenticateFails 10131=LoginAuthenticateFails 10132=LoginAuthFailRsps 10133=LoginAuthFailRsps 10134=LoginFailures 10135=LoginFailures 10136=LoginNegotiateFails 10137=LoginNegotiateFails 10138=LoginOtherFailRsps 10139=LoginOtherFailRsps 10140=LoginRedirectRsps 10141=LoginRedirectRsps 10142=LogoutNormals 10143=LogoutNormals 10144=LogoutOtherCodes 10145=LogoutOtherCodes 10146=MSiSCSI_MMIPSECStats 10147=MSiSCSI_MMIPSECStats 10148=AcquireFailures 10149=AcquireFailures 10150=AcquireHeapSize 10151=AcquireHeapSize 10152=ActiveAcquire 10153=ActiveAcquire 10154=ActiveReceive 10155=ActiveReceive 10156=AuthenticationFailures 10157=AuthenticationFailures 10158=ConnectionListSize 10159=ConnectionListSize 10160=GetSPIFailures 10161=GetSPIFailures 10162=InvalidCookiesReceived 10163=InvalidCookiesReceived 10164=InvalidPackets 10165=InvalidPackets 10166=KeyAdditionFailures 10167=KeyAdditionFailures 10168=KeyAdditions 10169=KeyAdditions 10170=KeyUpdateFailures 10171=KeyUpdateFailures 10172=KeyUpdates 10173=KeyUpdates 10174=NegotiationFailures 10175=NegotiationFailures 10176=OakleyMainMode 10177=OakleyMainMode 10178=OakleyQuickMode 10179=OakleyQuickMode 10180=ReceiveFailures 10181=ReceiveFailures 10182=ReceiveHeapSize 10183=ReceiveHeapSize 10184=SendFailures 10185=SendFailures 10186=SoftAssociations 10187=SoftAssociations 10188=TotalGetSPI 10189=TotalGetSPI 10190=MSiSCSI_NICPerformance 10191=MSiSCSI_NICPerformance 10192=BytesReceived 10193=BytesReceived 10194=BytesTransmitted 10195=BytesTransmitted 10196=PDUReceived 10197=PDUReceived 10198=PDUTransmitted 10199=PDUTransmitted 10200=MSiSCSI_QMIPSECStats 10201=MSiSCSI_QMIPSECStats 10202=ActiveSA 10203=ActiveSA 10204=ActiveTunnels 10205=ActiveTunnels 10206=AuthenticatedBytesReceived 10207=AuthenticatedBytesReceived 10208=AuthenticatedBytesSent 10209=AuthenticatedBytesSent 10210=BadSPIPackets 10211=BadSPIPackets 10212=ConfidentialBytesReceived 10213=ConfidentialBytesReceived 10214=ConfidentialBytesSent 10215=ConfidentialBytesSent 10216=KeyAdditions 10217=KeyAdditions 10218=KeyDeletions 10219=KeyDeletions 10220=PacketsNotAuthenticated 10221=PacketsNotAuthenticated 10222=PacketsNotDecrypted 10223=PacketsNotDecrypted 10224=PacketsWithReplayDetection 10225=PacketsWithReplayDetection 10226=PendingKeyOperations 10227=PendingKeyOperations 10228=ReKeys 10229=ReKeys 10230=TransportBytesReceived 10231=TransportBytesReceived 10232=TransportBytesSent 10233=TransportBytesSent 10234=TunnelBytesReceived 10235=TunnelBytesReceived 10236=TunnelBytesSent 10237=TunnelBytesSent 10238=MSiSCSI_RequestTimeStatistics 10239=MSiSCSI_RequestTimeStatistics 10240=AverageProcessingTime 10241=AverageProcessingTime 10242=MaximumProcessingTime 10243=MaximumProcessingTime 10244=MSiSCSI_SessionStatistics 10245=MSiSCSI_SessionStatistics 10246=BytesReceived 10247=BytesReceived 10248=BytesSent 10249=BytesSent 10250=ConnectionTimeoutErrors 10251=ConnectionTimeoutErrors 10252=DigestErrors 10253=DigestErrors 10254=FormatErrors 10255=FormatErrors 10256=PDUCommandsSent 10257=PDUCommandsSent 10258=PDUResponsesReceived 10259=PDUResponsesReceived 10260=ProcessorPerformance 10261=ProcessorPerformance 10262=frequency 10263=frequency 10264=percentage 10265=percentage 10266=power 10267=power 10268=WMI Objects 10269=Number of WMI High Performance provider returned by WMI Adapter 10270=HiPerf Classes 10271=Shows High Performance Classes 10272=HiPerf Validity 10273=Shows if High Performance Classes are valid 10274=MSiSCSI_ConnectionStatistics 10275=MSiSCSI_ConnectionStatistics 10276=BytesReceived 10277=BytesReceived 10278=BytesSent 10279=BytesSent 10280=PDUCommandsSent 10281=PDUCommandsSent 10282=PDUResponsesReceived 10283=PDUResponsesReceived 10284=MSiSCSI_InitiatorInstanceStatistics 10285=MSiSCSI_InitiatorInstanceStatistics 10286=SessionConnectionTimeoutErrorCount 10287=SessionConnectionTimeoutErrorCount 10288=SessionDigestErrorCount 10289=SessionDigestErrorCount 10290=SessionFailureCount 10291=SessionFailureCount 10292=SessionFormatErrorCount 10293=SessionFormatErrorCount 10294=MSiSCSI_InitiatorLoginStatistics 10295=MSiSCSI_InitiatorLoginStatistics 10296=LoginAcceptRsps 10297=LoginAcceptRsps 10298=LoginAuthenticateFails 10299=LoginAuthenticateFails 10300=LoginAuthFailRsps 10301=LoginAuthFailRsps 10302=LoginFailures 10303=LoginFailures 10304=LoginNegotiateFails 10305=LoginNegotiateFails 10306=LoginOtherFailRsps 10307=LoginOtherFailRsps 10308=LoginRedirectRsps 10309=LoginRedirectRsps 10310=LogoutNormals 10311=LogoutNormals 10312=LogoutOtherCodes 10313=LogoutOtherCodes 10314=MSiSCSI_MMIPSECStats 10315=MSiSCSI_MMIPSECStats 10316=AcquireFailures 10317=AcquireFailures 10318=AcquireHeapSize 10319=AcquireHeapSize 10320=ActiveAcquire 10321=ActiveAcquire 10322=ActiveReceive 10323=ActiveReceive 10324=AuthenticationFailures 10325=AuthenticationFailures 10326=ConnectionListSize 10327=ConnectionListSize 10328=GetSPIFailures 10329=GetSPIFailures 10330=InvalidCookiesReceived 10331=InvalidCookiesReceived 10332=InvalidPackets 10333=InvalidPackets 10334=KeyAdditionFailures 10335=KeyAdditionFailures 10336=KeyAdditions 10337=KeyAdditions 10338=KeyUpdateFailures 10339=KeyUpdateFailures 10340=KeyUpdates 10341=KeyUpdates 10342=NegotiationFailures 10343=NegotiationFailures 10344=OakleyMainMode 10345=OakleyMainMode 10346=OakleyQuickMode 10347=OakleyQuickMode 10348=ReceiveFailures 10349=ReceiveFailures 10350=ReceiveHeapSize 10351=ReceiveHeapSize 10352=SendFailures 10353=SendFailures 10354=SoftAssociations 10355=SoftAssociations 10356=TotalGetSPI 10357=TotalGetSPI 10358=MSiSCSI_NICPerformance 10359=MSiSCSI_NICPerformance 10360=BytesReceived 10361=BytesReceived 10362=BytesTransmitted 10363=BytesTransmitted 10364=PDUReceived 10365=PDUReceived 10366=PDUTransmitted 10367=PDUTransmitted 10368=MSiSCSI_QMIPSECStats 10369=MSiSCSI_QMIPSECStats 10370=ActiveSA 10371=ActiveSA 10372=ActiveTunnels 10373=ActiveTunnels 10374=AuthenticatedBytesReceived 10375=AuthenticatedBytesReceived 10376=AuthenticatedBytesSent 10377=AuthenticatedBytesSent 10378=BadSPIPackets 10379=BadSPIPackets 10380=ConfidentialBytesReceived 10381=ConfidentialBytesReceived 10382=ConfidentialBytesSent 10383=ConfidentialBytesSent 10384=KeyAdditions 10385=KeyAdditions 10386=KeyDeletions 10387=KeyDeletions 10388=PacketsNotAuthenticated 10389=PacketsNotAuthenticated 10390=PacketsNotDecrypted 10391=PacketsNotDecrypted 10392=PacketsWithReplayDetection 10393=PacketsWithReplayDetection 10394=PendingKeyOperations 10395=PendingKeyOperations 10396=ReKeys 10397=ReKeys 10398=TransportBytesReceived 10399=TransportBytesReceived 10400=TransportBytesSent 10401=TransportBytesSent 10402=TunnelBytesReceived 10403=TunnelBytesReceived 10404=TunnelBytesSent 10405=TunnelBytesSent 10406=MSiSCSI_RequestTimeStatistics 10407=MSiSCSI_RequestTimeStatistics 10408=AverageProcessingTime 10409=AverageProcessingTime 10410=MaximumProcessingTime 10411=MaximumProcessingTime 10412=MSiSCSI_SessionStatistics 10413=MSiSCSI_SessionStatistics 10414=BytesReceived 10415=BytesReceived 10416=BytesSent 10417=BytesSent 10418=ConnectionTimeoutErrors 10419=ConnectionTimeoutErrors 10420=DigestErrors 10421=DigestErrors 10422=FormatErrors 10423=FormatErrors 10424=PDUCommandsSent 10425=PDUCommandsSent 10426=PDUResponsesReceived 10427=PDUResponsesReceived 10428=ProcessorPerformance 10429=ProcessorPerformance 10430=frequency 10431=frequency 10432=percentage 10433=percentage 10434=power 10435=power 10436=Active Server Pages 10437=Active Server Pages [a{|WYt|~ Nv Active Server Pages Y0 10438=Debugging Requests 10439=ՋechBlv!kpe0 10440=Errors During Script Runtime 10441=1uNЏLe [v1Y%Blv!kpe0 10442=Errors From ASP Preprocessor 10443=1uNYthV [v1Y%Blv!kpe0 10444=Errors From Script Compilers 10445=1uN,gы [v1Y%Blv!kpe0 10446=Errors/Sec 10447=kySuvpe0 10448=Request Bytes In Total 10449=@b gBlv;`W[pe0 10450=Request Bytes Out Total 10451=S0R[7bzvT^;`(NW[:NUSMO) NSbhQ HTTP T^4Y0 10452=Request Execution Time 10453=gbLgяvBl@b9ve(ky)0 10454=Request Wait Time 10455=gяvBl(WR-NI{_ve(ky)0 10456=Requests Disconnected 10457=1uNOEe e_ޏcvBlpe0 10458=Requests Executing 10459=S_MRck(WgbLvBlpe0 10460=Requests Failed Total 10461=1uN0cCg1Y%NSb~ 1Y%vBl;`pe0 10462=Requests Not Authorized 10463=1uNl gYvCgP 1Y%vBlpe0 10464=Requests Not Found 10465=[~b N0RveNvBlpe0 10466=Requests Queued 10467=(WR-NI{_ gRvBlpe0 10468=Requests Rejected 10469=1uNl gYvDnegYtV *ggbLvBl;`pe0 10470=Requests Succeeded 10471=bRgbLvBlpe0 10472=Requests Timed Out 10473=evBlpe0 10474=Requests Total 10475= gR/TRTvBl;`pe0 10476=Requests/Sec 10477=kygbLvBlpe0 10478=Script Engines Cached 10479=MONX[-Nv,g_dpe0 10480=Session Duration 10481=gяvO݋c~ve(ky)0 10482=Sessions Current 10483=S_MRck(WYtvO݋pe0 10484=Sessions Timed Out 10485=evO݋pe0 10486=Sessions Total 10487= gR/TRNegvO݋;`pe0 10488=Templates Cached 10489=S_MRX[v!jgpe0 10490=Template Cache Hit Rate 10491=(W!jgX[-N~b0RvBlpe`S;`Blpev~vRk0 10494=Template Notifications 10495=X[-N1uNf9ew [eHev!jgpe0 10496=Transactions Aborted 10497=-NbkvNRpe0 10498=Transactions Committed 10499=cNvNRpe0 10500=Transactions Pending 10501=ۏL-NvNRpe0 10502=Transactions Total 10503= gR/TRNegvNR;`pe0 10504=Transactions/Sec 10505=ky/TRvNRpe0 10506=In Memory Templates Cached 10507=X[(WQX[-Nv]ы!jgpe0 10508=In Memory Template Cache Hit Rate 10509=(WQX[X[-N~b0RvBlpe`S;`Blpev~vRk0 10512=Script Engine Cache Hit Rate 10513=(W,g_dX[-N~b0RvBl~vRk0 10516=Engine Flush Notifications 10517=1uNf9ew (WX[-NeHev_dpe0 10518=Windows Workflow Foundation 10519=Windows Workflow Foundation '`pehV 10520=Workflows Created 10521=]R^v]\OAm;`pe0 10522=Workflows Created/sec 10523=kyR^]\OAmvs0 10524=Workflows Unloaded 10525=]xS}v]\OAm;`pe0 10526=Workflows Unloaded/sec 10527=kyxS}]\OAmvs0 10528=Workflows Loaded 10529=]R}v]\OAm;`pe0 10530=Workflows Loaded/sec 10531=kyR}]\OAmvs0 10532=Workflows Completed 10533=][bv]\OAm;`pe0 10534=Workflows Completed/sec 10535=ky[b]\OAmvs0 10536=Workflows Suspended 10537=]cwv]\OAm;`pe0 10538=Workflows Suspended/sec 10539=kycw]\OAmvs0 10540=Workflows Terminated 10541=]~bkv]\OAm;`pe0 10542=Workflows Terminated/sec 10543=ky~bk]\OAmvs0 10544=Workflows In Memory 10545=QX[-Nv]\OAm;`pe0 10546=Workflows Aborted 10547=]-Nbkv]\OAm;`pe0 10548=Workflows Aborted/sec 10549=ky-Nbk]\OAmvs0 10550=Workflows Persisted 10551=cENSv]\OAm;`pe0 10552=Workflows Persisted/sec 10553=kycENS]\OAmvs0 10554=Workflows Executing 10555=;NRgbLv]\OAm[Ov;`pe0 10556=Workflows Idle/sec 10557=kyS:Nzz]\OAmvs0 10558=Workflows Runnable 10559=QYgbLv]\OAm;`pe0 10560=Workflows Pending 10561=ck(WI{_~ zv]\OAm;`pe0 10562=SMSvcHost 3.0.0.0 10563=SMSvcHost 3.0.0.0 '`pehV 10564=Protocol Failures over net.tcp 10565=net.tcp OSB\ Nv1Y%;`!kpe0 10566=Protocol Failures over net.pipe 10567=net.pipe OSB\ Nv1Y%;`!kpe0 10568=Dispatch Failures over net.tcp 10569=^Ǐ net.tcp c6evmo`1Y%v;`!kpe0 10570=Dispatch Failures over net.pipe 10571=^Ǐ net.pipe c6evmo`1Y%v;`!kpe0 10572=Connections Dispatched over net.tcp 10573=Ǐ net.tcp ^vޏc;`pe0 10574=Connections Dispatched over net.pipe 10575=Ǐ net.pipe ^vޏc;`pe0 10576=Connections Accepted over net.tcp 10577=Ǐ net.tcp cSv TCP ޏc;`pe0 10578=Connections Accepted over net.pipe 10579=Ǐ net.pipe cSv}T T{Sޏc;`pe0 10580=Registrations Active for net.tcp 10581=S_MRS(uN net.tcp v URI lQpeϑ0 10582=Registrations Active for net.pipe 10583=S_MRS(uN net.pipe v URI lQpeϑ0 10584=Uris Registered for net.tcp 10585=:N net.tcp bRlQv URI ;`pe0 10586=Uris Registered for net.pipe 10587=:N net.pipe bRlQv URI ;`pe0 10588=Uris Unregistered for net.tcp 10589=:N net.tcp bRSmlQv URI ;`pe0 10590=Uris Unregistered for net.pipe 10591=:N net.pipe bRSmlQv URI ;`pe0 10592=ServiceModelOperation 3.0.0.0 10593=ServiceModelOperation 3.0.0.0 '`pehV 10594=Calls 10595=[d\Ov(upeϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.Calls.aspx 10596=Calls Per Second 10597=ky[d\Ov(upeϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.CallsPerSecond.aspx 10598=Calls Outstanding 10599=ck(W(ud\Ov(upeϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.CallsOutstanding.aspx 10600=Calls Failed 10601=d\O NQs*gYt_8^v(upeϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.CallsFailed.aspx 10602=Call Failed Per Second 10603=d\O NkyQs*gYt_8^v(upeϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.CallsFailedPerSecond.aspx 10604=Calls Faulted 10605=[d\OԏVv(upeϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.CallsFaulted.aspx 10606=Calls Faulted Per Second 10607=ky[d\OԏVv(upeϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.CallsFaultedPerSecond.aspx 10608=Calls Duration 10609=(ud\Ovs^GWc~e0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.CallDuration.aspx 10610=Calls Duration Base 10611="Calls Duration" pehVvW,gpehV0 10612=Transactions Flowed 10613=AmTd\OvNRpeϑ0SS0Rd\Ovmo`-NQsNR ID 勡pehV1\OXR0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.TxFlowed.aspx 10614=Transactions Flowed Per Second 10615=kyAmTd\OvNRpeϑ0SS0Rd\Ovmo`-NQsNR ID 勡pehV1\OXR0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.TxFlowedPerSecond.aspx 10616=Security Validation and Authentication Failures 10617=[d\OۏLvbN1Y%v(u!kpe0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.SecurityValidationAuthenticationFailures.aspx 10618=Security Validation and Authentication Failures Per Second 10619=ky[d\OۏLvbN1Y%v(u!kpe0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.SecurityValidationAuthenticationFailuresPerSecond.aspx 10620=Security Calls Not Authorized 10621=N1Y%v(ud\Ov!kpe0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.SecurityCallsNotAuthorized.aspx 10622=Security Calls Not Authorized Per Second 10623=kyN1Y%v(ud\Ov!kpe0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Operation.SecurityCallsNotAuthorizedPerSecond.aspx 10624=MSDTC Bridge 3.0.0.0 10625=MSDTC Bridge 3.0.0.0 '`pehV 10626=Message send failures/sec 10627=WS-AT gRkyS WS-AT OSmo`1Y%vpeϑ0 10628=Prepare retry count/sec 10629=WS-AT gRky]SvQY͑Ջmo`vpeϑ0 10630=Commit retry count/sec 10631=WS-AT gRky]SvcN͑Ջmo`vpeϑ0 10632=Prepared retry count/sec 10633=WS-AT gRky]S]QY͑Ջmo`vpeϑ0 10634=Replay retry count/sec 10635=WS-AT gRky]S͑d͑Ջmo`vpeϑ0 10636=Faults received count/sec 10637=WS-AT gRky]c6e0Rmo`vpeϑ0 10638=Faults sent count/sec 10639=WS-AT gRky]Smo`vpeϑ0 10640=Average participant prepare response time 10641=WS-AT gRc6eSNQYmo`T^vs^GWe(Nky:NUSMO)0 10642=Average participant prepare response time Base 10643="Average participant prepare response time" pehVvW,gpehV0 10644=Average participant commit response time 10645=WS-AT gRc6eSNcNmo`T^vs^GWe(Nky:NUSMO)0 10646=Average participant commit response time Base 10647="Average participant commit response time" pehVvW,gpehV0 10648=ServiceModelEndpoint 3.0.0.0 10649=ServiceModelEndpoint 3.0.0.0 '`pehV 10650=Calls 10651=[~~pv(upeϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.Calls.aspx 10652=Calls Per Second 10653=ky[~~pv(upeϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.CallsPerSecond.aspx 10654=Calls Outstanding 10655=ck(W(u~~pv(upeϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.CallsOutstanding.aspx 10656=Calls Failed 10657=~~p NQs*gYt_8^v(upeϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.CallsFailed.aspx 10658=Calls Failed Per Second 10659=~~p NkyQs*gYt_8^v(upeϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.CallsFailedPerSecond.aspx 10660=Calls Faulted 10661=[~~pԏVv(upeϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.CallsFaulted.aspx 10662=Calls Faulted Per Second 10663=ky[~~pԏVv(upeϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.CallsFaultedPerSecond.aspx 10664=Calls Duration 10665=(u~~pvs^GWc~e0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.CallDuration.aspx 10666=Calls Duration Base 10667="Calls Duration" pehVvW,gpehV0 10668=Transactions Flowed 10669=AmT~~p Nd\OvNRpe0SS0R~~pvmo`-NQsNR ID 勡pehV1\OXR0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.TxFlowed.aspx 10670=Transactions Flowed Per Second 10671=kyAmT~~p Nd\OvNRpe0SS0R~~pvmo`-NQsNR ID 勡pehV1\OXR0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.TxFlowedPerSecond.aspx 10672=Security Validation and Authentication Failures 10673=[~~pۏLvbN1Y%v(u!kpe0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.SecurityValidationAuthenticationFailures.aspx 10674=Security Validation and Authentication Failures Per Second 10675=ky[~~pۏLvbN1Y%v(u!kpe0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.SecurityValidationAuthenticationFailuresPerSecond.aspx 10676=Security Calls Not Authorized 10677=N1Y%v(u~~pv!kpe0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.SecurityCallsNotAuthorized.aspx 10678=Security Calls Not Authorized Per Second 10679=kyN1Y%v(u~~pv!kpe0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.SecurityCallsNotAuthorizedPerSecond.aspx 10680=Reliable Messaging Sessions Faulted 10681=~~p NQvS`mo`O݋peϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.RMSessionsFaulted.aspx 10682=Reliable Messaging Sessions Faulted Per Second 10683=~~p NkyQvS`mo`O݋peϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.RMSessionsFaultedPerSecond.aspx 10684=Reliable Messaging Messages Dropped 10685=~~p N"N_vS` Omo`peϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.RMMessagesDropped.aspx 10686=Reliable Messaging Messages Dropped Per Second 10687=~~p Nky"N_vS` Omo`peϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.RMMessagesDroppedPerSecond.aspx 10688=ServiceModelService 3.0.0.0 10689=ServiceModelService 3.0.0.0 '`pehV 10690=Calls 10691=[ gRv(upeϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.Calls.aspx 10692=Calls Per Second 10693=ky[ gRv(upeϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.CallsPerSecond.aspx 10694=Calls Outstanding 10695=ck(W(u gRv(u!kpe0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.CallsOutstanding.aspx 10696=Calls Failed 10697= gR NQs*gYt_8^v(upeϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.CallsFailed.aspx 10698=Calls Failed Per Second 10699= gR NkyQs*gYt_8^v(upeϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.CallsFailedPerSecond.aspx 10700=Calls Faulted 10701=[ gRԏVv(upeϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.CallsFaulted.aspx 10702=Calls Faulted Per Second 10703=ky[ gRԏVv(upeϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.CallsFaultedPerSecond.aspx 10704=Calls Duration 10705=(u gRvs^GWc~e0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.CallDuration.aspx 10706=Calls Duration Base 10707="Calls Duration" pehVvW,gpehV0 10708=Transactions Flowed 10709=AmT gR Nd\OvNRpeϑ0SS0R gRvmo`-NQsNR ID 勡pehV1\OXR0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxFlowed.aspx 10710=Transactions Flowed Per Second 10711=kyAmT gR Nd\OvNRpeϑ0SS0R gRvmo`-NQsNR ID 勡pehV1\OXR0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxFlowedPerSecond.aspx 10712=Transacted Operations Committed 10713= gR N]gbLNRYtNcN~gvd\Opeϑ0Ogqd\O-NgbLv]\OfeDn0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxCommitted.aspx 10714=Transacted Operations Committed Per Second 10715= gR Nky]gbLNRYtNcN~gvd\Opeϑ0Ogqd\O-NgbLv]\OfeDn0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxCommittedPerSecond.aspx 10716=Transacted Operations Aborted 10717= gR N]gbLNRYtN-Nbk~gvd\Opeϑ0(Wd\O NgbLv]\OhQ؏S0\Dn؏S0R[NvMRNr`0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxAborted.aspx 10718=Transacted Operations Aborted Per Second 10719= gR Nky]gbLNRYtN-Ne~gvd\Opeϑ0(Wd\O NgbLv]\OhQ؏S0\Dn؏S0R[NvMRNr`0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxAbortedPerSecond.aspx 10720=Transacted Operations In Doubt 10721= gR N]gbLNRYtN~g Nnx[vd\Opeϑ0(Wdk`Q NgbLv]\OYN Nnx[r`0\DnOYu(Wcwv~g-N0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxInDoubt.aspx 10722=Transacted Operations In Doubt Per Second 10723= gR Nky]gbLNRYtN~g Nnx[vd\Opeϑ0(Wdky`Q NgbLv]\OYN Nnx[r`0\DnOYu(Wcwv~g-N0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.TxInDoubtPerSecond.aspx 10724=Security Validation and Authentication Failures 10725=[ gRۏLvbN1Y%v(u!kpe0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.SecurityValidationAuthenticationFailures.aspx 10726=Security Validation and Authentication Failures Per Second 10727=ky[ gRۏLvbN1Y%v(u!kpe0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.SecurityValidationAuthenticationFailuresPerSecond.aspx 10728=Security Calls Not Authorized 10729=N1Y%v(u gRv!kpe0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.SecurityCallsNotAuthorized.aspx 10730=Security Calls Not Authorized Per Second 10731=kyN1Y%v(u gRv!kpe0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.SecurityCallsNotAuthorizedPerSecond.aspx 10732=Instances 10733= gRv[O;`pe0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.Instances.aspx 10734=Instances Created Per Second 10735=ky gR[OR^s0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.InstancesPerSecond.aspx 10736=Reliable Messaging Sessions Faulted 10737= gR NQvS` OO݋peϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.RMSessionsFaulted.aspx 10738=Reliable Messaging Sessions Faulted Per Second 10739= gR NkyQvS` OO݋peϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.RMSessionsFaultedPerSecond.aspx 10740=Reliable Messaging Messages Dropped 10741= gR N"N_vS` Omo`peϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.RMMessagesDropped.aspx 10742=Reliable Messaging Messages Dropped Per Second 10743= gR Nky"N_vS` Omo`peϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Service.RMMessagesDroppedPerSecond.aspx 10744=Queued Poison Messages 10745= gR N1uc Oh:N-Nkvmo`peϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.MsmqPoisonMessages.aspx 10746=Queued Poison Messages Per Second 10747=~~p Nky1uc Oh:N-Nkvmo`peϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.MsmqPoisonMessagesPerSecond.aspx 10748=Queued Messages Rejected 10749= gR N1uc Ob~vmo`peϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.MsmqRejectedMessages.aspx 10750=Queued Messages Rejected Per Second 10751= gR Nky1uc Ob~vmo`peϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.MsmqRejectedMessagesPerSecond.aspx 10752=Queued Messages Dropped 10753= gR N1uc O"N_vmo`peϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.MsmqDroppedMessages.aspx 10754=Queued Messages Dropped Per Second 10755= gR Nky1uc O"N_vmo`peϑ0http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.PerformanceCounters.Endpoint.MsmqDroppedMessagesPerSecond.aspx 10864=Web Service 10865=Web gR[aS+Tyr[NN~QS^ gRvpehV0 10866=Total Bytes Sent 10867=Total Bytes Sent /f1u Web gRSvpencW[pev(N gR/TRT)0 10868=Bytes Sent/sec 10869=Bytes Sent/sec /f1u Web gRkySvpencW[pe0 10870=Total Bytes Received 10871=Total Bytes Received /f Web gRc6e0RvpencW[pev(N gR/TRT)0 10872=Bytes Received/sec 10873=Bytes Received/sec /f Web gRc6epencW[vs0 10874=Total Bytes Transferred 10875=Web gRSbc6e0Rv;`W[pe(N gR/TRT)0 10876=Bytes Total/sec 10877=Bytes Total/sec /f Bytes Sent/sec N Bytes Received/sec v;`T0ُ/f Web gRky Ov;`W[pe0 10878=Total Files Sent 10879=Total Files Sent /f1u Web gRSveNpev(N gR/TRT)0 10880=Files Sent/sec 10881=Web gRSeNvs0 10882=Total Files Received 10883=Total Files Received /f Web gRc6e0RveNpev(N gR/TRT)0 10884=Files Received/sec 10885=Web gRc6eeNvs0 10886=Total Files Transferred 10887=Total Files Transferred /fSTc6e0RveN;`T(N gR/TRT)0 10888=Files/sec 10889=Web gR OeNvs sSkySTc6eeNv;`pe0 10890=Current Anonymous Users 10891=Current Anonymous Users /fS_MRǏ Web gRۏL?S Tޏcv(u7bpe0 10892=Current NonAnonymous Users 10893=Current NonAnonymous Users /fS_MRǏ Web gRۏL^?S Tޏcv(u7bpe0 10894=Total Anonymous Users 10895=Total Anonymous Users /fN Web gR^zN?S Tޏcv;`(u7bpev(N gR/TRT)0 10896=Anonymous Users/sec 10897=(u7bkyN Web gR^zv?S Tޏcpe0 10898=Total NonAnonymous Users 10899=Total NonAnonymous Users /fN Web gR^zN^?S Tޏcv;`(u7bpev(N gR/TRT)0 10900=NonAnonymous Users/sec 10901=(u7bkyN Web gR^zv^?S Tޏcpe0 10902=Maximum Anonymous Users 10903=Maximum Anonymous Users /fǏ Web gR TeۏL?S Tޏcvg'Y(u7bpe(N gR/TRT)0 10904=Maximum NonAnonymous Users 10905=Maximum NonAnonymous Users /fǏ Web gR TeۏL^?S Tޏcvg'Y(u7bpe(N gR/TRT)0 10906=Current Connections 10907=Current Connections /fS_MRN Web gR^zvޏcpe0 10908=Maximum Connections 10909=Maximum Connections /fǏ Web gR TeۏL^?S Tޏcvg'Y(u7bpe(N gR/TRT)0 10910=Total Connection Attempts (all instances) 10911=Total Connection Attempts /f\ՋǏ Web gRۏLޏcv;`pe(N gR/TRT)0dkpehV[@b gRQv[O0 10912=Connection Attempts/sec 10913=ky\Ջ[ Web gRvޏcpe0 10914=Total Logon Attempts 10915=Total Logon Attempts /f\Ջ{vU_0R Web gRvpev(N gR/TRT)0 10916=Logon Attempts/sec 10917=ky\Ջ{vU_0R Web gRvpev0 10918=Total Options Requests 10919=Total Options Requests /fO(u OPTIONS elv HTTP Blpev(N gR/TRT)0 10920=Options Requests/sec 10921=O(u OPTIONS elۏL HTTP Blvs0 10922=Total Get Requests 10923=Total Get Requests /fO(u GET elv HTTP Blpe(N gR/TRT)0Get Bl/fg8^v HTTP Bl0 10924=Get Requests/sec 10925=kyO(u GET elv HTTP Blpe0Get Bl/fg8^v HTTP Bl0 10926=Total Post Requests 10927=Total Post Requests /fO(u Post elv HTTP Blpe(N gR/TRT)0 10928=Post Requests/sec 10929=kyO(u POST elv HTTP Blpe0 10930=Total Head Requests 10931=Total Head Requests /fO(u HEAD elv HTTP Blpe(N gR/TRT)0Head BlN,egasT@w[7bzg⋃[]~ gvN*Nechvr` w[/f&T7Re0 10932=Head Requests/sec 10933=O(u Head elۏL HTTP Blvs0Head Bl8^hf[7bzck(Wg] gechvr` NOnx[/f&T7Reech0 10934=Total Put Requests 10935=Total Put Requests /fO(u PUT elv HTTP Blpe(N gR/TRT)0 10936=Put Requests/sec 10937=O(u PUT elۏL HTTP Blvs0 10938=Total Delete Requests 10939=Total Delete Requests /fO(u DELETE elv HTTP Blpe(N gR/TRT)0Delete Bl8^(uNeN Rd0 10940=Delete Requests/sec 10941=O(u Delete elۏL HTTP Blvs0Delete Bl8^(uNeN Rd0 10942=Total Trace Requests 10943=Total Trace Requests /fO(u TRACE elv HTTP Blpe(N gR/TRT)0Trace BlSO[7bz(WBlv~>\ w0Rc6e0RvOo`v^)R(uc6e0RvOo`ۏLʋe0 10944=Trace Requests/sec 10945=O(u TRACE elۏL HTTP Blvs0Trace BlO[7bzSN(WBlv~>\g w6e0RvOo`v^)R(uc6e0RvOo`ۏLʋe0 10946=Total Move Requests 10947=Total Move Requests /fO(u MOVE elv HTTP Blpe(N gR/TRT)0Move Bl(uNyReNTvU_0 10948=Move Requests/sec 10949=O(u MOVE elۏL HTTP Blvs0Move Bl(uNyReNTvU_0 10950=Total Copy Requests 10951=Total Copy Requests /fO(u COPY elv HTTP Blpe(N gR/TRT)0Copy Bl(uN Y6ReNTvU_0 10952=Copy Requests/sec 10953=O(u COPY elۏL HTTP Blvs0Copy Bl(uN Y6ReNTvU_0 10954=Total Mkcol Requests 10955=Total Mkcol Requests /fO(u MKCOL elv HTTP Blpe(N gR/TRT)0Mkcol Bl(uN(W gRhV NR^vU_0 10956=Mkcol Requests/sec 10957=O(u MKCOL elۏL HTTP Blvs0Mkcol Bl(uN(W gRhV NR^vU_0 10958=Total Propfind Requests 10959=Total Propfind Requests /fO(u PROPFIND elv HTTP Blpe(N gR/TRT)0Propfind Bl(uN(WeNT gRhV Nh"}^\'`f:yN!k_0 13034=Filtering Threads 13035=|~[{ ~ zv;`pe0peWN`Ov|~Dnpe0 13036=Idle Threads 13037=I{_echv~ zpe0 13038=Document Entries 13039=S_MRQX[-Nechpe00 h:yl g"}_;mR0 13040=Performance Level 13041=h:y Gatherer gRAQO(uv|~Dnpeϑv~+R0 13042=Active Queue Length 13043=I{_:ghVN~ zvechpe0Yg N/f 0 @b g~ z_{[{ 0 13044=Filter Processes 13045=|~-N[{ ۏ zpe0 13046=Filter Processes Max 13047=/TRT|~-NX[(Wv[{ ۏ zvg'Ype0 13048=Filter Process Created 13049=[{ ۏ zR^b͑e/TRv;`!kpe0*YYv[{ ۏ zf[{ Ytech-Nvpenc g0 13050=Delayed Documents 13051=1uNQzpQsĉR ^ߏvechpe0 13052=Server Objects 13053=gя|~v gRhVpe0 13054=Server Objects Created 13055=ev gRhV[aR^v!kpe0 13056=Filter Objects 13057=|~-Nv[{ [ape0k*N[{ [aNS_MR[{ v URL vsQ0 13058=Documents Filtered 13059=[{ [aR^v!kpe0[N/TRT|~[{ vech;`pevsQ0 13060=Documents Filtered Rate 13061=ky[{ vechpe0 13062=Time Outs 13063=/TRT|~hKm0Rve;`pe0 13064=Servers Currently Unavailable 13065=S_[ gRhVvBle0RN[peϑe gRhV NS(u0 13066=Servers Unavailable 13067=S_[ gRhVvBle0RN[peϑe gRhV NS(u0 13068=Threads Accessing Network 13069=I{_[{ ۏ zT^v~ zpe0Ygl g;mRv^NpeI{N[{ ~ zpe ُSh:yQ~bck(W,rQv gRhV NS(u0 13070=Threads In Plug-ins 13071=I{_cN[bd\Ov~ zpe0 13072=Documents Successfully Filtered 13073=bR[{ vechpe0 13074=Documents Successfully Filtered Rate 13075=kybR[{ vechpe0 13076=Documents Delayed Retry 13077=eT\͑Ջvechpe0Yg:N^ 0 ُh:yck(W,rQv,g0W gRhV]sQ0 13078=Word Breakers Cached 13079=S(uvX[R͋|~[Ope0 13080=Stemmers Cached 13081=S(uvX[ stemmer [Ope0*YY[OSfDnO(u0 13082=All Notifications Received 13083=N@b gwn(SbeN|~)6e0Rvw;`pe0 13084=Notifications Rate 13085=kyc6eYwv^0 13086=System IO traffic rate 13087=T;hKm0Rv|~ IO(xv)Am(N KB/s :NUSMO) 13088=Reason to back off 13089=Nxc Gatherer gRۏeQTr`vSV00 - /TRv^(WЏL 1 - ؚ|~ IO Amϑ 2 - ؚw^ 3 - ck(WۏLv^ߏvb` Y(*g[s) 4 - 1uN(u7b;mR T 5 - 5u`lNO 6 - QX[NO 99 - 1uNQ萟SV T(1uN Search ,g) S_Te NgbL"}_0b` Y"}_ `O_{mdTvSV0Yg Gatherer gR(WTr` d"} gR\f\P v^NNNe_-N>f:ymo`0 13090=Threads blocked due to back off 13091=1uNTNN;bkv~ zpe0 13092=Search Indexer 13093="}_hVcN~Oo` 13094=Master Index Level. 13095=;N"}_v~+R0 13096=Master Merges to Date 13097=ďN:Nbkv;NTv^vpev 13098=Master Merge Progress 13099=;NTv^ۏ^ 13100=Shadow Merge Levels 13101=4q_Tv^~+R 13102=Shadow Merge Levels Threshold 13103=4q_Tv^~+R

e_vO݋pe0 14282=State Server Sessions Timed Out 14283=evO݋pe0 14284=State Server Sessions Total 14285=O݋;`pe0 14286=Requests Current 14287=S_MRvBlpev Sb(WR-Nv0ck(WgbLbI{_QeQ[7bzvBl0(W ASP.NET ۏ z!jW-N S_勡pehVǏ[IN(Wۏ z!jWMnRv requestQueueLimit e ASP.NET \_Yb~Bl0 14288=Audit Success Events Raised 14289=ꁔ^(u z^/TRNeg(WvQ-N[bRv!kpe0 14290=Audit Failure Events Raised 14291=ꁔ^(u z^/TRNeg(WvQ-N[1Y%v!kpe0 14292=Error Events Raised 14293=ꁔ^(u z^/TRNeg_SvNNpe0 14294=Request Error Events Raised 14295=ꁔ^(u z^/TRNeg_SvЏLeNNpe0 14296=Infrastructure Error Events Raised 14297=ꁔ^(u z^/TRNeg_Sv HTTP NNpe0 14298=,g:gR-NvBl 14299=Bl]ceQR V:N]Qv^LBlvP6R0 14300=Anonymous Requests 14301=O(u?S TNvBlpe0 14302=Anonymous Requests/Sec 14303=kyvN?S TBlpe 14304=Cache Total Entries 14305=X[-Nv;`ype SbQ萄vyT(u7bmRvy 14306=Cache Total Turnover Rate 14307=ky[;`X[vmRpeTydpe0 14308=Cache Total Hits 14309=X[v}T-N;`pe0 14310=Cache Total Misses 14311=X[*g}T-N;`pe0 14312=Cache Total Hit Ratio 14313=@b gX[(uv}T-Ns0 14314=Cache Total Hit Ratio Base 14315=X[;`}T-NsWpe 14316=Cache API Entries 14317=(u7bmRvX[Qv;`ype0 14318=Cache API Turnover Rate 14319=ky[ API X[vmRpeTydpe0 14320=Cache API Hits 14321=(u7bNxvX[}T-Npe0 14322=Cache API Misses 14323=N(u7bNx(uvX[*g}T-Npe0 14324=Cache API Hit Ratio 14325=N(u7bNx(uv}T-Ns0 14326=Cache API Hit Ratio Base 14327=X[ API }T-NsWpe 14328=Output Cache Entries 14329=QX[-NvS_MRype0 14330=Output Cache Turnover Rate 14331=ky[QX[vmRpeTydpe0 14332=Output Cache Hits 14333=1uQX[cOvQSX[Blv;`pe0 14334=Output Cache Misses 14335= N/f1uQX[cOvQSX[Blv;`pe0 14336=Output Cache Hit Ratio 14337=[QSX[BlvBl}T-Ns0 14338=Output Cache Hit Ratio Base 14339=QX[}T-NsWpe 14340=Compilations Total 14341=R`ыv .asax0.ascx0.ashx0.asmx b .aspx neNvpev0 14342=Debugging Requests 14343=YtvՋBlpe0 14344=Errors During Preprocessing 14345=RgTMngSuvpe0 14346=Errors During Compilation 14347=ыǏ z-NSuvpe0 14348=Errors During Execution 14349=YtBlgSuvpe0 14350=Errors Unhandled During Execution 14351=1u؞Yt z^ ^(u7bNxYtvpe0 14352=Errors Unhandled During Execution/Sec 14353=*gYtvs0 14354=Errors Total 14355=Suv;`pe0 14356=Errors Total/Sec 14357=Suvs0 14358=Pipeline Instance Count 14359=;mR{~[Ovpev0 14360=Request Bytes In Total 14361=@b gBlv;`'Y\ USMO:NW[0 14362=Request Bytes Out Total 14363=S0R[7bzvT^v;`'Y\ USMO:NW[0vQ-N NSbhQ HTTP T^4Y0 14364=Requests Executing 14365=S_MRgbLvBlpe0 14366=Requests Failed 14367=1Y%vBl;`pe0 14368=Requests Not Found 14369=[*g~b0RvDnvBlpe0 14370=Requests Not Authorized 14371=1uN*g~cCgv 1Y%vBlpe0 14372=Requests In Application Queue 14373=(W^(u z^BlR-NvBlpev0 14374=Requests Timed Out 14375=evBlpe0 14376=Requests Succeeded 14377=bRgbLvBlpe0 14378=Requests Total 14379=ꁔ^(u z^/TRTvBl;`pe0 14380=Requests/Sec 14381=kygbLvBlpe0 14382=Sessions Active 14383=S_MR;mRvO݋pe0 14384=Sessions Abandoned 14385=]fnx>e_vO݋pe0 14386=Sessions Timed Out 14387=evO݋pe0 14388=Sessions Total 14389=ꁔ^(u z^/TRTvO݋;`pe0 14390=Transactions Aborted 14391=-NbkvNRpe0 14392=Transactions Committed 14393=cNvNRpe0 14394=Transactions Pending 14395=ۏL-NvNRpe0 14396=Transactions Total 14397=ꁔ^(u z^/TRTvNR;`pe0 14398=Transactions/Sec 14399=ky/TRvNRpe0 14400=Session State Server connections total 14401=O݋r`O(uvr` gRhVޏc;`pe0 14402=Session SQL Server connections total 14403=O݋O(uv SQL Server ޏc;`pe0 14404=Events Raised 14405=ꁔ^(u z^/TRNeg_SvhKmNN;`pe0 14406=Events Raised/Sec 14407=kyvhKmNN;`pe0 14408=Application Lifetime Events 14409=ꁔ^(u z^/TRNeg_Sv^(u z^NNpe0 14410=Application Lifetime Events/Sec 14411=ky_Sv^(u z^NNpe0 14412=Error Events Raised 14413=ꁔ^(u z^/TRNeg_SvNNpe0 14414=Error Events Raised/Sec 14415=kyvNNpe0 14416=Request Error Events Raised 14417=ꁔ^(u z^/TRNeg_SvЏLeNNpe0 14418=Request Error Events Raised/Sec 14419=kyvЏLeNNpe0 14420=Infrastructure Error Events Raised 14421=ꁔ^(u z^/TRNeg_Sv HTTP NNpe0 14422=Infrastructure Error Events Raised/Sec 14423=ky_Sv HTTP NNpe0 14424=Request Events Raised 14425=ꁔ^(u z^/TRNeg_SvBlNNpe 14426=Request Events Raised/Sec 14427=ky_SvBlNNpe0 14428=Audit Success Events Raised 14429=ꁔ^(u z^/TRNeg(WvQ-N[bRv!kpe0 14430=Audit Failure Events Raised 14431=ꁔ^(u z^/TRNeg(WvQ-N[1Y%v!kpe0 14432=Membership Authentication Success 14433=ꁔ^(u z^/TRNegbXTQncbRv!kpe0 14434=Membership Authentication Failure 14435=ꁔ^(u z^/TRNegbXTQnc1Y%v!kpe0 14436=Forms Authentication Success 14437=ꁔ^(u z^/TRNeg Forms N-NhybRv!kpe0 14438=Forms Authentication Failure 14439=ꁔ^(u z^/TRNeg Forms N-Nhy1Y%v!kpe0 14440=Viewstate MAC Validation Failure 14441=ꁔ^(u z^/TRNegƉVr` MAC 1Y%v!kpe0 14442=Request Execution Time 14443=gbLgяvBl@b(uvkype0 14444=Requests Disconnected 14445=1uNOb(u7b~bk e_ޏcvBlpe0 14446=Requests Rejected 14447=1uN^(u z^BlR]n b~vBlpe0 14448=Request Wait Time 14449=gяvBl(WR-NI{_vkype0 14450=Cache % Machine Memory Limit Used 14451={:gO(uvirtQX[;`ϑdNX[virtQX[P6R_Qv~vRke_vO݋pe0 14712=State Server Sessions Timed Out 14713=evO݋pe0 14714=State Server Sessions Total 14715=O݋;`pe0 14716=ASP.NET v4.0.30319 14717=ASP.NET hQ@\'`pehV 14718=ASP.NET Apps v4.0.30319 14719=ASP.NET ^(u z^'`pehV 14720=Application Restarts 14721=^(u z^(W Web gRhVvuX[gQ͑e/TRv!kpe0 14722=Applications Running 14723=S_MRck(WЏLv Web ^(u z^vpev0 14724=Requests Disconnected 14725=1uNOb(u7b~bk e_ޏcvBlpe0 14726=Request Execution Time 14727=gbLgяvBl@b(uvkype0 14728=Requests Rejected 14729=1uNBlR]n b~vBlpe0 14730=Requests Queued 14731=I{PYtvBlpe0 14732=Worker Processes Running 14733=(W{:g NЏLvRۏ zpe0 14734=Worker Process Restarts 14735=Rۏ z(W{:g N͑e/TRv!kpe0 14736=Request Wait Time 14737=gяvBl(WR-NI{_vkype0 14738=State Server Sessions Active 14739=S_MR;mRvO݋pe0 14740=State Server Sessions Abandoned 14741=]fnx>e_vO݋pe0 14742=State Server Sessions Timed Out 14743=evO݋pe0 14744=State Server Sessions Total 14745=O݋;`pe0 14746=Requests Current 14747=S_MRvBlpev Sb(WR-Nv0ck(WgbLbI{_QeQ[7bzvBl0(W ASP.NET ۏ z!jW-N S_勡pehVǏ[IN(Wۏ z!jWMnRv requestQueueLimit e ASP.NET \_Yb~Bl0 14748=Audit Success Events Raised 14749=ꁔ^(u z^/TRNeg(WvQ-N[bRv!kpe0 14750=Audit Failure Events Raised 14751=ꁔ^(u z^/TRNeg(WvQ-N[1Y%v!kpe0 14752=Error Events Raised 14753=ꁔ^(u z^/TRNeg_SvNNpe0 14754=Request Error Events Raised 14755=ꁔ^(u z^/TRNeg_SvЏLeNNpe0 14756=Infrastructure Error Events Raised 14757=ꁔ^(u z^/TRNeg_Sv HTTP NNpe0 14758=,g:gR-NvBl 14759=Bl]ceQR V:N]Qv^LBlvP6R0 14760=Anonymous Requests 14761=O(u?S TNvBlpe0 14762=Anonymous Requests/Sec 14763=kyvN?S TBlpe 14764=Cache Total Entries 14765=X[-Nv;`ype SbQ萄vyT(u7bmRvy 14766=Cache Total Turnover Rate 14767=ky[;`X[vmRpeTydpe0 14768=Cache Total Hits 14769=X[v}T-N;`pe0 14770=Cache Total Misses 14771=X[*g}T-N;`pe0 14772=Cache Total Hit Ratio 14773=@b gX[(uv}T-Ns0 14774=Cache Total Hit Ratio Base 14775=X[;`}T-NsWpe 14776=Cache API Entries 14777=(u7bmRvX[Qv;`ype0 14778=Cache API Turnover Rate 14779=ky[ API X[vmRpeTydpe0 14780=Cache API Hits 14781=(u7bNxvX[}T-Npe0 14782=Cache API Misses 14783=N(u7bNx(uvX[*g}T-Npe0 14784=Cache API Hit Ratio 14785=N(u7bNx(uv}T-Ns0 14786=Cache API Hit Ratio Base 14787=X[ API }T-NsWpe 14788=Output Cache Entries 14789=QX[-NvS_MRype0 14790=Output Cache Turnover Rate 14791=ky[QX[vmRpeTydpe0 14792=Output Cache Hits 14793=1uQX[cOvQSX[Blv;`pe0 14794=Output Cache Misses 14795= N/f1uQX[cOvQSX[Blv;`pe0 14796=Output Cache Hit Ratio 14797=[QSX[BlvBl}T-Ns0 14798=Output Cache Hit Ratio Base 14799=QX[}T-NsWpe 14800=Compilations Total 14801=R`ыv .asax0.ascx0.ashx0.asmx b .aspx neNvpev0 14802=Debugging Requests 14803=YtvՋBlpe0 14804=Errors During Preprocessing 14805=RgTMngSuvpe0 14806=Errors During Compilation 14807=ыǏ z-NSuvpe0 14808=Errors During Execution 14809=YtBlgSuvpe0 14810=Errors Unhandled During Execution 14811=1u؞Yt z^ ^(u7bNxYtvpe0 14812=Errors Unhandled During Execution/Sec 14813=*gYtvs0 14814=Errors Total 14815=Suv;`pe0 14816=Errors Total/Sec 14817=Suvs0 14818=Pipeline Instance Count 14819=;mR{~[Ovpev0 14820=Request Bytes In Total 14821=@b gBlv;`'Y\ USMO:NW[0 14822=Request Bytes Out Total 14823=S0R[7bzvT^v;`'Y\ USMO:NW[0vQ-N NSbhQ HTTP T^4Y0 14824=Requests Executing 14825=S_MRgbLvBlpe0 14826=Requests Failed 14827=1Y%vBl;`pe0 14828=Requests Not Found 14829=[*g~b0RvDnvBlpe0 14830=Requests Not Authorized 14831=1uN*g~cCgv 1Y%vBlpe0 14832=Requests In Application Queue 14833=(W^(u z^BlR-NvBlpev0 14834=Requests Timed Out 14835=evBlpe0 14836=Requests Succeeded 14837=bRgbLvBlpe0 14838=Requests Total 14839=ꁔ^(u z^/TRTvBl;`pe0 14840=Requests/Sec 14841=kygbLvBlpe0 14842=Sessions Active 14843=S_MR;mRvO݋pe0 14844=Sessions Abandoned 14845=]fnx>e_vO݋pe0 14846=Sessions Timed Out 14847=evO݋pe0 14848=Sessions Total 14849=ꁔ^(u z^/TRTvO݋;`pe0 14850=Transactions Aborted 14851=-NbkvNRpe0 14852=Transactions Committed 14853=cNvNRpe0 14854=Transactions Pending 14855=ۏL-NvNRpe0 14856=Transactions Total 14857=ꁔ^(u z^/TRTvNR;`pe0 14858=Transactions/Sec 14859=ky/TRvNRpe0 14860=Session State Server connections total 14861=O݋r`O(uvr` gRhVޏc;`pe0 14862=Session SQL Server connections total 14863=O݋O(uv SQL Server ޏc;`pe0 14864=Events Raised 14865=ꁔ^(u z^/TRNeg_SvhKmNN;`pe0 14866=Events Raised/Sec 14867=kyvhKmNN;`pe0 14868=Application Lifetime Events 14869=ꁔ^(u z^/TRNeg_Sv^(u z^NNpe0 14870=Application Lifetime Events/Sec 14871=ky_Sv^(u z^NNpe0 14872=Error Events Raised 14873=ꁔ^(u z^/TRNeg_SvNNpe0 14874=Error Events Raised/Sec 14875=kyvNNpe0 14876=Request Error Events Raised 14877=ꁔ^(u z^/TRNeg_SvЏLeNNpe0 14878=Request Error Events Raised/Sec 14879=kyvЏLeNNpe0 14880=Infrastructure Error Events Raised 14881=ꁔ^(u z^/TRNeg_Sv HTTP NNpe0 14882=Infrastructure Error Events Raised/Sec 14883=ky_Sv HTTP NNpe0 14884=Request Events Raised 14885=ꁔ^(u z^/TRNeg_SvBlNNpe 14886=Request Events Raised/Sec 14887=ky_SvBlNNpe0 14888=Audit Success Events Raised 14889=ꁔ^(u z^/TRNeg(WvQ-N[bRv!kpe0 14890=Audit Failure Events Raised 14891=ꁔ^(u z^/TRNeg(WvQ-N[1Y%v!kpe0 14892=Membership Authentication Success 14893=ꁔ^(u z^/TRNegbXTQncbRv!kpe0 14894=Membership Authentication Failure 14895=ꁔ^(u z^/TRNegbXTQnc1Y%v!kpe0 14896=Forms Authentication Success 14897=ꁔ^(u z^/TRNeg Forms N-NhybRv!kpe0 14898=Forms Authentication Failure 14899=ꁔ^(u z^/TRNeg Forms N-Nhy1Y%v!kpe0 14900=Viewstate MAC Validation Failure 14901=ꁔ^(u z^/TRNegƉVr` MAC 1Y%v!kpe0 14902=Request Execution Time 14903=gbLgяvBl@b(uvkype0 14904=Requests Disconnected 14905=1uNOb(u7b~bk e_ޏcvBlpe0 14906=Requests Rejected 14907=1uN^(u z^BlR]n b~vBlpe0 14908=Request Wait Time 14909=gяvBl(WR-NI{_vkype0 14910=Cache % Machine Memory Limit Used 14911={:gO(uvirtQX[;`ϑdNX[virtQX[P6R_Qv~vRk 0)/sec 15755=Number of lock requests that timed out. This does not include requests for NOWAIT locks. 15756=Lock Wait Time (ms) 15757=Total wait time (milliseconds) for locks in the last second. 15758=Number of Deadlocks/sec 15759=Number of lock requests that resulted in a deadlock. 15760=Average Wait Time Base 15761=Base for Averate Wait Time. 15762=Lock Waits/sec 15763=Number of lock requests that could not be satisfied immediately and required the caller to wait before being granted the lock. 15764=Average Wait Time (ms) 15765=The average amount of wait time (milliseconds) for each lock request that resulted in a wait. 15766=SQLServer:Databases 15767=This defines a Database manager object for SQL Server 15768=Active Transactions 15769=Number of active update transactions for the database. 15770=Commit table entries 15771=The size of the in-memory part of the commit table for the database. 15772=Write Transactions/sec 15773=Number of transactions which wrote to the database in the last second. 15774=Log Flush Wait Time 15775=Total wait time (milliseconds). 15776=Log Cache Hit Ratio 15777=Percentage of log cache reads that were satisfied from the log cache. 15778=Log Flush Waits/sec 15779=Number of commits waiting on log flush. 15780=Log File(s) Used Size (KB) 15781=The cumulative used size of all the log files in the database. 15782=Log Cache Reads/sec 15783=Reads performed through the log manager cache. 15784=Shrink Data Movement Bytes/sec 15785=The rate data is being moved by Autoshrink, DBCC SHRINKDATABASE or SHRINKFILE. 15786=Log Bytes Flushed/sec 15787=Total number of log bytes flushed. 15788=Percent Log Used 15789=The percent of space in the log that is in use. 15790=Bulk Copy Rows/sec 15791=Number of rows bulk copied. 15792=Tracked transactions/sec 15793=Number of committed transactions recorded in the commit table for the database. 15794=Log Flushes/sec 15795=Number of log flushes. 15796=Log Growths 15797=Total number of log growths for this database. 15798=Log Truncations 15799=Total number of log truncations for this database. 15800=DBCC Logical Scan Bytes/sec 15801=Logical read scan rate for DBCC commands 15802=Log File(s) Size (KB) 15803=The cumulative size of all the log files in the database. 15804=Bulk Copy Throughput/sec 15805=KiloBytes bulk copied. 15806=Transactions/sec 15807=Number of transactions started for the database. 15808=Data File(s) Size (KB) 15809=The cumulative size of all the data files in the database. 15810=Repl. Trans. Rate 15811=Replication transaction rate (replicated transactions/sec.). 15812=Log Shrinks 15813=Total number of log shrinks for this database. 15814=Repl. Pending Xacts 15815=Number of pending replication transactions in the database. 15816=Backup/Restore Throughput/sec 15817=Read/write throughput for backup/restore of a database. 15818=Log Cache Hit Ratio Base 15819=Base for log cache calculations 15820=SQLServer:Database Mirroring 15821=This defines a Database Mirroring object for SQL Server 15822=Sends/sec 15823=Number of sends initiated per second 15824=Log Compressed Bytes Sent/sec 15825=Number of compressed bytes of log sent in the last second. 15826=Send/Receive Ack Time 15827=Milliseconds messages waited for acknowledgement from the partner per second. 15828=Redo Queue KB 15829=Total number of kilobytes that redo on the mirror database is behind the hardened log 15830=Log Compressed Bytes Rcvd/sec 15831=Number of compressed bytes of log received in the last second. 15832=Log Send Queue KB 15833=Total number of kilobytes of log that have not been sent to the mirror server 15834=Bytes Sent/sec 15835=Number of bytes sent per second 15836=Log Bytes Sent/sec 15837=Number of bytes of log sent per second 15838=Log Remaining for Undo KB 15839=Total number of kilobytes of log that remain to be scanned by the new mirror server after failover. 15840=Receives/sec 15841=Number of mirroring message receives per second 15842=Log Harden Time (ms) 15843=Milliseconds log blocks waited to be hardened to disk in the last second. 15844=Bytes Received/sec 15845=Number of bytes received per second 15846=Log Send Flow Control Time (ms) 15847=Milliseconds log stream messages waited for send flow control in the last second. 15848=Log Bytes Sent from Cache/sec 15849=Number of sent log bytes which were sent from the Database Mirroring log cache in the last second. 15850=Log Bytes Redone from Cache/sec 15851=Number of log bytes which were redone from the Database Mirroring log cache per second. 15852=Transaction Delay 15853=Number of milliseconds transaction termination waited for acknowledgement per second. 15854=Mirrored Write Transactions/sec 15855=Number of transactions which wrote to the mirrored database in the last second, that waited for log to be sent to the mirror. 15856=Log Bytes Received/sec 15857=Number of bytes of log received per second 15858=Log Scanned for Undo KB 15859=Total number of kilobytes of log that have been scanned by the new mirror server after failover. 15860=Redo Bytes/sec 15861=Number of bytes of log redone by the mirror database per second 15862=Pages Sent/sec 15863=Number of pages sent per second 15864=SQLServer:Latches 15865=Collects statistics associated with internal server latches 15866=Latch Waits/sec 15867=Number of latch requests that could not be granted immediately and had to wait before being granted. 15868=SuperLatch Demotions/sec 15869=Number of SuperLatches that have been demoted to regular latches 15870=Total Latch Wait Time (ms) 15871=Total latch wait time (milliseconds) for latch requests that had to wait in the last second. 15872=Average Latch Wait Time Base 15873=Base for Average Latch Wait Time. 15874=SuperLatch Promotions/sec 15875=Number of latches that have been promoted to SuperLatches 15876=Number of SuperLatches 15877=Number of latches that are currently SuperLatches. 15878=Average Latch Wait Time (ms) 15879=Average latch wait time (milliseconds) for latch requests that had to wait. 15880=SQLServer:Access Methods 15881=Collects statistics associated with the database server access methods 15882=Failed leaf page cookie 15883=The number of times that a leaf page cookie could not be used during an index search since changes happened on the leaf page. The cookie is used to speed up index search. 15884=Skipped Ghosted Records/sec 15885=Number of ghosted records per second skipped during scans. 15886=Scan Point Revalidations/sec 15887=Number of times the scan point had to be revalidated to continue the scan. 15888=Dropped rowset cleanups/sec 15889=The number of rowsets per second created as a result of aborted online index build operations that were successfully dropped by the background task that cleans up deferred dropped rowsets. 15890=LobHandle Create Count 15891=Count of temporary LOBs created. 15892=By-reference Lob Create Count 15893=Count of large object (LOB) values that were passed by reference. By-reference lobs are used in certain bulk operations to avoid the cost of passing them by value. 15894=Probe Scans/sec 15895=Number of probe scans per second that are used to find at most one single qualified row in an index or base table directly. 15896=Count Lob Readahead 15897=Count of lob pages on which readahead was issued. 15898=Used tree page cookie 15899=Number of times a tree page cookie was used successfully during an index search since no change happened on the parent page of the tree page. The cookie is used to speed up index search. 15900=Worktables From Cache Base 15901=Percent of worktables from cache base. 15902=Extents Allocated/sec 15903=Number of extents allocated per second in all databases in this SQL Server instance. 15904=Count Push Off Row 15905=Count of values that were pushed from in-row to off-row. 15906=Pages compressed/sec 15907=Number of times a database page was compressed 15908=AU cleanup batches/sec 15909=The number of batches that completed successfully per second by the background task that cleans up deferred dropped allocation units. 15910=Worktables From Cache Ratio 15911=Percentage of work tables created where the initial two pages of the work table were not allocated but were immediately available from the work table cache. 15912=Range Scans/sec 15913=Number of qualified range scans through indexes per second. 15914=Page compression attempts/sec 15915=Number of attempts to compress a database page per second 15916=Count Pull In Row 15917=Count of values that were pulled in-row from off-row. 15918=Failed AU cleanup batches/sec 15919=The number of batches per second that failed and required retry, by the background task that cleans up deferred dropped allocation units. Failure could be due to lack of memory or disk space, hardware failure and other reasons. 15920=FreeSpace Scans/sec 15921=Number of scans per second that were initiated to search for free space within pages already allocated to an allocation unit to insert or modify record fragments. Each scan may find multiple pages. 15922=Failed tree page cookie 15923=The number of times that a tree page cookie could not be used during an index search since changes happened on the parent pages of those tree pages. The cookie is used to speed up index search. 15924=Page Deallocations/sec 15925=Number of pages deallocated per second in all databases in this SQL Server instance. These include pages from mixed extents and uniform extents. 15926=Full Scans/sec 15927=Number of unrestricted full scans. These can either be base table or full index scans. 15928=Table Lock Escalations/sec 15929=The number of times locks on a table were escalated. 15930=Forwarded Records/sec 15931=Number of records fetched through forwarded record pointers. 15932=By-reference Lob Use Count 15933=Count of by-reference lob values that were used. By-reference lobs are used in certain bulk operations to avoid the cost of passing them by value. 15934=Deferred Dropped rowsets 15935=The number of rowsets created as a result of aborted online index build operations that are waiting to be dropped by the background task that cleans up deferred dropped rowsets. 15936=Page Splits/sec 15937=Number of page splits per second that occur as a result of overflowing index pages. 15938=LobSS Provider Truncation Count 15939=Count of LOB Storage Service Providers truncated. 15940=Dropped rowsets skipped/sec 15941=The number of rowsets per second created as a result of aborted online index build operations that were skipped by the background task that cleans up deferred dropped rowsets created. 15942=Used leaf page cookie 15943=Number of times a leaf page cookie was used successfully during an index search since no change happened on the leaf page. The cookie is used to speed up index search. 15944=FreeSpace Page Fetches/sec 15945=Number of pages fetched per second by free space scans. These scans search for free space within pages already allocated to an allocation unit, to satisfy requests to insert or modify record fragments. 15946=Deferred dropped AUs 15947=The number of allocation units waiting to be dropped by the background task that cleans up deferred dropped allocation units. 15948=Pages Allocated/sec 15949=Number of pages allocated per second in all databases in this SQL Server instance. These include pages allocations from both mixed extents and uniform extents. 15950=LobSS Provider Create Count 15951=Count of LOB Storage Service Providers created. One worktable created per LOB Storage Service Provider. 15952=Workfiles Created/sec 15953=Number of work files created per second. For example, work files could be used to store temporary results for hash joins and hash aggregates. 15954=Extent Deallocations/sec 15955=Number of extents deallocated per second in all databases in this SQL Server instance. 15956=LobHandle Destroy Count 15957=Count of temporary LOBs destroyed. 15958=Index Searches/sec 15959=Number of index searches. Index searches are used to start range scans, single index record fetches, and to reposition within an index. 15960=AU cleanups/sec 15961=The number of allocation units per second that were successfully dropped by the background task that cleans up deferred dropped allocation units. Each allocation unit drop requires multiple batches. 15962=Mixed page allocations/sec 15963=Number of pages allocated per second from mixed extents. These could be used for storing the IAM pages and the first eight pages that are allocated to an allocation unit. 15964=Worktables Created/sec 15965=Number of work tables created per second. For example, work tables could be used to store temporary results for query spool, LOB variables, XML variables, and cursors. 15966=LobSS Provider Destroy Count 15967=Count of LOB Storage Service Providers destroyed. 15968=SQLServer:SQL Errors 15969=Statistics about errors in SQL Server 15970=Errors/sec 15971=Number of errors/sec 15972=SQLServer:SQL Statistics 15973=Collects statistics associated with SQL requests 15974=Failed Auto-Params/sec 15975=Number of failed auto-parameterizations. 15976=Unsafe Auto-Params/sec 15977=Number of unsafe auto-parameterizations. 15978=Misguided plan executions/sec 15979=Number of plan executions per second in which a plan guide could not be honored during plan generation. The plan guide was disregarded and normal compilation was used to generate the executed plan. 15980=SQL Attention rate 15981=Number of attentions per second. 15982=Forced Parameterizations/sec 15983=Number of statements parameterized by forced parameterization per second. 15984=Safe Auto-Params/sec 15985=Number of safe auto-parameterizations. 15986=Batch Requests/sec 15987=Number of SQL batch requests received by server. 15988=Guided plan executions/sec 15989=Number of plan executions per second in which the query plan has been generated by using a plan guide. 15990=SQL Re-Compilations/sec 15991=Number of SQL re-compiles. 15992=SQL Compilations/sec 15993=Number of SQL compilations. 15994=Auto-Param Attempts/sec 15995=Number of auto-parameterization attempts. 15996=SQLServer:Plan Cache 15997=This defines cache counters 15998=Cache Object Counts 15999=Number of cache objects in the cache 16000=Cache Hit Ratio Base 16001=Base for prior entry 16002=Cache Pages 16003=Number of 8k pages used by cache objects 16004=Cache Hit Ratio 16005=Ratio between cache hits and lookups 16006=Cache Objects in use 16007=Number of cache objects in use 16008=SQLServer:Cursor Manager by Type 16009=Counters for cursor properties grouped by type 16010=Cursor memory usage 16011=Amount of memory consumed by cursors (KB). 16012=Cache Hit Ratio 16013=Ratio between cache hits and lookups 16014=Cursor Cache Use Counts/sec 16015=Times each type of cached cursor has been used 16016=Number of active cursor plans 16017=Number of cursor plans. 16018=Cached Cursor Counts 16019=Number of cursors of a given type in the cache 16020=Cursor Requests/sec 16021=Number of SQL cursor requests received by server. 16022=Cache Hit Ratio Base 16023=Base for prior entry 16024=Cursor worktable usage 16025=Number of worktables used by cursors. 16026=Active cursors 16027=Number of active cursors. 16028=SQLServer:Cursor Manager Total 16029=Counters for cursor properties not grouped by type 16030=Cursor conversion rate 16031=Number of cursor conversions/sec. 16032=Cursor flushes 16033=Total number of times a flush for a cursor xstmt occured. 16034=Async population count 16035=Number of cursors being populated asynchronously. 16036=SQLServer:Memory Manager 16037=This defines memory usage. 16038=Total Server Memory (KB) 16039=Total amount of dynamic memory the server is currently consuming 16040=SQL Cache Memory (KB) 16041=Total amount of dynamic memory the server is using for the dynamic SQL cache 16042=Maximum Workspace Memory (KB) 16043=Total amount of memory granted to executing processes. This memory is used primarily for hash, sort and create index operations. 16044=Lock Blocks 16045=The current number of lock blocks that are in use on the server. Refreshed periodically. 16046=Memory Grants Pending 16047=Current number of processes waiting for a workspace memory grant 16048=Lock Owner Blocks 16049=The number of lock owner blocks that are currently in use on the server. Refreshed periodically. 16050=Lock Memory (KB) 16051=Total amount of dynamic memory the server is using for locks 16052=Target Server Memory (KB) 16053=Total amount of dynamic memory the server is willing to consume 16054=Connection Memory (KB) 16055=Total amount of dynamic memory the server is using for maintaining connections 16056=Lock Blocks Allocated 16057=The current number of allocated lock blocks. 16058=Optimizer Memory (KB) 16059=Total amount of dynamic memory the server is using for query optimization 16060=Lock Owner Blocks Allocated 16061=The current number of allocated lock owner blocks. 16062=Memory Grants Outstanding 16063=Current number of processes that have successfully acquired a workspace memory grant 16064=Granted Workspace Memory (KB) 16065=Total amount of memory granted to executing processes. This memory is used for hash, sort and create index operations. 16066=SQLServer:User Settable 16067=This defines user definable counters 16068=Query 16069=As defined by the user. 16070=SQLServer:Replication Agents 16071=Replication Summary 16072=Running 16073=The number of replication agents currently running. 16074=SQLServer:Replication Merge 16075=Replication Merge Agent Statistics 16076=Uploaded Changes/sec 16077=The number of rows per second merged from the Subscriber to the Publisher. 16078=Conflicts/sec 16079=The number of conflicts per second occurring during the merge process. 16080=Downloaded Changes/sec 16081=The number of rows per second merged from the Publisher to the Subscriber. 16082=SQLServer:Replication Logreader 16083=Replication Logreader Agent Statistics 16084=Logreader:Delivered Cmds/sec 16085=The number of commands per second delivered to the Distributor. 16086=Logreader:Delivery Latency 16087=The current amount of time, in milliseconds, elapsed from when transactions are applied at the Publisher to when they are delivered to the Distributor. 16088=Logreader:Delivered Trans/sec 16089=The number of transactions per second delivered to the Distributor. 16090=SQLServer:Replication Dist. 16091=Replication Distribution Agent Statistics 16092=Dist:Delivered Trans/sec 16093=The number of transactions per second delivered to the Subscriber. 16094=Dist:Delivered Cmds/sec 16095=The number of commands per second delivered to the Subscriber. 16096=Dist:Delivery Latency 16097=The current amount of time, in milliseconds, elapsed from when transactions are delivered to the Distributor to when they are applied at the Subscriber. 16098=SQLServer:Replication Snapshot 16099=Replication Snapshot Agent Statistics 16100=Snapshot:Delivered Trans/sec 16101=The number of transactions per second delivered to the Distributor. 16102=Snapshot:Delivered Cmds/sec 16103=The number of commands per second delivered to the Distributor. 16104=SQLServer:Backup Device 16105=This defines a backup device object for SQL Server 16106=Device Throughput Bytes/sec 16107=Read/write throughput for a backup device. 16108=SQLServer:Transactions 16109=Statistics related to SQL Server transactions. 16110=Version Store Size (KB) 16111=The size of the version store in KB. 16112=Longest Transaction Running Time 16113=The longest running time of any transcation in seconds. 16114=Transactions 16115=The total number of active transactions. 16116=Version Store unit truncation 16117=Truncation of unit in Version Store. 16118=NonSnapshot Version Transactions 16119=The total number of active non-snapshot transactions that generate version records. 16120=Snapshot Transactions 16121=The total number of active snapshot transactions. 16122=Update Snapshot Transactions 16123=The total number of active snapshot transactions that do updates. 16124=Version Store unit count 16125=Number of unit in Version Store. 16126=Version Store unit creation 16127=Creation of new unit in Version Store. 16128=Version Generation rate (KB/s) 16129=The version generation rate in KB per seconds. 16130=Version Cleanup rate (KB/s) 16131=The version cleanup rate in KB per seconds. 16132=Free Space in tempdb (KB) 16133=The free space in tempdb in KB. 16134=Update conflict ratio 16135=The fraction of update snapshot transactions that have update conflicts to the total number of update snapshot transactions. 16136=Update conflict ratio base 16137=The total number of update snapshot transactions. 16138=SQLServer:Broker Statistics 16139=Service Broker Statistics 16140=Enqueued P8 Messages/sec 16141=The number of priority 8 messages from local endpoints and the transport that are successfully delivered into local target queues per second. 16142=Enqueued P3 Messages/sec 16143=The number of priority 3 messages from local endpoints and the transport that are successfully delivered into local target queues per second. 16144=Enqueued P7 Messages/sec 16145=The number of priority 7 messages from local endpoints and the transport that are successfully delivered into local target queues per second. 16146=Enqueued Transport Msg Frags/sec 16147=The number of message fragments from the transport that are successfully delivered into local target queues per second. Note that the message can be marked as disabled if it is incomplete and/or out of order. 16148=Enqueued P4 Messages/sec 16149=The number of priority 4 messages from local endpoints and the transport that are successfully delivered into local target queues per second. 16150=SQL SEND Total 16151=Total number of SQL SEND commands processed by the Broker. 16152=Enqueued Transport Msg Frag Tot 16153=Total number of message fragments from the transport that are successfully delivered into local target queues. Note that the message can be marked as disabled if it is incomplete and/or out of order. 16154=SQL RECEIVEs/sec 16155=The number of SQL RECEIVE commands processed by the Broker per second. 16156=Enqueued Messages Total 16157=Total number of messages from local endpoints and the transport that are successfully delivered into local target queues. 16158=Enqueued P10 Messages/sec 16159=The number of priority 10 messages from local endpoints and the transport that are successfully delivered into local target queues per second. 16160=Corrupted Messages Total 16161=The number of corrupted messages that were received in the instance. 16162=Dequeued TransmissionQ Msgs/sec 16163=The number of messages that have been removed from the broker transmission queue per second. 16164=Enqueued Messages/sec 16165=The number of messages from local endpoints and the transport that are successfully delivered into local target queues per second. 16166=SQL SENDs/sec 16167=The number of SQL SEND commands processed by the Broker per second. 16168=Forwarded Msg Discarded Total 16169=Total number of forwarded messages discarded due to forwarded message memory limits, age limits, etc. 16170=Dialog Timer Event Count 16171=The number of dialog endpoint related timer events in the Broker. 16172=Activation Errors Total 16173=The number of times an activation stored procedure exited with an error. 16174=Enqueued TransmissionQ Msgs/sec 16175=The number of messages that have been placed into the broker transmission queue per second. 16176=Forwarded Msg Bytes/sec 16177=The number of forwarded message bytes successfully sent per second. 16178=Forwarded Pending Msg Count 16179=The number of forwarded messages that have not been successfully sent yet. 16180=Dropped Messages Total 16181=The number of messages that were received in the instance but could not be delivered. 16182=SQL RECEIVE Total 16183=Total number of SQL RECEIVE commands processed by the Broker. 16184=Enqueued Transport Msgs/sec 16185=The number of messages from the transport that are successfully delivered into local target queues per second. This includes all messages from remote endpoints and messages from local endpoints which go through the transport. 16186=Enqueued Local Messages Total 16187=Total number of messages from local endpoints that are successfully delivered directly into local target queues. 16188=Enqueued P1 Messages/sec 16189=The number of priority 1 messages from local endpoints and the transport that are successfully delivered into local target queues per second. 16190=Broker Transaction Rollbacks 16191=The number of Service Broker related transactions that have rolled back. 16192=Enqueued P9 Messages/sec 16193=The number of priority 9 messages from local endpoints and the transport that are successfully delivered into local target queues per second. 16194=Forwarded Pending Msg Bytes 16195=The number of forwarded message bytes that have not been successfully sent yet. 16196=Forwarded Messages Total 16197=Total number of forwarded messages successfully sent. 16198=Enqueued P6 Messages/sec 16199=The number of priority 6 messages from local endpoints and the transport that are successfully delivered into local target queues per second. 16200=Enqueued Local Messages/sec 16201=The number of messages from local endpoints that are successfully delivered directly into local target queues per second. 16202=Forwarded Messages/sec 16203=The number of forwarded messages successfully sent per second. 16204=Forwarded Msgs Discarded/sec 16205=The number of forwarded messages that were discarded per second due to forwarded message memory limits, age limits, etc. 16206=Enqueued P5 Messages/sec 16207=The number of priority 5 messages from local endpoints and the transport that are successfully delivered into local target queues per second. 16208=Enqueued Transport Msgs Total 16209=Total number of messages from the transport that are successfully delivered into local target queues. This includes all messages from remote endpoints and messages from local endpoints which go through the transport. 16210=Forwarded Msg Byte Total 16211=Total number of forwarded message bytes successfully sent. 16212=Enqueued P2 Messages/sec 16213=The number of priority 2 messages from local endpoints and the transport that are successfully delivered into local target queues per second. 16214=SQLServer:Broker/DBM Transport 16215=Service Broker/Database Mirroring Transport Statistics 16216=Msg Fragment Recv Size Avg 16217=The average byte size of message fragments received in transport receive I/O operations. 16218=Current Msg Frags for Send I/O 16219=The current number of message fragments associated with current transport send I/O operations that haven't completed. 16220=Message Fragment Sends/sec 16221=The number of message fragments sent per second in transport send I/O operations. 16222=Send I/Os/sec 16223=The number of transport send I/Os per second. Note that a transport send I/O may contain more than one message fragment. 16224=Receive I/O bytes/sec 16225=The number of transport receive I/O bytes per second. 16226=Message Fragment P6 Sends/sec 16227=The number of priority 6 message fragments sent per second in transport send I/O operations. 16228=Message Fragment P7 Sends/sec 16229=The number of priority 7 message fragments sent per second in transport send I/O operations. 16230=Send I/O Len Avg 16231=The average byte length of transport send I/O operations. 16232=Message Fragment P5 Sends/sec 16233=The number of priority 5 message fragments sent per second in transport send I/O operations. 16234=Msg Fragment Send Size Avg 16235=The average byte size of message fragments sent in transport send I/O operations. 16236=Open Connection Count 16237=The total number of transport connections currently open. 16238=Send I/O bytes/sec 16239=The number of transport send I/O bytes per second. 16240=Message Fragment P4 Sends/sec 16241=The number of priority 4 message fragments sent per second in transport send I/O operations. 16242=Recv I/O Buffer Copies Count 16243=The number of times when transport receive I/O operations had to move buffer fragments in memory. 16244=Receive I/O Len Avg 16245=The average byte length of transport receive I/O operations. 16246=Send I/O Len Avg Base 16247=Base for the average byte length of transport send I/O operations. 16248=Msg Fragment Send Size Avg Base 16249=Base for the average byte size of message fragments sent in transport send I/O operations. 16250=Receive I/O Len Avg Base 16251=Base for the average byte length of transport receive I/O operations. 16252=Message Fragment P1 Sends/sec 16253=The number of priority 1 message fragments sent per second in transport send I/O operations. 16254=Message Fragment P2 Sends/sec 16255=The number of priority 2 message fragments sent per second in transport send I/O operations. 16256=Pending Bytes for Recv I/O 16257=The number of bytes associated with in completed transport receive I/O operations whose message fragments haven't been enqueued (or rejected) yet. 16258=Message Fragment Receives/sec 16259=The number of message fragments received per second in transport receive I/O operations. 16260=Msg Fragment Recv Size Avg Base 16261=Base for the average byte size of message fragments received in transport receive I/O operations. 16262=Message Fragment P3 Sends/sec 16263=The number of priority 3 message fragments sent per second in transport send I/O operations. 16264=Message Fragment P9 Sends/sec 16265=The number of priority 9 message fragments sent per second in transport send I/O operations. 16266=Current Bytes for Send I/O 16267=The number of buffer bytes associated with current transport send I/O operations that haven't completed. 16268=Message Fragment P8 Sends/sec 16269=The number of priority 8 message fragments sent per second in transport send I/O operations. 16270=Pending Msg Frags for Recv I/O 16271=The current number of message fragments received in transport receive I/O operations that have not been enqueued (or rejected) yet. 16272=Receive I/Os/sec 16273=The number of transport receives I/O per second. Note that a transport receive I/O may contain more than one message fragment. 16274=Message Fragment P10 Sends/sec 16275=The number of priority 10 message fragments sent per second in transport send I/O operations. 16276=Pending Bytes for Send I/O 16277=The number of buffer bytes associated with message fragments being marshalled, or marshalled and ready to be sent with send I/O operations. 16278=Recv I/O Buffer Copies bytes/sec 16279=The rate at which transport receive I/O operations had to move buffer fragments in memory. 16280=Pending Msg Frags for Send I/O 16281=The current number of message fragments that are being marshalled, or marshalled and ready to be sent via the transport layer. 16282=Current Bytes for Recv I/O 16283=The number of bytes associated with current transport receive I/O operations that haven't completed. 16284=SQLServer:Broker Activation 16285=Service Broker Activation 16286=Task Limit Reached/sec 16287=The number of times the activated task limit on a queue has been reached per second. 16288=Task Limit Reached 16289=The total number of times the activated task limit on a queue has been reached. 16290=Tasks Running 16291=The total number of activated tasks that are currently running. 16292=Stored Procedures Invoked/sec 16293=The number of stored procedures that are being invoked per second. 16294=Tasks Aborted/sec 16295=The number of activated tasks that are being aborted per second. 16296=Tasks Started/sec 16297=The number of activated tasks that are being started per second. 16298=SQLServer:Broker TO Statistics 16299=Service Broker Transmission Object Statistics 16300=Transmission Obj Writes/Sec 16301=The number of Transmission Objects saved per second. 16302=Avg. Length of Batched Writes 16303=Average Number of Transmission Objects saved in a batch. 16304=Avg. Time to Write Batch (ms) 16305=Average time to save a Transmission Object batch. 16306=Avg. Time Between Batches Base 16307=Average time between Transmission Object batch flushes. 16308=Avg. Time Between Batches (ms) 16309=Average time between Transmission Object batch flushes. 16310=Avg. Length of Batched Writes BS 16311=Average Number of Transmission Objects saved in a batch. 16312=Transmission Obj Set Dirty/Sec 16313=The number of Transmission Objects marked dirty per second. 16314=Transmission Obj Gets/Sec 16315=The number of Transmission Objects requested per second. 16316=Avg. Time to Write Batch Base 16317=Average time to save a Transmission Object batch. 16318=SQLServer:Wait Statistics 16319=Wait Statistics 16320=Workspace synchronization waits 16321=Statistics relevant to processes synchronizing access to workspace. 16322=Non-Page latch waits 16323=Statistics relevant to non-page latches. 16324=Page latch waits 16325=Statistics relevant to page latches, not including IO latches 16326=Thread-safe memory objects waits 16327=Statistics for processes waiting on thread-safe memory allocators. 16328=Page IO latch waits 16329=Statistics relevant to page IO latches. 16330=Wait for the worker 16331=Statistics relevant to processes waiting for worker to become available. 16332=Log write waits 16333=Statistics for processes waiting for log buffer to be written. 16334=Transaction ownership waits 16335=Statistics relevant to processes synchronizing access to transaction. 16336=Lock waits 16337=Statistics for processes waiting on a lock. 16338=Network IO waits 16339=Statistics relevant to wait on network IO. 16340=Memory grant queue waits 16341=Statistics for processes waiting for memory grant to become available. 16342=Log buffer waits 16343=Statistics for processes waiting for log buffer to be available. 16344=SQLServer:Exec Statistics 16345=Execution statistics for external calls 16346=OLEDB calls 16347=Statistics relevant to execution of OLEDB calls. 16348=Distributed Query 16349=Statistics relevant to execution of distributed queries. 16350=DTC calls 16351=Statistics relevant to execution of DTC calls. 16352=Extended Procedures 16353=Statistics relevant to execution of XP calls. 16354=SQLServer:CLR 16355=CLR Execution in SQL Server 16356=CLR Execution 16357=Total Execution time in CLR ( microseconds ). 16358=SQLServer:Catalog Metadata 16359=This defines a catalog metadata manager object for SQL Server 16360=Cache Entries Count 16361=Number of entries in the catalog metadata cache 16362=Cache Hit Ratio 16363=Ratio between catalog metadata cache hits and lookups 16364=Cache Hit Ratio Base 16365=Base for prior entry 16366=Cache Entries Pinned Count 16367=Number of catalog metadata cache entries that are pinned 16368=SQLServer:Trace Statistics 16369=Statistics for traces 16370=Dropped events/sec 16371=Events dropped by this trace per second 16372=Bytes/sec 16373=Bytes transferred by this trace per second 16374=Events Fired/sec 16375=Events fired by this trace per second 16376=Events Filtered/sec 16377=Events filtered per second 16378=SQLServer:Trace Event Statistics 16379=Statistics for separate SQL Trace events 16380=Events Filtered/sec 16381=Filtered events per second 16382=Events Prefiltered/sec 16383=Prefiltered events per second 16384=CPU Ticks/sec 16385=CPU usage per second (Requires -T1904) 16386=Bytes/sec 16387=Bytes transferred per second 16388=Events Fired/sec 16389=Events fired per second 16390=SQLServer:Deprecated Features 16391=Statistics on deprecated feature usage 16392=Usage 16393=Feature usage since last SQL Server startup 16394=SQLServer:Workload Group Stats 16395=Statistics associated with workload groups 16396=Active parallel threads 16397=Number of threads used by parallel queries in the workload group. Serial queries and the main thread of parallel queries are not included in this number. 16398=Query optimizations/sec 16399=Number of query optimizations per second occurring in the workload group. 16400=Active requests 16401=Number of currently running requests in the workload group. 16402=Queued requests 16403=Number of requests waiting in the queue due to resource governor limits in the workload group. 16404=Requests completed/sec 16405=Number of completed requests per second in the workload group. 16406=CPU usage % 16407=System CPU usage by all requests in the specified instance of the performance object. 16408=Reduced memory grants/sec 16409=Number of queries per second getting less than ideal amount of memory in the workload group. 16410=Suboptimal plans/sec 16411=Number of suboptimal query plans generated per second in the workload group. 16412=Max request memory grant (KB) 16413=Maximum value of memory grant in kilobytes used by a query in the workload group. 16414=Blocked tasks 16415=Number of blocked tasks in the workload group. 16416=CPU usage % base 16417=System CPU usage by all requests in the specified instance of the performance object. 16418=Max request cpu time (ms) 16419=Maximum CPU time in milliseconds used by a request in the workload group. 16420=SQLServer:Resource Pool Stats 16421=Statistics associated with resource pools 16422=Max memory (KB) 16423=Maximum amount of memory in kilobytes the resource pool can have based on the settings and server state. 16424=Query exec memory target (KB) 16425=Current memory target for query execution memory grant in kilobytes. 16426=Target memory (KB) 16427=Target amount of memory in kilobytes the resource pool is trying to attain based on the settings and server state. 16428=Memory grants/sec 16429=Number of query memory grants per second occurring in the resource pool. 16430=CPU usage % 16431=System CPU usage by all requests in the specified instance of the performance object. 16432=Active memory grant amount (KB) 16433=Total amount of granted memory in kilobytes in the resource pool. 16434=Active memory grants count 16435=Number of query memory grants in the resource pool. 16436=CPU usage target % 16437=Target value of 'CPU usage %' for the resource pool based on the configuration settings and the system load. 16438=Pending memory grants count 16439=Number of queries waiting for memory grants in the resource pool. 16440=Cache memory target (KB) 16441=Current memory target for cache memory in kilobytes. 16442=CPU control effect % 16443=Effect of the resource governor on the resource pool calculated as (CPU usage %) / (CPU usage % without RG). 16444=Compile memory target (KB) 16445=Current memory target for query compile in kilobytes. 16446=CPU usage % base 16447=System CPU usage by all requests in the specified instance of the performance object. 16448=Used memory (KB) 16449=Used amount of memory in kilobytes in the resource pool. 16450=Memory grant timeouts/sec 16451=Number of query memory grant timeouts per second occurring in the resource pool. 16452=SQLAgent:Jobs 16453=SQLAgent General Statistics about jobs 16454=Failed jobs 16455=Number of failed jobs. 16456=Successful jobs 16457=Number of successful jobs. 16458=Active jobs 16459=Number of running jobs. 16460=Queued jobs 16461=Number of jobs queued. 16462=Jobs activated/minute 16463=Number of jobs activated within the last minute. 16464=Successful jobs base 16465=Base for successful jobs. 16466=Job success rate 16467=Percentage of successful jobs from the total number of executed jobs. 16468=SQLAgent:JobSteps 16469=Statistics for job steps 16470=Queued steps 16471=Number of queued steps. 16472=Active steps 16473=Number of active steps. 16474=Total step retries 16475=The total number of times any Job Step execution is retried since the last SQL Server restart. 16476=SQLAgent:Alerts 16477=SQLAgent statistics about alerts 16478=Activated alerts 16479=The number of Alerts that have activated since the last SQL Server restart. 16480=Alerts activated/minute 16481=The number of Alerts that have activated within the last minute. 16482=SQLAgent:Statistics 16483=SQLAgent general statistics 16484=SQL Server restarted 16485=The number of times the SQL Server has been successfully restarted by SQL Server Agent, since the last SQL Server Agent restart. 16486=ReportServer:Service 16487=Statistics related to SQL Report Server Service 16488=Requests Rejected 16489=Total number of requests not executed because of insufficient server resources. This counter represents the number of requests that return a 503 HTTP status code, indicating that the server is too busy. 16490=Bytes Received Total 16491=Number of bytes received. 16492=Active Connections 16493=Number of connections active against server. 16494=Requests Disconnected 16495=Number of requests that have been disconnected due to a communication failure. 16496=Requests Not Authorized 16497=Number of requests failing with HTTP 401 error code. 16498=Logon Successes/sec 16499=Rate of successful logons. 16500=Tasks Queued 16501=Tasks Queued represents the number of tasks that are waiting for a thread to become available for processing. Each request made to the report server corresponds to one or more tasks. This counter represents only the number of tasks that are ready for processing; it does not include the number of tasks that are currently running. 16502=Bytes Received/sec 16503=Rate of bytes received per second. 16504=Requests Total 16505=The total number of requests received by the report server service since service start up. 16506=Errors/sec 16507=Number of errors that occur during the execution of HTTP requests (error codes 400s and 500s) per second. 16508=Logon Attempts/sec 16509=Rate of logon attempts. 16510=Errors Total 16511=The total number of errors that occur during the execution of HTTP requests (error codes 400s and 500s). 16512=Logon Successes Total 16513=Number of successful logons for RSWindows* authuentication types. Returns 0 for Custom authentication. 16514=Memory Shrink Notifications/sec 16515=Number of shrink notifications the server issued in the last second. Indicates how often the server believes it is under memory pressure. 16516=Bytes Sent Total 16517=Number of bytes sent. 16518=Memory Pressure State 16519=A number from 1-5 indicating the current memory state of the server. 1:No pressure, 2:Low Pressure,3:Medium Pressure,4:High Pressure,5:Exceeded Pressure. 16520=Logon Attempts Total 16521=Number of logon attempts for RSWindows* authentication types. Returns 0 for Custom authentication 16522=Bytes Sent/sec 16523=Rate of bytes sent per second. 16524=Requests/sec 16525=Number of requests executed per second. This represents the current throughput of the application. 16526=Memory Shrink Amount 16527=Number of bytes the server requested to shrink. 16528=Requests Executing 16529=Number of requests currently executing. 16530=MSRS 2008 R2 Web Service 16531=MSRS 2008 R2 Web gR 16532=Report Requests 16533=;mRbhBlvpev0 16534=Total Reports Executed 16535=]gbLbhv;`pe0 16536=Reports Executed/Sec 16537=kygbLvbhpev0 16538=Total Processing Failures 16539=Yt1Y%v;`pe0 16540=Total Rejected Threads 16541=1uN~ zSR b~v~ zv;`pe0 16542=Active Sessions 16543=;mRO݋vpev0 16544=First Session Requests/Sec 16545=ky/TRve(u7bO݋pe0 16546=Next Session Requests/Sec 16547=(WS_MRO݋-NSb_vbhvkyBlpe0 16548=Total Cache Hits 16549=bh gRhVX[}T-Nv;`pe0 16550=Cache Hits/Sec 16551=kybh gRhVX[}T-Npev0 16552=Total Cache Misses 16553=*g}T-NX[v;`pe0 16554=Cache Misses/Sec 16555=kyelNX[h"}bhv!kpe0 16556=Total Requests 16557=ck(WYtvBlv;`pe0 16558=Requests/Sec 16559=kyBlpev0 16560=Total Memory Cache Hits 16561=(WQX[X[-N}T-NX[v;`pe0 16562=Memory Cache Hits/Sec 16563=kySNQX[X[h"}bhv!kpe0 16564=Total Memory Cache Misses 16565=(WQX[X[-N*g}T-NX[v;`pe0 16566=Memory Cache Miss/Sec 16567=bhkyelNQX[X[h"}v!kpe0 16568=Total Cache Hits (Semantic Models) 16569=(W!jWX[-N}T-NX[v;`pe0 16570=Cache Hits/Sec (Semantic Models) 16571=kySNX[h"}!jWv!kpe0 16572=Total Cache Misses (Semantic Models) 16573=(W!jWX[-N*g}T-NX[v;`pe0 16574=Cache Misses/Sec (Semantic Models) 16575=kyelNX[h"}!jWv!kpe0