????

Your IP : 3.143.255.90


Current Path : C:/Windows/System32/
Upload File :
Current File : C:/Windows/System32/PerfStringBackup.INI




[Perflib]

Base Index=1847

Last Counter=14978

Last Help=14979



[PERF_.NET CLR Data]

First Counter=1848

First Help=1849

Last Counter=1860

Last Help=1861



[PERF_.NET CLR Networking]

First Counter=1946

First Help=1947

Last Counter=1956

Last Help=1957



[PERF_.NET CLR Networking 4.0.0.0]

First Counter=2092

First Help=2093

Last Counter=2118

Last Help=2119



[PERF_.NET Data Provider for Oracle]

First Counter=2054

First Help=2055

Last Counter=2082

Last Help=2083



[PERF_.NET Data Provider for SqlServer]

First Counter=1862

First Help=1863

Last Counter=1890

Last Help=1891



[PERF_.NET Memory Cache 4.0]

First Counter=1994

First Help=1995

Last Counter=2008

Last Help=2009



[PERF_.NETFramework]

First Counter=4340

First Help=4341

Last Counter=4514

Last Help=4515



[PERF_ASP.NET]

First Counter=9430

First Help=9431

Last Counter=9654

Last Help=9655



[PERF_ASP.NET_4.0.30319]

First Counter=10154

First Help=10155

Last Counter=10378

Last Help=10379



[PERF_aspnet_state]

First Counter=9656

First Help=9657

Last Counter=9888

Last Help=9889



[PERF_BITS]

First Counter=4536

First Help=4537

Last Counter=4552

Last Help=4553



[PERF_ESENT]

First Counter=2120

First Help=2121

Last Counter=3962

Last Help=3963



[PERF_InetInfo]

First Counter=13992

First Help=13993

Last Counter=14056

Last Help=14057



[PERF_LSM]

First Counter=2084

First Help=2085

Last Counter=2090

Last Help=2091



[PERF_MSDTC]

First Counter=1894

First Help=1895

Last Counter=1920

Last Help=1921



[PERF_MSDTC Bridge 4.0.0.0]

First Counter=1922

First Help=1923

Last Counter=1944

Last Help=1945



[PERF_MSSQLSERVER]

First Counter=10766

First Help=10767

Last Counter=12284

Last Help=12285



[PERF_NTFSDRV]

First Counter=13978

First Help=13979

Last Counter=13990

Last Help=13991



[PERF_RemoteAccess]

First Counter=3964

First Help=3965

Last Counter=4002

Last Help=4003



[PERF_SMSvcHost 4.0.0.0]

First Counter=4310

First Help=4311

Last Counter=4338

Last Help=4339



[PERF_SMTPSVC]

First Counter=13732

First Help=13733

Last Counter=13976

Last Help=13977



[PERF_SQLSERVERAGENT]

First Counter=14934

First Help=14935

Last Counter=14978

Last Help=14979



[PERF_tapisrv]

First Counter=4516

First Help=4517

Last Counter=4534

Last Help=4535



[PERF_TermService]

First Counter=1892

First Help=1893

Last Counter=1892

Last Help=1893



[PERF_UGatherer]

First Counter=4004

First Help=4005

Last Counter=4108

Last Help=4109



[PERF_UGTHRSVC]

First Counter=4110

First Help=4111

Last Counter=4180

Last Help=4181



[PERF_usbhub]

First Counter=1958

First Help=1959

Last Counter=1992

Last Help=1993



[PERF_W3SVC]

First Counter=9890

First Help=9891

Last Counter=10152

Last Help=10153



[PERF_Windows Workflow Foundation 4.0.0.0]

First Counter=2010

First Help=2011

Last Counter=2052

Last Help=2053



[PERF_WSearchIdxPi]

First Counter=4182

First Help=4183

Last Counter=4308

Last Help=4309



[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 Windows�NT 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 service�s 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-tier�s account on the backend service�s 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.

1634=KDC key trust AS Requests

1635=This counter tracks the number of key trust Authentication Service (AS) requests that are being processed by the Key Distribution Center (KDC) per second.

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

1848=.NET CLR Data

1849=.Net CLR Data

1850=SqlClient: Current # pooled and nonpooled connections

1851=Current number of connections, pooled or not.

1852=SqlClient: Current # pooled connections

1853=Current number of connections in all pools associated with the process.

1854=SqlClient: Current # connection pools

1855=Current number of pools associated with the process.

1856=SqlClient: Peak # pooled connections

1857=The highest number of connections in all pools since the process started.

1858=SqlClient: Total # failed connects

1859=The total number of connection open attempts that have failed for any reason.

1860=SqlClient: Total # failed commands

1861=The total number of command executes that have failed for any reason.

1862=.NET Data Provider for SqlServer

1863=Counters for System.Data.SqlClient

1864=HardConnectsPerSecond

1865=The number of actual connections per second that are being made to servers

1866=HardDisconnectsPerSecond

1867=The number of actual disconnects per second that are being made to servers

1868=SoftConnectsPerSecond

1869=The number of connections we get from the pool per second

1870=SoftDisconnectsPerSecond

1871=The number of connections we return to the pool per second

1872=NumberOfNonPooledConnections

1873=The number of connections that are not using connection pooling

1874=NumberOfPooledConnections

1875=The number of connections that are managed by the connection pooler

1876=NumberOfActiveConnectionPoolGroups

1877=The number of unique connection strings

1878=NumberOfInactiveConnectionPoolGroups

1879=The number of unique connection strings waiting for pruning

1880=NumberOfActiveConnectionPools

1881=The number of active connection pools

1882=NumberOfInactiveConnectionPools

1883=The number of inactive connection pools

1884=NumberOfActiveConnections

1885=The number of connections currently in-use

1886=NumberOfFreeConnections

1887=The number of connections currently available for use

1888=NumberOfStasisConnections

1889=The number of connections currently waiting to be made ready for use

1890=NumberOfReclaimedConnections

1891=The number of connections we reclaim from GCed external connections

1892=Terminal Services Session

1893=Terminal Services per-session resource monitoring.

1894=Distributed Transaction Coordinator

1895=Microsoft Distributed Transaction Coordinator performance counters

1896=Active Transactions

1897=Number of currently active transactions

1898=Committed Transactions

1899=Number of committed transactions

1900=Aborted Transactions

1901=Number of aborted transactions

1902=In Doubt Transactions

1903=Number of in doubt transactions

1904=Active Transactions Maximum

1905=Maximum number of transactions ever concurrently active

1906=Force Committed Transactions

1907=Number of transactions committed by the system administrator

1908=Force Aborted Transactions

1909=Number of transactions aborted by the system administrator

1910=Response Time -- Minimum

1911=Minimum time delta between transaction begin and commit

1912=Response Time -- Average

1913=Average time delta between transaction begin and commit

1914=Response Time -- Maximum

1915=Maximum time delta between transaction begin and commit

1916=Transactions/sec

1917=Transactions performed per second

1918=Committed Transactions/sec

1919=Transactions committed per second

1920=Aborted Transactions/sec

1921=Transactions aborted per second

1922=MSDTC Bridge 4.0.0.0

1923=MSDTC Bridge 4.0.0.0 performance counters

1924=Message send failures/sec

1925=The number of WS-AT protocol messages that the WS-AT service failed to send per second.

1926=Prepare retry count/sec

1927=The number of Prepare retry messages that the WS-AT service has sent per second.

1928=Commit retry count/sec

1929=The number of Commit retry messages that the WS-AT service has sent per second.

1930=Prepared retry count/sec

1931=The number of Prepared retry messages that the WS-AT service has sent per second.

1932=Replay retry count/sec

1933=The number of Replay retry messages that the WS-AT service has sent per second.

1934=Faults received count/sec

1935=The number of Fault messages that the WS-AT service has received per second.

1936=Faults sent count/sec

1937=The number of Fault messages that the WS-AT service has sent per second.

1938=Average participant prepare response time

1939=Average time in milliseconds for the WS-AT service to receive a Prepare message response from a participant.

1940=Average participant prepare response time Base

1941=Base counter for the 'Average participant prepare response time' counter.

1942=Average participant commit response time

1943=Average time in milliseconds for the WS-AT service to receive a Commit message response from a participant.

1944=Average participant commit response time Base

1945=Base counter for the 'Average participant commit response time' counter.

1946=.NET CLR Networking

1947=Help not available.

1948=Connections Established

1949=The cumulative total number of socket connections established for this process since the process was started.

1950=Bytes Received

1951=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.

1952=Bytes Sent

1953=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.

1954=Datagrams Received

1955=The cumulative total number of datagram packets received since the process was started.

1956=Datagrams Sent

1957=The cumulative total number of datagram packets sent since the process was started.

1958=Bulk Bytes/Sec

1959=Displays the current bulk transfer rate in bytes/sec.

1960=Isochronous Bytes/Sec

1961=Displays the current isochronous transfer rate in bytes/sec.

1962=Interrupt Bytes/Sec

1963=Displays the current interrupt transfer rate in bytes/sec.

1964=Control Data Bytes/Sec

1965=Displays the current control transfer rate in bytes/sec.

1966=Controller PCI Interrupts/Sec

1967=Displays the rate of PCI interrupt generation by the USB controller. For controller instances only.

1968=Controller WorkSignals/Sec

1969=Displays the current rate Work Signals generated per second by the usbport driver.  For controller instances only.

1970=% Total Bandwidth Used for Interrupt

1971=Displays the percentage of BW reserved for interrupt transfers

1972=% Total Bandwidth Used for Iso

1973=Displays the percentage of BW reserved for ISO transfers

1974=USB

1975=USB I/O Counters

1976=Avg. Bytes/Transfer

1977=Displays the average size of all transfer URBs. For device instances only.

1978=Iso Packet Errors/Sec

1979=Number of ISO packets that are NOT late, but complete with an error. For device instances only.

1980=Avg ms latency for ISO transfers

1981=Avg number of ms between the current frame and the start frame of an ISO transfer when scheduled.  For device instances only.

1982=Transfer Errors/Sec

1983=Number of Transfer URBs completing with an error status. For device instances only.

1984=Host Controller Idle

1985=Non-zero value if the host controller is not running(idle).

1986=Host Controller Async Idle

1987=Non-Zero value if the host controller async schedule is not running(idle).

1988=Host Controller Async Cache Flush Count

1989=Incremented each time the controller async cache is flushed.

1990=Host Controller Periodic Idle

1991=Non-Zero if the periodic schedule is not running(idle).

1992=Host Controller Periodic Cache Flush Count

1993=Incremented each time the controller periodic cache is flushed.

1994=.NET Memory Cache 4.0

1995=System.Runtime.Caching.MemoryCache Performance Counters

1996=Cache Hits

1997=The number of cache hits.

1998=Cache Misses

1999=The number of cache misses.

2000=Cache Hit Ratio

2001=The percentage of cache hits in the total number of cache requests.

2002=Cache Hit Ratio Base

2003=Cache Hit Ratio Base

2004=Cache Trims

2005=Total number of entries removed from the cache due to memory pressure or Trim invocations.

2006=Cache Entries

2007=The number of entries within the cache.

2008=Cache Turnover Rate

2009=The number of entries added to the cache or removed from the cache per second.

2010=WF (System.Workflow) 4.0.0.0

2011=Windows Workflow Foundation Performance Counters

2012=Workflows Created

2013=Total number of workflows created.

2014=Workflows Created/sec

2015=Rate of workflows created per second.

2016=Workflows Unloaded

2017=Total number of workflows unloaded.

2018=Workflows Unloaded/sec

2019=Rate of workflows unloaded per second.

2020=Workflows Loaded

2021=Total number of workflows loaded.

2022=Workflows Loaded/sec

2023=Rate of workflows loaded per second.

2024=Workflows Completed

2025=Total number of workflows completed.

2026=Workflows Completed/sec

2027=Rate of workflows completed per second.

2028=Workflows Suspended

2029=Total number of workflows suspended.

2030=Workflows Suspended/sec

2031=Rate of workflows suspended per second.

2032=Workflows Terminated

2033=Total number of workflows terminated.

2034=Workflows Terminated/sec

2035=Rate of workflows terminated per second.

2036=Workflows In Memory

2037=Total number of workflows in memory.

2038=Workflows Aborted

2039=Total number of workflows aborted.

2040=Workflows Aborted/sec

2041=Rate of workflows aborted per second.

2042=Workflows Persisted

2043=Total number of workflows persisted.

2044=Workflows Persisted/sec

2045=Rate of workflows persisted per second.

2046=Workflows Executing

2047=Total number of workflow instances actively executing.

2048=Workflows Idle/sec

2049=Rate of workflows becoming idle per second.

2050=Workflows Runnable

2051=Total number of workflows ready to execute.

2052=Workflows Pending

2053=Total number of workflows waiting for a thread.

2054=.NET Data Provider for Oracle

2055=Counters for System.Data.OracleClient

2056=HardConnectsPerSecond

2057=The number of actual connections per second that are being made to servers

2058=HardDisconnectsPerSecond

2059=The number of actual disconnects per second that are being made to servers

2060=SoftConnectsPerSecond

2061=The number of connections we get from the pool per second

2062=SoftDisconnectsPerSecond

2063=The number of connections we return to the pool per second

2064=NumberOfNonPooledConnections

2065=The number of connections that are not using connection pooling

2066=NumberOfPooledConnections

2067=The number of connections that are managed by the connection pooler

2068=NumberOfActiveConnectionPoolGroups

2069=The number of unique connection strings

2070=NumberOfInactiveConnectionPoolGroups

2071=The number of unique connection strings waiting for pruning

2072=NumberOfActiveConnectionPools

2073=The number of active connection pools

2074=NumberOfInactiveConnectionPools

2075=The number of inactive connection pools

2076=NumberOfActiveConnections

2077=The number of connections currently in-use

2078=NumberOfFreeConnections

2079=The number of connections currently available for use

2080=NumberOfStasisConnections

2081=The number of connections currently waiting to be made ready for use

2082=NumberOfReclaimedConnections

2083=The number of connections we reclaim from GCed external connections

2084=User Input Delay per Process

2085=Process Level Statistics for User Input Delay

2086=User Input Delay per Session

2087=Session Level Statistics for User Input Delay

2088=Max Input Delay

2089=Maximum value for queuing delay across all user input waiting to be picked-up by the process during a target time interval

2090=Max Input Delay

2091=Maximum value for queuing delay across all user input waiting to be picked-up by any process in the session during a target time interval

2092=.NET CLR Networking 4.0.0.0

2093=Counters for classes in the System.Net namespace.

2094=Connections Established

2095=The cumulative total number of socket connections established for this process since the process was started.

2096=Bytes Received

2097=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.

2098=Bytes Sent

2099=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.

2100=Datagrams Received

2101=The cumulative total number of datagram packets received since the process was started.

2102=Datagrams Sent

2103=The cumulative total number of datagram packets sent since the process was started.

2104=HttpWebRequests Created/Sec

2105=The number of HttpWebRequest objects created during the last sample interval (typically 1 sec).

2106=HttpWebRequests Average Lifetime

2107=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.

2108=HttpWebRequests Average Lifetime Base

2109=HttpWebRequests Average Lifetime Base

2110=HttpWebRequests Queued/Sec

2111=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.

2112=HttpWebRequests Average Queue Time

2113=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.

2114=HttpWebRequests Average Queue Time Base

2115=HttpWebRequests Average Queue Time Base

2116=HttpWebRequests Aborted/Sec

2117=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.

2118=HttpWebRequests Failed/Sec

2119=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()

2120=Database

2121=Database provides performance statistics for each process using the ESE high performance embedded database management system.

2122=Defragmentation Tasks

2123=Defragmentation Tasks is the count of background database defragmentation tasks that are currently executing.

2124=Defragmentation Tasks Pending

2125=Defragmentation Tasks Pending is the count of background database defragmentation tasks that are currently pending.

2126=Defragmentation Tasks Postponed

2127=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]

2128=Defragmentation Tasks Scheduled/sec

2129=Defragmentation Tasks Scheduled/sec is the number of background database defragmentation tasks scheduled for execution per second. [Dev Only]

2130=Defragmentation Tasks Completed/sec

2131=Defragmentation Tasks Completed/sec is the number of background database defragmentation tasks completing execution per second. [Dev Only]

2132=Heap Allocs/sec

2133=Heap Allocs/sec is the number of memory allocations from the MP Heaps per second.  [Dev Only]

2134=Heap Frees/sec

2135=Heap Frees/sec is the number of memory frees to the MP Heaps per second.  [Dev Only]

2136=Heap Allocations

2137=Heap Allocations is the current number of memory allocations in the MP Heaps.  [Dev Only]

2138=Heap Bytes Allocated

2139=Heap Bytes Allocated is the size of all memory allocations in the MP Heaps discounting heap managemnt overhead.  [Dev Only]

2140=Page Bytes Reserved

2141=Page Bytes Reserved is the size of all explicitly reserved virtual address space.  [Dev Only]

2142=Page Bytes Committed

2143=Page Bytes Committed is the size of all explicitly committed virtual memory backing store (page file and physical memory).  [Dev Only]

2144=FCB Async Scan/sec

2145=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]

2146=FCB Async Purge/sec

2147=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]

2148=FCB Async Purge Failures/sec

2149=FCB Async Purge Failures/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup.  [Dev Only]

2150=FCB Sync Purge/sec

2151=FCB Sync Purge/sec is the number of cached schema records (FCBs) being synchronously purged each second.  [Dev Only]

2152=FCB Sync Purge Stalls/sec

2153=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]

2154=FCB Allocations Wait For Version Cleanup/sec

2155=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]

2156=FCB Purge On Cursor Close/sec

2157=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]

2158=FCB Cache % Hit

2159=FCB Cache % Hit is the percentage of schema records (FCBs) opened directly from the schema record cache.  No file operations were required.  [Dev Only]

2160=No name

2161=No text

2162=FCB Cache Stalls/sec

2163=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]

2164=FCB Cache Maximum

2165=FCB Cache Maximum is the absolute maximum number of the schema records (FCBs) that can exist in the cache.  [Dev Only]

2166=FCB Cache Preferred

2167=FCB Cache Preferred is the preferred maximum number of the schema records (FCBs) that should exist in the cache.  [Dev Only]

2168=FCB Cache Allocated

2169=FCB Cache Allocated is the number of cached schema records (FCBs) currently allocated.  [Dev Only]

2170=FCB Cache Allocated/sec

2171=FCB Cache Allocated/sec is the number of cached schema records (FCBs) currently allocated per second.  [Dev Only]

2172=FCB Cache Available

2173=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]

2174=FCB Attached RCEs

2175=FCB Attached RCEs is the number of revision control entries (RCEs)  attached to cached schema records (FCBs) [Dev Only]

2176=Sessions In Use

2177=Sessions In Use is the number of database sessions currently open for use by client threads.

2178=Sessions % Used

2179=Sessions % Used is the percentage of database sessions currently open for use by client threads.

2180=No name

2181=No text

2182=Resource Manager FCB Allocated

2183=Resource Manager FCB Allocated indicates the amount of memory in Bytes of allocated FCBs [Dev Only]

2184=Resource Manager FCB Allocated Used

2185=Resource Manager FCB Allocated Used indicates the amount of memory in Bytes of allocated and used FCBs [Dev Only]

2186=Resource Manager FCB Quota

2187=Resource Manager FCB Quota indicates the maximum amount of memory in Bytes for FCBs [Dev Only]

2188=Resource Manager FUCB Allocated

2189=Resource Manager FUCB Allocated indicates the amount of memory in Bytes of allocated FUCBs [Dev Only]

2190=Resource Manager FUCB Allocated Used

2191=Resource Manager FUCB Allocated Used indicates the amount of memory in Bytes of allocated and used FUCBs [Dev Only]

2192=Resource Manager FUCB Quota

2193=Resource Manager FUCB Quota indicates the maximum amount of memory in Bytes for FUCBs [Dev Only]

2194=Resource Manager TDB Allocated

2195=Resource Manager TDB Allocated indicates the amount of memory in Bytes of allocated TDBs [Dev Only]

2196=Resource Manager TDB Allocated Used

2197=Resource Manager TDB Allocated Used indicates the amount of memory in Bytes of allocated and used TDBs [Dev Only]

2198=Resource Manager TDB Quota

2199=Resource Manager TDB Quota indicates the maximum amount of memory in Bytes for TDBs [Dev Only]

2200=Resource Manager IDB Allocated

2201=Resource Manager IDB Allocated indicates the amount of memory in Bytes of allocated IDBs [Dev Only]

2202=Resource Manager IDB Allocated Used

2203=Resource Manager IDB Allocated Used indicates the amount of memory in Bytes of allocated and used IDBs [Dev Only]

2204=Resource Manager IDB Quota

2205=Resource Manager IDB Quota indicates the maximum amount of memory in Bytes for IDBs [Dev Only]

2206=Table Open Cache % Hit

2207=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.

2208=No name

2209=No text

2210=Table Open Cache Hits/sec

2211=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.

2212=Table Open Cache Misses/sec

2213=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.

2214=Table Open Pages Read/sec

2215=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]

2216=Table Open Pages Preread/sec

2217=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]

2218=Table Opens/sec

2219=Table Opens/sec is the number of database tables opened per second.

2220=Table Closes/sec

2221=Table Closes/sec is the number of database tables closed per second.

2222=Tables Open

2223=Tables Open is the number of database tables opened.

2224=Log Bytes Write/sec

2225=Log Bytes Write per second is the rate bytes are written to the log.

2226=Log Bytes Generated/sec

2227=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.

2228=Log Buffer Bytes Used

2229=Log Buffer Bytes Used is the amount of bytes in the log buffers that have not yet been flushed to the logs.  [Dev Only]

2230=Log Buffer Bytes Free

2231=Log Buffer Bytes Free is the amount of free space available in the log buffers.  [Dev Only]

2232=Log Buffer Bytes Committed

2233=Log Buffer Bytes Committed is total number of committedbytes of log buffer.  [Dev Only]

2234=Log Threads Waiting

2235=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.

2236=Log Checkpoint Depth

2237=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]

2238=Log Generation Checkpoint Depth

2239=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]

2240=Log Checkpoint Maintenance Outstanding IO Max

2241=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]

2242=User Read Only Transaction Commits to Level 0/sec

2243=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]

2244=User Read/Write Transaction Commits to Level 0 (Durable)/sec

2245=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]

2246=User Read/Write Transaction Commits to Level 0 (Lazy)/sec

2247=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]

2248=User Wait All Transaction Commits/sec

2249=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]

2250=User Wait Last Transaction Commits/sec

2251=User Wait Last Transaction Commits/sec is the count of signals to flush a specific sessions pending transactions.  [Dev Only]

2252=User Transaction Commits to Level 0/sec

2253=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]

2254=User Read Only Transaction Rollbacks to Level 0/sec

2255=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]

2256=User Read/Write Transaction Rollbacks to Level 0/sec

2257=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]

2258=User Transaction Rollbacks to Level 0/sec

2259=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]

2260=System Read Only Transaction Commits to Level 0/sec

2261=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]

2262=System Read/Write Transaction Commits to Level 0 (Durable)/sec

2263=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]

2264=System Read/Write Transaction Commits to Level 0 (Lazy)/sec

2265=System Read/Write Transaction Commits to Level 0 (Lazy)/sec is the count of internal transactions committed to log buffer.  [Dev Only]

2266=System Transaction Commits to Level 0/sec

2267=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]

2268=System Read Only Transaction Rollbacks to Level 0/sec

2269=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]

2270=System Read/Write Transaction Rollbacks to Level 0/sec

2271=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]

2272=System Transaction Rollbacks to Level 0/sec

2273=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]

2274=Recovery Stalls for Read-only Transactions/sec

2275=Recovery Stalls for Read-only Transactions/sec is the number of times per second recovery had to pause to allow an older read-only transaction to complete.  [Dev Only]

2276=Recovery Long Stalls for Read-only Transactions/sec

2277=Recovery Long Stalls for Read-only Transactions/sec is the number of times per second recovery had to pause for an extended time to allow an older read-only transaction to complete.  [Dev Only]

2278=Recovery Stalls for Read-only Transactions (ms)/sec

2279=Recovery Stalls for Read-only Transactions (ms)/sec is the amount of time (in milliseconds per second) recovery had to pause to allow an older read-only transaction to complete.  [Dev Only]

2280=Recovery Throttles For IO Smoothing/sec

2281=Recovery Throttles For IO Smoothing/sec is the number of times per second recovery had to pause to not recover a file faster than it was generated.  [Dev Only]

2282=Recovery Throttles For IO Smoothing Time (ms)/sec

2283=Recovery Throttles For IO Smoothing Time (ms)/sec is the amount of time (in milliseconds per second) recovery had to pause to not recover a file faster than it was generated.  [Dev Only]

2284=Database Page Allocation File Extension Stalls/sec

2285=Database Page Allocation File Extension Stalls/sec is the rate of attempts to extend the database file that stall.  [Dev Only]

2286=Log Records/sec

2287=Log Records/sec is the count of records written to the database log buffers per second.  [Dev Only]

2288=Log Buffer Capacity Writes/sec

2289=Log Buffer Capacity Writes/sec is the count of times the database log buffers must be written per second because they are full.  [Dev Only]

2290=Log Buffer Commit Writes/sec

2291=Log Buffer Commit Writes/sec is the count of times the database log buffers must be written per second because a transaction is fully committing its changes.  [Dev Only]

2292=Log Buffer Writes Skipped/sec

2293=Log Buffer Writes Skipped/sec is the count of times the database log buffers were intended to be written, but we skipped it due to the  desired log data already having been written.  [Dev Only]

2294=Log Buffer Writes Blocked/sec

2295=Log Buffer Writes Blocked/sec is the count of times the database log buffers were intended to be written, but we skipped it due to the  log buffer being locked for and being written by another thread.  [Dev Only]

2296=Log Writes/sec

2297=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.

2298=Log Full Segment Writes/sec

2299=Log Full Segment Writes/sec is the number of times full log segments are written to the log file(s) per second. [Dev Only]

2300=Log Partial Segment Writes/sec

2301=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]

2302=Log Bytes Wasted/sec

2303=Log Bytes Wasted/sec is the number of bytes wasted by not reusing a partially written sector (and instead fill it up with NOPs).  [Dev Only]

2304=Log Record Stalls/sec

2305=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.

2306=Version Buckets Allocated

2307=Version Buckets Allocated is the total number of version buckets allocated.

2308=Version Buckets Allocated for Deletes

2309=Total number of version buckets allocated for FlagDelete RCEs  [Dev Only]

2310=VER Bucket Allocations Wait For Version Cleanup/sec

2311=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]

2312=Version Store Average RCE Bookmark Length

2313=Average length of bookmark in RCE  [Dev Only]

2314=Version Store Unnecessary Calls/sec

2315=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]

2316=Version Store Cleanup Tasks Asynchronously Dispatched/sec

2317=Number of times per second a version store clean task is dispatched asynchronously to be performed  [Dev Only]

2318=Version Store Cleanup Tasks Synchronously Dispatched/sec

2319=Number of times per second a version store clean task is performed synchronously  [Dev Only]

2320=Version Store Cleanup Tasks Discarded/sec

2321=Number of times per second a version store clean task was discarded due to load concerns  [Dev Only]

2322=Version Store Cleanup Tasks Failures/sec

2323=Number of times per second a dispatched version store cleanup task fails  [Dev Only]

2324=Record Inserts/sec

2325=Record Inserts/sec is the rate at which records are being inserted into database tables.  [Dev Only]

2326=Record Deletes/sec

2327=Record Deletes/sec is the rate at which records in database tables are being flagged for deletion.  [Dev Only]

2328=Record Replaces/sec

2329=Record Replaces/sec is the rate at which records in database tables are being updated.  [Dev Only]

2330=Record Unnecessary Replaces/sec

2331=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]

2332=Record Escrow-Updates/sec

2333=Record Escrow-Updates/sec is the rate at which records in database tables are being escrow-updated.  [Dev Only]

2334=Secondary Index Inserts/sec

2335=Secondary Index Inserts/sec is the rate at which entries are being inserted into indexes of database tables.  [Dev Only]

2336=Secondary Index Deletes/sec

2337=Secondary Index Deletes/sec is the rate at which entries in indexes of database tables are being flagged for deletion.  [Dev Only]

2338=False Index Column Updates/sec

2339=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]

2340=False Tuple Index Column Updates/sec

2341=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]

2342=Record Intrinsic Long-Values Updated/sec

2343=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]

2344=Record Separated Long-Values Added/sec

2345=Record Separated Long-Values Added/sec is the rate at which separated long-values are normally added to records of database tables.  [Dev Only]

2346=Record Separated Long-Values Forced/sec

2347=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]

2348=Record Separated Long-Values All Forced/sec

2349=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]

2350=Record Separated Long-Values Reference All/sec

2351=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]

2352=Record Separated Long-Values Dereference All/sec

2353=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]

2354=Separated Long-Value Seeks/sec

2355=Separated Long-Value Seeks/sec is the rate at which seeks for a separated long-value in a database table are performed.  [Dev Only]

2356=Separated Long-Value Retrieves/sec

2357=Separated Long-Value Retrieves/sec is the rate at which retrievals of a separated long-value in a database table are performed.  [Dev Only]

2358=Separated Long-Value Creates/sec

2359=Separated Long-Value Creates/sec is the rate at which new separated long-values are added to a database table.  [Dev Only]

2360=Long-Value Maximum LID

2361=Long-Value Maximum LID is the largest LID that has been used by the database engine.  [Dev Only]

2362=Separated Long-Value Updates/sec

2363=Separated Long-Value Updates/sec is the rate at which existing separated long-values in a database table are modified.  [Dev Only]

2364=Separated Long-Value Deletes/sec

2365=Separated Long-Value Deletes/sec is the rate at which separated long-values in a database table are flagged for deletion.  [Dev Only]

2366=Separated Long-Value Copies/sec

2367=Separated Long-Value Copies/sec is the rate at which existing separated long-values in a database table are copied.  [Dev Only]

2368=Separated Long-Value Chunk Seeks/sec

2369=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]

2370=Separated Long-Value Chunk Retrieves/sec

2371=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]

2372=Separated Long-Value Chunk Appends/sec

2373=Separated Long-Value Chunk Appends/sec is the rate at which chunks are appended to separated long-values of database tables.  [Dev Only]

2374=Separated Long-Value Chunk Replaces/sec

2375=Separated Long-Value Chunk Replaces/sec is the rate at which existing separated long-value chunks in a database table are replaced.  [Dev Only]

2376=Separated Long-Value Chunk Deletes/sec

2377=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]

2378=Separated Long-Value Chunk Copies/sec

2379=Separated Long-Value Chunk Copies/sec is the rate at which existing separated long-value chunks in a database table are copied.  [Dev Only]

2380=B+ Tree Append Splits/sec

2381=B+ Tree Append Splits/sec is the count of times a page is appended to a database B+ Tree per second.  [Dev Only]

2382=B+ Tree Right Splits/sec

2383=B+ Tree Right Splits/sec is the count of times a page is split right in a database B+ Tree per second.  [Dev Only]

2384=B+ Tree Right Hotpoint Splits/sec

2385=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]

2386=B+ Tree Vertical Splits/sec

2387=B+ Tree Vertical Splits/sec is the count of times a page is split vertically in a database B+ Tree per second.  [Dev Only]

2388=B+ Tree Splits/sec

2389=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]

2390=B+ Tree Empty Page Merges/sec

2391=B+ Tree Empty Page Merges/sec is the count of empty pages removed from a database B+ Tree per second.  [Dev Only]

2392=B+ Tree Right Merges/sec

2393=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]

2394=B+ Tree Partial Merges/sec

2395=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]

2396=B+ Tree Left Merges/sec

2397=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]

2398=B+ Tree Partial Left Merges/sec

2399=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]

2400=B+ Tree Page Moves/sec

2401=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]

2402=B+ Tree Merges/sec

2403=B+ Tree Merges/sec is the count of pages merged in a database B+ Tree per second.  [Dev Only]

2404=B+ Tree Failed Simple Page Cleanup Attempts/sec

2405=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]

2406=B+ Tree Seek Short Circuits/sec

2407=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]

2408=B+ Tree Opportune Prereads/sec

2409=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]

2410=B+ Tree Unnecessary Sibling Latches/sec

2411=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]

2412=B+ Tree Move Nexts/sec

2413=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]

2414=B+ Tree Move Nexts (Non-Visible Nodes Skipped)/sec

2415=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]

2416=B+ Tree Move Nexts (Nodes Filtered)/sec

2417=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]

2418=B+ Tree Move Prevs/sec

2419=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]

2420=B+ Tree Move Prevs (Non-Visible Nodes Skipped)/sec

2421=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]

2422=B+ Tree Move Prevs (Nodes Filtered)/sec

2423=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]

2424=B+ Tree Seeks/sec

2425=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]

2426=B+ Tree Inserts/sec

2427=B+ Tree Inserts/sec is the count of times a record is inserted in a database B+ Tree per second.  [Dev Only]

2428=B+ Tree Replaces/sec

2429=B+ Tree Replaces/sec is the count of times a record is replaced in a database B+ Tree per second.  [Dev Only]

2430=B+ Tree Flag Deletes/sec

2431=B+ Tree Flag Deletes/sec is the count of times a record is flag deleted in a database B+ Tree per second.  [Dev Only]

2432=B+ Tree Deletes/sec

2433=B+ Tree Deletes/sec is the count of times a record is deleted in a database B+ Tree per second.  [Dev Only]

2434=B+ Tree Appends/sec

2435=B+ Tree Appends/sec is the count of times a record is appended to a database B+ Tree per second.  [Dev Only]

2436=Pages Trimmed/sec

2437=Pages Trimmed/sec is the number of database pages that are trimmed and the allocated space is released to the file system.  [Dev Only]

2438=Pages Not Trimmed Unaligned/sec

2439=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]

2440=Database Cache Misses/sec

2441=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.

2442=Database Cache % Hit

2443=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.

2444=No name

2445=No text

2446=Database Cache % Hit (Unique)

2447=Database Cache % Hit (Unique) is the percentage of unique  database file page requests that were fulfilled by the database cache.

2448=No name

2449=No text

2450=Database Cache Requests/sec (Unique)

2451=Database Cache Requests/sec (Unique) is the rate at which unique pages are requested from the database cache.

2452=Database Cache Requests/sec

2453=Database Cache Requests/sec is the rate that pages are requested from the database cache.

2454=Database Cache % Pinned

2455=Database Cache % Pinned is the percentage of the database cache that pinned in the memory.  [Dev Only]

2456=No name

2457=No text

2458=Database Cache % Clean

2459=Database Cache % Clean is the percentage of the database cache that does not contain modified data.  [Dev Only]

2460=No name

2461=No text

2462=Database Pages Read Async/sec

2463=Database Pages Read Async/sec is the rate that pages are asynchronously read from the database file(s) into the database cache.  [Dev Only]

2464=Database Pages Read Sync/sec

2465=Database Pages Read Sync/sec is the rate that pages are synchronously read from the database file(s) into the database cache.  [Dev Only]

2466=Database Pages Dirtied/sec

2467=Database Pages Dirtied/sec is the rate that pages are dirtied in the database cache.  [Dev Only]

2468=Database Pages Dirtied (Repeatedly)/sec

2469=Database Pages Dirtied (Repeatedly)/sec is the rate that pages are  repeatedly dirtied / redirtied in the database cache.  [Dev Only]

2470=Database Pages Written/sec

2471=Database Pages Written/sec is the rate that pages are written to the database file(s) from the database cache.  [Dev Only]

2472=Database Opportune Write Issued (Total)

2473=Database Opportune Write Issued (Total) is the count of IO operationshas been issued for opportune write. [Dev Only]

2474=Database Pages Transferred/sec

2475=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]

2476=Database Pages Non-Resident Trimmed by OS/sec

2477=Database Pages Non-Resident Trimmed by OS/sec is the number of databases pages trimmed or partially trimmed per second from the buffer cache.  [Dev Only]

2478=Database Pages Non-Resident Reclaimed (Soft Faulted)/sec

2479=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]

2480=Database Pages Non-Resident Reclaimed (Failed)/sec

2481=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]

2482=Database Pages Non-Resident Re-read/sec

2483=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]

2484=Database Pages Non-Resident Evicted (Normally)/sec

2485=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]

2486=Database Pages Non-Resident Reclaimed (Hard Faulted)/sec

2487=Database Pages Non-Resident Reclaimed (Hard Faulted)/sec is the number of (probably) hard fault operations per second. [Dev Only]

2488=Database Pages Non-Resident Hard Faulted In Latency (us)/sec

2489=Database Pages Non-Resident Hard Faulted In Latency (us)/sec is the length of time, in microseconds, spent in OS Memory Manager hard fault operations  per sec. [Dev Only]

2490=Database Page Latches/sec

2491=Database Page Latches/sec is the rate that database pages are latched for access to their data.  [Dev Only]

2492=Database Page Fast Latches/sec

2493=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]

2494=Database Page Bad Latch Hints/sec

2495=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]

2496=Database Cache % Fast Latch

2497=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]

2498=No name

2499=No text

2500=Database Pages Colded (Ext)/sec

2501=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]

2502=Database Pages Colded (Int)/sec

2503=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]

2504=Database Page Latch Conflicts/sec

2505=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]

2506=Database Page Latch Stalls/sec

2507=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]

2508=Database Cache % Available

2509=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]

2510=No name

2511=No text

2512=Database Page Faults/sec

2513=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.

2514=Database Page Evictions/sec

2515=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.

2516=Database Page Evictions (Preread Untouched)/sec

2517=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]

2518=Database Page Evictions (k=1)/sec

2519=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]

2520=Database Page Evictions (k=2)/sec

2521=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]

2522=Database Page Evictions (Scavenging.AvailPool)/sec

2523=Database Page Evictions (Scavenging.AvailPool)/sec is the rate at which cached pages are evicted during scavenging to replenish the pool of available buffers.  [Dev Only]

2524=Database Page Evictions (Scavenging.SuperCold.Int)/sec

2525=Database Page Evictions (Scavenging.SuperCold.Int)/sec is the rate at which internally deprioritized cached pages (such as older version pages) are evicted  during scavenging.  [Dev Only]

2526=Database Page Evictions (Scavenging.SuperCold.Ext)/sec

2527=Database Page Evictions (Scavenging.SuperCold.Ext)/sec is the rate at which  externally deprioritized cached pages (such as those scaned by DB maintenance)  are evicted during scavenging.  [Dev Only]

2528=Database Page Evictions (Scavenging.Shrink)/sec

2529=Database Page Evictions (Scavenging.Shrink)/sec is the rate that cached pages are evicted during scavenging due to the database cache shrinking.  [Dev Only]

2530=Database Page Evictions (Other)/sec

2531=Database Page Evictions (Other)/sec is the rate that cached pages are evicted due to do-time page patching or purging a cached context / database or individual pages at runtime.  [Dev Only]

2532=Database Page Fault Stalls/sec

2533=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.

2534=Database Cache Size (MB)

2535=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.

2536=Database Cache Size

2537=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.

2538=Database Cache Size Effective (MB)

2539=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.

2540=Database Cache Size Effective

2541=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.

2542=Database Cache Memory Committed (MB)

2543=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.

2544=Database Cache Memory Committed

2545=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.

2546=Database Cache Memory Reserved (MB)

2547=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.

2548=Database Cache Memory Reserved

2549=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.

2550=Database Cache Size Target (MB)

2551=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]

2552=Database Cache Size Target

2553=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]

2554=Database Cache Size Min

2555=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]

2556=Database Cache Size Max

2557=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]

2558=Database Cache Size Resident

2559=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.

2560=Database Cache Size Resident (MB)

2561=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.

2562=Database Cache Size Unattached (MB)

2563=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]

2564=Database Cache Sizing Duration

2565=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]

2566=Database Cache % Available Min

2567=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]

2568=No name

2569=No text

2570=Database Cache % Available Max

2571=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]

2572=No name

2573=No text

2574=Database Pages Preread/sec

2575=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]

2576=Database Page Preread Stalls/sec

2577=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]

2578=Database Pages Preread (Unnecessary)/sec

2579=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.  [Dev Only]

2580=Database Pages Dehydrated/sec

2581=Database Pages Dehydrated/sec is the rate that pages are compressed to memory usage in the buffer manager. [Dev Only]

2582=Database Pages Rehydrated/sec

2583=Database Pages Rehydrated/sec is the rate that pages are uncompressed for active usage or flushing to the database. [Dev Only]

2584=Database Pages Versioned/sec

2585=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]

2586=Database Pages Version Copied/sec

2587=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]

2588=Database Cache % Versioned

2589=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]

2590=No name

2591=No text

2592=Database Pages Repeatedly Written/sec

2593=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]

2594=Database Pages Flushed (Scavenging.Shrink)/sec

2595=Database Pages Flushed (Scavenging.Shrink)/sec is the rate that pages are written to the database file(s) from the database cache during scavenging because the cache size  must shrink.  [Dev Only]

2596=Database Pages Flushed (Checkpoint)/sec

2597=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]

2598=Database Pages Flushed (Checkpoint Foreground)/sec

2599=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]

2600=Database Pages Flushed (Context Flush)/sec

2601=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]

2602=Database Pages Flushed (Filthy Foreground)/sec

2603=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]

2604=Database Pages Flushed (Scavenging.AvailPool)/sec

2605=Database Pages Flushed (Scavenging.AvailPool)/sec is the rate at which pages are written to the database file(s) from the database cache during scavenging to replenish the pool of available buffers.  [Dev Only]

2606=Database Pages Flushed (Scavenging.SuperCold.Int)/sec

2607=Database Pages Flushed (Scavenging.SuperCold.Int)/sec is the rate at which  internally deprioritized cached pages (such as older version pages) are  written to the database file(s) from the database cache during to scavenging.  [Dev Only]

2608=Database Pages Flushed (Scavenging.SuperCold.Ext)/sec

2609=Database Pages Flushed (Scavenging.SuperCold.Ext)/sec is the rate at which  externally deprioritized cached pages (such as those scaned by DB maintenance)  are written to the database file(s) from the database cache during to scavenging.  [Dev Only]

2610=Database Pages Flushed Opportunely/sec

2611=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]

2612=Database Pages Flushed Opportunely Clean/sec

2613=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]

2614=Database Pages Coalesced Written/sec

2615=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]

2616=Database Pages Coalesced Read/sec

2617=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]

2618=Database Cache Lifetime

2619=Provides an estimate of the database cache lifetime, based on the most recently evicted resource.  A database page which is currently entering the cache should expect to remain in the cache for approximately this amount of time (in seconds) if not requested multiple times afterwards (i.e., if it doesn't become "hot").  [Dev Only]

2620=Database Cache Lifetime (Smooth)

2621=Provides an estimate of the database cache lifetime, based on the most recently evicted resource, though not considering resources which are out of order in our eviction queue.  A database page which is currently entering the cache should expect to remain in the cache for approximately this amount of time (in seconds) if not requested multiple times afterwards (i.e., if it doesn't become "hot").  [Dev Only]

2622=Database Cache Lifetime (Max)

2623=Provides an estimate of the database cache lifetime, based on the oldest most recently scanned resource.  A database page which is currently entering the cache should expect to remain in the cache for approximately this amount of time (in seconds) if not requested multiple times afterwards (i.e., if it doesn't become "hot").  [Dev Only]

2624=Database Cache Lifetime Estimate Variance

2625=Provides the delta (in ms) of "Database Cache Lifetime" and "Database Cache Lifetime (smooth)".  [Dev Only]

2626=Database Cache Lifetime (K1)

2627=Provides the database cache lifetime (in seconds) of the most recently evicted resource that was cached and subsequently used only a single time.  It can also be viewed as the expected cache lifetime of singly-touched resources.  [Dev Only]

2628=Database Cache Lifetime (K2)

2629=Provides the database cache lifetime (in seconds) of the most recently evicted resource that was cached and subsequently used twice or more.  It can also be viewed as the expected cache lifetime of doubly-touched resources.  Note that this counter also captures the lifetime of resources that were touched more than twice, in which case the true lifetime reported is below the actual lifetime of such resources.  [Dev Only]

2630=Database Cache Scan Pages Evaluated/sec

2631=Database Cache Scan Pages Evaluated/sec is the rate at which database pages are considered for eviction from the database page cache.  [Dev Only]

2632=Database Cache Scan Pages Moved/sec

2633=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]

2634=Database Cache Scan Page Evaluated Out-of-Order/sec

2635=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]

2636=No name

2637=No text

2638=Database Cache Scan Entries/scan

2639=Provides the number of entries returned by LRU-k.  [Dev Only]

2640=Database Cache Scan Buckets Scanned/scan

2641=Provides the number of buckets required to evaluate by LRU-k to do the  last scan.  [Dev Only]

2642=Database Cache Scan Empty Buckets Scanned/scan

2643=Provides the number of buckets that were empty to evaluate LRU-k during the last scan.  [Dev Only]

2644=Database Cache Scan ID Range/scan

2645=Provides the raw ID range from the approximate index covered during last scan.  [Dev Only]

2646=Database Cache Scan Time (ms)/scan

2647=Provides the scan range in seconds evaluated from the LRU-k.  [Dev Only]

2648=Database Cache Scan Found-to-Evict Range

2649=Provides the delta (in ms) between the first found resource during scavenge scan and the last evicted resource.  [Dev Only]

2650=Database Cache Super Colded Resources

2651=Provides the number of currently super colded resources.  It is not hundred percent accurate.  [Dev Only]

2652=Database Cache Super Cold Attempts/sec

2653=Provides the rate at which the engine is attempting to mark pages super  cold, for immediate eviction.  [Dev Only]

2654=Database Cache Super Cold Successes/sec

2655=Provides the rate at which the engine has successfully marked pages super  cold, for immediate eviction.  [Dev Only]

2656=Database Page History Records

2657=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]

2658=Database Page History % Hit

2659=Database Page History % Hit is the percentage of database page access history record lookups that were successful.  [Dev Only]

2660=No name

2661=No text

2662=Database Cache % Resident

2663=Database Cache % Resident is the percentage of the database cache that are currently in the process's working set.  [Dev Only]

2664=No name

2665=No text

2666=Database Cache % Dehydrated

2667=Database Cache % Dehydrated is the percentage of pages in the database  cache that are currently compressed.

2668=No name

2669=No text

2670=Database Pages Repeatedly Read/sec

2671=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]

2672=Streaming Backup Pages Read/sec

2673=Streaming Backup Pages Read/sec is the rate of database read operations performed for the purpose of streaming backups.  [Dev Only]

2674=Online Defrag Pages Read/sec

2675=Online Defrag Pages Read/sec is the rate of database read operations being performed by online defragmentation. [Dev Only]

2676=Online Defrag Pages Preread/sec

2677=Online Defrag Pages Preread/sec is the rate at which database pages are read in anticipation of future use by online defragmentation.  [Dev Only]

2678=Online Defrag Pages Dirtied/sec

2679=Online Defrag Pages Dirtied/sec is the rate at which online defragmentation is modifying clean database pages. [Dev Only]

2680=Online Defrag Pages Freed/sec

2681=Pages Freed/sec is the number of pages per second that are freed from the database by the online defragmentation process [Dev Only]

2682=Online Defrag Data Moves/sec

2683=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]

2684=Online Defrag Pages Moved/sec

2685=Online Defrag Pages Moved/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]

2686=Online Defrag Log Bytes/sec

2687=Online Defrag Log Bytes/sec is the rate at which online defragmentation is generating log bytes.  [Dev Only]

2688=Database Maintenance Duration

2689=Database Maintenance Duration is the number of hours that have passed since maintenance last completed for this database.

2690=Database Maintenance Pages Read

2691=Database Maintenance Pages Read is the number of pages read by database maintenance. [Dev Only]

2692=Database Maintenance Pages Read/sec

2693=Database Maintenance Pages Read/sec is the rate at which pages are read by database maintenance. [Dev Only]

2694=Database Maintenance Pages Zeroed

2695=Database Maintenance Pages Zeroed is the number of pages zeroed/scrubbed by database maintenance. [Dev Only]

2696=Database Maintenance Pages Zeroed/sec

2697=Database Maintenance Pages Zeroed/sec is the rate at which pages are zeroed/scrubbed by database maintenance. [Dev Only]

2698=Database Maintenance Zero Ref Count LVs Deleted

2699=Database Maintenance Zero Ref Count LVs is the number of zero ref counted LVs deleted by database maintenance. [Dev Only]

2700=Database Maintenance Pages with Flag Deleted LVs Reclaimed

2701=Database Maintenance Pages with Flag Deleted LVs Reclaimed  is the number of LV pages with flag deleted LVs reclaimed  by database maintenance. [Dev Only]

2702=Database Maintenance IO Reads/sec

2703=Database Maintenance IO Reads/sec is the approximate number of Database Maintenance read IO operations generated/sec. [Dev Only]

2704=Database Maintenance IO Reads Average Bytes

2705=Database Maintenance IO Reads Average Bytes is the approximate average size in bytes of Database Maintenance read IO. [Dev Only]

2706=No name

2707=No text

2708=Database Maintenance IO Re-Reads/sec

2709=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]

2710=Database Tasks Pages Referenced/sec

2711=Database Tasks Pages Referenced/sec is the rate at which background database tasks are touching database pages. [Dev Only]

2712=Database Tasks Pages Read/sec

2713=Database Tasks Pages Read/sec is the rate of database read operations being performed by background database tasks. [Dev Only]

2714=Database Tasks Pages Preread/sec

2715=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]

2716=Database Tasks Pages Dirtied/sec

2717=Database Tasks Pages Dirtied/sec is the rate at which background database tasks are modifying clean database pages. [Dev Only]

2718=Database Tasks Pages Re-Dirtied/sec

2719=Database Tasks Pages Re-Dirtied/sec is the rate at which background databases tasks are modifying database pages that already contained modifications.  [Dev Only]

2720=Database Tasks Log Records/sec

2721=Database Tasks Log Records/sec is the rate at which background database tasks are generating log records.  [Dev Only]

2722=Database Tasks Average Log Bytes

2723=Database Tasks Average Log Bytes is the average size of the log records being generated by background database tasks.  [Dev Only]

2724=No name

2725=No text

2726=Database Tasks Log Bytes/sec

2727=Database Tasks Log Bytes/sec is the rate at which background database tasks are generating log bytes.  [Dev Only]

2728=I/O Database Reads (Attached)/sec

2729=I/O Database Reads (Attached)/sec is the rate of database read operations completed.

2730=I/O Database Reads (Attached) Average Latency

2731=I/O Database Reads (Attached) Average Latency is the average length of time,  in milliseconds, per database read operation.

2732=No name

2733=No text

2734=I/O Database Reads (Attached) Average Bytes

2735=I/O Database Reads (Attached) Average Bytes is the average number of bytes transferred per database read operation.  [Dev Only]

2736=No name

2737=No text

2738=I/O Database Reads (Attached) In Heap

2739=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]

2740=I/O Database Reads (Attached) Async Pending

2741=I/O Database Reads (Attached) Async Pending is the number of database read operations asynchronously pending completion.  [Dev Only]

2742=I/O Database Reads (Recovery)/sec

2743=I/O Database Reads (Recovery)/sec is the rate of database read operations completed.

2744=I/O Database Reads (Recovery) Average Latency

2745=I/O Database Reads (Recovery) Average Latency is the average length of time,  in milliseconds, per database read operation.

2746=No name

2747=No text

2748=I/O Database Reads (Recovery) Average Bytes

2749=I/O Database Reads (Recovery) Average Bytes is the average number of bytes transferred per database read operation.  [Dev Only]

2750=No name

2751=No text

2752=I/O Database Reads (Recovery) In Heap

2753=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]

2754=I/O Database Reads (Recovery) Async Pending

2755=I/O Database Reads (Recovery) Async Pending is the number of database read operations asynchronously pending completion.  [Dev Only]

2756=I/O Database Reads/sec

2757=I/O Database Reads/sec is the rate of database read operations completed.

2758=I/O Database Reads Average Latency

2759=I/O Database Reads Average Latency is the average length of time,  in milliseconds, per database read operation.

2760=No name

2761=No text

2762=I/O Database Reads Average Bytes

2763=I/O Database Reads Average Bytes is the average number of bytes transferred per database read operation.  [Dev Only]

2764=No name

2765=No text

2766=I/O Database Reads In Heap

2767=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]

2768=I/O Database Reads Async Pending

2769=I/O Database Reads Async Pending is the number of database read operations asynchronously pending completion.  [Dev Only]

2770=I/O Log Reads/sec

2771=I/O Log Reads/sec is the rate of logfile read operations completed.

2772=I/O Log Reads Average Latency

2773=I/O Log Reads Average Latency is the average length of time, in milliseconds, per logfile read operation.

2774=No name

2775=No text

2776=I/O Log Reads Average Bytes

2777=I/O Log Reads Average Bytes is the average number of bytes transferred per logfile read operation.  [Dev Only]

2778=No name

2779=No text

2780=I/O Log Reads In Heap

2781=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]

2782=I/O Log Reads Async Pending

2783=I/O Log Reads Async Pending is the number of logfile read operations asynchronously pending completion.  [Dev Only]

2784=I/O Snapshot Reads/sec

2785=I/O Snapshot Reads/sec is the rate of snapshot read operations completed.  [Dev Only]

2786=I/O Snapshot Reads Average Latency

2787=I/O Snapshot Reads Average Latency is the average length of time, in milliseconds, per snapshot read operation.  [Dev Only]

2788=No name

2789=No text

2790=I/O Snapshot Reads Average Bytes

2791=I/O Snapshot Reads Average Bytes is the average number of bytes transferred per snapshot read operation.  [Dev Only]

2792=No name

2793=No text

2794=I/O Snapshot Reads In Heap

2795=I/O Snapshot Reads In Heap is the number of snapshot read operations queued in the database engine's I/O heap and waiting to be issued.  [Dev Only]

2796=I/O Snapshot Reads Async Pending

2797=I/O Snapshot Reads Async Pending is the number of snapshot read operations asynchronously pending completion.  [Dev Only]

2798=I/O Database Writes (Attached)/sec

2799=I/O Database Writes (Attached)/sec is the rate of database write operations completed.

2800=I/O Database Writes (Attached) Average Latency

2801=I/O Database Writes (Attached) Average Latency is the average length of time,  in milliseconds, per database write operation.

2802=No name

2803=No text

2804=I/O Database Writes (Attached) Average Bytes

2805=I/O Database Writes (Attached) Average Bytes is the average number of bytes transferred per database write operation.  [Dev Only]

2806=No name

2807=No text

2808=I/O Database Writes (Attached) In Heap

2809=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]

2810=I/O Database Writes (Attached) Async Pending

2811=I/O Database Writes (Attached) Async Pending is the number of database write operations asynchronously pending completion.  [Dev Only]

2812=I/O Database Writes (Recovery)/sec

2813=I/O Database Writes (Recovery)/sec is the rate of database write operations completed.

2814=I/O Database Writes (Recovery) Average Latency

2815=I/O Database Writes (Recovery) Average Latency is the average length of time,  in milliseconds, per database write operation.

2816=No name

2817=No text

2818=I/O Database Writes (Recovery) Average Bytes

2819=I/O Database Writes (Recovery) Average Bytes is the average number of bytes transferred per database write operation.  [Dev Only]

2820=No name

2821=No text

2822=I/O Database Writes (Recovery) In Heap

2823=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]

2824=I/O Database Writes (Recovery) Async Pending

2825=I/O Database Writes (Recovery) Async Pending is the number of database write operations asynchronously pending completion.  [Dev Only]

2826=I/O Database Writes/sec

2827=I/O Database Writes/sec is the rate of database write operations completed.

2828=I/O Database Writes Average Latency

2829=I/O Database Writes Average Latency is the average length of time,  in milliseconds, per database write operation.

2830=No name

2831=No text

2832=I/O Database Writes Average Bytes

2833=I/O Database Writes Average Bytes is the average number of bytes transferred per database write operation.  [Dev Only]

2834=No name

2835=No text

2836=I/O Database Writes In Heap

2837=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]

2838=I/O Database Writes Async Pending

2839=I/O Database Writes Async Pending is the number of database write operations asynchronously pending completion.  [Dev Only]

2840=I/O Flush Map Writes/sec

2841=I/O Flush Map Writes/sec is the rate of flush map write operations completed.

2842=I/O Flush Map Writes Average Latency

2843=I/O Flush Map Writes Average Latency is the average length of time,  in milliseconds, per flush map write operation.

2844=No name

2845=No text

2846=I/O Flush Map Writes Average Bytes

2847=I/O Flush Map Writes Average Bytes is the average number of bytes transferred per flush map write operation.  [Dev Only]

2848=No name

2849=No text

2850=I/O Log Writes/sec

2851=I/O Log Writes/sec is the rate of log file write operations completed.

2852=I/O Log Writes Average Latency

2853=I/O Log Writes Average Latency is the average length of time, in milliseconds, per log file write operation.

2854=No name

2855=No text

2856=I/O Log Writes Average Bytes

2857=I/O Log Writes Average Bytes is the average number of bytes transferred per logfile write operation.  [Dev Only]

2858=No name

2859=No text

2860=I/O Log Writes In Heap

2861=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]

2862=I/O Log Writes Async Pending

2863=I/O Log Writes Async Pending is the number of logfile write operations asynchronously pending completion.  [Dev Only]

2864=I/O Snapshot Writes/sec

2865=I/O Snapshot Writes/sec is the rate of snapshot write operations completed.  [Dev Only]

2866=I/O Snapshot Writes Average Latency

2867=I/O Snapshot Writes Average Latency is the average length of time, in milliseconds, per snapshot write operation.  [Dev Only]

2868=No name

2869=No text

2870=I/O Snapshot Writes Average Bytes

2871=I/O Snapshot Writes Average Bytes is the average number of bytes transferred per snapshot write operation.  [Dev Only]

2872=No name

2873=No text

2874=I/O Snapshot Writes In Heap

2875=I/O Snapshot Writes In Heap is the number of snapshot write operations queued in the database engine's I/O heap and waiting to be issued.  [Dev Only]

2876=I/O Snapshot Writes Async Pending

2877=I/O Snapshot Writes Async Pending is the number of snapshot write operations asynchronously pending completion.  [Dev Only]

2878=FlushFileBuffers ops/sec

2879=FlushFileBuffers ops/sec is the rate of FlushFileBuffers operations completed.  [Dev Only]

2880=FlushFileBuffers Average Latency

2881=FlushFileBuffers Average Latency is the average length of time, in milliseconds, per FlushFileBuffers operation.  [Dev Only]

2882=No name

2883=No text

2884=Threads Blocked/sec

2885=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]

2886=Threads Blocked

2887=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]

2888=Encryption Bytes/sec

2889=Encryption Bytes/sec is the number of bytes per second that were encrypted.  [Dev Only]

2890=Encryption Ops/sec

2891=Encryption Ops/sec is the number of encryption operations per second that were performed.  [Dev Only]

2892=Encryption average latency (us)

2893=Encryption average latency (us) is the average latency (in microseconds) per encryption operation.  [Dev Only]

2894=No name

2895=No text

2896=Decryption Bytes/sec

2897=Decryption Bytes/sec is the number of bytes per second that were decrypted.  [Dev Only]

2898=Decryption Ops/sec

2899=Decryption Ops/sec is the number of decryption operations per second that were performed.  [Dev Only]

2900=Decryption average latency (us)

2901=Decryption average latency (us) is the average latency (in microseconds) per decryption operation.  [Dev Only]

2902=No name

2903=No text

2904=Pages Reorganized (Other)/sec

2905=Pages Reorganized (Other)/sec is the number of times per second a page was reorganized for some other / unknown reason.  [Dev Only]

2906=Pages Reorganized (Free Space Request)/sec

2907=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]

2908=Pages Reorganized (Page Move Logging)/sec

2909=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]

2910=Pages Reorganized (Dehydrate Buffer)/sec

2911=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]

2912=Program Marker

2913=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]

2914=Database Cache Miss (Attached) Average Latency

2915=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.

2916=No name

2917=No text

2918=Database Cache Size Unused

2919=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 hasn�t yet been referenced.  [Dev Only]

2920=Database ==> TableClasses

2921=Statistics for the ESE high performance embedded database management system by Table Class.

2922=Record Inserts/sec

2923=Record Inserts/sec is the rate at which records are being inserted into database tables.  [Dev Only]

2924=Record Deletes/sec

2925=Record Deletes/sec is the rate at which records in database tables are being flagged for deletion.  [Dev Only]

2926=Record Replaces/sec

2927=Record Replaces/sec is the rate at which records in database tables are being updated.  [Dev Only]

2928=Record Unnecessary Replaces/sec

2929=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]

2930=Record Escrow-Updates/sec

2931=Record Escrow-Updates/sec is the rate at which records in database tables are being escrow-updated.  [Dev Only]

2932=Secondary Index Inserts/sec

2933=Secondary Index Inserts/sec is the rate at which entries are being inserted into indexes of database tables.  [Dev Only]

2934=Secondary Index Deletes/sec

2935=Secondary Index Deletes/sec is the rate at which entries in indexes of database tables are being flagged for deletion.  [Dev Only]

2936=False Index Column Updates/sec

2937=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]

2938=False Tuple Index Column Updates/sec

2939=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]

2940=Record Intrinsic Long-Values Updated/sec

2941=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]

2942=Record Separated Long-Values Added/sec

2943=Record Separated Long-Values Added/sec is the rate at which separated long-values are normally added to records of database tables.  [Dev Only]

2944=Record Separated Long-Values Forced/sec

2945=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]

2946=Record Separated Long-Values All Forced/sec

2947=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]

2948=Record Separated Long-Values Reference All/sec

2949=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]

2950=Record Separated Long-Values Dereference All/sec

2951=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]

2952=Separated Long-Value Seeks/sec

2953=Separated Long-Value Seeks/sec is the rate at which seeks for a separated long-value in a database table are performed.  [Dev Only]

2954=Separated Long-Value Retrieves/sec

2955=Separated Long-Value Retrieves/sec is the rate at which retrievals of a separated long-value in a database table are performed.  [Dev Only]

2956=Separated Long-Value Creates/sec

2957=Separated Long-Value Creates/sec is the rate at which new separated long-values are added to a database table.  [Dev Only]

2958=Long-Value Maximum LID

2959=Long-Value Maximum LID is the largest LID that has been used by the database engine for this table class.  [Dev Only]

2960=Separated Long-Value Updates/sec

2961=Separated Long-Value Updates/sec is the rate at which existing separated long-values in a database table are modified.  [Dev Only]

2962=Separated Long-Value Deletes/sec

2963=Separated Long-Value Deletes/sec is the rate at which separated long-values in a database table are flagged for deletion.  [Dev Only]

2964=Separated Long-Value Copies/sec

2965=Separated Long-Value Copies/sec is the rate at which existing separated long-values in a database table are copied.  [Dev Only]

2966=Separated Long-Value Chunk Seeks/sec

2967=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]

2968=Separated Long-Value Chunk Retrieves/sec

2969=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]

2970=Separated Long-Value Chunk Appends/sec

2971=Separated Long-Value Chunk Appends/sec is the rate at which chunks are appended to separated long-values of database tables.  [Dev Only]

2972=Separated Long-Value Chunk Replaces/sec

2973=Separated Long-Value Chunk Replaces/sec is the rate at which existing separated long-value chunks in a database table are replaced.  [Dev Only]

2974=Separated Long-Value Chunk Deletes/sec

2975=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]

2976=Separated Long-Value Chunk Copies/sec

2977=Separated Long-Value Chunk Copies/sec is the rate at which existing separated long-value chunks in a database table are copied.  [Dev Only]

2978=B+ Tree Append Splits/sec

2979=B+ Tree Append Splits/sec is the count of times a page is appended to a database B+ Tree per second.  [Dev Only]

2980=B+ Tree Right Splits/sec

2981=B+ Tree Right Splits/sec is the count of times a page is split right in a database B+ Tree per second.  [Dev Only]

2982=B+ Tree Right Hotpoint Splits/sec

2983=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]

2984=B+ Tree Vertical Splits/sec

2985=B+ Tree Vertical Splits/sec is the count of times a page is split vertically in a database B+ Tree per second.  [Dev Only]

2986=B+ Tree Splits/sec

2987=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]

2988=B+ Tree Empty Page Merges/sec

2989=B+ Tree Empty Page Merges/sec is the count of empty pages removed from a database B+ Tree per second.  [Dev Only]

2990=B+ Tree Right Merges/sec

2991=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]

2992=B+ Tree Partial Merges/sec

2993=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]

2994=B+ Tree Left Merges/sec

2995=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]

2996=B+ Tree Partial Left Merges/sec

2997=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]

2998=B+ Tree Page Moves/sec

2999=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]

3000=B+ Tree Merges/sec

3001=B+ Tree Merges/sec is the count of pages merged in a database B+ Tree per second.  [Dev Only]

3002=B+ Tree Failed Simple Page Cleanup Attempts/sec

3003=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]

3004=B+ Tree Seek Short Circuits/sec

3005=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]

3006=B+ Tree Opportune Prereads/sec

3007=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]

3008=B+ Tree Unnecessary Sibling Latches/sec

3009=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]

3010=B+ Tree Move Nexts/sec

3011=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]

3012=B+ Tree Move Nexts (Non-Visible Nodes Skipped)/sec

3013=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]

3014=B+ Tree Move Nexts (Nodes Filtered)/sec

3015=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]

3016=B+ Tree Move Prevs/sec

3017=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]

3018=B+ Tree Move Prevs (Non-Visible Nodes Skipped)/sec

3019=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]

3020=B+ Tree Move Prevs (Nodes Filtered)/sec

3021=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]

3022=B+ Tree Seeks/sec

3023=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]

3024=B+ Tree Inserts/sec

3025=B+ Tree Inserts/sec is the count of times a record is inserted in a database B+ Tree per second.  [Dev Only]

3026=B+ Tree Replaces/sec

3027=B+ Tree Replaces/sec is the count of times a record is replaced in a database B+ Tree per second.  [Dev Only]

3028=B+ Tree Flag Deletes/sec

3029=B+ Tree Flag Deletes/sec is the count of times a record is flag deleted in a database B+ Tree per second.  [Dev Only]

3030=B+ Tree Deletes/sec

3031=B+ Tree Deletes/sec is the count of times a record is deleted in a database B+ Tree per second.  [Dev Only]

3032=B+ Tree Appends/sec

3033=B+ Tree Appends/sec is the count of times a record is appended to a database B+ Tree per second.  [Dev Only]

3034=Database Pages Preread Untouched/sec

3035=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]

3036=Database Page Evictions (k=1)/sec

3037=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]

3038=Database Page Evictions (k=2)/sec

3039=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]

3040=Database Page Evictions (Scavenging.AvailPool)/sec

3041=Database Page Evictions (Scavenging.AvailPool)/sec is the rate at which cached pages are evicted during scavenging to replenish the pool of available buffers.  [Dev Only]

3042=Database Page Evictions (Scavenging.Shrink)/sec

3043=Database Page Evictions (Scavenging.Shrink)/sec is the rate that cached pages are evicted during scavenging due to the database cache shrinking.  [Dev Only]

3044=Database Page Evictions (Other)/sec

3045=Database Page Evictions (Other)/sec is the rate that cached pages are evicted due to do-time page patching or purging a cached context / database or individual pages at runtime.  [Dev Only]

3046=Database Cache Size (MB)

3047=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.

3048=Database Cache Size

3049=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.

3050=Database Cache Misses/sec

3051=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.

3052=Database Cache % Hit

3053=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.

3054=No name

3055=No text

3056=Database Cache % Hit (Unique)

3057=Database Cache % Hit (Unique) is the percentage of unique  database file page requests that were fulfilled by the database cache.

3058=No name

3059=No text

3060=Database Cache Requests/sec (Unique)

3061=Database Cache Requests/sec (Unique) is the rate at which unique pages are requested from the database cache.

3062=Database Cache Requests/sec

3063=Database Cache Requests/sec is the rate that pages are requested from the database cache.

3064=Database Pages Read Async/sec

3065=Database Pages Read Async/sec is the rate that pages are asynchronously read from the database file(s) into the database cache.  [Dev Only]

3066=Database Pages Read Sync/sec

3067=Database Pages Read Sync/sec is the rate that pages are synchronously read from the database file(s) into the database cache.  [Dev Only]

3068=Database Pages Dirtied/sec

3069=Database Pages Dirtied/sec is the rate that pages are dirtied in the database cache.  [Dev Only]

3070=Database Pages Dirtied (Repeatedly)/sec

3071=Database Pages Dirtied (Repeatedly)/sec is the rate that pages are  repeatedly dirtied / redirtied in the database cache.  [Dev Only]

3072=Database Pages Written/sec

3073=Database Pages Written/sec is the rate that pages are written to the database file(s) from the database cache.  [Dev Only]

3074=Database Pages Transferred/sec

3075=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]

3076=Database Pages Colded (Ext)/sec

3077=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]

3078=Database Pages Colded (Int)/sec

3079=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]

3080=Database Pages Preread/sec

3081=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]

3082=Database Page Preread Stalls/sec

3083=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]

3084=Database Pages Preread (Unnecessary)/sec

3085=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.  [Dev Only]

3086=Database Pages Dehydrated/sec

3087=Database Pages Dehydrated/sec is the rate that pages are compressed to memory usage in the buffer manager. [Dev Only]

3088=Database Pages Rehydrated/sec

3089=Database Pages Rehydrated/sec is the rate that pages are uncompressed for active usage or flushing to the database. [Dev Only]

3090=Database Pages Versioned/sec

3091=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]

3092=Database Pages Version Copied/sec

3093=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]

3094=Database Pages Repeatedly Written/sec

3095=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]

3096=Database Pages Flushed (Scavenging.Shrink)/sec

3097=Database Pages Flushed (Scavenging.Shrink)/sec is the rate that pages are written to the database file(s) from the database cache during scavenging because the cache size  must shrink.  [Dev Only]

3098=Database Pages Flushed (Checkpoint)/sec

3099=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]

3100=Database Pages Flushed (Checkpoint Foreground)/sec

3101=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]

3102=Database Pages Flushed (Context Flush)/sec

3103=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]

3104=Database Pages Flushed (Filthy Foreground)/sec

3105=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]

3106=Database Pages Flushed (Scavenging.AvailPool)/sec

3107=Database Pages Flushed (Scavenging.AvailPool)/sec is the rate at which pages are written to the database file(s) from the database cache during scavenging to replenish the pool of available buffers.  [Dev Only]

3108=Database Pages Flushed Opportunely/sec

3109=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]

3110=Database Pages Flushed Opportunely Clean/sec

3111=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]

3112=Database Pages Coalesced Written/sec

3113=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]

3114=Database Pages Coalesced Read/sec

3115=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]

3116=Database Pages Repeatedly Read/sec

3117=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]

3118=FCB Async Scan/sec

3119=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]

3120=FCB Async Purge/sec

3121=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]

3122=FCB Async Threshold Purge Failures/sec

3123=FCB Async Threshold Purge Failures/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup.  [Dev Only]

3124=Table Open Pages Read/sec

3125=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]

3126=Table Open Pages Preread/sec

3127=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]

3128=Database Cache Miss (Attached) Average Latency

3129=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.

3130=No name

3131=No text

3132=Database Cache Size Unused

3133=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 hasn�t yet been referenced.  [Dev Only]

3134=Encryption Bytes/sec

3135=Encryption Bytes/sec is the number of bytes per second that were encrypted.  [Dev Only]

3136=Encryption Ops/sec

3137=Encryption Ops/sec is the number of encryption operations per second that were performed.  [Dev Only]

3138=Encryption average latency (us)

3139=Encryption average latency (us) is the average latency (in microseconds) per encryption operation.  [Dev Only]

3140=No name

3141=No text

3142=Decryption Bytes/sec

3143=Decryption Bytes/sec is the number of bytes per second that were decrypted.  [Dev Only]

3144=Decryption Ops/sec

3145=Decryption Ops/sec is the number of decryption operations per second that were performed.  [Dev Only]

3146=Decryption average latency (us)

3147=Decryption average latency (us) is the average latency (in microseconds) per decryption operation.  [Dev Only]

3148=No name

3149=No text

3150=Database ==> Instances

3151=Instances in this process

3152=Defragmentation Tasks

3153=Defragmentation Tasks is the count of background database defragmentation tasks that are currently executing.

3154=Defragmentation Tasks Pending

3155=Defragmentation Tasks Pending is the count of background database defragmentation tasks that are currently pending.

3156=Defragmentation Tasks Postponed

3157=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]

3158=Defragmentation Tasks Scheduled/sec

3159=Defragmentation Tasks Scheduled/sec is the number of background database defragmentation tasks scheduled for execution per second. [Dev Only]

3160=Defragmentation Tasks Completed/sec

3161=Defragmentation Tasks Completed/sec is the number of background database defragmentation tasks completing execution per second. [Dev Only]

3162=FCB Async Scan/sec

3163=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]

3164=FCB Async Purge/sec

3165=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]

3166=FCB Async Threshold Purge Failures/sec

3167=FCB Async Threshold Purge Failures/sec is the number of failed purge attempts on cached schema records (FCBs) during asynchronous schema record cleanup.  [Dev Only]

3168=FCB Sync Purge/sec

3169=FCB Sync Purge/sec is the number of cached schema records (FCBs) being synchronously purged each second.  [Dev Only]

3170=FCB Sync Purge Stalls/sec

3171=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]

3172=FCB Allocations Wait For Version Cleanup/sec

3173=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]

3174=FCB Purge On Cursor Close/sec

3175=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]

3176=FCB Cache % Hit

3177=FCB Cache % Hit is the percentage of schema records (FCBs) opened directly from the schema record cache.  No file operations were required.  [Dev Only]

3178=No name

3179=No text

3180=FCB Cache Stalls/sec

3181=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]

3182=FCB Cache Maximum

3183=FCB Cache Maximum is the absolute maximum number of the schema records (FCBs) that can exist in the cache.  [Dev Only]

3184=FCB Cache Preferred

3185=FCB Cache Preferred is the preferred maximum number of the schema records (FCBs) that should exist in the cache.  [Dev Only]

3186=FCB Cache Allocated

3187=FCB Cache Allocated is the number of cached schema records (FCBs) currently allocated.  [Dev Only]

3188=FCB Cache Allocated/sec

3189=FCB Cache Allocated/sec is the number of cached schema records (FCBs) currently allocated per second.  [Dev Only]

3190=FCB Cache Available

3191=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]

3192=FCB Cache Allocations Failed

3193=FCB Cache Allocations Failed is the number of schema records (FCBs) attempts that fail to allocate. [Dev Only]

3194=FCB Cache Allocation Average Latency (ms)

3195=FCB Cache Allocation Average Latency (ms) is the average latency in allocating cached schema records (FCBs).  [Dev Only]

3196=No name

3197=No text

3198=FCB Attached RCEs

3199=FCB Attached RCEs is the number of revision control entries (RCEs)  attached to cached schema records (FCBs) [Dev Only]

3200=Sessions In Use

3201=Sessions In Use is the number of database sessions currently open for use by client threads.

3202=Sessions % Used

3203=Sessions % Used is the percentage of database sessions currently open for use by client threads.

3204=No name

3205=No text

3206=Table Open Cache % Hit

3207=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.

3208=No name

3209=No text

3210=Table Open Cache Hits/sec

3211=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.

3212=Table Open Cache Misses/sec

3213=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.

3214=Table Open Pages Read/sec

3215=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]

3216=Table Open Pages Preread/sec

3217=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]

3218=Table Opens/sec

3219=Table Opens/sec is the number of database tables opened per second.

3220=Table Closes/sec

3221=Table Closes/sec is the number of database tables closed per second.

3222=Tables Open

3223=Tables Open is the number of database tables opened.

3224=Log Bytes Write/sec

3225=Log Bytes Write per second is the rate bytes are written to the log.

3226=Log Bytes Generated/sec

3227=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.

3228=Log Buffer Size

3229=Log Buffer Size is the amount of memory, in bytes, allocated for the database log buffers.  [Dev Only]

3230=Log Buffer Bytes Used

3231=Log Buffer Bytes Used is the amount of bytes in the log buffers that have not yet been flushed to the logs.  [Dev Only]

3232=Log Buffer Bytes Free

3233=Log Buffer Bytes Free is the amount of free space available in the log buffers.  [Dev Only]

3234=Log Buffer Bytes Committed

3235=Log Buffer Bytes Committed is total number of committedbytes of log buffer.  [Dev Only]

3236=Log Threads Waiting

3237=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.

3238=Log File Size

3239=Log File Size is the size, in bytes, of the database log files.  [Dev Only]

3240=Log Checkpoint Depth

3241=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]

3242=Log Generation Checkpoint Depth

3243=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.

3244=Log Generation Database Consistency Depth

3245=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]

3246=Log Checkpoint Maintenance Outstanding IO Max

3247=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]

3248=Log Generation Checkpoint Depth Target

3249=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.

3250=Log Checkpoint Depth as a % of Target

3251=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.

3252=No name

3253=No text

3254=Log Generation Checkpoint Depth Max

3255=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.

3256=Log Generation Loss Resiliency Depth

3257=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.

3258=Log Files Generated

3259=Log Files Generated represents the total number of log files generated by an instance since that instance was last initialized.

3260=Log Files Generated Prematurely

3261=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.

3262=Log File Current Generation

3263=Log File Current Generation gives the generation number of the current log file of an instance.

3264=User Read Only Transaction Commits to Level 0/sec

3265=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]

3266=User Read/Write Transaction Commits to Level 0 (Durable)/sec

3267=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]

3268=User Read/Write Transaction Commits to Level 0 (Lazy)/sec

3269=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]

3270=User Wait All Transaction Commits/sec

3271=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]

3272=User Wait Last Transaction Commits/sec

3273=User Wait Last Transaction Commits/sec is the count of signals to flush a specific sessions pending transactions.  [Dev Only]

3274=User Transaction Commits to Level 0/sec

3275=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]

3276=User Read Only Transaction Rollbacks to Level 0/sec

3277=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]

3278=User Read/Write Transaction Rollbacks to Level 0/sec

3279=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]

3280=User Transaction Rollbacks to Level 0/sec

3281=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]

3282=System Read Only Transaction Commits to Level 0/sec

3283=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]

3284=System Read/Write Transaction Commits to Level 0 (Durable)/sec

3285=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]

3286=System Read/Write Transaction Commits to Level 0 (Lazy)/sec

3287=System Read/Write Transaction Commits to Level 0 (Lazy)/sec is the count of internal transactions committed to log buffer.  [Dev Only]

3288=System Transaction Commits to Level 0/sec

3289=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]

3290=System Read Only Transaction Rollbacks to Level 0/sec

3291=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]

3292=System Read/Write Transaction Rollbacks to Level 0/sec

3293=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]

3294=System Transaction Rollbacks to Level 0/sec

3295=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]

3296=Recovery Stalls for Read-only Transactions/sec

3297=Recovery Stalls for Read-only Transactions/sec is the number of times per second recovery had to pause to allow an older read-only transaction to complete.  [Dev Only]

3298=Recovery Long Stalls for Read-only Transactions/sec

3299=Recovery Long Stalls for Read-only Transactions/sec is the number of times per second recovery had to pause for an extended time to allow an older read-only transaction to complete.  [Dev Only]

3300=Recovery Stalls for Read-only Transactions (ms)/sec

3301=Recovery Stalls for Read-only Transactions (ms)/sec is the amount of time (in milliseconds per second) recovery had to pause to allow an older read-only transaction to complete.  [Dev Only]

3302=Recovery Throttles For IO Smoothing/sec

3303=Recovery Throttles For IO Smoothing/sec is the number of times per second recovery had to pause to not recover a file faster than it was generated.  [Dev Only]

3304=Recovery Throttles For IO Smoothing Time (ms)/sec

3305=Recovery Throttles For IO Smoothing Time (ms)/sec is the amount of time (in milliseconds per second) recovery had to pause to not recover a file faster than it was generated.  [Dev Only]

3306=Database Page Allocation File Extension Stalls/sec

3307=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]

3308=Log Records/sec

3309=Log Records/sec is the count of records written to the database log buffers per second.  [Dev Only]

3310=Log Buffer Capacity Writes/sec

3311=Log Buffer Capacity Writes/sec is the count of times the database log buffers must be written per second because they are full.  [Dev Only]

3312=Log Buffer Commit Writes/sec

3313=Log Buffer Commit Writes/sec is the count of times the database log buffers must be written per second because a transaction is fully committing its changes.  [Dev Only]

3314=Log Buffer Writes Skipped/sec

3315=Log Buffer Writes Skipped/sec is the count of times the database log buffers were intended to be written, but we skipped it due to the  desired log data already having been written.  [Dev Only]

3316=Log Buffer Writes Blocked/sec

3317=Log Buffer Writes Blocked/sec is the count of times the database log buffers were intended to be written, but we skipped it due to the  log buffer being locked for and being written by another thread.  [Dev Only]

3318=Log Writes/sec

3319=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.

3320=Log Full Segment Writes/sec

3321=Log Full Segment Writes/sec is the number of times full log segments are written to the log file(s) per second.  [Dev Only]

3322=Log Partial Segment Writes/sec

3323=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]

3324=Log Bytes Wasted/sec

3325=Log Bytes Wasted/sec is the number of bytes wasted by not reusing a partially written sector (and instead fill it up with NOPs). [Dev Only]

3326=Log Record Stalls/sec

3327=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.

3328=Version buckets allocated

3329=Total number of version buckets allocated

3330=Version buckets allocated for deletes

3331=Total number of version buckets allocated for FlagDelete RCEs  [Dev Only]

3332=VER Bucket Allocations Wait For Version Cleanup/sec

3333=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]

3334=Version store average RCE bookmark length

3335=Average length of bookmark in RCE  [Dev Only]

3336=Version store unnecessary calls/sec

3337=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]

3338=Version store cleanup tasks asynchronously dispatched/sec

3339=Number of times per second a version store clean task is dispatched asynchronously to be performed  [Dev Only]

3340=Version store cleanup tasks synchronously dispatched/sec

3341=Number of times per second a version store clean task is performed synchronously  [Dev Only]

3342=Version store cleanup tasks discarded/sec

3343=Number of times per second a version store clean task was discarded due to load concerns  [Dev Only]

3344=Version store cleanup tasks failures/sec

3345=Number of times per second a dispatched version store cleanup task fails  [Dev Only]

3346=Record Inserts/sec

3347=Record Inserts/sec is the rate at which records are being inserted into database tables.  [Dev Only]

3348=Record Deletes/sec

3349=Record Deletes/sec is the rate at which records in database tables are being flagged for deletion.  [Dev Only]

3350=Record Replaces/sec

3351=Record Replaces/sec is the rate at which records in database tables are being updated.  [Dev Only]

3352=Record Unnecessary Replaces/sec

3353=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]

3354=Record Escrow-Updates/sec

3355=Record Escrow-Updates/sec is the rate at which records in database tables are being escrow-updated.  [Dev Only]

3356=Secondary Index Inserts/sec

3357=Secondary Index Inserts/sec is the rate at which entries are being inserted into indexes of database tables.  [Dev Only]

3358=Secondary Index Deletes/sec

3359=Secondary Index Deletes/sec is the rate at which entries in indexes of database tables are being flagged for deletion.  [Dev Only]

3360=False Index Column Updates/sec

3361=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]

3362=False Tuple Index Column Updates/sec

3363=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]

3364=Record Intrinsic Long-Values Updated/sec

3365=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]

3366=Record Separated Long-Values Added/sec

3367=Record Separated Long-Values Added/sec is the rate at which separated long-values are normally added to records of database tables.  [Dev Only]

3368=Record Separated Long-Values Forced/sec

3369=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]

3370=Record Separated Long-Values All Forced/sec

3371=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]

3372=Record Separated Long-Values Reference All/sec

3373=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]

3374=Record Separated Long-Values Dereference All/sec

3375=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]

3376=Separated Long-Value Seeks/sec

3377=Separated Long-Value Seeks/sec is the rate at which seeks for a separated long-value in a database table are performed.  [Dev Only]

3378=Separated Long-Value Retrieves/sec

3379=Separated Long-Value Retrieves/sec is the rate at which retrievals of a separated long-value in a database table are performed.  [Dev Only]

3380=Separated Long-Value Creates/sec

3381=Separated Long-Value Creates/sec is the rate at which new separated long-values are added to a database table.  [Dev Only]

3382=Long-Value Maximum LID

3383=Long-Value Maximum LID is the largest LID that has been used by the database engine for this instance.  [Dev Only]

3384=Separated Long-Value Updates/sec

3385=Separated Long-Value Updates/sec is the rate at which existing separated long-values in a database table are modified.  [Dev Only]

3386=Separated Long-Value Deletes/sec

3387=Separated Long-Value Deletes/sec is the rate at which separated long-values in a database table are flagged for deletion.  [Dev Only]

3388=Separated Long-Value Copies/sec

3389=Separated Long-Value Copies/sec is the rate at which existing separated long-values in a database table are copied.  [Dev Only]

3390=Separated Long-Value Chunk Seeks/sec

3391=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]

3392=Separated Long-Value Chunk Retrieves/sec

3393=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]

3394=Separated Long-Value Chunk Appends/sec

3395=Separated Long-Value Chunk Appends/sec is the rate at which chunks are appended to separated long-values of database tables.  [Dev Only]

3396=Separated Long-Value Chunk Replaces/sec

3397=Separated Long-Value Chunk Replaces/sec is the rate at which existing separated long-value chunks in a database table are replaced.  [Dev Only]

3398=Separated Long-Value Chunk Deletes/sec

3399=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]

3400=Separated Long-Value Chunk Copies/sec

3401=Separated Long-Value Chunk Copies/sec is the rate at which existing separated long-value chunks in a database table are copied.  [Dev Only]

3402=B+ Tree Append Splits/sec

3403=B+ Tree Append Splits/sec is the count of times a page is appended to a database B+ Tree per second.  [Dev Only]

3404=B+ Tree Right Splits/sec

3405=B+ Tree Right Splits/sec is the count of times a page is split right in a database B+ Tree per second.  [Dev Only]

3406=B+ Tree Right Hotpoint Splits/sec

3407=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]

3408=B+ Tree Vertical Splits/sec

3409=B+ Tree Vertical Splits/sec is the count of times a page is split vertically in a database B+ Tree per second.  [Dev Only]

3410=B+ Tree Splits/sec

3411=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]

3412=B+ Tree Empty Page Merges/sec

3413=B+ Tree Empty Page Merges/sec is the count of empty pages removed from a database B+ Tree per second.  [Dev Only]

3414=B+ Tree Right Merges/sec

3415=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]

3416=B+ Tree Partial Merges/sec

3417=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]

3418=B+ Tree Left Merges/sec

3419=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]

3420=B+ Tree Partial Left Merges/sec

3421=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]

3422=B+ Tree Page Moves/sec

3423=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]

3424=B+ Tree Merges/sec

3425=B+ Tree Merges/sec is the count of pages merged in a database B+ Tree per second.  [Dev Only]

3426=B+ Tree Failed Simple Page Cleanup Attempts/sec

3427=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]

3428=B+ Tree Seek Short Circuits/sec

3429=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]

3430=B+ Tree Opportune Prereads/sec

3431=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]

3432=B+ Tree Unnecessary Sibling Latches/sec

3433=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]

3434=B+ Tree Move Nexts/sec

3435=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]

3436=B+ Tree Move Nexts (Non-Visible Nodes Skipped)/sec

3437=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]

3438=B+ Tree Move Nexts (Nodes Filtered)/sec

3439=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]

3440=B+ Tree Move Prevs/sec

3441=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]

3442=B+ Tree Move Prevs (Non-Visible Nodes Skipped)/sec

3443=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]

3444=B+ Tree Move Prevs (Nodes Filtered)/sec

3445=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]

3446=B+ Tree Seeks/sec

3447=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]

3448=B+ Tree Inserts/sec

3449=B+ Tree Inserts/sec is the count of times a record is inserted in a database B+ Tree per second.  [Dev Only]

3450=B+ Tree Replaces/sec

3451=B+ Tree Replaces/sec is the count of times a record is replaced in a database B+ Tree per second.  [Dev Only]

3452=B+ Tree Flag Deletes/sec

3453=B+ Tree Flag Deletes/sec is the count of times a record is flag deleted in a database B+ Tree per second.  [Dev Only]

3454=B+ Tree Deletes/sec

3455=B+ Tree Deletes/sec is the count of times a record is deleted in a database B+ Tree per second.  [Dev Only]

3456=B+ Tree Appends/sec

3457=B+ Tree Appends/sec is the count of times a record is appended to a database B+ Tree per second.  [Dev Only]

3458=Pages Trimmed/sec

3459=Pages Trimmed/sec is the number of database pages that are trimmed and the allocated space is released to the file system.  [Dev Only]

3460=Pages Not Trimmed Unaligned/sec

3461=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]

3462=Database Pages Preread Untouched/sec

3463=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]

3464=Database Page Evictions (k=1)/sec

3465=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]

3466=Database Page Evictions (k=2)/sec

3467=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]

3468=Database Page Evictions (Scavenging.AvailPool)/sec

3469=Database Page Evictions (Scavenging.AvailPool)/sec is the rate at which cached pages are evicted during scavenging to replenish the pool of available buffers.  [Dev Only]

3470=Database Page Evictions (Scavenging.Shrink)/sec

3471=Database Page Evictions (Scavenging.Shrink)/sec is the rate that cached pages are evicted during scavenging due to the database cache shrinking.  [Dev Only]

3472=Database Page Evictions (Other)/sec

3473=Database Page Evictions (Other)/sec is the rate that cached pages are evicted due to do-time page patching or purging a cached context / database or individual pages at runtime.  [Dev Only]

3474=Database Cache Size (MB)

3475=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.

3476=Database Cache Misses/sec

3477=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.

3478=Database Cache % Hit

3479=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.

3480=No name

3481=No text

3482=Database Cache % Hit (Unique)

3483=Database Cache % Hit (Unique) is the percentage of unique  database file page requests that were fulfilled by the database cache.

3484=No name

3485=No text

3486=Database Cache Requests/sec (Unique)

3487=Database Cache Requests/sec (Unique) is the rate at which unique pages are requested from the database cache.

3488=Database Cache Requests/sec

3489=Database Cache Requests/sec is the rate that pages are requested from the database cache.

3490=Instance Status

3491=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]

3492=Database Pages Read Async/sec

3493=Database Pages Read Async/sec is the rate that pages are asynchronously read from the database file(s) into the database cache.  [Dev Only]

3494=Database Pages Read Sync/sec

3495=Database Pages Read Sync/sec is the rate that pages are synchronously read from the database file(s) into the database cache.  [Dev Only]

3496=Database Pages Dirtied/sec

3497=Database Pages Dirtied/sec is the rate that pages are dirtied in the database cache.  [Dev Only]

3498=Database Pages Dirtied (Repeatedly)/sec

3499=Database Pages Dirtied (Repeatedly)/sec is the rate that pages are  repeatedly dirtied / redirtied in the database cache.  [Dev Only]

3500=Database Pages Written/sec

3501=Database Pages Written/sec is the rate that pages are written to the database file(s) from the database cache.  [Dev Only]

3502=Database Pages Transferred/sec

3503=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]

3504=Database Pages Colded (Ext)/sec

3505=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]

3506=Database Pages Colded (Int)/sec

3507=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]

3508=Database Pages Preread/sec

3509=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]

3510=Database Page Preread Stalls/sec

3511=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]

3512=Database Pages Preread (Unnecessary)/sec

3513=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.  [Dev Only]

3514=Database Pages Dehydrated/sec

3515=Database Pages Dehydrated/sec is the rate that pages are compressed to memory usage in the buffer manager. [Dev Only]

3516=Database Pages Rehydrated/sec

3517=Database Pages Rehydrated/sec is the rate that pages are uncompressed for active usage or flushing to the database. [Dev Only]

3518=Database Pages Versioned/sec

3519=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]

3520=Database Pages Version Copied/sec

3521=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]

3522=Database Pages Repeatedly Written/sec

3523=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]

3524=Database Pages Flushed (Scavenging.Shrink)/sec

3525=Database Pages Flushed (Scavenging.Shrink)/sec is the rate that pages are written to the database file(s) from the database cache during scavenging because the cache size  must shrink.  [Dev Only]

3526=Database Pages Flushed (Checkpoint)/sec

3527=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]

3528=Database Pages Flushed (Checkpoint Foreground)/sec

3529=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]

3530=Database Pages Flushed (Context Flush)/sec

3531=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]

3532=Database Pages Flushed (Filthy Foreground)/sec

3533=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]

3534=Database Pages Flushed (Scavenging.AvailPool)/sec

3535=Database Pages Flushed (Scavenging.AvailPool)/sec is the rate at which pages are written to the database file(s) from the database cache during scavenging to replenish the pool of available buffers.  [Dev Only]

3536=Database Pages Flushed Opportunely/sec

3537=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]

3538=Database Pages Flushed Opportunely Clean/sec

3539=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]

3540=Database Pages Coalesced Written/sec

3541=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]

3542=Database Pages Coalesced Read/sec

3543=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]

3544=Database Pages Repeatedly Read/sec

3545=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]

3546=Flush Map % Dirty

3547=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]

3548=No name

3549=No text

3550=Flush Map Pages Written Async/sec

3551=Flush Map Pages Written Async/sec is the rate at which flush map pages are asynchronously written to the flush map file.  [Dev Only]

3552=Flush Map Pages Written Sync/sec

3553=Flush Map Pages Written Sync/sec is the rate at which flush map pages are synchronously written to the flush map file.  [Dev Only]

3554=Streaming Backup Pages Read/sec

3555=Streaming Backup Pages Read/sec is the rate of database read operations performed for the purpose of streaming backups.

3556=Online Defrag Pages Read/sec

3557=Online Defrag Pages Read/sec is the rate of database read operations being performed by online defragmentation. [Dev Only]

3558=Online Defrag Pages Preread/sec

3559=Online Defrag Pages Preread/sec is the rate at which database pages are read in anticipation of future use by online defragmentation.  [Dev Only]

3560=Online Defrag Pages Dirtied/sec

3561=Online Defrag Pages Dirtied/sec is the rate at which online defragmentation is modifying clean database pages. [Dev Only]

3562=Online Defrag Pages Freed/sec

3563=Pages Freed/sec is the number of pages per second that are freed from the database by the online defragmentation process [Dev Only]

3564=Online Defrag Data Moves/sec

3565=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]

3566=Online Defrag Pages Moved/sec

3567=Online Defrag Pages Moved/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]

3568=Online Defrag Log Bytes/sec

3569=Online Defrag Log Bytes/sec is the rate at which online defragmentation is generating log bytes.  [Dev Only]

3570=Database Maintenance Duration

3571=Database Maintenance Duration is the number of hours that have passed since maintenance last completed for this database.

3572=Database Maintenance Pages Read

3573=Database Maintenance Pages Read is the number of pages read by database maintenance. [Dev Only]

3574=Database Maintenance Pages Read/sec

3575=Database Maintenance Pages Read/sec is the rate at which pages are read by database maintenance. [Dev Only]

3576=Database Maintenance Pages Zeroed

3577=Database Maintenance Pages Zeroed is the number of pages zeroed/scrubbed by database maintenance. [Dev Only]

3578=Database Maintenance Pages Zeroed/sec

3579=Database Maintenance Pages Zeroed/sec is the rate at which pages are zeroed/scrubbed by database maintenance. [Dev Only]

3580=Database Maintenance Zero Ref Count LVs Deleted

3581=Database Maintenance Zero Ref Count LVs is the number of zero ref counted LVs deleted by database maintenance. [Dev Only]

3582=Database Maintenance Pages with Flag Deleted LVs Reclaimed

3583=Database Maintenance Pages with Flag Deleted LVs Reclaimed  is the number of LV pages with flag deleted LVs reclaimed  by database maintenance. [Dev Only]

3584=Database Maintenance IO Reads/sec

3585=Database Maintenance IO Reads/sec is the approximate number of Database Maintenance read IO operations generated/sec. [Dev Only]

3586=Database Maintenance IO Reads Average Bytes

3587=Database Maintenance IO Reads Average Bytes is the approximate average size in bytes of Database Maintenance read IO. [Dev Only]

3588=No name

3589=No text

3590=Database Maintenance Throttle Setting

3591=Database Maintenance Throttle Setting is the current Database Maintenance throttle setting. [Dev Only]

3592=Database Maintenance IO Re-Reads/sec

3593=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]

3594=Database Maintenance Pages Skipped by Recovery

3595=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]

3596=Database Maintenance Pages Skipped by Recovery/sec

3597=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]

3598=Database Maintenance Pages Checked for Divergences

3599=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]

3600=Database Maintenance Pages Checked for Divergences/sec

3601=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]

3602=Database Tasks Pages Referenced/sec

3603=Database Tasks Pages Referenced/sec is the rate at which background database tasks are touching database pages. [Dev Only]

3604=Database Tasks Pages Read/sec

3605=Database Tasks Pages Read/sec is the rate of database read operations being performed by background database tasks. [Dev Only]

3606=Database Tasks Pages Preread/sec

3607=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]

3608=Database Tasks Pages Dirtied/sec

3609=Database Tasks Pages Dirtied/sec is the rate at which background database tasks are modifying clean database pages. [Dev Only]

3610=Database Tasks Pages Re-Dirtied/sec

3611=Database Tasks Pages Re-Dirtied/sec is the rate at which background databases tasks are modifying database pages that already contained modifications.  [Dev Only]

3612=Database Tasks Log Records/sec

3613=Database Tasks Log Records/sec is the rate at which background database tasks are generating log records.  [Dev Only]

3614=Database Tasks Average Log Bytes

3615=Database Tasks Average Log Bytes is the average size of the log records being generated by background database tasks.  [Dev Only]

3616=No name

3617=No text

3618=Database Tasks Log Bytes/sec

3619=Database Tasks Log Bytes/sec is the rate at which background database tasks are generating log bytes.  [Dev Only]

3620=I/O Database Reads (Attached)/sec

3621=I/O Database Reads (Attached)/sec is the rate of database read operations completed.

3622=I/O Database Reads (Attached) Average Latency

3623=I/O Database Reads (Attached) Average Latency is the average length of time,  in milliseconds, per database read operation.

3624=No name

3625=No text

3626=I/O Database Reads (Attached) Average Bytes

3627=I/O Database Reads (Attached) Average Bytes is the average number of bytes transferred per database read operation.  [Dev Only]

3628=No name

3629=No text

3630=I/O Database Reads (Attached) In Heap

3631=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]

3632=I/O Database Reads (Attached) Async Pending

3633=I/O Database Reads (Attached) Async Pending is the number of database read operations asynchronously pending completion.  [Dev Only]

3634=I/O Database Reads (Recovery)/sec

3635=I/O Database Reads (Recovery)/sec is the rate of database read operations completed.

3636=I/O Database Reads (Recovery) Average Latency

3637=I/O Database Reads (Recovery) Average Latency is the average length of time,  in milliseconds, per database read operation.

3638=No name

3639=No text

3640=I/O Database Reads (Recovery) Average Bytes

3641=I/O Database Reads (Recovery) Average Bytes is the average number of bytes transferred per database read operation.  [Dev Only]

3642=No name

3643=No text

3644=I/O Database Reads (Recovery) In Heap

3645=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]

3646=I/O Database Reads (Recovery) Async Pending

3647=I/O Database Reads (Recovery) Async Pending is the number of database read operations asynchronously pending completion.  [Dev Only]

3648=I/O Database Reads/sec

3649=I/O Database Reads/sec is the rate of database read operations completed.

3650=I/O Database Reads Average Latency

3651=I/O Database Reads Average Latency is the average length of time,  in milliseconds, per database read operation.

3652=No name

3653=No text

3654=I/O Database Reads Average Bytes

3655=I/O Database Reads Average Bytes is the average number of bytes transferred per database read operation.  [Dev Only]

3656=No name

3657=No text

3658=I/O Database Reads In Heap

3659=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]

3660=I/O Database Reads Async Pending

3661=I/O Database Reads Async Pending is the number of database read operations asynchronously pending completion.  [Dev Only]

3662=I/O Log Reads/sec

3663=I/O Log Reads/sec is the rate of logfile read operations completed.

3664=I/O Log Reads Average Latency

3665=I/O Log Reads Average Latency is the average length of time, in milliseconds, per logfile read operation.

3666=No name

3667=No text

3668=I/O Log Reads Average Bytes

3669=I/O Log Reads Average Bytes is the average number of bytes transferred per logfile read operation.  [Dev Only]

3670=No name

3671=No text

3672=I/O Log Reads In Heap

3673=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]

3674=I/O Log Reads Async Pending

3675=I/O Log Reads Async Pending is the number of logfile read operations asynchronously pending completion.  [Dev Only]

3676=I/O Snapshot Reads/sec

3677=I/O Snapshot Reads/sec is the rate of snapshot read operations completed.  [Dev Only]

3678=I/O Snapshot Reads Average Latency

3679=I/O Snapshot Reads Average Latency is the average length of time, in milliseconds, per snapshot read operation.  [Dev Only]

3680=No name

3681=No text

3682=I/O Snapshot Reads Average Bytes

3683=I/O Snapshot Reads Average Bytes is the average number of bytes transferred per snapshot read operation.  [Dev Only]

3684=No name

3685=No text

3686=I/O Snapshot Reads In Heap

3687=I/O Snapshot Reads In Heap is the number of snapshot read operations queued in the database engine's I/O heap and waiting to be issued.  [Dev Only]

3688=I/O Snapshot Reads Async Pending

3689=I/O Snapshot Reads Async Pending is the number of snapshot read operations asynchronously pending completion.  [Dev Only]

3690=I/O Database Writes (Attached)/sec

3691=I/O Database Writes (Attached)/sec is the rate of database write operations completed.

3692=I/O Database Writes (Attached) Average Latency

3693=I/O Database Writes (Attached) Average Latency is the average length of time,  in milliseconds, per database write operation.

3694=No name

3695=No text

3696=I/O Database Writes (Attached) Average Bytes

3697=I/O Database Writes (Attached) Average Bytes is the average number of bytes transferred per database write operation.  [Dev Only]

3698=No name

3699=No text

3700=I/O Database Writes (Attached) In Heap

3701=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]

3702=I/O Database Writes (Attached) Async Pending

3703=I/O Database Writes (Attached) Async Pending is the number of database write operations asynchronously pending completion.  [Dev Only]

3704=I/O Database Writes (Recovery)/sec

3705=I/O Database Writes (Recovery)/sec is the rate of database write operations completed.

3706=I/O Database Writes (Recovery) Average Latency

3707=I/O Database Writes (Recovery) Average Latency is the average length of time,  in milliseconds, per database write operation.

3708=No name

3709=No text

3710=I/O Database Writes (Recovery) Average Bytes

3711=I/O Database Writes (Recovery) Average Bytes is the average number of bytes transferred per database write operation.  [Dev Only]

3712=No name

3713=No text

3714=I/O Database Writes (Recovery) In Heap

3715=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]

3716=I/O Database Writes (Recovery) Async Pending

3717=I/O Database Writes (Recovery) Async Pending is the number of database write operations asynchronously pending completion.  [Dev Only]

3718=I/O Database Writes/sec

3719=I/O Database Writes/sec is the rate of database write operations completed.

3720=I/O Database Writes Average Latency

3721=I/O Database Writes Average Latency is the average length of time,  in milliseconds, per database write operation.

3722=No name

3723=No text

3724=I/O Database Writes Average Bytes

3725=I/O Database Writes Average Bytes is the average number of bytes transferred per database write operation.  [Dev Only]

3726=No name

3727=No text

3728=I/O Database Writes In Heap

3729=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]

3730=I/O Database Writes Async Pending

3731=I/O Database Writes Async Pending is the number of database write operations asynchronously pending completion.  [Dev Only]

3732=I/O Flush Map Writes/sec

3733=I/O Flush Map Writes/sec is the rate of flush map write operations completed.

3734=I/O Flush Map Writes Average Latency

3735=I/O Flush Map Writes Average Latency is the average length of time,  in milliseconds, per flush map write operation.

3736=No name

3737=No text

3738=I/O Flush Map Writes Average Bytes

3739=I/O Flush Map Writes Average Bytes is the average number of bytes transferred per flush map write operation.  [Dev Only]

3740=No name

3741=No text

3742=I/O Log Writes/sec

3743=I/O Log Writes/sec is the rate of log file write operations completed.

3744=I/O Log Writes Average Latency

3745=I/O Log Writes Average Latency is the average length of time, in milliseconds, per log file write operation.

3746=No name

3747=No text

3748=I/O Log Writes Average Bytes

3749=I/O Log Writes Average Bytes is the average number of bytes transferred per logfile write operation.  [Dev Only]

3750=No name

3751=No text

3752=I/O Log Writes In Heap

3753=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]

3754=I/O Log Writes Async Pending

3755=I/O Log Writes Async Pending is the number of logfile write operations asynchronously pending completion.  [Dev Only]

3756=I/O Snapshot Writes/sec

3757=I/O Snapshot Writes/sec is the rate of snapshot write operations completed.  [Dev Only]

3758=I/O Snapshot Writes Average Latency

3759=I/O Snapshot Writes Average Latency is the average length of time, in milliseconds, per snapshot write operation.  [Dev Only]

3760=No name

3761=No text

3762=I/O Snapshot Writes Average Bytes

3763=I/O Snapshot Writes Average Bytes is the average number of bytes transferred per snapshot write operation.  [Dev Only]

3764=No name

3765=No text

3766=I/O Snapshot Writes In Heap

3767=I/O Snapshot Writes In Heap is the number of snapshot write operations queued in the database engine's I/O heap and waiting to be issued.  [Dev Only]

3768=I/O Snapshot Writes Async Pending

3769=I/O Snapshot Writes Async Pending is the number of snapshot write operations asynchronously pending completion.  [Dev Only]

3770=FlushFileBuffers ops/sec

3771=FlushFileBuffers ops/sec is the rate of FlushFileBuffers operations completed.  [Dev Only]

3772=FlushFileBuffers Average Latency

3773=FlushFileBuffers Average Latency is the average length of time, in milliseconds, per FlushFileBuffers operation.  [Dev Only]

3774=No name

3775=No text

3776=Encryption Bytes/sec

3777=Encryption Bytes/sec is the number of bytes per second that were encrypted.  [Dev Only]

3778=Encryption Ops/sec

3779=Encryption Ops/sec is the number of encryption operations per second that were performed.  [Dev Only]

3780=Encryption average latency (us)

3781=encryption average latency (us) is the average latency (in microseconds) per encryption operation.  [Dev Only]

3782=No name

3783=No text

3784=Decryption Bytes/sec

3785=Decryption Bytes/sec is the number of bytes per second that were decrypted.  [Dev Only]

3786=Decryption Ops/sec

3787=Decryption Ops/sec is the number of decryption operations per second that were performed.  [Dev Only]

3788=Decryption average latency (us)

3789=Decryption average latency (us) is the average latency (in microseconds) per decryption operation.  [Dev Only]

3790=No name

3791=No text

3792=Compressed Bytes/sec

3793=Compressed Bytes/sec is the number of bytes per second that were compressed during DML operations.  [Dev Only]

3794=Compression Ops/sec

3795=Compression Ops/sec is the number of compression operations per second that were performed during DML operations.  [Dev Only]

3796=Compression average latency (us)

3797=Average latency per compression operation in microseconds.  [Dev Only]

3798=No name

3799=No text

3800=Compression ratio

3801=Compression ratio calculated as: uncompressed size / compressed size.  [Dev Only]

3802=No name

3803=No text

3804=Decompressed Bytes/sec

3805=Decompressed Bytes/sec is the number of bytes per second that were decompressed during DML operations.  [Dev Only]

3806=Decompression Ops/sec

3807=Decompression Ops/sec is the number of decompression operations per second that were performed during DML operations.  [Dev Only]

3808=Decompression average latency (us)

3809=Average latency per decompression operation in microseconds.  [Dev Only]

3810=No name

3811=No text

3812=Cpu Xpress9 Decompressed Bytes/sec

3813=Cpu Xpress9 Decompressed Bytes/sec is the number of bytes per second that were decompressed during DML operations using Xpress9 on the system cpu.  [Dev Only]

3814=Cpu Xpress9 Decompression Ops/sec

3815=Cpu Xpress9 Decompression Ops/sec is the number of decompression operations per second that were performed during DML operations using Xpress9 on the system cpu.  [Dev Only]

3816=Cpu Xpress9 Decompression average latency (us)

3817=Cpu Xpress9 Average latency per decompression operation in microseconds.  [Dev Only]

3818=No name

3819=No text

3820=Xpress10 Software Decompressed Bytes/sec

3821=Xpress10 Software Decompressed Bytes/sec is the number of bytes per second that were decompressed during DML operations using Xpress10 software implementation.  [Dev Only]

3822=Xpress10 Software Decompression Ops/sec

3823=Xpress10 Software Decompression Ops/sec is the number of decompression operations per second that were performed during DML operations using Xpress10 software implementation.  [Dev Only]

3824=Xpress10 Software Decompression average latency (us)

3825=Xpress10 Software Average latency per decompression operation in microseconds.  [Dev Only]

3826=No name

3827=No text

3828=Xpress10 Corsica Compressed Bytes/sec

3829=Xpress10 Corsica Compressed Bytes/sec is the number of bytes per second that were compressed during DML operations using Xpress10 on the Corsica hardware.  [Dev Only]

3830=Xpress10 Corsica Compression Ops/sec

3831=Xpress10 Corsica Compression Ops/sec is the number of compression operations per second that were performed during DML operations using Xpress10 on the Corsica hardware.  [Dev Only]

3832=Xpress10 Corsica Compression average latency (us)

3833=Xpress10 Corsica Average latency per compression operation in microseconds.  [Dev Only]

3834=No name

3835=No text

3836=Xpress10 Corsica Compression hardware average latency (us)

3837=Xpress10 Corsica Average latency in hardware per compression operation in microseconds.  [Dev Only]

3838=No name

3839=No text

3840=Xpress10 Corsica Compression ratio

3841=Xpress10 Corsica Compression ratio calculated as: original size / compressed size.  [Dev Only]

3842=No name

3843=No text

3844=Xpress10 Corsica Decompressed Bytes/sec

3845=Xpress10 Corsica Decompressed Bytes/sec is the number of bytes per second that were decompressed during DML operations using Xpress10 on the Corsica hardware.  [Dev Only]

3846=Xpress10 Corsica Decompression Ops/sec

3847=Xpress10 Corsica Decompression Ops/sec is the number of decompression operations per second that were performed during DML operations using Xpress10 on the Corsica hardware.  [Dev Only]

3848=Xpress10 Corsica Decompression average latency (us)

3849=Xpress10 Corsica Average latency per decompression operation in microseconds.  [Dev Only]

3850=No name

3851=No text

3852=Xpress10 Corsica Decompression hardware average latency (us)

3853=Xpress10 Corsica Average latency in hardware per decompression operation in microseconds.  [Dev Only]

3854=No name

3855=No text

3856=Pages Reorganized (Other)/sec

3857=Pages Reorganized (Other)/sec is the number of times per second a page was reorganized for some other / unknown reason.  [Dev Only]

3858=Pages Reorganized (Free Space Request)/sec

3859=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]

3860=Pages Reorganized (Page Move Logging)/sec

3861=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]

3862=Pages Reorganized (Dehydrate Buffer)/sec

3863=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]

3864=Database Cache Miss (Attached) Average Latency

3865=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.

3866=No name

3867=No text

3868=Database Cache Size Unused

3869=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 hasn�t yet been referenced.  [Dev Only]

3870=Database Oldest Transaction

3871=Provides an estimate of the oldest running transaction by elapsed time in milliseconds.

3872=New Pages/sec

3873=New Pages/sec is the number of new pages used per second.  [Dev Only]

3874=Space Trees Deleted/sec

3875=Space Trees Deleted/sec is the number of space trees deleted per second.  [Dev Only]

3876=Space Trees Deleted Freed Pages/sec

3877=Space Trees Deleted Freed Pages/sec is the number of pages freed by space trees deletes per second.  [Dev Only]

3878=Space Trees Deleted Freed Extents/sec

3879=Space Trees Deleted Freed Extents/sec is the number of extents freed by space trees deletes per second.  [Dev Only]

3880=Database ==> Databases

3881=Databases attached to this process

3882=Database Cache Size (MB)

3883=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.

3884=I/O Database Reads/sec

3885=I/O Database Reads/sec is the rate of database read operations completed.

3886=I/O Database Reads Average Latency

3887=I/O Database Reads Average Latency is the average length of time,  in milliseconds, per database read operation.

3888=No name

3889=No text

3890=I/O Database Reads Average Bytes

3891=I/O Database Reads Average Bytes is the average number of bytes transferred per database read operation.  [Dev Only]

3892=No name

3893=No text

3894=I/O Database Writes/sec

3895=I/O Database Writes/sec is the rate of database write operations completed.

3896=I/O Database Writes Average Latency

3897=I/O Database Writes Average Latency is the average length of time,  in milliseconds, per database write operation.

3898=No name

3899=No text

3900=I/O Database Writes Average Bytes

3901=I/O Database Writes Average Bytes is the average number of bytes transferred per database write operation. [Dev Only]

3902=No name

3903=No text

3904=I/O Database Reads (Transactional) Total IO

3905=I/O Database Reads (Transactional) Total IO is the number of IOs accumulated   for the database read operation latency counters. [Dev Only]

3906=I/O Database Reads (Transactional) Mean Latency (us)

3907=I/O Database Reads (Transactional) Mean Latency is the average length of time,  in microseconds, per database read operation. [Dev Only]

3908=I/O Database Reads (Transactional) 50th Pct Latency (us)

3909=I/O Database Reads (Transactional) 50th Pct Latency is the length of time for  the median or 50th percentile IO, in microseconds, per database read  operation. [Dev Only]

3910=I/O Database Reads (Transactional) 90th Pct Latency (us)

3911=I/O Database Reads (Transactional) 90th Pct Latency is the length of time for,  the 90th percentile IO, in microseconds, per database read operation. [Dev Only]

3912=I/O Database Reads (Transactional) 99th Pct Latency (us)

3913=I/O Database Reads (Transactional) 99th Pct Latency is the length of time for,  the 99th percentile IO, in microseconds, per database read operation. [Dev Only]

3914=I/O Database Reads (Transactional) Max Pct Latency (us)

3915=I/O Database Reads (Transactional) Max Pct Latency is the length of time for,  the max or 100th percentile IO latency, in microseconds, per database read operation. [Dev Only]

3916=I/O Database Reads (Maintenance) Total IO

3917=I/O Database Reads (Maintenance) Total IO is the number of IOs accumulated   for the database read operation latency counters. [Dev Only]

3918=I/O Database Reads (Maintenance) Mean Latency (us)

3919=I/O Database Reads (Maintenance) Mean Latency is the average length of time,  in microseconds, per database read operation. [Dev Only]

3920=I/O Database Reads (Maintenance) 50th Pct Latency (us)

3921=I/O Database Reads (Maintenance) 50th Pct Latency is the length of time for  the median or 50th percentile IO, in microseconds, per database read  operation. [Dev Only]

3922=I/O Database Reads (Maintenance) 90th Pct Latency (us)

3923=I/O Database Reads (Maintenance) 90th Pct Latency is the length of time for,  the 90th percentile IO, in microseconds, per database read operation. [Dev Only]

3924=I/O Database Reads (Maintenance) 99th Pct Latency (us)

3925=I/O Database Reads (Maintenance) 99th Pct Latency is the length of time for,  the 99th percentile IO, in microseconds, per database read operation. [Dev Only]

3926=I/O Database Reads (Maintenance) Max Pct Latency (us)

3927=I/O Database Reads (Maintenance) Max Pct Latency is the length of time for,  the max or 100th percentile IO latency, in microseconds, per database read operation. [Dev Only]

3928=I/O Database Writes (Transactional) Total IO

3929=I/O Database Writes (Transactional) Total IO is the number of IOs accumulated   for the database write operation latency counters. [Dev Only]

3930=I/O Database Writes (Transactional) Mean Latency (us)

3931=I/O Database Writes (Transactional) Mean Latency is the average length of time,  in microseconds, per database write operation. [Dev Only]

3932=I/O Database Writes (Transactional) 50th Pct Latency (us)

3933=I/O Database Writes (Transactional) 50th Pct Latency is the length of time for  the median or 50th percentile IO, in microseconds, per database write  operation. [Dev Only]

3934=I/O Database Writes (Transactional) 90th Pct Latency (us)

3935=I/O Database Writes (Transactional) 90th Pct Latency is the length of time for,  the 90th percentile IO, in microseconds, per database write operation. [Dev Only]

3936=I/O Database Writes (Transactional) 99th Pct Latency (us)

3937=I/O Database Writes (Transactional) 99th Pct Latency is the length of time for,  the 99th percentile IO, in microseconds, per database write operation. [Dev Only]

3938=I/O Database Writes (Transactional) Max Pct Latency (us)

3939=I/O Database Writes (Transactional) Max Pct Latency is the length of time for,  the max or 100th percentile IO latency, in microseconds, per database write operation. [Dev Only]

3940=I/O Database Writes (Maintenance) Total IO

3941=I/O Database Writes (Maintenance) Total IO is the number of IOs accumulated   for the database write operation latency counters. [Dev Only]

3942=I/O Database Writes (Maintenance) Mean Latency (us)

3943=I/O Database Writes (Maintenance) Mean Latency is the average length of time,  in microseconds, per database write operation. [Dev Only]

3944=I/O Database Writes (Maintenance) 50th Pct Latency (us)

3945=I/O Database Writes (Maintenance) 50th Pct Latency is the length of time for  the median or 50th percentile IO, in microseconds, per database write  operation. [Dev Only]

3946=I/O Database Writes (Maintenance) 90th Pct Latency (us)

3947=I/O Database Writes (Maintenance) 90th Pct Latency is the length of time for,  the 90th percentile IO, in microseconds, per database write operation. [Dev Only]

3948=I/O Database Writes (Maintenance) 99th Pct Latency (us)

3949=I/O Database Writes (Maintenance) 99th Pct Latency is the length of time for,  the 99th percentile IO, in microseconds, per database write operation. [Dev Only]

3950=I/O Database Writes (Maintenance) Max Pct Latency (us)

3951=I/O Database Writes (Maintenance) Max Pct Latency is the length of time for,  the max or 100th percentile IO latency, in microseconds, per database write operation. [Dev Only]

3952=I/O Database Meted Queue Depth

3953=I/O Database Meted Queue Depth is queued and pending IO operations awaiting an open async IO slot. [Dev Only]

3954=I/O Database Meted Outstanding Max

3955=I/O Database Meted Outstanding Max is the limit on number of Meted Queue IO operations that may be outstanding or issued to the OS at any given time. [Dev Only]

3956=I/O Database Async Read Pending

3957=I/O Database Async Read Pending is the number of async read IO operations outstanding to the OS. [Dev Only]

3958=Database Cache % Hit (Unique)

3959=Database Cache % Hit (Unique) is the percentage of unique  database file page requests that were fulfilled by the database cache.

3960=No name

3961=No text

3962=Database Cache Requests/sec (Unique)

3963=Database Cache Requests/sec (Unique) is the rate at which unique pages are requested from the database cache.

3964=RAS Port

3965=The RAS Object Type handles individual ports of the RAS device on your system.

3966=Bytes Transmitted

3967=The number of bytes transmitted total for this connection.

3968=Bytes Received

3969=The number of bytes received total for this connection.

3970=Frames Transmitted

3971=The number of data frames transmitted total for this connection.

3972=Frames Received

3973=The number of data frames received total for this connection.

3974=Percent Compression Out

3975=The compression ratio for bytes being transmitted.

3976=Percent Compression In

3977=The compression ratio for bytes being received.

3978=CRC Errors

3979=The total number of CRC Errors for this connection.  CRC Errors occur when the frame received contains erroneous data.

3980=Timeout Errors

3981=The total number of Timeout Errors for this connection.  Timeout Errors occur when an expected is not received in time.

3982=Serial Overrun Errors

3983=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.

3984=Alignment Errors

3985=The total number of Alignment Errors for this connection.  Alignment Errors occur when a byte received is different from the byte expected.

3986=Buffer Overrun Errors

3987=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.

3988=Total Errors

3989=The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors for this connection.

3990=Bytes Transmitted/Sec

3991=The number of bytes transmitted per second.

3992=Bytes Received/Sec

3993=The number of bytes received per second.

3994=Frames Transmitted/Sec

3995=The number of frames transmitted per second.

3996=Frames Received/Sec

3997=The number of frames received per second.

3998=Total Errors/Sec

3999=The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors per second.

4000=RAS Total

4001=The RAS Object Type handles all combined ports of the RAS device on your system.

4002=Total Connections

4003=The total number of Remote Access connections.

4004=Search Gatherer Projects

4005=Counters for the Windows Search Service Gatherer Project object

4006=Document Additions

4007=The number of add notifications.

4008=Document Add Rate

4009=The number of document additions per second.

4010=Document Deletes

4011=The number of delete notifications.

4012=Document Delete Rate

4013=The number of document deletes per second.

4014=Document Modifies

4015=The number of modify notifications.

4016=Document Modifies Rate

4017=The number of modify notifications per second.

4018=Waiting Documents

4019=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.

4020=Documents In Progress

4021=The number of documents in progress.

4022=Documents On Hold

4023=The number of documents on hold because a document with the same URL is currently in process.

4024=Delayed Documents

4025=The number of documents delayed due to site hit frequency rules.

4026=URLs in History

4027=The number of files (URLs) in the history list. This indicates the total size of your document corpus that was indexed.

4028=Processed Documents

4029=The number of documents processed since the history has been reset.

4030=Processed Documents Rate

4031=The number of documents processed per second.

4032=Status Success

4033=The number of successfully filtered documents.

4034=Success Rate

4035=The number of successfully filtered documents per second.

4036=Status Error

4037=The number of filtered documents which returned an error.

4038=Error Rate

4039=The number of filtered documents which returned an error per second.

4044=File Errors

4045=The number of file protocol errors received while getting documents.

4046=File Errors Rate

4047=The number of file protocol errors received per second.

4052=Accessed Files

4053=The number of documents accessed via file system.

4054=Accessed File Rate

4055=The number of documents accessed via file system per second.

4060=Filtered Office

4061=The number of office documents filtered.

4062=Filtered Office Rate

4063=The number of office documents filtered per second.

4064=Filtered Text

4065=The number of text documents filtered.

4066=Filtered Text Rate

4067=The number of text documents filtered per second.

4068=Crawls in progress

4069=Number of crawls in progress.

4070=Gatherer Paused Flag

4071=The Gatherer paused flag indicates if the Gatherer has been paused.

4072=Recovery In Progress Flag

4073=The recovery in progress flag indicates if recovery is currently in progress. Indexing will not be resumed until this flag is off.

4074=Not Modified

4075=The number of documents which were not filtered because no modification was detected since the last crawl.

4076=Iterating History In Progress Flag

4077=The Iterating history in progress flag indicates if the Gatherer is currently iterating over the URL history.

4078=Incremental Crawls

4079=Number of incremental crawls in progress.

4080=Filtering Documents

4081=The number of documents currently being filtered.

4082=Started Documents

4083=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.

4084=Retries

4085=The total number of times a document access has been retried. Having this number high may indicate a problem with accessing the data.

4086=Retries Rate

4087=The number of retries per second.

4094=Adaptive Crawl Errors

4095=Documents incorrectly rejected by adaptive crawl

4100=Changed Documents

4101=Documents which have changed since the last crawl

4102=Document Moves/Renames

4103=The number of Move/Rename notifications.

4104=Document Move and Rename Rate

4105=The number of document Moves and Renames per second.

4106=Unique Documents

4107=Number of unique documents in the system. Documents are considered not unique if their contents is the same.

4108=History Recovery Progress

4109=Percentage of the history recovery completed

4110=Search Gatherer

4111=Counters for the Windows Search Service Gathering service object

4112=Notification Sources

4113=Currently connected external notification sources.

4114=Ext. Notifications Received

4115=The total number of notifications received from all notification sources excluding file system.

4116=Ext. Notifications Rate

4117=The rate of external notifications received per second.

4118=Admin Clients

4119=The number of currently connected administrative clients.

4120=Heartbeats

4121=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.

4122=Heartbeats Rate

4123=Displays one heartbeat every 10 seconds.

4124=Filtering Threads

4125=The total number of filtering threads in the system. This number is calculated based on your system resources.

4126=Idle Threads

4127=The number of threads waiting for documents.

4128=Document Entries

4129=The number of document entries currently in memory. Zero means no indexing activity is going on.

4130=Performance Level

4131=Indicates the level of the amount of system resources that the Gatherer service is allowed to use.

4132=Active Queue Length

4133=The number of documents waiting for robot threads. If this number is not 0, all threads should be filtering.

4134=Filter Processes

4135=The number of filtering processes in the system.

4136=Filter Processes Max

4137=The maximum number of filtering processes that have existed in the system since startup.

4138=Filter Process Created

4139=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.

4140=Delayed Documents

4141=The number of documents delayed due to site hit frequency rules.

4142=Server Objects

4143=The number of servers recently accessed by the system.

4144=Server Objects Created

4145=The number of times a new server object had to be created.

4146=Filter Objects

4147=The number of filter objects in the system. Each filter object corresponds to a URL currently being filtered.

4148=Documents Filtered

4149=The number of times a filter object was created. This corresponds to the total number of documents filtered in the system since startup.

4150=Documents Filtered Rate

4151=The number of documents filtered per second.

4152=Time Outs

4153=The total number of timeouts detected by the system since startup.

4154=Servers Currently Unavailable

4155=A server becomes unavailable when a number of requests to that server time out.

4156=Servers Unavailable

4157=A server becomes unavailable when a number of requests to that server time out.

4158=Threads Accessing Network

4159=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.

4160=Threads In Plug-ins

4161=The number of threads waiting for plug-ins to complete an operation.

4162=Documents Successfully Filtered

4163=The number of documents successfully filtered.

4164=Documents Successfully Filtered Rate

4165=The number of successfully filtered documents per second.

4166=Documents Delayed Retry

4167=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.

4168=Word Breakers Cached

4169=Number of available cached word breakers instances

4170=Stemmers Cached

4171=Number of available cached stemmer instances. Too many may indicate a resource usage problem.

4172=All Notifications Received

4173=The total number of notifications received from all notification sources including file system.

4174=Notifications Rate

4175=The rate of external notifications received per second.

4176=System IO traffic rate

4177=System IO (disk) traffic rate in KB/s detected by back off logic

4178=Reason to back off

4179=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.

4180=Threads blocked due to back off

4181=The number of threads blocked due to back off event

4182=Search Indexer

4183=Indexer PlugIn statistics

4184=Master Index Level.

4185=The level of the master index.

4186=Master Merges to Date

4187=Number of Master Merges to Date

4188=Master Merge Progress

4189=Master Merge Progress

4190=Shadow Merge Levels

4191=Shadow Merge Levels

4192=Shadow Merge Levels Threshold

4193=Shadow Merge Levels Threshold

4194=Persistent Indexes

4195=Number of Persistent Indexes

4196=Index Size

4197=Size of Index

4198=Unique Keys

4199=Number of Unique Keys

4200=Documents Filtered

4201=Number of Documents Filtered

4202=Work Items Created

4203=Number of invalidator work items that were created

4204=Work Items Deleted

4205=Number of invalidator work items that were deleted

4206=Clean WidSets

4207=Number of clean WidSets

4208=Dirty WidSets

4209=Number of dirty WidSets

4210=Master Merges Now.

4211=Indicator if a master merge is going on.

4212=Active Connections

4213=Active Connections

4214=Queries

4215=Number of Queries

4216=Queries Failed

4217=Number of Queries Failed

4218=Queries Succeeded

4219=Number of Queries Succeeded

4220=L0 Indexes (Wordlists)

4221=The number of L0 Indexes (Wordlists)

4222=L0 Merges (flushes) Now.

4223=The number of L0 merges (flushes) in progress at any one moment.

4224=L0 Merge (Flush) Speed - Average

4225=The average value [documents/hour] computed for the speed of L0 merges (flushes) since the catalog has been loaded

4226=L0 Merge (Flush) - Count

4227=The number of L0 merges (flushes) since the catalog was loaded

4228=L0 Merge (Flush) Speed - Last

4229=The last value [documents/hour] computed for the speed of L0 merges (flushes).

4230=Persistent Indexes L1

4231=The number of L1 Indexes

4232=L1 Merges Now.

4233=The number of L1 merges in progress at any one moment.

4234=L1 Merge Speed - average

4235=The average value [documents/hour] computed for the speed of L1 merges since the catalog has been loaded

4236=L1 Merge - Count

4237=The number of L1 merges since the catalog was loaded

4238=L1 Merge Speed - last

4239=The last value [documents/hour] computed for the speed of L1 merges.

4240=Persistent Indexes L2

4241=The number of L2 Indexes

4242=L2 Merges Now.

4243=The number of L2 merges in progress at any one moment.

4244=L2 Merge Speed - average

4245=The average value [documents/hour] computed for the speed of L2 merges since the catalog has been loaded

4246=L2 Merge - Count

4247=The number of L2 merges since the catalog was loaded

4248=L2 Merge Speed - last

4249=The last value [documents/hour] computed for the speed of L2 merges.

4250=Persistent Indexes L3

4251=The number of L3 Indexes

4252=L3 Merges Now.

4253=The number of L3 merges in progress at any one moment.

4254=L3 Merge Speed - average

4255=The average value [documents/hour] computed for the speed of L3 merges since the catalog has been loaded

4256=L3 Merge - Count

4257=The number of L3 merges since the catalog was loaded

4258=L3 Merge Speed - last

4259=The last value [documents/hour] computed for the speed of L3 merges.

4260=Persistent Indexes L4

4261=The number of L4 Indexes

4262=L4 Merges Now.

4263=The number of L4 merges in progress at any one moment.

4264=L4 Merge Speed - average

4265=The average value [documents/hour] computed for the speed of L4 merges since the catalog has been loaded

4266=L4 Merge - Count

4267=The number of L4 merges since the catalog was loaded

4268=L4 Merge Speed - last

4269=The last value [documents/hour] computed for the speed of L4 merges.

4270=Persistent Indexes L5

4271=The number of L5 Indexes

4272=L5 Merges Now.

4273=The number of L5 merges in progress at any one moment.

4274=L5 Merge Speed - average

4275=The average value [documents/hour] computed for the speed of L5 merges since the catalog has been loaded

4276=L5 Merge - Count

4277=The number of L5 merges since the catalog was loaded

4278=L5 Merge Speed - last

4279=The last value [documents/hour] computed for the speed of L5 merges.

4280=Persistent Indexes L6

4281=The number of L6 Indexes

4282=L6 Merges Now.

4283=The number of L6 merges in progress at any one moment.

4284=L6 Merge Speed - average

4285=The average value [documents/hour] computed for the speed of L6 merges since the catalog has been loaded

4286=L6 Merge - Count

4287=The number of L6 merges since the catalog was loaded

4288=L6 Merge Speed - last

4289=The last value [documents/hour] computed for the speed of L6 merges.

4290=Persistent Indexes L7

4291=The number of L7 Indexes

4292=L7 Merges Now.

4293=The number of L7 merges in progress at any one moment.

4294=L7 Merge Speed - average

4295=The average value [documents/hour] computed for the speed of L7 merges since the catalog has been loaded

4296=L7 Merge - Count

4297=The number of L7 merges since the catalog was loaded

4298=L7 Merge Speed - last

4299=The last value [documents/hour] computed for the speed of L7 merges.

4300=Persistent Indexes L8

4301=The number of L8 Indexes

4302=L8 Merges Now.

4303=The number of L8 merges in progress at any one moment.

4304=L8 Merge Speed - average

4305=The average value [documents/hour] computed for the speed of L8 merges since the catalog has been loaded

4306=L8 Merge - Count

4307=The number of L8 merges since the catalog was loaded

4308=L8 Merge Speed - last

4309=The last value [documents/hour] computed for the speed of L8 merges.

4310=SMSvcHost 4.0.0.0

4311=SMSvcHost 4.0.0.0 performance counters

4312=Protocol Failures over net.tcp

4313=The total number of failures at the protocol layer of net.tcp.

4314=Protocol Failures over net.pipe

4315=The total number of failures at the protocol layer of net.pipe.

4316=Dispatch Failures over net.tcp

4317=The total number of failures dispatching messages received over net.tcp.

4318=Dispatch Failures over net.pipe

4319=The total number of failures dispatching messages received over net.pipe.

4320=Connections Dispatched over net.tcp

4321=The total number of connections dispatched over net.tcp.

4322=Connections Dispatched over net.pipe

4323=The total number of connections dispatched over net.pipe.

4324=Connections Accepted over net.tcp

4325=The total number of TCP connections accepted over net.tcp.

4326=Connections Accepted over net.pipe

4327=The total number of named pipe connections accepted over net.pipe.

4328=Registrations Active for net.tcp

4329=The number of uri registrations currently active for net.tcp.

4330=Registrations Active for net.pipe

4331=The number of uri registrations currently active for net.pipe.

4332=Uris Registered for net.tcp

4333=The total number of uris that were succesfully registered for net.tcp.

4334=Uris Registered for net.pipe

4335=The total number of uris that were succesfully registered for net.pipe.

4336=Uris Unregistered for net.tcp

4337=The total number of uris that were succesfully unregistered for net.tcp.

4338=Uris Unregistered for net.pipe

4339=The total number of uris that were succesfully unregistered for net.pipe.

4340=.NET CLR Memory

4341=Counters for CLR Garbage Collected heap.

4342=# Gen 0 Collections

4343=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.

4344=# Gen 1 Collections

4345=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.

4346=# Gen 2 Collections

4347=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.

4348=Promoted Memory from Gen 0

4349=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.

4350=Promoted Memory from Gen 1

4351=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.

4352=Gen 0 Promoted Bytes/Sec

4353=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.

4354=Gen 1 Promoted Bytes/Sec

4355=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.

4356=Promoted Finalization-Memory from Gen 0

4357=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.

4358=Process ID

4359=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.

4360=Gen 0 heap size

4361=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.

4362=Gen 1 heap size

4363=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.

4364=Gen 2 heap size

4365=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.

4366=Large Object Heap size

4367=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.

4368=Finalization Survivors

4369=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.

4370=# GC Handles

4371=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.

4372=Allocated Bytes/sec

4373=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.

4374=# Induced GC

4375=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.

4376=% Time in GC

4377=% 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.

4378=Not Displayed

4379=Not Displayed.

4380=# Bytes in all Heaps

4381=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.

4382=# Total committed Bytes

4383=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).

4384=# Total reserved Bytes

4385=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.)

4386=# of Pinned Objects

4387=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.

4388=# of Sink Blocks in use

4389=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.

4390=.NET CLR Loading

4391=Statistics for CLR Class Loader.

4392=Total Classes Loaded

4393=This counter displays the cumulative number of classes loaded in all Assemblies since the start of this application.

4394=% Time Loading

4395=Reserved for future use.

4396=Assembly Search Length

4397=Reserved for future use.

4398=Total # of Load Failures

4399=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.

4400=Rate of Load Failures

4401=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.

4402=Bytes in Loader Heap

4403=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.)

4404=Total appdomains unloaded

4405=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.

4406=Rate of appdomains unloaded

4407=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.

4408=Current Classes Loaded

4409=This counter displays the current number of classes loaded in all Assemblies.

4410=Rate of Classes Loaded

4411=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.

4412=Current appdomains

4413=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.

4414=Total Appdomains

4415=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.

4416=Rate of appdomains

4417=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.

4418=Current Assemblies

4419=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.

4420=Total Assemblies

4421=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.

4422=Rate of Assemblies

4423=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.

4424=.NET CLR Jit

4425=Stats for CLR Jit.

4426=# of Methods Jitted

4427=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.

4428=# of IL Bytes Jitted

4429=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.

4430=Total # of IL Bytes Jitted

4431=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.

4432=IL Bytes Jitted / sec

4433=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.

4434=Standard Jit Failures

4435=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.

4436=% Time in Jit

4437=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.

4438=Not Displayed

4439=Not Displayed.

4440=.NET CLR Interop

4441=Stats for CLR interop.

4442=# of CCWs

4443=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.

4444=# of Stubs

4445=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.

4446=# of marshalling

4447=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.

4448=# of TLB imports / sec

4449=Reserved for future use.

4450=# of TLB exports / sec

4451=Reserved for future use.

4452=.NET CLR LocksAndThreads

4453=Stats for CLR Locks and Threads.

4454=Total # of Contentions

4455=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.

4456=Contention Rate / sec

4457=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.

4458=Current Queue Length

4459=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.

4460=Queue Length Peak

4461=This counter displays the total number of threads that waited to acquire some managed lock since the start of the application.

4462=Queue Length / sec

4463=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.

4464=# of current logical Threads

4465=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.

4466=# of current physical Threads

4467=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.

4468=# of current recognized threads

4469=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.

4470=# of total recognized threads

4471=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.

4472=rate of recognized threads / sec

4473=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.

4474=.NET CLR Security

4475=Stats for CLR Security.

4476=Total Runtime Checks

4477=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.

4478=% Time Sig. Authenticating

4479=Reserved for future use.

4480=# Link Time Checks

4481=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.

4482=% Time in RT checks

4483=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.

4484=Not Displayed

4485=Not Displayed.

4486=Stack Walk Depth

4487=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.

4488=.NET CLR Remoting

4489=Stats for CLR Remoting.

4490=Remote Calls/sec

4491=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.

4492=Channels

4493=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.

4494=Context Proxies

4495=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.

4496=Context-Bound Classes Loaded

4497=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.

4498=Context-Bound Objects Alloc / sec

4499=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.

4500=Contexts

4501=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.

4502=Total Remote Calls

4503=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.

4504=.NET CLR Exceptions

4505=Runtime statistics on CLR exception handling.

4506=# of Exceps Thrown

4507=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.

4508=# of Exceps Thrown / sec

4509=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.

4510=# of Filters / sec

4511=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.

4512=# of Finallys / sec

4513=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.

4514=Throw To Catch Depth / sec

4515=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.

4516=Telephony

4517=The Telphony System

4518=Number of Lines

4519=The number of telephone lines serviced by this computer.

4520=Number of Telephone devices

4521=The number of telephone devices serviced by this computer.

4522=Number of Active Lines

4523=the number of telephone lines serviced by this computer that are currently active.

4524=Number of Active Telephones

4525=The number of telephone devices that are currently being monitored.

4526=Outgoing calls/sec

4527=The rate of outgoing calls made by this computer.

4528=Incoming calls/sec

4529=The rate of incoming calls answered by this computer.

4530=Number of Client Apps

4531=The number of applications that are currently using telephony services.

4532=Current Outgoing Calls

4533=Current outgoing calls being serviced by this computer.

4534=Current Incoming Calls

4535=Current incoming calls being serviced by this computer.

4536=BITS Net Utilization

4537=BITS Per Job Network Utilization

4538=Remote Server Speed (Bits/Sec)

4539=Estimate of Remote Server Speed (Bits/Sec)

4540=Netcard Speed (Bits/Sec)

4541=Estimate of the local netcard's speed (Bits/Sec)

4542=Percent Netcard Free

4543=Estimate of most recent percent network interface utilization

4544=IGD Speed (Bits/Sec)

4545=Estimate of the IGD's Internet connection speed (Bits/Sec)

4546=Percent IGD Free

4547=Estimate of most recent percent IGD Internet connection utilization

4548=BITS Download BlockSize (Bytes)

4549=Size of the next download block for BITS

4550=BITS Download Response Interval (msec)

4551=BITS download response interval (msec)

4552=Estimated bandwidth available to the remote system (Bits/sec)

4553=Estimated bandwidth available to the remote system (Bits/sec)

9430=ASP.NET

9431=ASP.NET global performance counters

9432=ASP.NET Applications

9433=ASP.NET application performance counters

9434=Application Restarts

9435=Number of times the application has been restarted during the web server's lifetime.

9436=Applications Running

9437=Number of currently running web applications.

9438=Requests Disconnected

9439=The number of requests disconnected due to communication errors or user terminated.

9440=Request Execution Time

9441=The number of milliseconds that it took to execute the most recent request.

9442=Requests Rejected

9443=The number of requests rejected because the request queue was full.

9444=Requests Queued

9445=The number of requests waiting to be processed.

9446=Worker Processes Running

9447=Number of worker processes running on the machine.

9448=Worker Process Restarts

9449=Number of times a worker process has restarted on the machine.

9450=Request Wait Time

9451=The number of milliseconds the most recent request was waiting in the queue.

9452=State Server Sessions Active

9453=The current number of sessions currently active.

9454=State Server Sessions Abandoned

9455=The number of sessions that have been explicitly abandoned.

9456=State Server Sessions Timed Out

9457=The number of sessions timed out.

9458=State Server Sessions Total

9459=The number of sessions total.

9460=Requests Current

9461=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.

9462=Audit Success Events Raised

9463=Number of audit successes in the application since it was started.

9464=Audit Failure Events Raised

9465=Number of audit failures in the application since it was started.

9466=Error Events Raised

9467=Number of error events raised since the application was started.

9468=Request Error Events Raised

9469=Number of runtime error events raised since the application was started.

9470=Infrastructure Error Events Raised

9471=Number of HTTP error events raised since the application was started.

9472=Requests In Native Queue

9473=Requests queued because the concurrency limits have been exceeded.

9474=Anonymous Requests

9475=Number of requests utilizing anonymous authentication.

9476=Anonymous Requests/Sec

9477=Number of Authentication Anonymous Requests/Sec

9478=Cache Total Entries

9479=Total number of entries within the cache (both internal and user added)

9480=Cache Total Turnover Rate

9481=Number of additions and removals to the total cache per second.

9482=Cache Total Hits

9483=Total number of hits from the cache.

9484=Cache Total Misses

9485=Total number of cache misses.

9486=Cache Total Hit Ratio

9487=Ratio of hits from all cache calls.

9488=Cache Total Hit Ratio Base

9489=Cache Total Hit Ratio Base

9490=Cache API Entries

9491=Total number of entries within the cache added by the user.

9492=Cache API Turnover Rate

9493=Number of additions and removals to the API cache per second.

9494=Cache API Hits

9495=Number of cache hits from user code.

9496=Cache API Misses

9497=Number of cache misses called from user code.

9498=Cache API Hit Ratio

9499=Ratio of hits called from user code.

9500=Cache API Hit Ratio Base

9501=Cache API Hit Ratio Base

9502=Output Cache Entries

9503=Current number of entries in the output cache.

9504=Output Cache Turnover Rate

9505=Number of additions and removals to the output cache per second.

9506=Output Cache Hits

9507=Total number of output cacheable requests served from the output cache.

9508=Output Cache Misses

9509=Total number of output cacheable requests not served from the output cache.

9510=Output Cache Hit Ratio

9511=Ratio of hits to requests for output cacheable requests.

9512=Output Cache Hit Ratio Base

9513=Output Cache Hit Ratio Base

9514=Compilations Total

9515=Number of .asax, .ascx, .ashx, .asmx, or .aspx source files dynamically compiled.

9516=Debugging Requests

9517=Number of debugging requests processed.

9518=Errors During Preprocessing

9519=Number of errors that have occurred during parsing and configuration.

9520=Errors During Compilation

9521=Number of errors that have occurred during compilation.

9522=Errors During Execution

9523=Number of errors that have occurred during the processing of a request.

9524=Errors Unhandled During Execution

9525=Number of errors not handled by user code, but by the default error handler.

9526=Errors Unhandled During Execution/Sec

9527=Rate of unhandled errors.

9528=Errors Total

9529=Total number of errors occurred.

9530=Errors Total/Sec

9531=Rate of errors occurred.

9532=Pipeline Instance Count

9533=Number of active pipeline instances.

9534=Request Bytes In Total

9535=The total size, in bytes, of all requests.

9536=Request Bytes Out Total

9537=The total size, in bytes, of responses sent to a client.  This does not include standard HTTP response headers.

9538=Requests Executing

9539=The number of requests currently executing.

9540=Requests Failed

9541=Total number of failed requests.

9542=Requests Not Found

9543=The number of requests for resources that were not found.

9544=Requests Not Authorized

9545=Number of requests failed due to unauthorized access.

9546=Requests In Application Queue

9547=The number of requests in the application request queue.

9548=Requests Timed Out

9549=The number of requests that timed out.

9550=Requests Succeeded

9551=The number of requests that executed successfully.

9552=Requests Total

9553=The total number of requests since the application was started.

9554=Requests/Sec

9555=The number of requests executed per second.

9556=Sessions Active

9557=The current number of sessions currently active.

9558=Sessions Abandoned

9559=The number of sessions that have been explicitly abandoned.

9560=Sessions Timed Out

9561=The number of sessions timed out.

9562=Sessions Total

9563=Total number of sessions since the application was started.

9564=Transactions Aborted

9565=The number of transactions aborted.

9566=Transactions Committed

9567=The number of transactions committed.

9568=Transactions Pending

9569=Number of transactions in progress.

9570=Transactions Total

9571=The total number of transactions since the application was started.

9572=Transactions/Sec

9573=Transactions started per second.

9574=Session State Server connections total

9575=The total number of connections to the State Server used by session state.

9576=Session SQL Server connections total

9577=The total number of connections to the SQL Server used by session state.

9578=Events Raised

9579=Total number of instrumentation events raised since the application was started.

9580=Events Raised/Sec

9581=Total number of instrumentation events per second.

9582=Application Lifetime Events

9583=Number of application events raised since the application was started.

9584=Application Lifetime Events/Sec

9585=Number of application events raised per second.

9586=Error Events Raised

9587=Number of error events raised since the application was started.

9588=Error Events Raised/Sec

9589=Number of error events per second.

9590=Request Error Events Raised

9591=Number of runtime error events raised since the application was started.

9592=Request Error Events Raised/Sec

9593=Number of runtime error events per second.

9594=Infrastructure Error Events Raised

9595=Number of HTTP error events raised since the application was started.

9596=Infrastructure Error Events Raised/Sec

9597=Number of HTTP error events raised per second.

9598=Request Events Raised

9599=Number of request events raised since the application was started

9600=Request Events Raised/Sec

9601=Number of request events raised per second.

9602=Audit Success Events Raised

9603=Number of audit successes in the application since it was started.

9604=Audit Failure Events Raised

9605=Number of audit failures in the application since it was started.

9606=Membership Authentication Success

9607=Number of successful membership credential validations since the application was started.

9608=Membership Authentication Failure

9609=Number of failed membership credential validations since the application was started.

9610=Forms Authentication Success

9611=Number of successful forms authentication ticket validations since the application was started.

9612=Forms Authentication Failure

9613=Number of failed forms authentication ticket validations since the application was started.

9614=Viewstate MAC Validation Failure

9615=Number of viewstate MAC validations that failed since the application was started.

9616=Request Execution Time

9617=The number of milliseconds that it took to execute the most recent request.

9618=Requests Disconnected

9619=The number of requests disconnected due to communication errors or user terminated.

9620=Requests Rejected

9621=The number of requests rejected because the application request queue was full.

9622=Request Wait Time

9623=The number of milliseconds the most recent request was waiting in the queue.

9624=Cache % Machine Memory Limit Used

9625=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.

9626=Cache % Machine Memory Limit Used Base

9627=Cache % Machine Memory Limit Used Base

9628=Cache % Process Memory Limit Used

9629=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.

9630=Cache % Process Memory Limit Used Base

9631=Cache % Process Memory Limit Used Base

9632=Cache Total Trims

9633=Total number of entries forcibly removed from the cache due to memory pressure.

9634=Cache API Trims

9635=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.

9636=Output Cache Trims

9637=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.

9638=% Managed Processor Time (estimated)

9639=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.

9640=% Managed Processor Time Base (estimated)

9641=% Managed Processor Time Base (estimated)

9642=Managed Memory Used (estimated)

9643=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.

9644=Request Bytes In Total (WebSockets)

9645=The total size, in bytes, of data received by ASP.NET on WebSocket connections.

9646=Request Bytes Out Total (WebSockets)

9647=The total size, in bytes, of data sent to a client on WebSocket connections.

9648=Requests Executing (WebSockets)

9649=The number of WebSocket requests currently executing.

9650=Requests Failed (WebSockets)

9651=Total number of WebSocket requests that ended up in an aborted state.

9652=Requests Succeeded (WebSockets)

9653=Total number of WebSocket requests that completed gracefully.

9654=Requests Total (WebSockets)

9655=The total number of WebSocket requests since the application was started.

9656=ASP.NET State Service

9657=ASP.NET State Service

9882=State Server Sessions Active

9883=The current number of sessions currently active.

9884=State Server Sessions Abandoned

9885=The number of sessions that have been explicitly abandoned.

9886=State Server Sessions Timed Out

9887=The number of sessions timed out.

9888=State Server Sessions Total

9889=The number of sessions total.

9890=Web Service

9891=The Web Service object includes counters specific to the World Wide Web Publishing Service.

9892=Total Bytes Sent

9893=Total Bytes Sent is the number of data bytes that have been sent by the Web service (since service startup).

9894=Bytes Sent/sec

9895=Bytes Sent/sec is the rate data bytes are being sent by the Web service.

9896=Total Bytes Received

9897=Total Bytes Received is the number of data bytes that have been received by the Web service (since service startup).

9898=Bytes Received/sec

9899=Bytes Received/sec is the rate that data bytes are received by the Web service.

9900=Total Bytes Transferred

9901=Total bytes either received or sent by the Web service (since service startup).

9902=Bytes Total/sec

9903=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.

9904=Total Files Sent

9905=Total Files Sent is the total number of files sent by the Web service (since service startup).

9906=Files Sent/sec

9907=The rate files are sent by the Web service.

9908=Total Files Received

9909=Total Files Received is the total number of files received by the Web service (since service startup).

9910=Files Received/sec

9911=The rate files are received by the Web service.

9912=Total Files Transferred

9913=Total Files Transferred is the sum of Files Sent and Files Received (since service startup).

9914=Files/sec

9915=The rate files are transferred, that is, sent and received by the Web service.

9916=Current Anonymous Users

9917=Current Anonymous Users is the number of users who currently have an anonymous connection using the Web service.

9918=Current NonAnonymous Users

9919=Current NonAnonymous Users is the number of users who currently have a non-anonymous connection using the Web service.

9920=Total Anonymous Users

9921=Total Anonymous Users is the total number of users who established an anonymous connection with the Web service (since service startup).

9922=Anonymous Users/sec

9923=The rate users are making anonymous connections to the Web service.

9924=Total NonAnonymous Users

9925=Total NonAnonymous Users is the total number of users who established a non-anonymous connection with the Web service (since service startup).

9926=NonAnonymous Users/sec

9927=The rate users are making non-anonymous connections to the Web service.

9928=Maximum Anonymous Users

9929=Maximum Anonymous Users is the maximum number of users who established concurrent anonymous connections using the Web service (since service startup).

9930=Maximum NonAnonymous Users

9931=Maximum NonAnonymous Users is the maximum number of concurrent non-anonymous connections to the Web service (since service startup).

9932=Current Connections

9933=Current Connections is the current number of connections established with the Web service.

9934=Maximum Connections

9935=Maximum Connections is the maximum number of concurrent connections established with the Web service (since service startup).

9936=Total Connection Attempts (all instances)

9937=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.

9938=Connection Attempts/sec

9939=The rate that connections to the Web service are being attempted.

9940=Total Logon Attempts

9941=Total Logon Attempts is the number of logons attempts to the Web Service (since service startup).

9942=Logon Attempts/sec

9943=The rate that logons to the Web service are being attempted.

9944=Total Options Requests

9945=Total Options Requests is the number of HTTP requests using the OPTIONS method (since service startup).

9946=Options Requests/sec

9947=The rate HTTP requests using the OPTIONS method are made.

9948=Total Get Requests

9949=Total Get Requests is the number of HTTP requests using the GET method (since service startup).  Get requests are the most common HTTP request.

9950=Get Requests/sec

9951=The rate HTTP requests using the GET method are made.  Get requests are the most common HTTP request.

9952=Total Post Requests

9953=Total Post Requests is the number of HTTP requests using the POST method (since service startup).

9954=Post Requests/sec

9955=The rate HTTP requests using the POST method are made.

9956=Total Head Requests

9957=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.

9958=Head Requests/sec

9959=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.

9960=Total Put Requests

9961=Total Put Requests is the number of HTTP requests using the PUT method (since service startup).

9962=Put Requests/sec

9963=The rate HTTP requests using the PUT method are made.

9964=Total Delete Requests

9965=Total Delete Requests is the number of HTTP requests using the DELETE method (since service startup).  Delete requests are generally used for file removals.

9966=Delete Requests/sec

9967=The rate HTTP requests using the DELETE method are made.  Delete requests are generally used for file removals.

9968=Total Trace Requests

9969=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.

9970=Trace Requests/sec

9971=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.

9972=Total Move Requests

9973=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.

9974=Move Requests/sec

9975=The rate HTTP requests using the MOVE method are made.  Move requests are used for moving files and directories.

9976=Total Copy Requests

9977=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.

9978=Copy Requests/sec

9979=The rate HTTP requests using the COPY method are made.  Copy requests are used for copying files and directories.

9980=Total Mkcol Requests

9981=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.

9982=Mkcol Requests/sec

9983=The rate HTTP requests using the MKCOL method are made.  Mkcol requests are used to create directories on the server.

9984=Total Propfind Requests

9985=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.

9986=Propfind Requests/sec

9987=The rate HTTP requests using the PROPFIND method are made.  Propfind requests retrieve property values on files and directories.

9988=Total Proppatch Requests

9989=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.

9990=Proppatch Requests/sec

9991=The rate HTTP requests using the PROPPATCH method are made.  Proppatch requests set property values on files and directories.

9992=Total Search Requests

9993=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.

9994=Search Requests/sec

9995=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.

9996=Total Lock Requests

9997=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.

9998=Lock Requests/sec

9999=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.

10000=Total Unlock Requests

10001=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.

10002=Unlock Requests/sec

10003=The rate HTTP requests using the UNLOCK method are made.  Unlock requests are used to remove locks from files.

10004=Total Other Request Methods

10005=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).

10006=Other Request Methods/sec

10007=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.

10008=Total Method Requests

10009=Total Method Requests is the number of all HTTP requests (since service startup).

10010=Total Method Requests/sec

10011=The rate HTTP requests are received.

10012=Total CGI Requests

10013=Total CGI requests is the total number of CGI requests (since service startup).

10014=CGI Requests/sec

10015=The rate CGI requests are received by the Web service.

10016=Total ISAPI Extension Requests

10017=Total ISAPI Extension Requests received (since service startup).

10018=ISAPI Extension Requests/sec

10019=The rate that ISAPI Extension requests are received by the Web service.

10020=Total Not Found Errors

10021=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.

10022=Not Found Errors/sec

10023=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.

10024=Total Locked Errors

10025=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.

10026=Locked Errors/sec

10027=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.

10028=Current CGI Requests

10029=Current CGI Requests is the current number of CGI requests being simultaneously processed by the Web service.

10030=Current ISAPI Extension Requests

10031=Current ISAPI Extension Requests is the current number of ISAPI requests being simultaneously processed by the Web service.

10032=Maximum CGI Requests

10033=Maximum CGI Requests is the maximum number of CGI requests simultaneously processed by the Web service (since service startup).

10034=Maximum ISAPI Extension Requests

10035=Maximum ISAPI Extension Requests is the maximum number of ISAPI requests simultaneously processed by the Web service (since service startup).

10036=Current CAL count for authenticated users

10037=This counter is no longer valid. Value will always be zero.

10038=Maximum CAL count for authenticated users

10039=This counter is no longer valid. Value will always be zero.

10040=Total count of failed CAL requests for authenticated users

10041=This counter is no longer valid. Value will always be zero.

10042=Current CAL count for SSL connections

10043=This counter is no longer valid. Value will always be zero.

10044=Maximum CAL count for SSL connections

10045=This counter is no longer valid. Value will always be zero.

10046=Total Blocked Async I/O Requests

10047=Total requests temporarily blocked due to bandwidth throttling settings (since service startup).

10048=Total Allowed Async I/O Requests

10049=Total requests allowed by bandwidth throttling settings (since service startup).

10050=Total Rejected Async I/O Requests

10051=Total requests rejected due to bandwidth throttling settings (since service startup).

10052=Current Blocked Async I/O Requests

10053=Current requests temporarily blocked due to bandwidth throttling settings.

10054=Total count of failed CAL requests for SSL connections

10055=This counter is no longer valid. Value will always be zero.

10056=Measured Async I/O Bandwidth Usage

10057=Measured bandwidth of asynchronous I/O averaged over a minute.

10058=Total blocked bandwidth bytes.

10059=Total bytes blocked due to bandwidth throttling settings (since service startup).

10060=Current blocked bandwidth bytes.

10061=Current bytes temporarily blocked due to bandwidth throttling settings.

10062=Service Uptime

10063=The length of time the Web Service has been running.

10064=Web Service Cache

10065=The Web Service Cache Counters object includes cache counters specific to the World Wide Web Publishing Service.

10066=Current Files Cached

10067=Current number of files whose content is in the user-mode cache.

10068=Total Files Cached

10069=Total number of files whose content was ever added to the user-mode cache (since service startup).

10070=File Cache Hits

10071=Total number of successful lookups in the user-mode file cache (since service startup).

10072=File Cache Misses

10073=Total number of unsuccessful lookups in the user-mode file cache (since service startup).

10074=File Cache Hits %

10075=The ratio of user-mode file cache hits to total cache requests (since service startup).

10078=File Cache Flushes

10079=The number of files removed from the user-mode cache (since service startup).

10080=Current File Cache Memory Usage

10081=Current number of bytes used for the user-mode file cache.

10082=Maximum File Cache Memory Usage

10083=Maximum number of bytes used for user-mode file cache (since service startup).

10084=Active Flushed Entries

10085=Active Flushed Entries are file handles cached in user-mode that will be closed when all current transfers complete.

10086=Total Flushed Files

10087=Total Flushed Files is the number of file handles that have been removed from the user-mode cache (since service startup).

10088=Current URIs Cached

10089=URI information blocks currently in the user-mode cache.

10090=Total URIs Cached

10091=Total number of URI information blocks added to the user-mode cache (since service startup).

10092=URI Cache Hits

10093=Total number of successful lookups in the user-mode URI cache (since service startup).

10094=URI Cache Misses

10095=Total number of unsuccessful lookups in the user-mode URI cache (since service startup).

10096=URI Cache Hits %

10097=The ratio of user-mode URI Cache Hits to total cache requests (since service startup).

10100=URI Cache Flushes

10101=User-mode URI Cache flushes (since service startup).

10102=Total Flushed URIs

10103=The number of URI information blocks that have been removed from the user-mode cache (since service startup).

10104=Current Metadata Cached

10105=Current number of metadata information blocks currently in the user-mode cache.

10106=Total Metadata Cached

10107=Total number of metadata information blocks added to the user-mode cache (since service startup).

10108=Metadata Cache Hits

10109=Total number of successful lookups in the user-mode metadata cache (since service startup).

10110=Metadata Cache Misses

10111=Total number of unsuccessful lookups in the user-mode metadata cache (since service startup).

10112=Metadata Cache Hits %

10113=The ratio of user-mode metadata cache hits to total cache requests (since service startup).

10116=Metadata Cache Flushes

10117=The number of user-mode metadata cache flushes (since service startup).

10118=Total Flushed Metadata

10119=Total Flushed Metadata is the number of Metadata information blocks that have been removed from the user-mode cache (since service startup).

10120=Kernel: Current URIs Cached

10121=URI information blocks currently cached by the kernel.

10122=Kernel: Total URIs Cached

10123=Total number of URI information blocks added to the kernel cache (since service startup).

10124=Kernel: URI Cache Hits

10125=Total number of successful lookups in the kernel URI cache (since service startup).

10126=Kernel: Uri Cache Hits/sec

10127=The rate of kernel URI Cache hits.

10128=Kernel: URI Cache Misses

10129=Total number of unsuccessful lookups in the kernel URI cache (since service startup).

10130=Kernel: URI Cache Hits %

10131=The ratio of kernel URI cache hits to total cache requests (since service startup).

10134=Kernel: URI Cache Flushes

10135=Kernel URI Cache Flushes (since server startup).

10136=Kernel: Total Flushed URIs

10137=The number of URI information blocks that have been removed from the kernel cache (since service startup).

10138=Output Cache Current Memory Usage

10139=Current memory usage by output cache.

10140=Output Cache Current Items

10141=Number of items currently in output cache.

10142=Output Cache Total Hits

10143=Total number of hits in output cache.

10144=Output Cache Total Misses

10145=Total number of misses in output cache.

10146=Output Cache Total Flushes

10147=Total number of flushes in output cache.

10148=Output Cache Current Flushed Items

10149=Number of items that have been flushed, but are still being used by outgoing responses so are still taking up memory.

10150=Output Cache Total Flushed Items

10151=Total number of items flushed by cache.

10152=Output Cache Current Hits %

10153=Output Cache current hit ratio. Calculated as (H)/(H+M) where H and M represent Hits and Misses in previous sample interval respectively.

10154=ASP.NET v4.0.30319

10155=ASP.NET global performance counters

10156=ASP.NET Apps v4.0.30319

10157=ASP.NET application performance counters

10158=Application Restarts

10159=Number of times the application has been restarted during the web server's lifetime.

10160=Applications Running

10161=Number of currently running web applications.

10162=Requests Disconnected

10163=The number of requests disconnected due to communication errors or user terminated.

10164=Request Execution Time

10165=The number of milliseconds that it took to execute the most recent request.

10166=Requests Rejected

10167=The number of requests rejected because the request queue was full.

10168=Requests Queued

10169=The number of requests waiting to be processed.

10170=Worker Processes Running

10171=Number of worker processes running on the machine.

10172=Worker Process Restarts

10173=Number of times a worker process has restarted on the machine.

10174=Request Wait Time

10175=The number of milliseconds the most recent request was waiting in the queue.

10176=State Server Sessions Active

10177=The current number of sessions currently active.

10178=State Server Sessions Abandoned

10179=The number of sessions that have been explicitly abandoned.

10180=State Server Sessions Timed Out

10181=The number of sessions timed out.

10182=State Server Sessions Total

10183=The number of sessions total.

10184=Requests Current

10185=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.

10186=Audit Success Events Raised

10187=Number of audit successes in the application since it was started.

10188=Audit Failure Events Raised

10189=Number of audit failures in the application since it was started.

10190=Error Events Raised

10191=Number of error events raised since the application was started.

10192=Request Error Events Raised

10193=Number of runtime error events raised since the application was started.

10194=Infrastructure Error Events Raised

10195=Number of HTTP error events raised since the application was started.

10196=Requests In Native Queue

10197=Requests queued because the concurrency limits have been exceeded.

10198=Anonymous Requests

10199=Number of requests utilizing anonymous authentication.

10200=Anonymous Requests/Sec

10201=Number of Authentication Anonymous Requests/Sec

10202=Cache Total Entries

10203=Total number of entries within the cache (both internal and user added)

10204=Cache Total Turnover Rate

10205=Number of additions and removals to the total cache per second.

10206=Cache Total Hits

10207=Total number of hits from the cache.

10208=Cache Total Misses

10209=Total number of cache misses.

10210=Cache Total Hit Ratio

10211=Ratio of hits from all cache calls.

10212=Cache Total Hit Ratio Base

10213=Cache Total Hit Ratio Base

10214=Cache API Entries

10215=Total number of entries within the cache added by the user.

10216=Cache API Turnover Rate

10217=Number of additions and removals to the API cache per second.

10218=Cache API Hits

10219=Number of cache hits from user code.

10220=Cache API Misses

10221=Number of cache misses called from user code.

10222=Cache API Hit Ratio

10223=Ratio of hits called from user code.

10224=Cache API Hit Ratio Base

10225=Cache API Hit Ratio Base

10226=Output Cache Entries

10227=Current number of entries in the output cache.

10228=Output Cache Turnover Rate

10229=Number of additions and removals to the output cache per second.

10230=Output Cache Hits

10231=Total number of output cacheable requests served from the output cache.

10232=Output Cache Misses

10233=Total number of output cacheable requests not served from the output cache.

10234=Output Cache Hit Ratio

10235=Ratio of hits to requests for output cacheable requests.

10236=Output Cache Hit Ratio Base

10237=Output Cache Hit Ratio Base

10238=Compilations Total

10239=Number of .asax, .ascx, .ashx, .asmx, or .aspx source files dynamically compiled.

10240=Debugging Requests

10241=Number of debugging requests processed.

10242=Errors During Preprocessing

10243=Number of errors that have occurred during parsing and configuration.

10244=Errors During Compilation

10245=Number of errors that have occurred during compilation.

10246=Errors During Execution

10247=Number of errors that have occurred during the processing of a request.

10248=Errors Unhandled During Execution

10249=Number of errors not handled by user code, but by the default error handler.

10250=Errors Unhandled During Execution/Sec

10251=Rate of unhandled errors.

10252=Errors Total

10253=Total number of errors occurred.

10254=Errors Total/Sec

10255=Rate of errors occurred.

10256=Pipeline Instance Count

10257=Number of active pipeline instances.

10258=Request Bytes In Total

10259=The total size, in bytes, of all requests.

10260=Request Bytes Out Total

10261=The total size, in bytes, of responses sent to a client.  This does not include standard HTTP response headers.

10262=Requests Executing

10263=The number of requests currently executing.

10264=Requests Failed

10265=Total number of failed requests.

10266=Requests Not Found

10267=The number of requests for resources that were not found.

10268=Requests Not Authorized

10269=Number of requests failed due to unauthorized access.

10270=Requests In Application Queue

10271=The number of requests in the application request queue.

10272=Requests Timed Out

10273=The number of requests that timed out.

10274=Requests Succeeded

10275=The number of requests that executed successfully.

10276=Requests Total

10277=The total number of requests since the application was started.

10278=Requests/Sec

10279=The number of requests executed per second.

10280=Sessions Active

10281=The current number of sessions currently active.

10282=Sessions Abandoned

10283=The number of sessions that have been explicitly abandoned.

10284=Sessions Timed Out

10285=The number of sessions timed out.

10286=Sessions Total

10287=Total number of sessions since the application was started.

10288=Transactions Aborted

10289=The number of transactions aborted.

10290=Transactions Committed

10291=The number of transactions committed.

10292=Transactions Pending

10293=Number of transactions in progress.

10294=Transactions Total

10295=The total number of transactions since the application was started.

10296=Transactions/Sec

10297=Transactions started per second.

10298=Session State Server connections total

10299=The total number of connections to the State Server used by session state.

10300=Session SQL Server connections total

10301=The total number of connections to the SQL Server used by session state.

10302=Events Raised

10303=Total number of instrumentation events raised since the application was started.

10304=Events Raised/Sec

10305=Total number of instrumentation events per second.

10306=Application Lifetime Events

10307=Number of application events raised since the application was started.

10308=Application Lifetime Events/Sec

10309=Number of application events raised per second.

10310=Error Events Raised

10311=Number of error events raised since the application was started.

10312=Error Events Raised/Sec

10313=Number of error events per second.

10314=Request Error Events Raised

10315=Number of runtime error events raised since the application was started.

10316=Request Error Events Raised/Sec

10317=Number of runtime error events per second.

10318=Infrastructure Error Events Raised

10319=Number of HTTP error events raised since the application was started.

10320=Infrastructure Error Events Raised/Sec

10321=Number of HTTP error events raised per second.

10322=Request Events Raised

10323=Number of request events raised since the application was started

10324=Request Events Raised/Sec

10325=Number of request events raised per second.

10326=Audit Success Events Raised

10327=Number of audit successes in the application since it was started.

10328=Audit Failure Events Raised

10329=Number of audit failures in the application since it was started.

10330=Membership Authentication Success

10331=Number of successful membership credential validations since the application was started.

10332=Membership Authentication Failure

10333=Number of failed membership credential validations since the application was started.

10334=Forms Authentication Success

10335=Number of successful forms authentication ticket validations since the application was started.

10336=Forms Authentication Failure

10337=Number of failed forms authentication ticket validations since the application was started.

10338=Viewstate MAC Validation Failure

10339=Number of viewstate MAC validations that failed since the application was started.

10340=Request Execution Time

10341=The number of milliseconds that it took to execute the most recent request.

10342=Requests Disconnected

10343=The number of requests disconnected due to communication errors or user terminated.

10344=Requests Rejected

10345=The number of requests rejected because the application request queue was full.

10346=Request Wait Time

10347=The number of milliseconds the most recent request was waiting in the queue.

10348=Cache % Machine Memory Limit Used

10349=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.

10350=Cache % Machine Memory Limit Used Base

10351=Cache % Machine Memory Limit Used Base

10352=Cache % Process Memory Limit Used

10353=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.

10354=Cache % Process Memory Limit Used Base

10355=Cache % Process Memory Limit Used Base

10356=Cache Total Trims

10357=Total number of entries forcibly removed from the cache due to memory pressure.

10358=Cache API Trims

10359=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.

10360=Output Cache Trims

10361=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.

10362=% Managed Processor Time (estimated)

10363=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.

10364=% Managed Processor Time Base (estimated)

10365=% Managed Processor Time Base (estimated)

10366=Managed Memory Used (estimated)

10367=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.

10368=Request Bytes In Total (WebSockets)

10369=The total size, in bytes, of data received by ASP.NET on WebSocket connections.

10370=Request Bytes Out Total (WebSockets)

10371=The total size, in bytes, of data sent to a client on WebSocket connections.

10372=Requests Executing (WebSockets)

10373=The number of WebSocket requests currently executing.

10374=Requests Failed (WebSockets)

10375=Total number of WebSocket requests that ended up in an aborted state.

10376=Requests Succeeded (WebSockets)

10377=Total number of WebSocket requests that completed gracefully.

10378=Requests Total (WebSockets)

10379=The total number of WebSocket requests since the application was started.

10766=SQLServer:Memory Broker Clerks

10767=Statistics related to memory broker clerks

10768=Periodic evictions (pages)

10769=The number of pages evicted from the broker clerk by last periodic eviction

10770=Internal benefit

10771=The internal value of memory for entry count pressure, in ms per page per ms, multiplied by 10 billion and truncated to an integer

10772=Simulation size

10773=The current size of the clerk simulation, in pages

10774=Simulation benefit

10775=The value of memory to the clerk, in ms per page per ms, multiplied by 10 billion and truncated to an integer

10776=Memory broker clerk size

10777=The size of the the clerk, in pages

10778=Pressure evictions (pages/sec)

10779=The number of pages per second evicted from the broker clerk by memory pressure

10780=SQLServer:Buffer Manager

10781=Statistics related to SQL Servers buffer manager

10782=Buffer cache hit ratio

10783=Percentage of pages that were found in the buffer pool without having to incur a read from disk.

10784=Extension outstanding IO counter

10785=Number of buffer pool extension page reads/writes outstanding.

10786=Free list stalls/sec

10787=Number of requests that had to wait for a free page.

10788=Extension page evictions/sec

10789=Number of buffer pool extension page evictions.

10790=Page writes/sec

10791=Number of physical database page writes issued.

10792=Database pages

10793=Number of pages in the buffer pool with database content.

10794=Extension page unreferenced time

10795=Average seconds a page will stay in the buffer pool extension without references.

10796=Page life expectancy

10797=Number of seconds a page will stay in the buffer pool without references.

10798=Background writer pages/sec

10799=Number of pages flushed to enforce the recovery interval settings.

10800=Buffer cache hit ratio base

10801=Base for prior entry

10802=Extension free pages

10803=Number of pages needed to fill the buffer pool extension cache.

10804=Readahead time/sec

10805=Time (microseconds) spent issuing readahead.

10806=Extension allocated pages

10807=Number of pages occupying buffer pool extension cache.

10808=Extension in use as percentage

10809=Percentage of the buffer pool extension paging file occupied by buffer manager pages.

10810=Checkpoint pages/sec

10811=Number of pages flushed by checkpoint or other operations that require all dirty pages to be flushed.

10812=Lazy writes/sec

10813=Number of buffers written by buffer manager's lazy writer.

10814=Extension page reads/sec

10815=Number of buffer pool extension page reads issued.

10816=Page reads/sec

10817=Number of physical database page reads issued.

10818=Extension page writes/sec

10819=Number of Extension page writes issued.

10820=Readahead pages/sec

10821=Number of pages read in anticipation of use.

10822=Integral Controller Slope

10823=The slope that integral controller for the buffer pool last used, times -10 billion

10824=Target pages

10825=Ideal number of pages in the buffer pool.

10826=Page lookups/sec

10827=Number of requests to find a page in the buffer pool.

10828=SQLServer:Buffer Node

10829=Statistics related to SQL Server's buffer pool by NUMA node

10830=Remote node page lookups/sec

10831=Number of lookup requests from this node which were satisfied from other nodes.

10832=Page life expectancy

10833=Number of seconds a page will stay in the buffer pool without references.

10834=Database pages

10835=Database pages on node.

10836=Local node page lookups/sec

10837=Number of lookup requests from this node which were satisfied from this node.

10838=SQLServer:General Statistics

10839=Server General Statistics

10840=Mars Deadlocks

10841=Number of Mars Deadlocks detected.

10842=SOAP Session Initiate Requests

10843=Number of SOAP Session initiate requests started per second.

10844=Trace Event Notification Queue

10845=Number of trace event notification instances waiting in the internal queue to be sent thru Service Broker

10846=SOAP Session Terminate Requests

10847=Number of SOAP Session terminate requests started per second.

10848=User Connections

10849=Number of users connected to the system.

10850=Processes blocked

10851=Number of currently blocked processes.

10852=HTTP Authenticated Requests

10853=Number of authenticated HTTP requests started per second.

10854=Temp Tables Creation Rate

10855=Number of temporary tables/table variables created/sec

10856=Connection Reset/sec

10857=Total number of connection resets per second.

10858=Transactions

10859=Number of transaction enlistments (local, dtc, and bound).

10860=Active Temp Tables

10861=Number of temporary tables/table variables in use

10862=Tempdb recovery unit id

10863=Number of duplicate tempdb recovery unit id generated

10864=Tempdb rowset id

10865=Number of duplicate tempdb rowset id generated

10866=Temp Tables For Destruction

10867=Number of temporary tables/table variables waiting to be destroyed by the cleanup system thread

10868=Logical Connections

10869=Number of logical connections to the system.

10870=SQL Trace IO Provider Lock Waits

10871=Number of waits for the File IO Provider lock per second

10872=Non-atomic yield rate

10873=Number of non-atomic yields per second.

10874=SOAP Empty Requests

10875=Number of empty SOAP requests started per second.

10876=Logins/sec

10877=Total number of logins started per second.

10878=SOAP WSDL Requests

10879=Number of SOAP Web Service Description Language requests started per second.

10880=SOAP SQL Requests

10881=Number of SOAP SQL requests started per second.

10882=SOAP Method Invocations

10883=Number of SOAP method invocations started per second.

10884=Logouts/sec

10885=Total number of logouts started per second.

10886=Event Notifications Delayed Drop

10887=Number of event notifications waiting to be dropped by a system thread

10888=SQLServer:Locks

10889=Describes statistics for individual lock server lock requests

10890=Lock Requests/sec

10891=Number of new locks and lock conversions requested from the lock manager.

10892=Lock Timeouts/sec

10893=Number of lock requests that timed out. This includes requests for NOWAIT locks.

10894=Lock Timeouts (timeout > 0)/sec

10895=Number of lock requests that timed out. This does not include requests for NOWAIT locks.

10896=Lock Wait Time (ms)

10897=Total wait time (milliseconds) for locks in the last second.

10898=Number of Deadlocks/sec

10899=Number of lock requests that resulted in a deadlock.

10900=Average Wait Time Base

10901=Base for Averate Wait Time.

10902=Lock Waits/sec

10903=Number of lock requests that could not be satisfied immediately and required the caller to wait before being granted the lock.

10904=Average Wait Time (ms)

10905=The average amount of wait time (milliseconds) for each lock request that resulted in a wait.

10906=SQLServer:Databases

10907=This defines a Database manager object for SQL Server

10908=XLog Bytes read/sec

10909=Bytes read per second from XLog Server.

10910=WPR stale check bucket miss

10911=Number of bucket misses when checking for stale LSNs.

10912=Committed Global Trans/sec

10913=Count of committed global transactions in the database

10914=XTP Controller DLC Latency/Fetch

10915=Average latency in microseconds between log blocks entering the Direct Log Consumer and being retrieved by the XTP controller, per second.

10916=Partitions

10917=Number of partitions

10918=Log Pool Push Low Memory/sec

10919=Rate of Log block push fails due to being low on memory.

10920=Log Pool Total Active Log Size

10921=Current total active log stored in the shared cache buffer manager in bytes.

10922=PVS in-row diff generated/sec

10923=Number of versions generated with in-row diff style.

10924=Secondary partitions

10925=Number of secondary partitions

10926=Forwarder pending partitions

10927=Number of forwarder pending partitions

10928=Log Pool Disk Reads/sec

10929=Log disk reads via log pool.

10930=Waiting replica copies

10931=Number of replica copy requests waiting

10932=In-delete partitions

10933=Number of in-delete partitions

10934=Log Flush Write Time (ms)

10935=Milliseconds it took to perform the writes of log flushes completed in the last second

10936=Log Pool Hash Inserts/sec

10937=Rate of raw hash entry inserts into the Log Pool.

10938=Log Writer Writes/sec

10939=Number of log writes by the background log writer.

10940=XLog Block Read Latency

10941=Average latency in microseconds for XLog blocks requested.

10942=Log Pool Requests Base

10943=Base for DB_LOGPOOL_DIST_FROM_EOL

10944=Force Aborted Global Trans

10945=Count of global transactions aborted by the user in the database

10946=Aborted Global Trans/sec

10947=Count of aborted global transactions

10948=Bulk Copy Throughput/sec

10949=KiloBytes bulk copied.

10950=Data File(s) Size (KB)

10951=The cumulative size of all the data files in the database.

10952=Transactions/sec

10953=Number of transactions started for the database.

10954=Repl. Trans. Rate

10955=Replication transaction rate (replicated transactions/sec.).

10956=Avg Dist From EOL/LP Request

10957=Average distance in bytes from end of log per log pool request, for requests in the last VLF.

10958=Log Pool Total Shared Pool Size

10959=Current total memory usage of the shared cache buffer manager in bytes.

10960=Active Transactions

10961=Number of active update transactions for the database.

10962=Commit table entries

10963=The size of the in-memory part of the commit table for the database.

10964=Log Pool Req. Behind Trunc/sec

10965=Log pool cache misses due to block requested being behind truncation LSN.

10966=PVS off-row record retrieved/sec

10967=Number of records retrieved from the persistent version store.

10968=Force Committed Global Trans

10969=Count of global transactions force committed by the user in the database

10970=Log Flush Wait Time

10971=Total wait time (milliseconds).

10972=Log Cache Hit Ratio

10973=Percentage of log cache reads that were satisfied from the log cache.

10974=In Doubt Global Trans

10975=Count of global transactions that are in doubt

10976=Log Cache Reads/sec

10977=Reads performed through the log manager cache.

10978=Global Trans Res Time Max

10979=Max response time for commit request

10980=XTP Controller DLC Latency Base

10981=Base for DB_XTP_CTRL_DLC_LATENCY

10982=Log Bytes Flushed/sec

10983=Total number of log bytes flushed.

10984=PVS in-row diff retrieved/sec

10985=Number of versions generated with in-row diff style.

10986=Percent Log Used

10987=The percent of space in the log that is in use.

10988=Log Writer Queue Time/sec

10989=Amount of time (microseconds) spent in log writer queue.

10990=Checkpoint duration

10991=Duration of the last checkpoint for this database

10992=Log Pool Requests Old VLF/sec

10993=Log Pool requests that were not in the last VLF of the log.

10994=Log Pool Invalid Hash Entry/sec

10995=Rate of hash lookups failing due to being invalid.

10996=Tracked transactions/sec

10997=Number of committed transactions recorded in the commit table for the database.

10998=Log Flushes/sec

10999=Number of log flushes.

11000=XTP Controller DLC Peak Latency

11001=The largest recorded latency, in microseconds, of a fetch from the Direct Log Consumer by the XTP controller.

11002=PVS off-row record generated/sec

11003=Number of records inserted to the persistent version store.

11004=Log Pool Push Empty FreePool/sec

11005=Rate of Log block push fails due to empty free pool.

11006=Active parallel redo threads

11007=Count of active parallel redo threads

11008=Log Shrinks

11009=Total number of log shrinks for this database.

11010=Secondary in-build partitions

11011=Number of secondary/forwarder partitions in build

11012=Backup/Restore Throughput/sec

11013=Read/write throughput for backup/restore of a database.

11014=Global Trans Resp Time Avg ms

11015=Avg resp time for commit request

11016=Write Transactions/sec

11017=Number of transactions which wrote to the database in the last second.

11018=Log File(s) Used Size (KB)

11019=The cumulative used size of all the log files in the database.

11020=PVS off-row pages allocated/sec

11021=Number of pages allocated to the persistent version store.

11022=Log Pool Requests/sec

11023=Log block requests performed through log pool.

11024=Log Pool Log Scan Pushes/sec

11025=Rate of Log block pushes by log scans, which may come from disk or memory.

11026=Group Commit Time/sec

11027=Group stall time (microseconds) per second.

11028=Active Global Trans Maximum

11029=Maximum count of active global transactions in the database

11030=Bulk Copy Rows/sec

11031=Number of rows bulk copied.

11032=Global Tran Resp Time Avg Base

11033=Base for avg commit resp time.

11034=Flush file buffers/sec

11035=Rate of flush file buffer calls for WAL enforcement

11036=Global Trans Res Time Min

11037=Min response time for commit request

11038=Log Truncations

11039=Total number of log truncations for this database.

11040=Log Growths

11041=Total number of log growths for this database.

11042=Forwarder partitions

11043=Number of forwarder partitions

11044=PVS off-row pages deleted/sec

11045=Number of pages deallocated from the persistent version store.

11046=No Wait Transactions/sec

11047=Number of transactions which committed to the database in the last second but did not harden.

11048=XLog Block Read Latency Base

11049=Base for DB_XLOG_COMPUTE_READ_LATENCY

11050=WPR add lsn bucket miss

11051=Number of bucket misses when adding LSNs to writePageRecorder.

11052=XTP Memory Used (KB)

11053=The amount of memory used by XTP in the database.

11054=Log Governor Tare

11055=Current log governor tare rate

11056=Nothing partitions

11057=Number of nothing partitions

11058=Repl. Pending Xacts

11059=Number of pending replication transactions in the database.

11060=Active Global Transaction

11061=Count of active global trans

11062=Log Flush Waits/sec

11063=Number of commits waiting on log flush.

11064=XTP Controller Log Processed/sec

11065=The amount of log bytes processed by the XTP controller thread, per second.

11066=Shrink Data Movement Bytes/sec

11067=The rate data is being moved by Autoshrink, DBCC SHRINKDATABASE or SHRINKFILE.

11068=Log Pool Hash Deletes/sec

11069=Rate of raw hash entry deletes from the Log Pool.

11070=Primary partitions

11071=Number of primary partitions

11072=Log Governor Used

11073=Current log governor usage as percentage of allowance.

11074=Recovery duration

11075=Duration of the recovery for this database in seconds

11076=DBCC Logical Scan Bytes/sec

11077=Logical read scan rate for DBCC commands

11078=Log File(s) Size (KB)

11079=The cumulative size of all the log files in the database.

11080=Secondary catchup partitions

11081=Number of secondary/forwarder partitions in catchup

11082=WPR bucket swaps

11083=Number of bucket swaps in writePageRecorder.

11084=Log Pool LogWriter Pushes/sec

11085=Rate of Log block pushes by log writer thread.

11086=Log Pool Push No Free Buffer/sec

11087=Rate of Log block push fails due to free buffer unavailable.

11088=Log Pool Cache Misses/sec

11089=Log block cache misses from log pool.

11090=Log Cache Hit Ratio Base

11091=Base for log cache calculations

11092=SQLServer:LogPool FreePool

11093=Describes statistics for the free pool inside the Log Pool

11094=Free List Length

11095=Length of the free list.

11096=Free Buffer Refills/sec

11097=Number of buffers being allocated for refill, per second.

11098=SQLServer:Log Hosting

11099=This defines a log host object for SQL Server

11100=Payload Bytes/sec

11101=Rate of host log sector payloads being written

11102=Defunct Cleanups/sec

11103=Rate of defunct tenant mapping table cleanup

11104=Queue Wait Time/sec

11105=Time (microseconds) requests spent in write queue

11106=Throttle ms/sec

11107=Duration of throttled log writes

11108=Stored In Data/sec

11109=Rate of log sectors being written directly to data

11110=Log Retrieve Micros/sec

11111=Time spent retrieving log blocks for reads

11112=Read Bytes/sec

11113=Rate of host log being read

11114=Mapping Stall Time/sec

11115=Time (microseconds) spent on long updates by writer thread

11116=Read From Log Bytes/sec

11117=Rate of host log being read found in log

11118=Map Lookup Micros/sec

11119=Time spent looking up mapping entries for reads

11120=Writer Writes/sec

11121=Rate of writes by writer thread

11122=Writer Stalls/sec

11123=Rate of long updates by writer thread

11124=Read From Data Bytes/sec

11125=Rate of host log being read found in data

11126=Sector Write/sec

11127=Rate of host log sectors being written

11128=Write Queue Depth

11129=How many write requests are queued at time of last enqueue

11130=Sectors Cleared During Move/sec

11131=Rate of log sectors being cleared during move

11132=Sectors Moved/sec

11133=Rate of log sectors being moved to data

11134=Map Index Reads/sec

11135=Number of physical reads done against index for mapping update

11136=Map Table Reads/sec

11137=Number of physical reads done against base table for mapping update

11138=Throttles/sec

11139=Rate of throttled log writes

11140=Harden Wait Micros/sec

11141=Time spent waiting for mapping tran to harden

11142=Mapping Update Time/sec

11143=Time (microseconds) spent doing mapping table updates for write request

11144=SQLServer:Database Mirroring

11145=This defines a Database Mirroring object for SQL Server

11146=Sends/sec

11147=Number of sends initiated per second

11148=Log Compressed Bytes Sent/sec

11149=Number of compressed bytes of log sent in the last second.

11150=Send/Receive Ack Time

11151=Milliseconds messages waited for acknowledgement from the partner per second.

11152=Redo Queue KB

11153=Total number of kilobytes that redo on the mirror database is behind the hardened log

11154=Log Compressed Bytes Rcvd/sec

11155=Number of compressed bytes of log received in the last second.

11156=Log Send Queue KB

11157=Total number of kilobytes of log that have not been sent to the mirror server

11158=Bytes Sent/sec

11159=Number of bytes sent per second

11160=Log Bytes Sent/sec

11161=Number of bytes of log sent per second

11162=Log Remaining for Undo KB

11163=Total number of kilobytes of log that remain to be scanned by the new mirror server after failover.

11164=Receives/sec

11165=Number of mirroring message receives per second

11166=Log Harden Time (ms)

11167=Milliseconds log blocks waited to be hardened to disk in the last second.

11168=Bytes Received/sec

11169=Number of bytes received per second

11170=Log Send Flow Control Time (ms)

11171=Milliseconds log stream messages waited for send flow control in the last second.

11172=Log Bytes Sent from Cache/sec

11173=Number of sent log bytes which were sent from the Database Mirroring log cache in the last second.

11174=Log Bytes Redone from Cache/sec

11175=Number of log bytes which were redone from the Database Mirroring log cache per second.

11176=Transaction Delay

11177=Number of milliseconds transaction termination waited for acknowledgement per second.

11178=Mirrored Write Transactions/sec

11179=Number of transactions which wrote to the mirrored database in the last second, that waited for log to be sent to the mirror.

11180=Log Bytes Received/sec

11181=Number of bytes of log received per second

11182=Log Scanned for Undo KB

11183=Total number of kilobytes of log that have been scanned by the new mirror server after failover.

11184=Redo Bytes/sec

11185=Number of bytes of log redone by the mirror database per second

11186=Pages Sent/sec

11187=Number of pages sent per second

11188=SQLServer:Database Replica

11189=This defines a HADR secondary database object for SQL Server

11190=Log remaining for undo

11191=The amount of log in kilobytes remaining to finish the undo phase.

11192=Database Flow Controls/sec

11193=The number of database flow control per sec.

11194=Log Compressions/sec

11195=The number of log blocks compressed per sec.

11196=Redone Bytes/sec

11197=Amount of log records redone in the last second to catch up the database replica

11198=Log Bytes Compressed/sec

11199=The amount of log in bytes compressed per sec.

11200=Log Apply Pending Queue

11201=Number of log blocks that is waiting to be applied to the database replica

11202=Log Bytes Received/sec

11203=Amount of logs received by the availability replica for the database

11204=Recovery Queue

11205=Total number of hardened log in kilobytes that is waiting to be redone on the secondary

11206=Mirrored Write Transactions/sec

11207=Number of transactions which wrote to the mirrored database in the last second, that waited for log to be sent to the mirror.

11208=Redo blocked/sec

11209=Number of times redo gets blocked in the last second

11210=Group Commit Time

11211=Number of microseconds all transactions group commit waited

11212=File Bytes Received/sec

11213=Amount of filestream data received by the availability replica for the database

11214=Transaction Delay

11215=Number of milliseconds transaction termination waited for acknowledgement per second.

11216=Redo Bytes Remaining

11217=The amount of log in kilobytes remaining to be redone to finish the reverting phase.

11218=Log Send Queue

11219=Amount of logs in kilobytes that is waiting to be send to the database replica

11220=Database Flow Control Delay

11221=Duration spent in database flow control wait in microseconds.

11222=Log Compression Cache misses/sec

11223=The number of log block compression cache misses per sec.

11224=Log Bytes Decompressed/sec

11225=The amount of log in bytes decompressed per sec.

11226=Redones/sec

11227=The number of log blocks redone in the last second to catch up the database replica

11228=Log Compression Cache hits/sec

11229=The number of log block compression cache hits per sec.

11230=Group Commits/Sec

11231=Number of times transactions waited for group commit.

11232=Log Decompressions/sec

11233=The number of log blocks decompressed per sec.

11234=Total Log requiring undo

11235=The amount of log in kilobytes that need to be undone.

11236=Log Apply Ready Queue

11237=Number of log blocks that is waiting and ready to be applied to the database replica

11238=SQLServer:Availability Replica

11239=This defines a HADR availability replica object for SQL Server

11240=Sends to Replica/sec

11241=Total sends to the availability replica

11242=Flow Control/sec

11243=Number of flow control initiated in the last second

11244=Resent Messages/sec

11245=Number of messages being resent in the last second

11246=Flow Control Time (ms/sec)

11247=Time in milliseconds messages waited on flow control in the last second

11248=Bytes Received from Replica/sec

11249=Total bytes receieved from the availability replica

11250=Bytes Sent to Transport/sec

11251=Total bytes sent to transport for the availabilty replica

11252=Sends to Transport/sec

11253=Total sends to transport for the availability replica

11254=Bytes Sent to Replica/sec

11255=Total bytes sent to the availabilty replica

11256=Receives from Replica/sec

11257=Total receives from the availability replica

11258=SQLServer:Latches

11259=Collects statistics associated with internal server latches

11260=Latch Waits/sec

11261=Number of latch requests that could not be granted immediately and had to wait before being granted.

11262=SuperLatch Demotions/sec

11263=Number of SuperLatches that have been demoted to regular latches

11264=Total Latch Wait Time (ms)

11265=Total latch wait time (milliseconds) for latch requests that had to wait in the last second.

11266=Average Latch Wait Time Base

11267=Base for Average Latch Wait Time.

11268=SuperLatch Promotions/sec

11269=Number of latches that have been promoted to SuperLatches

11270=Number of SuperLatches

11271=Number of latches that are currently SuperLatches.

11272=Average Latch Wait Time (ms)

11273=Average latch wait time (milliseconds) for latch requests that had to wait.

11274=SQLServer:Access Methods

11275=Collects statistics associated with the database server access methods

11276=Failed leaf page cookie

11277=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.

11278=Skipped Ghosted Records/sec

11279=Number of ghosted records per second skipped during scans.

11280=Scan Point Revalidations/sec

11281=Number of times the scan point had to be revalidated to continue the scan.

11282=Dropped rowset cleanups/sec

11283=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.

11284=LobHandle Create Count

11285=Count of temporary LOBs created.

11286=By-reference Lob Create Count

11287=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.

11288=Probe Scans/sec

11289=Number of probe scans per second that are used to find at most one single qualified row in an index or base table directly.

11290=Count Lob Readahead

11291=Count of lob pages on which readahead was issued.

11292=Used tree page cookie

11293=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.

11294=Worktables From Cache Base

11295=Percent of worktables from cache base.

11296=Extents Allocated/sec

11297=Number of extents allocated per second in all databases in this SQL Server instance.

11298=Count Push Off Row

11299=Count of values that were pushed from in-row to off-row.

11300=Pages compressed/sec

11301=Number of times a database page was compressed

11302=AU cleanup batches/sec

11303=The number of batches that completed successfully per second by the background task that cleans up deferred dropped allocation units.

11304=Worktables From Cache Ratio

11305=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.

11306=Range Scans/sec

11307=Number of qualified range scans through indexes per second.

11308=Page compression attempts/sec

11309=Number of attempts to compress a database page per second

11310=Count Pull In Row

11311=Count of values that were pulled in-row from off-row.

11312=Failed AU cleanup batches/sec

11313=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.

11314=FreeSpace Scans/sec

11315=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.

11316=Failed tree page cookie

11317=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.

11318=Page Deallocations/sec

11319=Number of pages deallocated per second in all databases in this SQL Server instance. These include pages from mixed extents and uniform extents.

11320=Full Scans/sec

11321=Number of unrestricted full scans. These can either be base table or full index scans.

11322=Table Lock Escalations/sec

11323=The number of times locks on a table were escalated.

11324=Forwarded Records/sec

11325=Number of records fetched through forwarded record pointers.

11326=By-reference Lob Use Count

11327=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.

11328=Deferred Dropped rowsets

11329=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.

11330=Page Splits/sec

11331=Number of page splits per second that occur as a result of overflowing index pages.

11332=InSysXact waits/sec

11333=Number of times a reader needs to wait for a page because the InSysXact bit is set

11334=LobSS Provider Truncation Count

11335=Count of LOB Storage Service Providers truncated.

11336=Dropped rowsets skipped/sec

11337=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.

11338=Used leaf page cookie

11339=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.

11340=FreeSpace Page Fetches/sec

11341=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.

11342=Deferred dropped AUs

11343=The number of allocation units waiting to be dropped by the background task that cleans up deferred dropped allocation units.

11344=Pages Allocated/sec

11345=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.

11346=LobSS Provider Create Count

11347=Count of LOB Storage Service Providers created. One worktable created per LOB Storage Service Provider.

11348=Workfiles Created/sec

11349=Number of work files created per second. For example, work files could be used to store temporary results for hash joins and hash aggregates.

11350=Extent Deallocations/sec

11351=Number of extents deallocated per second in all databases in this SQL Server instance.

11352=LobHandle Destroy Count

11353=Count of temporary LOBs destroyed.

11354=Index Searches/sec

11355=Number of index searches. Index searches are used to start range scans, single index record fetches, and to reposition within an index.

11356=AU cleanups/sec

11357=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.

11358=Mixed page allocations/sec

11359=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.

11360=Worktables Created/sec

11361=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.

11362=LobSS Provider Destroy Count

11363=Count of LOB Storage Service Providers destroyed.

11364=SQLServer:SQL Errors

11365=Statistics about errors in SQL Server

11366=Errors/sec

11367=Number of errors/sec

11368=SQLServer:SQL Statistics

11369=Collects statistics associated with SQL requests

11370=Failed Auto-Params/sec

11371=Number of failed auto-parameterizations.

11372=Unsafe Auto-Params/sec

11373=Number of unsafe auto-parameterizations.

11374=Misguided plan executions/sec

11375=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.

11376=SQL Attention rate

11377=Number of attentions per second.

11378=Forced Parameterizations/sec

11379=Number of statements parameterized by forced parameterization per second.

11380=Safe Auto-Params/sec

11381=Number of safe auto-parameterizations.

11382=Batch Requests/sec

11383=Number of SQL batch requests received by server.

11384=Guided plan executions/sec

11385=Number of plan executions per second in which the query plan has been generated by using a plan guide.

11386=SQL Re-Compilations/sec

11387=Number of SQL re-compiles.

11388=SQL Compilations/sec

11389=Number of SQL compilations.

11390=Auto-Param Attempts/sec

11391=Number of auto-parameterization attempts.

11392=SQLServer:Plan Cache

11393=This defines cache counters

11394=Cache Object Counts

11395=Number of cache objects in the cache

11396=Cache Hit Ratio Base

11397=Base for prior entry

11398=Cache Pages

11399=Number of 8k pages used by cache objects

11400=Cache Hit Ratio

11401=Ratio between cache hits and lookups

11402=Cache Objects in use

11403=Number of cache objects in use

11404=SQLServer:Cursor Manager by Type

11405=Counters for cursor properties grouped by type

11406=Cursor memory usage

11407=Amount of memory consumed by cursors (KB).

11408=Cache Hit Ratio

11409=Ratio between cache hits and lookups

11410=Cursor Cache Use Counts/sec

11411=Times each type of cached cursor has been used

11412=Number of active cursor plans

11413=Number of cursor plans.

11414=Cached Cursor Counts

11415=Number of cursors of a given type in the cache

11416=Cursor Requests/sec

11417=Number of SQL cursor requests received by server.

11418=Cache Hit Ratio Base

11419=Base for prior entry

11420=Cursor worktable usage

11421=Number of worktables used by cursors.

11422=Active cursors

11423=Number of active cursors.

11424=SQLServer:Cursor Manager Total

11425=Counters for cursor properties not grouped by type

11426=Cursor conversion rate

11427=Number of cursor conversions/sec.

11428=Cursor flushes

11429=Total number of times a flush for a cursor xstmt occured.

11430=Async population count

11431=Number of cursors being populated asynchronously.

11432=SQLServer:Memory Manager

11433=This defines memory usage.

11434=SQL Cache Memory (KB)

11435=Total amount of dynamic memory the server is using for the dynamic SQL cache

11436=Maximum Workspace Memory (KB)

11437=Total amount of memory available for grants to executing processes. This memory is used primarily for hash, sort and create index operations.

11438=Log Pool Memory (KB)

11439=Total amount of dynamic memory the server is using for Log Pool

11440=External benefit of memory

11441=The external value of memory, in ms per page per ms, multiplied by 10 billion and truncated to an integer

11442=Target Server Memory (KB)

11443=Ideal amount of memory the server is willing to consume

11444=Free Memory (KB)

11445=Amount of memory the server is currently not using.

11446=Lock Owner Blocks Allocated

11447=The current number of allocated lock owner blocks.

11448=Memory Grants Outstanding

11449=Current number of processes that have successfully acquired a workspace memory grant

11450=Total Server Memory (KB)

11451=Total amount of dynamic memory the server is currently consuming

11452=Lock Blocks

11453=The current number of lock blocks that are in use on the server. Refreshed periodically.

11454=Stolen Server Memory (KB)

11455=Amount of memory the server is currently using for the purposes other than the database pages.

11456=Memory Grants Pending

11457=Current number of processes waiting for a workspace memory grant

11458=Database Cache Memory (KB)

11459=Amount of memory the server is currently using for the database cache.

11460=Lock Memory (KB)

11461=Total amount of dynamic memory the server is using for locks

11462=Lock Owner Blocks

11463=The number of lock owner blocks that are currently in use on the server. Refreshed periodically.

11464=Connection Memory (KB)

11465=Total amount of dynamic memory the server is using for maintaining connections

11466=Lock Blocks Allocated

11467=The current number of allocated lock blocks.

11468=Optimizer Memory (KB)

11469=Total amount of dynamic memory the server is using for query optimization

11470=Reserved Server Memory (KB)

11471=Amount of memory the server has reserved for future usage. This counter shows current unused amount of the initial grant shown in Granted Workspace Memory (KB).

11472=Granted Workspace Memory (KB)

11473=Total amount of memory granted to executing processes. This memory is used for hash, sort and create index operations.

11474=SQLServer:Memory Node

11475=This defines memory usage per NUMA node.

11476=Foreign Node Memory (KB)

11477=Non NUMA-local amount of memory on this node.

11478=Free Node Memory (KB)

11479=Amount of memory the server is not using on this node.

11480=Target Node Memory (KB)

11481=Ideal amount of memory for this node.

11482=Database Node Memory (KB)

11483=Amount of memory the server is using on this node for database pages.

11484=Total Node Memory (KB)

11485=Total amount of memory the server has committed on this node.

11486=Stolen Node Memory (KB)

11487=Amount of memory the server is using on this node for the purposes other than database pages.

11488=SQLServer:User Settable

11489=This defines user definable counters

11490=Query

11491=As defined by the user.

11492=SQLServer:Replication Agents

11493=Replication Summary

11494=Running

11495=The number of replication agents currently running.

11496=SQLServer:Replication Merge

11497=Replication Merge Agent Statistics

11498=Uploaded Changes/sec

11499=The number of rows per second merged from the Subscriber to the Publisher.

11500=Conflicts/sec

11501=The number of conflicts per second occurring during the merge process.

11502=Downloaded Changes/sec

11503=The number of rows per second merged from the Publisher to the Subscriber.

11504=SQLServer:Replication Logreader

11505=Replication Logreader Agent Statistics

11506=Logreader:Delivered Cmds/sec

11507=The number of commands per second delivered to the Distributor.

11508=Logreader:Delivery Latency

11509=The current amount of time, in milliseconds, elapsed from when transactions are applied at the Publisher to when they are delivered to the Distributor.

11510=Logreader:Delivered Trans/sec

11511=The number of transactions per second delivered to the Distributor.

11512=SQLServer:Replication Dist.

11513=Replication Distribution Agent Statistics

11514=Dist:Delivered Trans/sec

11515=The number of transactions per second delivered to the Subscriber.

11516=Dist:Delivered Cmds/sec

11517=The number of commands per second delivered to the Subscriber.

11518=Dist:Delivery Latency

11519=The current amount of time, in milliseconds, elapsed from when transactions are delivered to the Distributor to when they are applied at the Subscriber.

11520=SQLServer:Replication Snapshot

11521=Replication Snapshot Agent Statistics

11522=Snapshot:Delivered Trans/sec

11523=The number of transactions per second delivered to the Distributor.

11524=Snapshot:Delivered Cmds/sec

11525=The number of commands per second delivered to the Distributor.

11526=SQLServer:Backup Device

11527=This defines a backup device object for SQL Server

11528=Device Throughput Bytes/sec

11529=Read/write throughput for a backup device.

11530=SQLServer:Transactions

11531=Statistics related to SQL Server transactions.

11532=Version Store Size (KB)

11533=The size of the version store in KB.

11534=Longest Transaction Running Time

11535=The longest running time of any transaction in seconds.

11536=Transactions

11537=The total number of active transactions.

11538=Version Store unit truncation

11539=Truncation of unit in Version Store.

11540=NonSnapshot Version Transactions

11541=The total number of active non-snapshot transactions that generate version records.

11542=Snapshot Transactions

11543=The total number of active snapshot transactions.

11544=Update Snapshot Transactions

11545=The total number of active snapshot transactions that do updates.

11546=Version Store unit count

11547=Number of unit in Version Store.

11548=Version Store unit creation

11549=Creation of new unit in Version Store.

11550=Version Generation rate (KB/s)

11551=The version generation rate in KB per seconds.

11552=Version Cleanup rate (KB/s)

11553=The version cleanup rate in KB per seconds.

11554=Free Space in tempdb (KB)

11555=The free space in tempdb in KB.

11556=Update conflict ratio

11557=The fraction of update snapshot transactions that have update conflicts to the total number of update snapshot transactions.

11558=Update conflict ratio base

11559=The total number of update snapshot transactions.

11560=SQLServer:Broker Statistics

11561=Service Broker Statistics

11562=Enqueued P8 Messages/sec

11563=The number of priority 8 messages from local endpoints and the transport that are successfully delivered into local target queues per second.

11564=Enqueued P3 Messages/sec

11565=The number of priority 3 messages from local endpoints and the transport that are successfully delivered into local target queues per second.

11566=Enqueued P7 Messages/sec

11567=The number of priority 7 messages from local endpoints and the transport that are successfully delivered into local target queues per second.

11568=Enqueued Transport Msg Frags/sec

11569=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.

11570=Enqueued P4 Messages/sec

11571=The number of priority 4 messages from local endpoints and the transport that are successfully delivered into local target queues per second.

11572=SQL SEND Total

11573=Total number of SQL SEND commands processed by the Broker.

11574=Enqueued Transport Msg Frag Tot

11575=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.

11576=SQL RECEIVEs/sec

11577=The number of SQL RECEIVE commands processed by the Broker per second.

11578=Enqueued Messages Total

11579=Total number of messages from local endpoints and the transport that are successfully delivered into local target queues.

11580=Enqueued P10 Messages/sec

11581=The number of priority 10 messages from local endpoints and the transport that are successfully delivered into local target queues per second.

11582=Corrupted Messages Total

11583=The number of corrupted messages that were received in the instance.

11584=Dequeued TransmissionQ Msgs/sec

11585=The number of messages that have been removed from the broker transmission queue per second.

11586=Enqueued Messages/sec

11587=The number of messages from local endpoints and the transport that are successfully delivered into local target queues per second.

11588=SQL SENDs/sec

11589=The number of SQL SEND commands processed by the Broker per second.

11590=Forwarded Msg Discarded Total

11591=Total number of forwarded messages discarded due to forwarded message memory limits, age limits, etc.

11592=Dialog Timer Event Count

11593=The number of dialog endpoint related timer events in the Broker.

11594=Activation Errors Total

11595=The number of times an activation stored procedure exited with an error.

11596=Enqueued TransmissionQ Msgs/sec

11597=The number of messages that have been placed into the broker transmission queue per second.

11598=Forwarded Msg Bytes/sec

11599=The number of forwarded message bytes successfully sent per second.

11600=Forwarded Pending Msg Count

11601=The number of forwarded messages that have not been successfully sent yet.

11602=Dropped Messages Total

11603=The number of messages that were received in the instance but could not be delivered.

11604=SQL RECEIVE Total

11605=Total number of SQL RECEIVE commands processed by the Broker.

11606=Enqueued Transport Msgs/sec

11607=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.

11608=Enqueued Local Messages Total

11609=Total number of messages from local endpoints that are successfully delivered directly into local target queues.

11610=Enqueued P1 Messages/sec

11611=The number of priority 1 messages from local endpoints and the transport that are successfully delivered into local target queues per second.

11612=Broker Transaction Rollbacks

11613=The number of Service Broker related transactions that have rolled back.

11614=Enqueued P9 Messages/sec

11615=The number of priority 9 messages from local endpoints and the transport that are successfully delivered into local target queues per second.

11616=Forwarded Pending Msg Bytes

11617=The number of forwarded message bytes that have not been successfully sent yet.

11618=Forwarded Messages Total

11619=Total number of forwarded messages successfully sent.

11620=Enqueued P6 Messages/sec

11621=The number of priority 6 messages from local endpoints and the transport that are successfully delivered into local target queues per second.

11622=Enqueued Local Messages/sec

11623=The number of messages from local endpoints that are successfully delivered directly into local target queues per second.

11624=Forwarded Messages/sec

11625=The number of forwarded messages successfully sent per second.

11626=Forwarded Msgs Discarded/sec

11627=The number of forwarded messages that were discarded per second due to forwarded message memory limits, age limits, etc.

11628=Enqueued P5 Messages/sec

11629=The number of priority 5 messages from local endpoints and the transport that are successfully delivered into local target queues per second.

11630=Enqueued Transport Msgs Total

11631=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.

11632=Forwarded Msg Byte Total

11633=Total number of forwarded message bytes successfully sent.

11634=Enqueued P2 Messages/sec

11635=The number of priority 2 messages from local endpoints and the transport that are successfully delivered into local target queues per second.

11636=SQLServer:Broker/DBM Transport

11637=Service Broker/Database Mirroring Transport Statistics

11638=Msg Fragment Recv Size Avg

11639=The average byte size of message fragments received in transport receive I/O operations.

11640=Current Msg Frags for Send I/O

11641=The current number of message fragments associated with current transport send I/O operations that haven't completed.

11642=Send Flow Control Enters/sec

11643=UCS send flow control enters per sec.

11644=Message Fragment Sends/sec

11645=The number of message fragments sent per second in transport send I/O operations.

11646=Send I/Os/sec

11647=The number of transport send I/Os per second. Note that a transport send I/O may contain more than one message fragment.

11648=Receive I/O bytes/sec

11649=The number of transport receive I/O bytes per second.

11650=Message Fragment P6 Sends/sec

11651=The number of priority 6 message fragments sent per second in transport send I/O operations.

11652=Decrypted I/O bytes/sec

11653=The number of transport decrypted I/O bytes per second.

11654=Message Fragment P7 Sends/sec

11655=The number of priority 7 message fragments sent per second in transport send I/O operations.

11656=Send I/O Len Avg

11657=The average byte length of transport send I/O operations.

11658=Message Fragment P5 Sends/sec

11659=The number of priority 5 message fragments sent per second in transport send I/O operations.

11660=Msg Fragment Send Size Avg

11661=The average byte size of message fragments sent in transport send I/O operations.

11662=Open Connection Count

11663=The total number of transport connections currently open.

11664=Send I/O bytes/sec

11665=The number of transport send I/O bytes per second.

11666=Message Fragment P4 Sends/sec

11667=The number of priority 4 message fragments sent per second in transport send I/O operations.

11668=Send Flow Control Exits/sec

11669=UCS send flow control exits per sec.

11670=Recv I/O Buffer Copies Count

11671=The number of times when transport receive I/O operations had to move buffer fragments in memory.

11672=Receive I/O Len Avg

11673=The average byte length of transport receive I/O operations.

11674=Send I/O Len Avg Base

11675=Base for the average byte length of transport send I/O operations.

11676=Encrypted I/O bytes/sec

11677=The number of transport encrypted I/O bytes per second.

11678=Msg Fragment Send Size Avg Base

11679=Base for the average byte size of message fragments sent in transport send I/O operations.

11680=Receive Flow Control Enters/sec

11681=UCS receive flow control enters per sec.

11682=Receive I/O Len Avg Base

11683=Base for the average byte length of transport receive I/O operations.

11684=Message Fragment P1 Sends/sec

11685=The number of priority 1 message fragments sent per second in transport send I/O operations.

11686=Message Fragment P2 Sends/sec

11687=The number of priority 2 message fragments sent per second in transport send I/O operations.

11688=Pending Bytes for Recv I/O

11689=The number of bytes associated with in completed transport receive I/O operations whose message fragments haven't been enqueued (or rejected) yet.

11690=Msg Fragment Recv Size Avg Base

11691=Base for the average byte size of message fragments received in transport receive I/O operations.

11692=Message Fragment Receives/sec

11693=The number of message fragments received per second in transport receive I/O operations.

11694=Message Fragment P3 Sends/sec

11695=The number of priority 3 message fragments sent per second in transport send I/O operations.

11696=Message Fragment P9 Sends/sec

11697=The number of priority 9 message fragments sent per second in transport send I/O operations.

11698=Current Bytes for Send I/O

11699=The number of buffer bytes associated with current transport send I/O operations that haven't completed.

11700=Pending Msg Frags for Recv I/O

11701=The current number of message fragments received in transport receive I/O operations that have not been enqueued (or rejected) yet.

11702=Message Fragment P8 Sends/sec

11703=The number of priority 8 message fragments sent per second in transport send I/O operations.

11704=Receive I/Os/sec

11705=The number of transport receives I/O per second. Note that a transport receive I/O may contain more than one message fragment.

11706=Message Fragment P10 Sends/sec

11707=The number of priority 10 message fragments sent per second in transport send I/O operations.

11708=Send Flow Control Gate

11709=UCS send boxcars pending on flow control gate exit.

11710=Pending Bytes for Send I/O

11711=The number of buffer bytes associated with message fragments being marshalled, or marshalled and ready to be sent with send I/O operations.

11712=Encryption I/Os/sec

11713=The number of transport encrypted I/Os per second. Note that a transport send I/O may contain more than one message fragment.

11714=Recv I/O Buffer Copies bytes/sec

11715=The rate at which transport receive I/O operations had to move buffer fragments in memory.

11716=Pending Msg Frags for Send I/O

11717=The current number of message fragments that are being marshalled, or marshalled and ready to be sent via the transport layer.

11718=Receive Flow Control Gate

11719=UCS receive messages pending on flow control gate exit.

11720=Receive Flow Control Exits/sec

11721=UCS receive flow control exits per sec.

11722=Current Bytes for Recv I/O

11723=The number of bytes associated with current transport receive I/O operations that haven't completed.

11724=Decryption I/Os/sec

11725=The number of transport decrypted I/Os per second. Note that a transport received I/O may contain more than one message fragment.

11726=SQLServer:Broker Activation

11727=Service Broker Activation

11728=Task Limit Reached/sec

11729=The number of times the activated task limit on a queue has been reached per second.

11730=Task Limit Reached

11731=The total number of times the activated task limit on a queue has been reached.

11732=Tasks Running

11733=The total number of activated tasks that are currently running.

11734=Stored Procedures Invoked/sec

11735=The number of stored procedures that are being invoked per second.

11736=Tasks Aborted/sec

11737=The number of activated tasks that are being aborted per second.

11738=Tasks Started/sec

11739=The number of activated tasks that are being started per second.

11740=SQLServer:Broker TO Statistics

11741=Service Broker Transmission Object Statistics

11742=Transmission Obj Writes/Sec

11743=The number of Transmission Objects saved per second.

11744=Avg. Length of Batched Writes

11745=Average Number of Transmission Objects saved in a batch.

11746=Avg. Time to Write Batch (ms)

11747=Average time to save a Transmission Object batch.

11748=Avg. Time Between Batches Base

11749=Average time between Transmission Object batch flushes.

11750=Avg. Time Between Batches (ms)

11751=Average time between Transmission Object batch flushes.

11752=Avg. Length of Batched Writes BS

11753=Average Number of Transmission Objects saved in a batch.

11754=Transmission Obj Set Dirty/Sec

11755=The number of Transmission Objects marked dirty per second.

11756=Transmission Obj Gets/Sec

11757=The number of Transmission Objects requested per second.

11758=Avg. Time to Write Batch Base

11759=Average time to save a Transmission Object batch.

11760=SQLServer:Wait Statistics

11761=Wait Statistics

11762=Workspace synchronization waits

11763=Statistics relevant to processes synchronizing access to workspace.

11764=Non-Page latch waits

11765=Statistics relevant to non-page latches.

11766=Page latch waits

11767=Statistics relevant to page latches, not including IO latches

11768=Thread-safe memory objects waits

11769=Statistics for processes waiting on thread-safe memory allocators.

11770=Page IO latch waits

11771=Statistics relevant to page IO latches.

11772=Wait for the worker

11773=Statistics relevant to processes waiting for worker to become available.

11774=Log write waits

11775=Statistics for processes waiting for log buffer to be written.

11776=Transaction ownership waits

11777=Statistics relevant to processes synchronizing access to transaction.

11778=Lock waits

11779=Statistics for processes waiting on a lock.

11780=Network IO waits

11781=Statistics relevant to wait on network IO.

11782=Memory grant queue waits

11783=Statistics for processes waiting for memory grant to become available.

11784=Log buffer waits

11785=Statistics for processes waiting for log buffer to be available.

11786=SQLServer:Exec Statistics

11787=Execution statistics for external calls

11788=OLEDB calls

11789=Statistics relevant to execution of OLEDB calls.

11790=Distributed Query

11791=Statistics relevant to execution of distributed queries.

11792=DTC calls

11793=Statistics relevant to execution of DTC calls.

11794=Extended Procedures

11795=Statistics relevant to execution of XP calls.

11796=SQLServer:CLR

11797=CLR Execution in SQL Server

11798=CLR Execution

11799=Total Execution time in CLR ( microseconds ).

11800=SQLServer:Catalog Metadata

11801=This defines a catalog metadata manager object for SQL Server

11802=Cache Entries Count

11803=Number of entries in the catalog metadata cache

11804=Cache Hit Ratio

11805=Ratio between catalog metadata cache hits and lookups

11806=Cache Hit Ratio Base

11807=Base for prior entry

11808=Cache Entries Pinned Count

11809=Number of catalog metadata cache entries that are pinned

11810=SQLServer:CloudDB Messaging

11811=This defines the counters for CloudDB messaging

11812=Received messages rate (#/s)

11813=The number of messages received per second.

11814=Sent messages rate (bytes/s)

11815=The number of bytes sent per second.

11816=Sent messages rate (#/s)

11817=The number of messages sent per second.

11818=Received messages rate (bytes/s)

11819=The number of bytes received per second.

11820=SQLServer:CloudDB Replication

11821=This defines the counters for CloudDB replication

11822=Active partition delete scans

11823=Number of currently active partition delete scans

11824=Combined queues size (bytes)

11825=The combined size of all the queues on this node.

11826=Pending partition copy scans

11827=Number of currently pending partition copy scans

11828=Active partition copy scans

11829=Number of currently active partition copy scans

11830=Pending partition delete scans

11831=Number of currently pending partition delete scans

11832=Active log catchup scans

11833=Number of currently active partition catchup log scans

11834=Secondary committed trans rate

11835=The number of transactions committed per second on the secondary.

11836=Primary committed trans rate

11837=The number of transactions committed per second on the primary.

11838=SQLServer:Trace Statistics

11839=Statistics for traces

11840=Dropped events/sec

11841=Events dropped by this trace per second

11842=Bytes/sec

11843=Bytes transferred by this trace per second

11844=Events Fired/sec

11845=Events fired by this trace per second

11846=Events Filtered/sec

11847=Events filtered per second

11848=SQLServer:Trace Event Statistics

11849=Statistics for separate SQL Trace events

11850=Events Filtered/sec

11851=Filtered events per second

11852=Events Prefiltered/sec

11853=Prefiltered events per second

11854=CPU Ticks/sec

11855=CPU usage per second (Requires -T1904)

11856=Bytes/sec

11857=Bytes transferred per second

11858=Events Fired/sec

11859=Events fired per second

11860=SQLServer:Deprecated Features

11861=Statistics on deprecated feature usage

11862=Usage

11863=Feature usage since last SQL Server startup

11864=SQLServer:Workload Group Stats

11865=Statistics associated with workload groups

11866=CPU delayed %

11867=System CPU delayed for all requests in the specified instance of the performance object as a percentage of the total time active.

11868=Queued requests

11869=Number of requests waiting in the queue due to resource governor limits in the workload group.

11870=Disk msec/Read Base

11871=Average time, in milliseconds, of a read of data from the disk

11872=Requests completed/sec

11873=Number of completed requests per second in the workload group.

11874=Disk Violations/sec

11875=Number of IO operations not completed according to reserved capacity

11876=Disk Read Bytes/sec

11877=Number of bytes read from the disk in last second

11878=CPU delayed % base

11879=System CPU usage by all requests in the specified instance of the performance object as a percentage of the total time active.

11880=Avg Disk msec/Write

11881=Average time, in milliseconds, of a write of data to the disk

11882=Suboptimal plans/sec

11883=Number of suboptimal query plans generated per second in the workload group.

11884=Max request memory grant (KB)

11885=Maximum value of memory grant in kilobytes used by a query in the workload group.

11886=CPU effective %

11887=System CPU usage by all requests in the specified instance of the performance object as a percentage of the total time active.

11888=CPU usage % base

11889=System CPU usage by all requests in the specified instance of the performance object.

11890=Avg Disk msec/Read

11891=Average time, in milliseconds, of a read of data from the disk

11892=Active parallel threads

11893=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.

11894=Disk msec/Write Base

11895=Average time, in milliseconds, of a write of data to the disk

11896=Disk Write Bytes/sec

11897=Number of bytes written to the disk in last second

11898=Disk Reads/sec

11899=Number of read operations from the disk in last second

11900=Active requests

11901=Number of currently running requests in the workload group.

11902=Query optimizations/sec

11903=Number of query optimizations per second occurring in the workload group.

11904=CPU violated %

11905=The difference between the CPU reservation and the effective scheduling percentage.

11906=CPU effective % base

11907=System CPU usage by all requests in the specified instance of the performance object as a percentage of the total time active.

11908=CPU usage %

11909=System CPU usage by all requests in the specified instance of the performance object.

11910=Reduced memory grants/sec

11911=Number of queries per second getting less than ideal amount of memory in the workload group.

11912=Disk Writes/sec

11913=Number of write operations to the disk in last second

11914=Blocked tasks

11915=Number of blocked tasks in the workload group.

11916=Max request cpu time (ms)

11917=Maximum CPU time in milliseconds used by a request in the workload group.

11918=SQLServer:Resource Pool Stats

11919=Statistics associated with resource pools

11920=Max memory (KB)

11921=Maximum amount of memory in kilobytes the resource pool can have based on the settings and server state.

11922=Memory grants/sec

11923=Number of query memory grants per second occurring in the resource pool.

11924=Disk Read IO Throttled/sec

11925=Number of read operations throttled in the last second

11926=Active memory grant amount (KB)

11927=Total amount of granted memory in kilobytes in the resource pool.

11928=Disk Write Bytes/sec

11929=Number of bytes written to the disk in the last second

11930=CPU control effect %

11931=Effect of the resource governor on the resource pool calculated as (CPU usage %) / (CPU usage % without RG).

11932=Used memory (KB)

11933=Used amount of memory in kilobytes in the resource pool.

11934=Disk Write IO Issued/sec

11935=Number of write operations issued to the disk in the last second

11936=Disk Write IO/sec

11937=Number of write operations to the disk in the last second

11938=Cache memory target (KB)

11939=Current memory target for cache memory in kilobytes.

11940=Pending memory grants count

11941=Number of queries waiting for memory grants in the resource pool.

11942=Compile memory target (KB)

11943=Current memory target for query compile in kilobytes.

11944=CPU usage % base

11945=System CPU usage by all requests in the specified instance of the performance object.

11946=Disk Read Bytes/sec

11947=Number of bytes read from the disk in the last second

11948=CPU effective % base

11949=System CPU usage by all requests in the specified instance of the performance object as a percentage of the total time active.

11950=Query exec memory target (KB)

11951=Current memory target for query execution memory grant in kilobytes.

11952=Disk Write IO Throttled/sec

11953=Number of write operations throttled in the last second

11954=CPU usage %

11955=System CPU usage by all requests in the specified instance of the performance object.

11956=Target memory (KB)

11957=Target amount of memory in kilobytes the resource pool is trying to attain based on the settings and server state.

11958=Active memory grants count

11959=Number of query memory grants in the resource pool.

11960=CPU usage target %

11961=Target value of 'CPU usage %' for the resource pool based on the configuration settings and the system load.

11962=Avg Disk Write IO (ms)

11963=Average time, in milliseconds, of a write operation to the disk

11964=Avg Disk Read IO (ms) Base

11965=Average time, in milliseconds, of a read operation from the disk

11966=CPU delayed % base

11967=System CPU usage by all requests in the specified instance of the performance object as a percentage of the total time active.

11968=CPU effective %

11969=System CPU usage by all requests in the specified instance of the performance object as a percentage of the total time active.

11970=Disk Read IO Issued/sec

11971=Number of read operations issued to the disk in the last second

11972=Avg Disk Read IO (ms)

11973=Average time, in milliseconds, of a read operation from the disk

11974=CPU delayed %

11975=System CPU delayed for all requests in the specified instance of the performance object as a percentage of the total time active.

11976=Memory grant timeouts/sec

11977=Number of query memory grant timeouts per second occurring in the resource pool.

11978=CPU violated %

11979=The difference between the CPU reservation and the effective scheduling percentage.

11980=Disk Read IO/sec

11981=Number of read operations from the disk in the last second

11982=Avg Disk Write IO (ms) Base

11983=Average time, in milliseconds, of a write operation to the disk

11984=SQLServer:Transaction Manager

11985=Statistics associated with Transaction Coordination Manager (TCM)

11986=AGE hardening time Base

11987=The average time (in milliseconds) it takes to persist an AGE message

11988=Avg. AGE hardening time

11989=The average time (in milliseconds) it takes to persist an AGE message

11990=AGE responses received/sec

11991=Number of AGE responses received per second

11992=Average life of AGE Base

11993=The average time (in milliseconds) for which an AGE broadcast waited to receive the responses from all agent bricks

11994=Orders broadcast/sec

11995=Number of transaction orders broadcast from TCM per second

11996=Average life of AGE broadcast

11997=The average time (in milliseconds) for which an AGE broadcast waited to receive the responses from all agent bricks

11998=Size of AGE Message Base

11999=The average size of an AGE message broadcasted from TCM

12000=Number of AGE broadcasts/sec

12001=Total number of AGE broadcasts from TCM per second

12002=Avg. size of AGE Message

12003=The average size of an AGE message broadcasted from TCM

12004=SQLServer:TCM Agents

12005=Statistics associated with the agents of Transaction Coordination Manager

12006=Transactions Started/sec

12007=Total number of federated transactions started locally per second

12008=Transaction participants/sec

12009=The number of bricks participating in a federated transaction per second

12010=Avg. AGE processing time

12011=Average time (in milliseconds) taken by a TCM Agent to process an AGE message

12012=Xaction requests per AGE Base

12013=Average transaction requests sent to TCM per AGE message

12014=AGE processing time BASE

12015=Average time (in milliseconds) taken by a TCM Agent to process an AGE message

12016=Transactions committed per AGE

12017=Average number of transactions committed or aborted per AGE

12018=Transaction requests per AGE

12019=Average transaction requests sent to TCM per AGE message

12020=Average commit wait time

12021=Average wait time (in milliseconds) for committing a transaction

12022=Average tran prepare time

12023=Average time (in milliseconds) it takes to prepare a federated transaction for commit

12024=Transactions committed/sec

12025=Total number of federated transactions committed locally per second

12026=Transaction branches/sec

12027=Number of federated transaction branches created per second

12028=Average commit wait time Base

12029=Average wait time (in milliseconds) for committing a transaction

12030=Xactions committed per AGE Base

12031=Average number of transactions committed or aborted per AGE

12032=Transactions rolled back/sec

12033=Total number of federated transactions rolled back locally per second

12034=Average tran prepare time Base

12035=Average time (in milliseconds) it takes to prepare a transaction for commit (BASE)

12036=SQLServer:FileTable

12037=Statistics associated with FileTable and non-transacted access

12038=FileTable enumeration reqs/sec

12039=Total number of FileTable enumeration requests per second.

12040=Time per file I/O request BASE

12041=Average time (in milliseconds) spent handling an incoming file I/O request (BASE).

12042=Avg time FileTable enumeration

12043=Average time (in milliseconds) taken for a FileTable enumeration request.

12044=Time per file I/O response BASE

12045=Average time (in milliseconds) spent handling an outgoing file I/O response (BASE).

12046=Avg time rename FileTable item

12047=Average time (in milliseconds) taken to rename a FileTable item.

12048=FileTable file I/O response/sec

12049=Total number of outgoing file I/O responses per second.

12050=Avg time move FileTable item

12051=Average time (in milliseconds) taken to move a FileTable item.

12052=FileTable table operations/sec

12053=Total number of table operational events processed by the FileTable store component per second.

12054=FileTable kill handle ops/sec

12055=Total number of FileTable handle kill operations per second.

12056=FileTable item rename reqs/sec

12057=Total number of FileTable rename item requests per second.

12058=Time delete FileTable item BASE

12059=Average time (in milliseconds) taken to delete a FileTable item (BASE).

12060=Time FileTable handle kill BASE

12061=Average time (in milliseconds) taken to kill a FileTable handle (BASE).

12062=Avg time per file I/O request

12063=Average time (in milliseconds) spent handling an incoming file I/O request.

12064=Avg time per file I/O response

12065=Average time (in milliseconds) spent handling an outgoing file I/O response.

12066=Time FileTable enumeration BASE

12067=Average time (in milliseconds) taken for a FileTable enumeration request (BASE).

12068=Time update FileTable item BASE

12069=Average time (in milliseconds) taken to update a FileTable item (BASE).

12070=FileTable item get requests/sec

12071=Total number of FileTable retrieve item requests per second.

12072=Avg time to get FileTable item

12073=Average time (in milliseconds) taken to retrieve a FileTable item.

12074=FileTable item move reqs/sec

12075=Total number of FileTable move item requests per second.

12076=FileTable file I/O requests/sec

12077=Total number of incoming FileTable file I/O requests per second.

12078=Time move FileTable item BASE

12079=Average time (in milliseconds) taken to move a FileTable item (BASE).

12080=Avg time FileTable handle kill

12081=Average time (in milliseconds) taken to kill a FileTable handle.

12082=Time to get FileTable item BASE

12083=Average time (in milliseconds) taken to retrieve a FileTable item (BASE).

12084=FileTable db operations/sec

12085=Total number of database operational events processed by the FileTable store component per second.

12086=Avg time update FileTable item

12087=Average time (in milliseconds) taken to update a FileTable item.

12088=FileTable item delete reqs/sec

12089=Total number of FileTable delete item requests per second.

12090=FileTable item update reqs/sec

12091=Total number of FileTable update item requests per second.

12092=Avg time delete FileTable item

12093=Average time (in milliseconds) taken to delete a FileTable item.

12094=Time rename FileTable item BASE

12095=Average time (in milliseconds) taken to rename a FileTable item (BASE).

12096=SQLServer:Batch Resp Statistics

12097=Counters to track SQL Batch Response times

12098=Batches >=000010ms & <000020ms

12099=Number of SQL Batches having response time greater than or equal to 10ms but less than 20ms

12100=Batches >=000002ms & <000005ms

12101=Number of SQL Batches having response time greater than or equal to 2ms but less than 5ms

12102=Batches >=100000ms

12103=Number of SQL Batches having response time greater than or equal to 100,000ms

12104=Batches >=050000ms & <100000ms

12105=Number of SQL Batches having response time greater than or equal to 50,000ms but less than 100,000ms

12106=Batches >=005000ms & <010000ms

12107=Number of SQL Batches having response time greater than or equal to 5,000ms but less than 10,000ms

12108=Batches >=000500ms & <001000ms

12109=Number of SQL Batches having response time greater than or equal to 500ms but less than 1,000ms

12110=Batches >=000000ms & <000001ms

12111=Number of SQL Batches having response time greater than or equal to 0ms but less than 1ms

12112=Batches >=000001ms & <000002ms

12113=Number of SQL Batches having response time greater than or equal to 1ms but less than 2ms

12114=Batches >=000050ms & <000100ms

12115=Number of SQL Batches having response time greater than or equal to 50ms but less than 100ms

12116=Batches >=000005ms & <000010ms

12117=Number of SQL Batches having response time greater than or equal to 5ms but less than 10ms

12118=Batches >=020000ms & <050000ms

12119=Number of SQL Batches having response time greater than or equal to 20,000ms but less than 50,000ms

12120=Batches >=000100ms & <000200ms

12121=Number of SQL Batches having response time greater than or equal to 100ms but less than 200ms

12122=Batches >=002000ms & <005000ms

12123=Number of SQL Batches having response time greater than or equal to 2,000ms but less than 5,000ms

12124=Batches >=010000ms & <020000ms

12125=Number of SQL Batches having response time greater than or equal to 10,000ms but less than 20,000ms

12126=Batches >=000200ms & <000500ms

12127=Number of SQL Batches having response time greater than or equal to 200ms but less than 500ms

12128=Batches >=000020ms & <000050ms

12129=Number of SQL Batches having response time greater than or equal to 20ms but less than 50ms

12130=Batches >=001000ms & <002000ms

12131=Number of SQL Batches having response time greater than or equal to 1,000ms but less than 2,000ms

12132=SQLServer:Throttl Soft Partition

12133=Counters to track rate of partitions affected by soft throttling incidents

12134=Data read IO delay throttling

12135=Number of partitions affected by soft data read IO delay throttling

12136=Log write IO delay throttling

12137=Number of partitions affected by soft log write IO delay throttling

12138=Data space throttling

12139=Number of partitions affected by soft data space throttling

12140=Busy workers throttling

12141=Number of partitions affected by soft throttling due to busy workers threshold

12142=Log space throttling

12143=Number of partitions affected by soft log space throttling

12144=SQLServer:Throttl Hard Partition

12145=Counters to track rate of partitions affected by hard throttling incidents

12146=Log write IO delay throttling

12147=Number of partitions affected by hard log write IO delay throttling

12148=Log space throttling

12149=Number of partitions affected by hard log space throttling

12150=Data space throttling

12151=Number of partitions affected by hard data space throttling

12152=Data read IO delay throttling

12153=Number of partitions affected by hard data read IO delay throttling

12154=Busy workers throttling

12155=Number of partitions affected by hard throttling due to busy workers threshold

12156=SQLServer:HTTP Storage

12157=Defines a HTTP storage object for SQL Server.

12158=Avg. microsec/Read BASE

12159=The average number of microseconds it takes to do each read from the HTTP storage (BASE).

12160=Transfers/Sec

12161=Number of read and write operations per second on the HTTP storage.

12162=Avg. Bytes/Write BASE

12163=Average number of bytes transferred from the HTTP storage per write (BASE).

12164=HTTP Storage IO retry/sec

12165=Number of retry requests sent to the HTTP storage per second.

12166=Avg. Bytes/Read

12167=Average number of bytes transferred from the HTTP storage per read.

12168=Avg. microsec/Write BASE

12169=The average number of microseconds it takes to do each write to the HTTP storage (BASE).

12170=Avg. microsec/Read Comp

12171=The average number of microseconds it takes for HTTP to complete the read to storage.

12172=Reads/Sec

12173=Number of reads per second on the HTTP storage.

12174=Avg. microsec/Write Comp

12175=The average number of microseconds it takes for HTTP to complete the write to storage.

12176=Avg. microsec/Read

12177=The average number of microseconds it takes to do each read from the HTTP storage.

12178=Avg. Bytes/Transfer BASE

12179=Average number of bytes transferred from the HTTP storage during read or write operations (BASE).

12180=Total Bytes/Sec

12181=Amount of data being transferred from the HTTP storage per second during read or write operations.

12182=Avg. microsec/Transfer

12183=The average number of microseconds it takes to do each transfer to the HTTP storage.

12184=Read Bytes/Sec

12185=Amount of data being transferred from the HTTP storage per second during read operations.

12186=Avg. microsec/Write

12187=The average number of microsecondsit takes to do each write to the HTTP storage.

12188=Write Bytes/Sec

12189=Amount of data being transferred from the HTTP storage per second during write operations.

12190=HTTP Storage IO failed/sec

12191=Number of failed write requests sent to the HTTP storage per second.

12192=Writes/Sec

12193=Number of writer per second on the HTTP storage.

12194=Avg. microsec/Write Comp BASE

12195=The average number of microseconds it takes for HTTP to complete the write to storage (BASE).

12196=Avg. microsec/Read Comp BASE

12197=The average number of microseconds it takes for HTTP to complete the read to storage (BASE).

12198=Avg. Bytes/Write

12199=Average number of bytes transferred from the HTTP storage per write."

12200=Avg. Bytes/Read BASE

12201=Average number of bytes transferred from the HTTP storage per read (BASE).

12202=Avg. microsec/Transfer BASE

12203=The average number of microseconds it takes to do each transfer to the HTTP storage (BASE).

12204=Outstanding HTTP Storage IO

12205=The total number of outstanding I/Os towards a HTTP storage.

12206=Avg. Bytes/Transfer

12207=Average number of bytes transferred from the HTTP storage during read or write operations.

12208=SQLServer:DB-XE Session

12209=Defines a DB-scoped XEvent session object for SQL Server.

12210=DB-XE db session limit hits

12211=Number of times per-db session limit was hit.

12212=DB-XE session start failures

12213=Count of session start failures.

12214=DB-XE current sessions

12215=Count of currently active sessions.

12216=DB-XE expired sessions

12217=Count of expired sessions.

12218=DB-XE dropped buffers

12219=Count of dropped buffers.

12220=DB-XE db node session limit hits

12221=Number of times per-db node session limit was hit.

12222=DB-XE dropped events

12223=Count of dropped events.

12224=SQLServer:Query Store

12225=This defines a Query Store object for SQL Server

12226=Query Store physical reads

12227=Number of physical read operations from Query Store.

12228=Query Store logical writes

12229=Number of logical write operations from Query Store.

12230=Query Store logical reads

12231=Number of physical read operations from Query Store.

12232=Query Store CPU usage

12233=Execution time of Query Store operations expressed in hundredths of seconds.

12234=SQLServer:Columnstore

12235=Describes statistics for columnstore indexes in SQL Server

12236=Delta Rowgroups Closed

12237=Number of delta rowgroups closed.

12238=Delta Rowgroups Compressed

12239=Number of delta rowgroups compressed.

12240=Segment Cache Hit Ratio Base

12241=Base for segment cache hit ratio calculations.

12242=Total Source Rowgroups Merged

12243=Number of source rowgroups merged since the start of SQL Server.

12244=Delta Rowgroups Created

12245=Number of delta rowgroups created.

12246=Total Rowgroups Compressed

12247=Total number of rowgroups compressed.

12248=Segment Reads/Sec

12249=Number of physical segment reads issued.

12250=Total Delete Buffers Migrated

12251=Number of times tuple mover has cleaned up the delete buffer.

12252=Total Rowgroups Fit For Merge

12253=Number of source rowgroups fit for MERGE since the start of SQL Server.

12254=Total Merge Policy Evaluations

12255=Number of times the merge policy for columnstore was evaluated.

12256=Total Rowgroups Merge Compressed

12257=Number of compressed target rowgroups created with MERGE since the start of SQL Server.

12258=Segment Cache Hit Ratio

12259=Percentage of column segments that were found in the columnstore pool without having to incur a read from disk.

12260=SQLServer:External Scripts

12261=Describes statistics for external script executions in SQL Server

12262=Partition By Executions

12263=Number of external scripts executed with @input_data_1_partition_by_columns parameter

12264=Total Execution Time (ms)

12265=Total time spent in executing external scripts

12266=Implied Auth. Logins

12267=Number of logins from satellite processes authenticated using implied authentication

12268=SQL CC Executions

12269=Number of external scripts executed using SQL Compute Context

12270=Total Executions

12271=Number of external scripts executed

12272=Execution Errors

12273=Number of errors in executing external scripts

12274=Streaming Executions

12275=Number of external scripts executed with @r_rowsPerRead parameter

12276=Parallel Executions

12277=Number of external scripts executed with @parallel = 1

12278=SQLServer:Advanced Analytics

12279=Describes statistics for advanced analytics

12280=Predictions/sec

12281=Number of predictions performed using PREDICT function

12282=SQLServer:Availability Group

12283=Describes statistics for advanced analytics

12284=Active Hadr Threads

12285=Number of active Hadr threads used by AG

13732=SMTP Server

13733=The counters specific to the SMTP Server.

13734=Bytes Sent Total

13735=The total number of bytes sent.

13736=Bytes Sent/sec

13737=The rate that bytes are sent.

13738=Bytes Received Total

13739=The total number of bytes received.

13740=Bytes Received/sec

13741=The rate that bytes are received.

13742=Bytes Total

13743=The total number of bytes sent and received.

13744=Bytes Total/sec

13745=The rate that bytes are sent and received.

13746=Message Bytes Sent Total

13747=The total number of bytes sent in messages.

13748=Message Bytes Sent/sec

13749=The rate that bytes are sent in messages.

13750=Message Bytes Received Total

13751=The total number of bytes received in messages.

13752=Message Bytes Received/sec

13753=The rate that bytes are received in messages.

13754=Message Bytes Total

13755=The total number of bytes sent and received in messages.

13756=Message Bytes Total/sec

13757=The rate that bytes are sent and received in messages.

13758=Messages Received Total

13759=The total number of inbound messages accepted.

13760=Messages Received/sec

13761=The rate that inbound messages are being received.

13762=Avg Recipients/msg Received

13763=The average number of recipients per inbound message received.

13764=Base Avg Recipients/msg Received

13765=Base Avg Recipients/msg Received (SHOULD BE HIDDEN)

13766=% Recipients Local

13767=The percentage of recipients that will be delivered locally.

13768=Base % Recipients Local

13769=Base % Recipients Local (SHOULD BE HIDDEN)

13770=% Recipients Remote

13771=The percentage of recipients that will be delivered remotely.

13772=Base % Recipients Remote

13773=Base % Recipients Remote (SHOULD BE HIDDEN)

13774=Messages Refused for Size

13775=The total number of messages rejected because they were too big.

13776=Messages Refused for Address Objects

13777=The total number of messages refused due to no address objects.

13778=Messages Refused for Mail Objects

13779=The total number of messages refused due to no mail objects.

13780=Messages Delivered Total

13781=The total number of messages delivered to local mailboxes.

13782=Messages Delivered/sec

13783=The rate that messages are delivered to local mailboxes.

13784=Message Delivery Retries

13785=The total number of local deliveries that were retried.

13786=Avg Retries/msg Delivered

13787=The average number of retries per local delivery.

13788=Base Avg Retries/msg Delivered

13789=Base Avg Retries/msg Delivered (SHOULD BE HIDDEN)

13790=Pickup Directory Messages Retrieved Total

13791=The total number of messages retrieved from the mail pick-up directory.

13792=Pickup Directory Messages Retrieved/sec

13793=The rate that messages are being retrieved from the mail pick-up directory.

13794=NDRs Generated

13795=The number of non-delivery reports that have been generated.

13796=Local Queue Length

13797=The number of messages in the local queue.

13798=Local Retry Queue Length

13799=The number of messages in the local retry queue.

13800=Number of MailFiles Open

13801=Number of handles to open mail files.

13802=Number of QueueFiles Open

13803=Number of handles to open queue files.

13804=Categorizer Queue Length

13805=The number of messages in the categorizer queue.

13806=Messages Sent Total

13807=The total number of outbound messages sent.

13808=Messages Sent/sec

13809=The rate that outbound messages are being sent.

13810=Message Send Retries

13811=The total number of outbound message sends that were retried.

13812=Avg Retries/msg Sent

13813=The average number of retries per outbound message sent.

13814=Base Avg Retries/msg Sent

13815=Base Avg Retries/msg Sent (SHOULD BE HIDDEN)

13816=Avg Recipients/msg Sent

13817=The average number of recipients per outbound messages sent.

13818=Base Avg Recipients/msg Sent

13819=Base Avg Recipients/msg Sent (SHOULD BE HIDDEN)

13820=Remote Queue Length

13821=The number of messages in the remote queue.

13822=DNS Queries Total

13823=The total number of DNS lookups.

13824=DNS Queries/sec

13825=The rate of DNS lookups.

13826=Remote Retry Queue Length

13827=The number of messages in the retry queue for remote delivery.

13830=Inbound Connections Total

13831=The total number of inbound connections received.

13832=Inbound Connections Current

13833=The total number of connections currently inbound.

13834=Outbound Connections Total

13835=The total number of outbound connections attempted.

13836=Outbound Connections Current

13837=The number of connections currently outbound.

13838=Outbound Connections Refused

13839=The number of outbound connection attempts refused by remote sites.

13840=Total Connection Errors

13841=The total number of connection errors.

13842=Connection Errors/sec

13843=The number of connection errors per second.

13844=Directory Drops Total

13845=The total number of messages placed in a drop directory.

13846=Directory Drops/sec

13847=The number of messages placed in a drop directory per second.

13848=Routing Table Lookups Total

13849=The total number of routing table lookups.

13850=Routing Table Lookups/sec

13851=The number of routing table lookups per second.

13852=ETRN Messages Total

13853=The total number of ETRN messages received by the server.

13854=ETRN Messages/sec

13855=The number of ETRN messages per second.

13856=Badmailed Messages (No Recipients)

13857=The number of messages sent to badmail because they had no recipients.

13858=Badmailed Messages (Hop Count Exceeded)

13859=The number of messages sent to badmil becuase they had exceeded the maximum hop count.

13860=Badmailed Messages (General Failure)

13861=The number of messages sent to badmail for reasons not associated with a specific counter.

13862=Badmailed Messages (Bad Pickup File)

13863=The number of malformed pickup messages sent to badmail.

13864=Badmailed Messages (Triggered via Event)

13865=The number of messages sent to badmail at the request of a server event sink.

13866=Badmailed Messages (NDR of DSN)

13867=The number of Delivery Status Notifications sent to badmail becuase they could not be delivered.

13868=Messages Pending Routing

13869=The number of messages that have been categorized but not routed.

13870=Messages Currently Undeliverable

13871=The number of messages that have been reported as currently undeliverable by routing.

13872=Total messages submitted

13873=The total messages submitted to queuing for delivery.

13874=Total DSN Failures

13875=The total number of failed DSN generation attempts.

13876=Current Messages in Local Delivery

13877=The number of messages that are currently being processed by a server event sink for local delivery.

13878=Cat: Messages submitted

13879=The total number of messages submitted to the categorizer.

13880=Cat: Messages submitted/sec

13881=The rate that messages are being submitted to the categorizer.

13882=Cat: Categorizations completed

13883=The total number of messages submitted to categorizer that have finished categorization.

13884=Cat: Categorizations completed/sec

13885=The rate of categorizations completed.

13886=Cat: Categorizations in progress

13887=The number of categorizations in progress.

13888=Cat: Categorizations completed successfully

13889=The number of categorizations that completed without any errors.

13890=Cat: Categorizations failed (non-retryable error)

13891=The number of categorizations that failed with a hard error (not retryable).

13892=Cat: Categorizations failed (retryable error)

13893=The number of categorizations that failed with a retryable error.

13894=Cat: Categorizations failed (Out Of Memory)

13895=The number of categorizations that failed due to lack of available memory.

13896=Cat: Categorizations failed (DS logon failure)

13897=The number of categorizations that failed due to a DS logon failure

13898=Cat: Categorizations failed (DS connection failure)

13899=The number of categorizations that failed due to a DS connection failure

13900=Cat: Categorizations failed (sink retryable error)

13901=The number of categorizations that failed with a generic retryable error

13902=Cat: Messages Categorized

13903=The number of messages categorizer has submitted to queueing.

13904=Cat: Messages bifurcated

13905=The number of new messages created by the categorizer (bifurcation).

13906=Cat: Messages aborted

13907=The number of messages marked to be aborted by the categorizer.

13908=Cat: Recipients before categorization

13909=The number of mailmsg recipients submitted to categorizer.

13910=Cat: Recipients after categorization

13911=The number of mailmsg recipients submitted from categorizer to queueing.

13912=Cat: Recipients NDRd by categorizer

13913=The number of recipients set to be NDRd by the categorizer.

13914=Cat: Recipients NDRd (unresolved)

13915=The number of unresolved recipients (local addresses not found).

13916=Cat: Recipients NDRd (ambiguous address)

13917=The number of recipients with addresses that match multiple DS objects.

13918=Cat: Recipients NDRd (illegal address)

13919=The number of recipients with illegal addresses detected by the categorizer.

13920=Cat: Recipients NDRd (forwarding loop)

13921=The number of recipients NDRd by the categorizer due to a forwarding loop detection.

13922=Cat: Recipients NDRd (sink recip errors)

13923=The number of recipients NDRd by the categorizer due to a generic recipient failure.

13924=Cat: Recipients in categorization

13925=The number of recipients the categorizer is currently processing.

13926=Cat: Senders unresolved

13927=The number of senders not found in the DS.

13928=Cat: Senders with ambiguous addresses

13929=The number of senders with addresses that match multiple DS objects.

13930=Cat: Address lookups

13931=The number of DS lookups for individual addresses

13932=Cat: Address lookups/sec

13933=The number of address lookups dispatched to the DS per second

13934=Cat: Address lookup completions

13935=The number of address lookup completions processed

13936=Cat: Address lookup completions/sec

13937=The number of address lookup completions processed per second

13938=Cat: Address lookups not found

13939=The number of address lookups that did not find any DS object

13940=Cat: mailmsg duplicate collisions

13941=The number of times a duplicate recipient address was detected by mailmsg/categorizer.

13942=Cat: LDAP connections

13943=The total number of LDAP connections opened

13944=Cat: LDAP connection failures

13945=The total number of failures encountered connection to LDAP servers

13946=Cat: LDAP connections currently open

13947=The number of LDAP connections currently open

13948=Cat: LDAP binds

13949=The total number of successfull LDAP binds performed

13950=Cat: LDAP bind failures

13951=The total number of LDAP bind failures

13952=Cat: LDAP searches

13953=LDAP searches successfully dispatched

13954=Cat: LDAP searches/sec

13955=LDAP searches successfully dispatched/sec

13956=Cat: LDAP paged searches

13957=LDAP paged searches successfully dispatched

13958=Cat: LDAP search failures

13959=Number of failures to dispatch an async LDAP search

13960=Cat: LDAP paged search failures

13961=Number of failures to dispatch an async paged LDAP search

13962=Cat: LDAP searches completed

13963=Number of LDAP search completions processed

13964=Cat: LDAP searches completed/sec

13965=LDAP search completions processed/sec

13966=Cat: LDAP paged searches completed

13967=Number of paged LDAP completions processed

13968=Cat: LDAP search completion failures

13969=Number of LDAP searches that completed with a failure

13970=Cat: LDAP paged search completion failures

13971=Number of LDAP paged searches that completed with a failure

13972=Cat: LDAP general completion failures

13973=Number of LDAP completions with a generic failure

13974=Cat: LDAP searches abandoned

13975=Number of LDAP searches abandoned

13976=Cat: LDAP searches pending completion

13977=Number of LDAP searches pending async completon

13978=SMTP NTFS Store Driver

13979=This object represents global counters for the Exchange NTFS Store driver

13980=Messages in the queue directory

13981=The current number of messages in the queue directory.

13982=Messages allocated

13983=The total number of messages allocated.

13984=Messages deleted

13985=The total number of messages deleted.

13986=Messages enumerated

13987=The total number of messages enumerated during startup.

13988=Open message bodies

13989=The current number of open message bodies.

13990=Open message streams

13991=The current number of open message streams.

13992=Internet Information Services Global

13993=The Internet Information Services Global object includes counters that monitor Internet Information Services (the Web service and the FTP service) as a whole.

13994=Total Allowed Async I/O Requests

13995=Total requests allowed by bandwidth throttling settings (counted since service startup).

13996=Total Blocked Async I/O Requests

13997=Total requests temporarily blocked due to bandwidth throttling settings (counted since service startup).

13998=Total Rejected Async I/O Requests

13999=Total requests rejected due to bandwidth throttling settings (counted since service startup).

14000=Current Blocked Async I/O Requests

14001=Current requests temporarily blocked due to bandwidth throttling settings.

14002=Measured Async I/O Bandwidth Usage

14003=Measured bandwidth of asynchronous I/O averaged over a minute.

14004=Current Files Cached

14005=Current number of files whose content is in the cache for WWW and FTP services.

14006=Total Files Cached

14007=Total number of files whose content was ever added to the cache for WWW and FTP services

14008=File Cache Hits

14009=Total number of successful lookups in the file cache.

14010=File Cache Misses

14011=Total number of unsuccessful lookups in the file cache.

14012=File Cache Hits %

14013=The ratio of File Cache Hits to total cache requests.

14016=File Cache Flushes

14017=File Cache Flushes since server startup.

14018=Current File Cache Memory Usage

14019=Current number of bytes used for file cache.

14020=Maximum File Cache Memory Usage

14021=Maximum number of bytes used for file cache.

14022=Active Flushed Entries

14023=Active Flushed Entries are cached file handles that will be closed when all current transfers complete.

14024=Total Flushed Files

14025=Total Flushed Files is the number of file handles that have been removed from the cache since service start up.

14026=Current URIs Cached

14027=URI information blocks currently in the cache for WWW and FTP services.

14028=Total URIs Cached

14029=Total number of URI information blocks ever added to the cache for WWW and FTP services

14030=URI Cache Hits

14031=Total number of successful lookups in the URI cache.

14032=URI Cache Misses

14033=Total number of unsuccessful lookups in the URI cache.

14034=URI Cache Hits %

14035=The ratio of URI Cache Hits to total cache requests.

14038=URI Cache Flushes

14039=URI Cache Flushes since server startup.

14040=Total Flushed URIs

14041=Total Flushed URIs is the number of URI information blocks that have been removed from the cache since service start up.

14042=Current BLOBs Cached

14043=BLOB information blocks currently in the cache for WWW and FTP services.

14044=Total BLOBs Cached

14045=Total number of BLOB information blocks ever added to the cache for WWW and FTP services

14046=BLOB Cache Hits

14047=Total number of successful lookups in the BLOB cache.

14048=BLOB Cache Misses

14049=Total number of unsuccessful lookups in the BLOB cache.

14050=BLOB Cache Hits %

14051=The ratio of BLOB Cache Hits to total cache requests.

14054=BLOB Cache Flushes

14055=BLOB Cache Flushes since server startup.

14056=Total Flushed BLOBs

14057=Total Flushed BLOBs is the number of BLOB information blocks that have been removed from the cache since service start up.

14934=SQLAgent:Jobs

14935=SQLAgent General Statistics about jobs

14936=Failed jobs

14937=Number of failed jobs.

14938=Successful jobs

14939=Number of successful jobs.

14940=Active jobs

14941=Number of running jobs.

14942=Queued jobs

14943=Number of jobs queued.

14944=Jobs activated/minute

14945=Number of jobs activated within the last minute.

14946=Successful jobs base

14947=Base for successful jobs.

14948=Job success rate

14949=Percentage of successful jobs from the total number of executed jobs.

14950=SQLAgent:JobSteps

14951=Statistics for job steps

14952=Queued steps

14953=Number of queued steps.

14954=Active steps

14955=Number of active steps.

14956=Total step retries

14957=The total number of times any Job Step execution is retried since the last SQL Server restart.

14958=SQLAgent:Alerts

14959=SQLAgent statistics about alerts

14960=Activated alerts

14961=The number of Alerts that have activated since the last SQL Server restart.

14962=Alerts activated/minute

14963=The number of Alerts that have activated within the last minute.

14964=SQLAgent:Statistics

14965=SQLAgent general statistics

14966=SQL Server restarted

14967=The number of times the SQL Server has been successfully restarted by SQL Server Agent, since the last SQL Server Agent restart.

14968=SQLAgent:SystemJobs

14969=SQLAgent General Statistics about system jobs

14970=Successful system jobs

14971=Number of successful system jobs.

14972=Queued system jobs

14973=Number of system jobs queued.

14974=System Jobs activated/minute

14975=Number of system jobs activated within the last minute.

14976=Failed system jobs

14977=Number of failed system jobs.

14978=Active system jobs

14979=Number of running system jobs.