GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / doc / windows / counter_help.txt
blob685789ce7106a3e8fe3122943e9b9cf220ae453f
2 The System performance object consists of counters that apply to more than one instance of a component processors on the computer. 
4 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 is the percentage of elapsed time that the processor spends to execute a non-Idle thread. It is calculated by measuring the duration of the idle thread is active in the sample interval, and subtracting that time from interval duration.  (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 is calculated by monitoring the time that the service is inactive, and subtracting that value from 100%.
8 % 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.
9 11
10 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 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 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 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 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 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. 
22 % 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 is the amount of physical memory, in bytes, available to processes running on the computer.  It is calculated by adding the amount of space on the Zeroed, Free, and Standby memory lists. Free memory is ready for use; Zeroed memory consists of pages of memory filled with zeros to prevent subsequent processes from seeing data used by a previous process; Standby memory is memory that has been removed from a process' working set (its physical memory) on route to disk, but is still available to be recalled.  This counter displays the last observed value only; it is not an average. 
26 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 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 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 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 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 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 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 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 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 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 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 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 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 The Browser performance object consists of counters that measure the rates of announcements, enumerations, and other Browser transmissions.
54 Announcements Server/sec is the rate at which the servers in this domain have announced themselves to this server.
56 Pool Paged Bytes is the size, in bytes, of the paged pool, an area of system memory (physical memory used by the operating system) for objects that can be written to disk when they are not being used.  Memory\\Pool Paged Bytes is calculated differently than Process\\Pool Paged Bytes, so it might not equal Process\\Pool Paged Bytes\\_Total. This counter displays the last observed value only; it is not an average.
58 Pool Nonpaged Bytes is the size, in bytes, of the nonpaged pool, an area of system memory (physical memory used by the operating system) for objects that cannot be written to disk, but must remain in physical memory as long as they are allocated.  Memory\\Pool Nonpaged Bytes is calculated differently than Process\\Pool Nonpaged Bytes, so it might not equal Process\\Pool Nonpaged Bytes\\_Total.  This counter displays the last observed value only; it is not an average.
60 Pool Paged Allocs is the number of calls to allocate space in the paged pool. The paged pool is an area of system memory (physical memory used by the operating system) for objects that can be written to disk when they are not being used. It is measured in numbers of calls to allocate space, regardless of the amount of space allocated in each call.  This counter displays the last observed value only; it is not an average.
62 Pool Paged Resident Bytes is the current size, in bytes, of the paged pool. The paged pool is an area of system memory (physical memory used by the operating system) for objects that can be written to disk when they are not being used. Space used by the paged and nonpaged pools are taken from physical memory, so a pool that is too large denies memory space to processes. This counter displays the last observed value only; it is not an average.
64 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 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 is the size, in bytes, of the pageable operating system code currently in virtual memory. It is a measure of the amount of physical memory being used by the operating system that can be written to disk when not in use. This value is calculated by summing the bytes in Ntoskrnl.exe, Hal.dll, the boot drivers, and file systems loaded by Ntldr/osloader.  This counter does not include code that must remain in physical memory and cannot be written to disk. This counter displays the last observed value only; it is not an average.
70 System Code Resident Bytes is the size, in bytes of the operating system code currently in physical memory that can be written to disk when not in use. This value is a component of Memory\\System Code Total Bytes, which also includes operating system code on disk. Memory\\System Code Resident Bytes (and Memory\\System Code Total Bytes) does not include code that must remain in physical memory and cannot be written to disk. This counter displays the last observed value only; it is not an average.
72 System Driver Total Bytes is the size, in bytes, of the pageable virtual memory currently being used by device drivers. Pageable memory can be written to disk when it is not being used. It includes physical memory (Memory\\System Driver Resident Bytes) and code and data paged to disk. It is a component of Memory\\System Code Total Bytes. This counter displays the last observed value only; it is not an average.  
74 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 is the size, in bytes, of the pageable operating system code in the file system cache. This value includes only current physical pages and does not include any virtual memory pages not currently resident. It does equal the System Cache value shown in Task Manager. As a result, this value may be smaller than the actual amount of virtual memory in use by the file system cache. This value is a component of Memory\\System Code Resident Bytes which represents all pageable operating system code that is currently in physical memory. This counter displays the last observed value only; it is not an average. 
78 Announcements Domain/sec is the rate at which a domain has announced itself to the network.
80 Election Packets/sec is the rate at which browser election packets have been received by this workstation.
82 Mailslot Writes/sec is the rate at which mailslot messages have been successfully received.
84 Server List Requests/sec is the rate at which requests to retrieve a list of browser servers have been processed by this workstation.
86 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 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 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 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 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 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 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.
99 101
100 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 is the frequency of cache misses necessitated by the lack of available resources to satisfy the request.
132 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 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 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 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 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 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 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 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 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 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 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 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 % 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 % 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 Server/sec is the rate at which server browse requests have been processed by this workstation.
162 Enumerations Domain/sec is the rate at which domain browse requests have been processed by this workstation.
164 Enumerations Other/sec is the rate at which browse requests processed by this workstation are not domain or server browse requests.
166 Missed Server Announcements is the number of server announcements that have been missed due to configuration or allocation limits.
168 Missed Mailslot Datagrams is the number of Mailslot Datagrams that have been discarded due to configuration or allocation limits.
170 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 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 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.
176 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 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 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 is the maximum number of bytes this process has used 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.
184 Page File Bytes is the current number of bytes that this process has used 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.
186 Private Bytes is the current size, in bytes, of memory that this process has allocated that cannot be shared with other processes.
188 % 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 % 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.
192 % 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.
194 % 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.
196 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 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 is the percentage of elapsed time that the selected disk drive was busy servicing read or write requests.
202 % Disk Read Time is the percentage of elapsed time that the selected disk drive was busy servicing read requests.
204 % Disk Write Time is the percentage of elapsed time that the selected disk drive was busy servicing write requests.
206 Avg. Disk sec/Transfer is the time, in seconds, of the average disk transfer.
208 Avg. Disk sec/Read is the average time, in seconds, of a read of data from the disk.
210 Avg. Disk sec/Write is the average time, in seconds, of a write of data to the disk.
212 Disk Transfers/sec is the rate of read and write operations on the disk.
214 Disk Reads/sec is the rate of read operations on the disk.
216 Disk Writes/sec is the rate of write operations on the disk.
218 Disk Bytes/sec is the rate bytes are transferred to or from the disk during write or read operations.
220 Disk Read Bytes/sec is the rate at which bytes are transferred from the disk during read operations.
222 Disk Write Bytes/sec is rate at which bytes are transferred to the disk during write operations.
224 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 is the average number of bytes transferred from the disk during read operations.
228 Avg. Disk Bytes/Write is the average number of bytes transferred to the disk during write operations.
230 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 The Redirector performance object consists of counter that monitor network connections originating at the local computer.
264 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 is the rate at which serious unexpected errors are occurring. Such errors generally indicate that the Redirector and one or more Servers are having serious communication difficulties. For example an SMB (Server Manager Block) protocol error is a Network Error. An entry is written to the System Event Log and provide details.
314 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 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 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 counts connections to LAN Manager 2.0 servers, including LMX servers.
322 Connects LAN Manager 2.1 counts connections to LAN Manager 2.1 servers, including LMX servers.
324 Connects Windows NT counts the connections to Windows 2000 or earlier computers.
326 Server Disconnects counts the number of times a Server has disconnected your Redirector.  See also Server Reconnects.
328 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 The Server performance object consists of counters that measure communication between the  local computer and the network.
332 The number of bytes the server has received from the network.  Indicates how busy the server is.
334 The number of bytes the server has sent on the network.  Indicates how busy the server is.
336 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).
338 % 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 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 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.
344 The number of sessions that have terminated normally.  Useful in interpreting the Sessions Times Out and Sessions Errored Out statistics--allows percentage calculations.
346 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 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 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 The number of times accesses to files opened successfully were denied.  Can indicate attempts to access files without proper access authorization.
354 The number of times an internal Server Error was detected.  Unexpected errors usually indicate a problem with the Server.
356 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 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 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 The number of files currently opened in the server.  Indicates current server activity.
364 The number of sessions currently active in the server.  Indicates current server activity.
366 The number of searches for files currently active in the server.  Indicates current server activity.
368 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 The number of times allocations from nonpaged pool have failed.  Indicates that the computer's physical memory is too small.
372 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.
374 The number of bytes of pageable computer memory the server is currently using.  Can help in determining good values for the MaxPagedMemoryUsage parameter.
376 The number of times allocations from paged pool have failed.  Indicates that the computer's physical memory or paging file are too small.
378 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.
380 Server Announce Allocations Failed/sec is the rate at which server (or domain) announcements have failed due to lack of memory.
382 Mailslot Allocations Failed is the number of times the datagram receiver has failed to allocate a buffer to hold a user mailslot write.
384 Mailslot Receives Failed indicates the number of mailslot messages that could not be received due to transport failures.
386 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 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.
390 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 counts the number of requests to the Redirector that are currently queued for service.  If this number is much larger than the number of network adapter cards installed in the computer, then the network(s) and/or the server(s) being accessed are seriously bottlenecked.
394 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.
396 % 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 The NWLink NetBIOS performance object consists of counters that monitor IPX transport rates and connections. 
400 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.
402 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.
404 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. 
406 % Free Space is the percentage of total usable space on the selected logical disk drive that was free.
408 Free Megabytes displays the unallocated space, in megabytes, on the disk drive in megabytes. One megabyte is equal to 1,048,576 bytes.
410 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.
412 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.
414 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.
416 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.
418 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.
420 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.
422 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.
424 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.
426 Connections Canceled is the number of connections that were canceled.  This number is an accumulator and shows a running total.
428 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.
430 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.
432 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.
434 Failures No Listen is the number of connections that were rejected because the remote computer was not listening for connection requests.
436 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.
438 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.
440 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.
442 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.
444 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.
446 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.
448 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.
450 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.
452 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.
454 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.
456 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.
458 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.
460 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.
462 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.
464 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.
466 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.
468 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.
470 Frames Rejected/sec is the rate at which data frames are rejected.  This counter only counts the frames (packets) that carry data.
472 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.
474 Expirations Response is the count of T1 timer expirations.
476 Expirations Ack is the count of T2 timer expirations.
478 Window Send Maximum is the maximum number of bytes of data that will be sent before waiting for an acknowledgment from the remote computer.
480 Window Send Average is the running average number of data bytes that were sent before waiting for an acknowledgment from the remote computer.
482 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.
484 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.
486 The NWLink IPX performance object consists of counters that measure datagram transmission to and from computers using the IPX protocol.
488 The NWLink SPX performance object consist of counters that measure data transmission and session connections for computers using the SPX protocol.
490 The NetBEUI performance object consists of counters that measure data transmission for network activity which conforms to the NetBIOS End User Interface standard.
492 The NetBEUI Resource performance object consists of counters that track the use of buffers by the NetBEUI protocol.
494 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.
496 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.
498 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.
500 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.
502 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.
504 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.
506 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.
508 The Network Interface performance object consists of counters that measure the rates at which bytes and packets are sent and received over a TCP/IP network connection.  It includes counters that monitor connection errors.
510 Bytes Total/sec is the rate at which bytes are sent and received over each network adapter, including framing characters. Network Interface\\Bytes Received/sec is a sum of Network Interface\\Bytes Received/sec and Network Interface\\Bytes Sent/sec.
512 Packets/sec is the rate at which packets are sent and received on the network interface.
514 Packets Received/sec is the rate at which packets are received on the network interface.
516 Packets Sent/sec is the rate at which packets are sent on the network interface.
518 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.
520 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.
522 Packets Received Unicast/sec is the rate at which (subnet) unicast packets are delivered to a higher-layer protocol.
524 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.
526 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.
528 Packets Received Errors is the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.
530 Packets Received Unknown is the number of packets received through the interface that were discarded because of an unknown or unsupported protocol.
532 Bytes Sent/sec is the rate at which bytes are sent over each each network adapter, including framing characters. Network Interface\\Bytes Sent/sec is a subset of Network Interface\\Bytes Total/sec.
534 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.
536 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.
538 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.
540 Packets Outbound Errors is the number of outbound packets that could not be transmitted because of errors.
542 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.
544 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.
546 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.
548 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.
550 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.
552 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.
554 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.
556 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.
558 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.
560 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).
562 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.
564 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.
566 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.
568 Fragments Received/sec is the rate, in incidents per second, at which IP fragments that need to be reassembled at this entity are received.
570 Fragments Re-assembled/sec is the rate, in incidents per second, at which IP fragments were successfully reassembled.
572 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.
574 Fragmented Datagrams/sec is the rate, in incidents per second, at which datagrams are successfully fragmented.
576 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).
578 Fragments Created/sec is the rate, in incidents per second, at which IP datagram fragments were generated as a result of fragmentation.
580 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.
582 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.
584 Messages Received/sec is the rate, in incidents per second at which ICMP messages were received. The rate includes messages received in error.
586 Messages Received Errors is the number of ICMP messages that the entity received but had errors, such as bad ICMP checksums, bad length, etc.
588 Received Destination Unreachable is the number of ICMP Destination Unreachable messages received.
590 Received Time Exceeded is the number of ICMP Time Exceeded messages received.
592 Received Parameter Problem is the number of ICMP Parameter Problem messages received.
594 Received Source Quench is the number of ICMP Source Quench messages received.
596 Received Redirect/sec is the rate, in incidents per second, at which ICMP Redirect messages were received.
598 Received Echo/sec is the rate, in incidents per second, at which ICMP Echo messages were received.
600 Received Echo Reply/sec is the rate, in incidents per second, at which ICMP Echo Reply messages were received.
602 Received Timestamp/sec is the rate, in incidents per second at which ICMP Timestamp Request messages were received.
604 Received Timestamp Reply/sec is the rate of ICMP Timestamp Reply messages received.
606 Received Address Mask is the number of ICMP Address Mask Request messages received.
608 Received Address Mask Reply is the number of ICMP Address Mask Reply messages received.
610 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.
612 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.
614 Sent Destination Unreachable is the number of ICMP Destination Unreachable messages sent.
616 Sent Time Exceeded is the number of ICMP Time Exceeded messages sent.
618 Sent Parameter Problem is the number of ICMP Parameter Problem messages sent.
620 Sent Source Quench is the number of ICMP Source Quench messages sent.
622 Sent Redirect/sec is the rate, in incidents per second, at which ICMP Redirect messages were sent.
624 Sent Echo/sec is the rate of ICMP Echo messages sent.
626 Sent Echo Reply/sec is the rate, in incidents per second, at which ICMP Echo Reply messages were sent.
628 Sent Timestamp/sec is the rate, in incidents per second, at which ICMP Timestamp Request messages were sent.
630 Sent Timestamp Reply/sec is the rate, in incidents per second,  at which ICMP Timestamp Reply messages were sent.
632 Sent Address Mask is the number of ICMP Address Mask Request messages sent.
634 Sent Address Mask Reply is the number of ICMP Address Mask Reply messages sent.
636 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.
638 Segments/sec is the rate at which TCP segments are sent or received using the TCP protocol.
640 Connections Established is the number of TCP connections for which the current state is either ESTABLISHED or CLOSE-WAIT.
642 Connections Active is the number of times TCP connections have made a direct transition to the SYN-SENT state from the CLOSED state.
644 Connections Passive is the number of times TCP connections have made a direct transition to the SYN-RCVD state from the LISTEN state.
646 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.
648 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.
650 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.
652 Segments Sent/sec is the rate at which segments are sent, including those on current connections, but excluding those containing only retransmitted bytes.
654 Segments Retransmitted/sec is the rate at which segments are retransmitted, that is, segments transmitted containing one or more previously transmitted bytes.
656 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.
658 Datagrams/sec is the rate at which UDP datagrams are sent or received by the entity.
660 Datagrams Received/sec is the rate at which UDP datagrams are delivered to UDP users.
662 Datagrams No Port/sec is the rate of received UDP datagrams for which there was no application at the destination port.
664 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.
666 Datagrams Sent/sec is the rate at which UDP datagrams are sent from the entity.
668 Disk Storage device statistics from the foreign computer
670 The number of allocation failures reported by the disk storage device
672 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. 
674 The current number of system handles in use.
676 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. 
678 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.
680 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.
682 The total elapsed time, in seconds, that this process has been running.
684 Alignment Fixups/sec is the rate, in incidents per seconds, at alignment faults were fixed by the system.
686 Exception Dispatches/sec is the rate, in incidents per second, at which exceptions were dispatched by the system.
688 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.
690 Logon/sec is the rate of all server logons.
692 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.
694 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.
696 The total elapsed time (in seconds) this thread has been running.
698 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.
700 The amount of the Page File instance in use in percent.  See also Process\\Page File Bytes.
702 The peak usage of the Page File instance in percent.  See also Process\\Page File Bytes Peak.
704 Starting virtual address for this thread.
706 Current User Program Counter for this thread.
708 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.
710 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.
712 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.
714 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.
716 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.
718 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.
720 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.
722 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.
724 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.
726 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.
728 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.
730 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.
732 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.
734 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.
736 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.
738 The Image performance object consists of counters that monitor the virtual address usage of images executed by processes on the computer.
740 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.
742 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.
744 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.
746 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.
748 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.
750 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.
752 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.
754 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.
756 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.
758 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.
760 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.
762 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.
764 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.
766 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.
768 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.
770 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.
772 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.
774 Bytes Image Reserved is the sum of all virtual memory reserved by images within this process.
776 Bytes Image Free is the amount of virtual address space that is not in use or reserved by images within this process.
778 Bytes Reserved is the total amount of virtual memory reserved for future use by this process.
780 Bytes Free is the total unused virtual address space of this process.
782 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.
784 The Process Address Space performance object consists of counters that monitor memory allocation and use  for a selected process.
786 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.
788 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.
790 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.
792 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.
794 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.
796 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.
798 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.
800 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.
802 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.
804 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.
806 Duplicate Master Announcements indicates the number of times that the master browser has detected another master browser on the same domain.
808 Illegal Datagrams/sec is the rate at which incorrectly formatted datagrams have been received by the workstation.
810 Announcements Total/sec is the sum of Announcements Server/sec and Announcements Domain/sec.
812 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.
814 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.
816 Cache Bytes is the sum of the Memory\\System Cache Resident Bytes, Memory\\System Driver Resident Bytes, Memory\\System Code Resident Bytes, and Memory\\Pool Paged Resident Bytes counters.  This counter displays the last observed value only; it is not an average. 
818 Cache Bytes Peak is the maximum number of bytes used by the file system cache since the system was last restarted. This might be larger than the current size of the cache. This counter displays the last observed value only; it is not an average. 
820 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.
822 The RAS performance object consists of counters that monitor individual Remote Access Service ports of the RAS device on the computer.
824 The number of bytes transmitted total for this connection.
826 The number of bytes received total for this connection.
828 The number of data frames transmitted total for this connection.
830 The number of data frames received total for this connection.
832 The compression ratio for bytes being transmitted.
834 The compression ratio for bytes being received.
836 The total number of CRC Errors for this connection.  CRC Errors occur when the frame received contains erroneous data.
838 The total number of Timeout Errors for this connection.  Timeout Errors occur when an expected is not received in time.
840 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.
842 The total number of Alignment Errors for this connection.  Alignment Errors occur when a byte received is different from the byte expected.
844 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.
846 The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors for this connection.
848 The number of bytes transmitted per second.
850 The number of bytes received per second.
852 The number of frames transmitted per second.
854 The number of frames received per second.
856 The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors per second.
858 The RAS performance object consists of counters that combine values for all ports of the Remote Access service (RAS) device on the computer.
860 The total number of Remote Access connections.
862 The WINS Server performance object consists of counters that monitor communications using the WINS Server service.
864 Unique Registrations/sec is the rate at which unique registration are received by the WINS server.
866 Group Registrations/sec is the rate at which group registration are received by the WINS server.
868 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.
870 Unique Renewals/sec is the rate at which unique renewals are received by the WINS server.
872 Group Renewals/sec is the rate at which group renewals are received by the WINS server.
874 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.
876 Total Number of Releases/sec is the rate at which releases are received by the WINS server.
878 Total Number of Queries/sec is the rate at which queries are received by the WINS server.
880 Unique Conflicts/sec is the rate at which unique registrations/renewals received by the WINS server resulted in conflicts with records in the database.
882 Group Conflicts/sec is the rate at which group registration received by the WINS server resulted in conflicts with records in the database.
884 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.
886 Total Number of Successful Releases/sec
888 Total Number of Failed Releases/sec
890 Total Number of Successful Queries/sec
892 Total Number of Failed Queries/sec
894 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.
895 1001
896 Services for Macintosh AFP File Server.
897 1003
898 The maximum amount of paged memory resources used by the MacFile Server.
899 1005
900 The current amount of paged memory resources used by the MacFile Server.
901 1007
902 The maximum amount of nonpaged memory resources use by the MacFile Server.
903 1009
904 The current amount of nonpaged memory resources used by the MacFile Server.
905 1011
906 The number of sessions currently connected to the MacFile server.  Indicates current server activity.
907 1013
908 The maximum number of sessions connected at one time to the MacFile server.  Indicates usage level of server.
909 1015
910 The number of internal files currently open in the MacFile server.  This count does not include files opened on behalf of Macintosh clients.
911 1017
912 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.
913 1019
914 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.
915 1021
916 The number of bytes read from disk per second.
917 1023
918 The number of bytes written to disk per second.
919 1025
920 The number of bytes received from the network per second.  Indicates how busy the server is.
921 1027
922 The number of bytes sent on the network per second.  Indicates how busy the server is.
923 1029
924 The number of outstanding work items waiting to be processed.
925 1031
926 The maximum number of outstanding work items waiting at one time.
927 1033
928 The current number of threads used by MacFile server.  Indicates how busy the server is.
929 1035
930 The maximum number of threads used by MacFile server.  Indicates peak usage level of server.
931 1051
932 AppleTalk Protocol
933 1053
934 Number of packets received per second by Appletalk on this port.
935 1055
936 Number of packets sent per second by Appletalk on this port.
937 1057
938 Number of bytes received per second by Appletalk on this port.
939 1059
940 Number of bytes sent per second by Appletalk on this port.
941 1061
942 Average time in milliseconds to process a DDP packet on this port.
943 1063
944 Number of DDP packets per second received by Appletalk on this port.
945 1065
946 Average time in milliseconds to process an AARP packet on this port.
947 1067
948 Number of AARP packets per second received by Appletalk on this port.
949 1069
950 Average time in milliseconds to process an ATP packet on this port.
951 1071
952 Number of ATP packets per second received by Appletalk on this port.
953 1073
954 Average time in milliseconds to process an NBP packet on this port.
955 1075
956 Number of NBP packets per second received by Appletalk on this port.
957 1077
958 Average time in milliseconds to process a ZIP packet on this port.
959 1079
960 Number of ZIP packets per second received by Appletalk on this port.
961 1081
962 Average time in milliseconds to process an RTMP packet on this port.
963 1083
964 Number of RTMP packets per second received by Appletalk on this port.
965 1085
966 Number of ATP requests retransmitted on this port.
967 1087
968 Number of ATP release timers that have expired on this port.
969 1089
970 Number of ATP Exactly-once transaction responses per second on this port.
971 1091
972 Number of ATP At-least-once transaction responses per second on this port.
973 1093
974 Number of ATP transaction release packets per second received on this port.
975 1095
976 The current amount of nonpaged memory resources used by AppleTalk.
977 1097
978 Number of packets routed in on this port.
979 1099
980 Number of packets dropped due to resource limitations on this port.
981 1101
982 Number of ATP requests retransmitted to this port.
983 1103
984 Number of packets routed out on this port.
985 1111
986 Provides Network Statistics for the local network segment via the Network Monitor Service.
987 1113
988 The total number of frames received per second on this network segment.
989 1115
990 The number of bytes received per second on this network segment.
991 1117
992 The number of Broadcast frames received per second on this network segment.
993 1119
994 The number of Multicast frames received per second on this network segment.
995 1121
996 Percentage of network bandwidth in use on this network segment.
997 1125
998 Percentage of network bandwidth which is made up of broadcast traffic on this network segment.
999 1127
1000 Percentage of network bandwidth which is made up of multicast traffic on this network segment.
1001 1151
1002 The Telephony System
1003 1153
1004 The number of telephone lines serviced by this computer.
1005 1155
1006 The number of telephone devices serviced by this computer.
1007 1157
1008 The number of telephone lines serviced by this computer that are currently active.
1009 1159
1010 The number of telephone devices that are currently being monitored.
1011 1161
1012 The rate of outgoing calls made by this computer.
1013 1163
1014 The rate of incoming calls answered by this computer.
1015 1165
1016 The number of applications that are currently using telephony services.
1017 1167
1018 Current outgoing calls being serviced by this computer.
1019 1169
1020 Current incoming calls being serviced by this computer.
1021 1229
1022 The Gateway Service For NetWare performance object consists of counters that measure the Gateway Server service.
1023 1231
1024 The Client Service For NetWare object consists of counters that measure packet transmission rates, logons, and connections.
1025 1233
1026 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.
1027 1235
1028 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.
1029 1237
1030 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.
1031 1239
1032 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.
1033 1241
1034 Packet Burst IO/sec is the sum of Packet Burst Read NCPs/sec and Packet Burst Write NCPs/sec.
1035 1243
1036 Connect NetWare 2.x counts connections to NetWare 2.x servers.
1037 1245
1038 Connect NetWare 3.x counts connections to NetWare 3.x servers.
1039 1247
1040 Connect NetWare 4.x counts connections to NetWare 4.x servers.
1041 1261
1042 Logon Total includes all interactive logons, network logons, service logons, successful logon, and failed logons since the machine is last rebooted.
1043 1301
1044 The Server Work Queues performance object consists of counters that monitor the length of the queues and objects in the queues.
1045 1303
1046 Queue Length is the current length of the server work queue for this CPU.  A sustained queue length greater than four might indicate processor congestion.  This is an instantaneous count, not an average over time.
1047 1305
1048 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.
1049 1307
1050 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.
1051 1309
1052 Every request from a client is represented in the server as a 'work item,' and the server maintains a pool of available work items per CPU to speed processing.  This is the instantaneous number of available work items for this CPU.  A sustained near-zero value indicates the need to increase the MinFreeWorkItems registry value for the Server service.  This value will always be 0 in the Blocking Queue instance.
1053 1311
1054 Every request from a client is represented in the server as a 'work item,' and the server maintains a pool of available work items per CPU to speed processing.  When a CPU runs out of work items, it borrows a free work item from another CPU.  An increasing value of this running counter might indicate the need to increase the 'MaxWorkItems' or 'MinFreeWorkItems' registry values for the Server service.  This value will always be 0 in the Blocking Queue instance.
1055 1313
1056 Every request from a client is represented in the server as a 'work item,' and the server maintains a pool of available work items per CPU to speed processing.  A sustained value greater than zero indicates the need to increase the 'MaxWorkItems' registry value for the Server service.  This value will always be 0 in the Blocking Queue instance.
1057 1315
1058 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.
1059 1317
1060 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.
1061 1319
1062 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.
1063 1321
1064 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.
1065 1323
1066 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.
1067 1325
1068 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.
1069 1327
1070 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.
1071 1329
1072 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.
1073 1331
1074 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.
1075 1333
1076 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.
1077 1335
1078 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. 
1079 1337
1080 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.
1081 1343
1082 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. 
1083 1345
1084 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. clock on the processor.  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. 
1085 1351
1086 % 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. 
1087 1361
1088 Counters that indicate the status of local and system Very Large memory allocations.
1089 1363
1090 VLM % Virtual Size In Use
1091 1365
1092 Current size of the process VLM Virtual memory space in bytes.
1093 1367
1094 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.
1095 1369
1096 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.
1097 1371
1098 The current size of committed VLM memory space for the current process in bytes.
1099 1373
1100 The peak size of the committed VLM memory space in bytes for the current process since the process started.
1101 1375
1102 The current size of all committed VLM memory space in bytes for the system.
1103 1377
1104 The peak size of all committed VLM memory space in bytes since the system was started.
1105 1379
1106 The current size of all committed shared VLM memory space in bytes for the system.
1107 1381
1108 Available KBytes is the amount of physical memory available to processes running on the computer, in Kilobytes, rather than bytes as reported in Memory\\Available Bytes. It is calculated by adding the amount of space on the Zeroed, Free, and Stand by memory lists.  Free memory is ready for use; Zeroed memory are pages of memory filled with zeros to prevent later processes from seeing data used by a previous process; Standby memory is memory removed from a process' working set (its physical memory) on route to disk, but is still available to be recalled.  This counter displays the last observed value only; it is not an average. 
1109 1383
1110 Available MBytes is the amount of physical memory available to processes running on the computer, in Megabytes, rather than bytes as reported in Memory\\Available Bytes. It is calculated by adding the amount of space on the Zeroed, Free, and Stand by memory lists. Free memory is ready for use; Zeroed memory are pages of memory filled with zeros to prevent later processes from seeing data used by a previous process; Standby memory is memory removed from a process' working set (its physical memory) on route to disk, but is still available to be recalled.  This counter displays the last observed value only; it is not an average. 
1111 1401
1112 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.
1113 1403
1114 Avg. Disk Read Queue Length is the average number of read requests that were queued for the selected disk during the sample interval.
1115 1405
1116 Avg. Disk Write Queue Length is the average number of write requests that were queued for the selected disk during the sample interval.
1117 1407
1118 % 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.
1119 1409
1120 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.
1121 1411
1122 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.
1123 1413
1124 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.
1125 1415
1126 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.
1127 1417
1128 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.
1129 1419
1130 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.
1131 1421
1132 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.
1133 1423
1134 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.
1135 1425
1136 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.
1137 1427
1138 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.
1139 1451
1140 Displays performance statistics about a Print Queue.
1141 1453
1142 Total number of jobs printed on a print queue since the last restart.
1143 1455
1144 Number of bytes per second printed on a print queue.
1145 1457
1146 Total number of pages printed through GDI on a print queue since the last restart.
1147 1459
1148 Current number of jobs in a print queue.
1149 1461
1150 Current number of references (open handles) to this printer.
1151 1463
1152 Peak number of references (open handles) to this printer.
1153 1465
1154 Current number of spooling jobs in a print queue.
1155 1467
1156 Maximum number of spooling jobs in a print queue since last restart.
1157 1469
1158 Total number of out of paper errors in a print queue since the last restart.
1159 1471
1160 Total number of printer not ready errors in a print queue since the last restart.
1161 1473
1162 Total number of job errors in a print queue since last restart.
1163 1475
1164 Total number of calls from browse clients to this print server to request network browse lists since last restart.
1165 1477
1166 Total number of calls from other print servers to add shared network printers to this server since last restart.
1167 1479
1168 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.
1169 1481
1170 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.
1171 1483
1172 % Idle Time reports the percentage of time during the sample interval that the disk was idle.
1173 1485
1174 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.
1175 1501
1176 Reports the accounting and processor usage data collected by each active named Job object.
1177 1503
1178 Current % Processor Time shows the percentage of the sample interval that the processes in the Job object spent executing code.
1179 1505
1180 Current % User mode Time shows the percentage of the sample interval that the processes in the Job object spent executing code in user mode.
1181 1507
1182 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.
1183 1509
1184 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.
1185 1511
1186 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.
1187 1513
1188 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.
1189 1515
1190 Pages/Sec shows the page fault rate of all the processes in the Job object.
1191 1517
1192 Process Count - Total shows the number of processes, both active and terminated, that are or have been associated with the Job object.
1193 1519
1194 Process Count - Active shows the number of processes that are currently associated with the Job object.
1195 1521
1196 Process Count - Terminated shows the number of processes that have been terminated because of a limit violation.
1197 1523
1198 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.
1199 1525
1200 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.
1201 1527
1202 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.
1203 1549
1204 % Job object Details shows detailed performance information about the active processes that make up a Job object.
1205 1747
1206 % Idle Time is the percentage of time the processor is idle during the sample interval
1207 1749
1208 % 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.
1209 1751
1210 % 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.
1211 1753
1212 % 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.
1213 1755
1214 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.
1215 1757
1216 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.
1217 1759
1218 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.
1219 1761
1220 Heap performance counters for must used heaps
1221 1763
1222 Memory actively used by this heap (FreeBytes + AllocatedBytes)
1223 1765
1224 Total virtual address space reserved for this heap (includes uncommitted ranges)
1225 1767
1226 ReservedBytes minus last uncommitted range in each segment
1227 1769
1228 Memory on freelists in this heap (does not include uncommitted ranges or blocks in heap cache)
1229 1771
1230 Number of blocks on the list of free blocks >1k in size
1231 1773
1232 1/Average time per allocation (excluding allocs from heap cache)
1233 1775
1234 1/Average time per free (excluding frees to heap cache)
1235 1777
1236 Number of uncommitted ranges in the reserved virtual address
1237 1779
1238 Difference between number of allocations and frees (for leak detection)
1239 1781
1240 Allocations/sec from heap cache
1241 1783
1242 Frees/sec from heap cache
1243 1785
1244 Allocations/sec of size <1k bytes (including heap cache)
1245 1787
1246 Frees/sec of size <1k bytes (including heap cache)
1247 1789
1248 Allocations/sec of size 1-8k bytes
1249 1791
1250 Frees/sec of size 1-8k bytes
1251 1793
1252 Allocations/sec of size over 8k bytes 
1253 1795
1254 Frees/sec of size over 8k bytes
1255 1797
1256 Allocations/sec (including from heap cache)
1257 1799
1258 Frees/sec (including to heap cache)
1259 1801
1260 Total number of blocks in the heap cache 
1261 1803
1262 Largest number of blocks of any one size in the heap cache
1263 1805
1264 (FreeBytes / CommittedBytes) *100
1265 1807
1266 (VirtualBytes / ReservedBytes) * 100
1267 1809
1268 Collisions/sec on the heap lock
1269 1847
1270 End Marker
1271 1849
1272 RSVP service performance counters.
1273 1851
1274 The number of local network interfaces visible to, and used by the RSVP service.
1275 1853
1276 The total number of raw sockets opened for the purpose of RSVP signaling.
1277 1855
1278 The number of timer events scheduled to take place. Shows the activity level of the RSVP service.
1279 1857
1280 The current number of active RSVP sessions on the RSVP service.
1281 1859
1282 The number of QoS enabled applications currently active.
1283 1861
1284 Indicates the number of PATH messages sent for QoS-enabled senders. This number increments each time a PATH is refreshed.
1285 1863
1286 Indicates the number of RESV messages sent for QoS-enabled receivers. This number increments each time a RESV is refreshed.
1287 1865
1288 The number of QoS requests generated by QoS-enabled applications that have been rejected by the RSVP service. Failed QoS requests can be caused by invalid QoS requests.
1289 1867
1290 The number of QoS notifications the RSVP service that could not be sent to the QoS applications. Failed QoS sends can be caused by terminated applications.
1291 1869
1292 The number of QoS notifications delivered to QoS-enabled applications by the QoS RSVP service.
1293 1871
1294 A running total of the number of bytes delivered in QoS Notifications to QoS-enabled applications.
1295 1873
1296 RSVP Interfaces performance counters.
1297 1875
1298 Total RSVP signaling traffic in bytes received by the RSVP service on this interface.
1299 1877
1300 Total RSVP signaling traffic in bytes sent by the RSVP service on this interface.
1301 1879
1302 The total number of PATH messages received on this interface.
1303 1881
1304 The total number of RESV messages received on this interface.
1305 1883
1306 The total number of PATH error messages received on this interface. This number indicates the number of times a PATH has been rejected by a remote host.
1307 1885
1308 The total number of RESV ERR messages received on this interface by the RSVP service rejecting incoming RESV messages.
1309 1887
1310 The total number of PATH TEAR messages received on the interface.
1311 1889
1312 The total number of RESV TEAR messages received on the interface.
1313 1891
1314 The total number of RESV CONFIRM messages received by the interface.
1315 1893
1316 The total number of PATH messages sent by the RSVP service sent on this the interface.
1317 1895
1318 The total number of RESV messages sent by the RSVP service sent on this the interface
1319 1897
1320 The total number of PATH ERR messages sent by the RSVP service rejecting incoming PATH messages.
1321 1899
1322 The total number of RESV error sent on this interface. This number indicates how many reservations have been rejected by the network.
1323 1901
1324 The total number of PATH TEAR messages sent on the interface to tear down an RSVP PATH state in the network.
1325 1903
1326 The total number of RESV TEAR messages sent on the interface to tear down a RESV state in the network.
1327 1905
1328 The total number of RESV CONFIRM messages sent on this interface in response to RESV messages sent from remote hosts.
1329 1907
1330 This counter shows the number of reservations that failed due to the lack of resources.
1331 1909
1332 This is the total number of RSVP requests that are not admitted on this interface due to a conflict with policy settings.
1333 1911
1334 This is the total number of non-admission control errors that have occurred on this interface. For more information about the other traffic control failures, see RFC 2205.
1335 1913
1336 The number of blockaded reservations that failed due to failed reservations that have not been removed from this node. For more information about blockade states, see RFC 2205.
1337 1915
1338 The total number of times the RSVP RESV state block (RSB) timed out. This happens when no RESV messages are received within the designated timeout period. This error message can be caused by a route change.
1339 1917
1340 The total number of times the RSVP PATH state block (PSB) timed out. This happens when no PATH messages are received within the designated timeout period. This error message can be caused by a route change.
1341 1919
1342 The total number of outgoing RSVP messages dropped because they were bigger than the max configured RSVP message size.
1343 1921
1344 The total number of incoming RSVP messages dropped because they were bigger than the max configured RSVP message size.
1345 1923
1346 The total number of outgoing RSVP messages dropped due to insufficient memory.
1347 1925
1348 The total number of incoming RSVP messages dropped due to insufficient memory.
1349 1927
1350 Number of incoming messages dropped due to badly constructed RSVP objects etc.
1351 1929
1352 Number of outgoing messages dropped
1353 1931
1354 The number of reserved flows currently installed and maintained by RSVP on this interface.
1355 1933
1356 Shows the reserved bandwidth for this interface, in bits per second.
1357 1935
1358 The highest amount of allocated bandwidth admitted on the interface during the period in which the service has been running.
1359 1937
1360 Flow statistics from the packet scheduler
1361 1939
1362 Pipe statistics from the packet scheduler
1363 1941
1364 The number of packets dropped by the packet scheduler
1365 1943
1366 The number of packets which got scheduled in some way (rather than just being directly sent to the underlying miniport)
1367 1945
1368 The number of packets from this flow which have been sent
1369 1947
1370 The average number of packets in the shaper over the last sampling period
1371 1949
1372 The maximum number of packets that have ever simultaneously been in the shaper
1373 1951
1374 The average number of packets in the sequencer over the last sampling period
1375 1953
1376 The maximum number of packets that have ever simultaneously been in the sequencer
1377 1955
1378 The number of bytes which got scheduled in some way (rather than just being directly sent to the underlying miniport)
1379 1957
1380 The number of bytes from this flow which have been sent
1381 1959
1382 The number of bytes per second from this flow which have been sent
1383 1961
1384 The number of bytes per second from this flow which have been scheduled
1385 1963
1386 The number of packets per second from this flow which have been sent
1387 1965
1388 The number of packets per second from this flow which have been scheduled
1389 1967
1390 The number of packets dropped by the packet scheduler from this flow per second
1391 1969
1392 The number of packets that have entered the packet scheduler at a rate which exceeded the flow parameters
1393 1971
1394 The rate at which nonconforming packets have entered the packet scheduler
1395 1973
1396 The number of packets that have been sent by the packet scheduler at a rate which exceeded the flow parameters
1397 1975
1398 The rate at which nonconforming packets have been sent by the packet scheduler
1399 1977
1400 The maximum number of packets that have been queued in the netcard by this flow.
1401 1979
1402 The average number of packets that have been queued in the netcard by this flow.
1403 1981
1404 The number of times PSched has been unable to allocate a packet
1405 1983
1406 The number of flows opened on this pipe (some of which may now be closed)
1407 1985
1408 The number of flows that have been closed
1409 1987
1410 The number of flow creations that were rejected
1411 1989
1412 The of times a flow has been modified
1413 1991
1414 The number of times a flow modification has been rejected
1415 1993
1416 The maximum number of flows that have been simultaneously open on this pipe
1417 1995
1418 The number of packets that have entered the packet scheduler at a rate which exceeded that packet's flow parameters
1419 1997
1420 The rate at which nonconforming packets have entered the packet scheduler
1421 1999
1422 The number of packets that have been sent by the packet scheduler at a rate which exceeded that packet's flow parameters
1423 2001
1424 The rate at which nonconforming packets have been sent by the packet scheduler
1425 2003
1426 The average number of packets in the shaper over the last sampling period
1427 2005
1428 The maximum number of packets that have ever simultaneously been in the shaper
1429 2007
1430 The average number of packets in the sequencer over the last sampling period
1431 2009
1432 The maximum number of packets that have ever simultaneously been in the sequencer
1433 2011
1434 The maximum number of packets ever simultaneously in the network card
1435 2013
1436 The average number of packets in the network card over the last sampling period
1437 2015
1438 The RAS Object Type handles individual ports of the RAS device on your system.
1439 2017
1440 The number of bytes transmitted total for this connection.
1441 2019
1442 The number of bytes received total for this connection.
1443 2021
1444 The number of data frames transmitted total for this connection.
1445 2023
1446 The number of data frames received total for this connection.
1447 2025
1448 The compression ratio for bytes being transmitted.
1449 2027
1450 The compression ratio for bytes being received.
1451 2029
1452 The total number of CRC Errors for this connection.  CRC Errors occur when the frame received contains erroneous data.
1453 2031
1454 The total number of Timeout Errors for this connection.  Timeout Errors occur when an expected is not received in time.
1455 2033
1456 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.
1457 2035
1458 The total number of Alignment Errors for this connection.  Alignment Errors occur when a byte received is different from the byte expected.
1459 2037
1460 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.
1461 2039
1462 The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors for this connection.
1463 2041
1464 The number of bytes transmitted per second.
1465 2043
1466 The number of bytes received per second.
1467 2045
1468 The number of frames transmitted per second.
1469 2047
1470 The number of frames received per second.
1471 2049
1472 The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors per second.
1473 2051
1474 The RAS Object Type handles all combined ports of the RAS device on your system.
1475 2053
1476 The total number of Remote Access connections.
1477 2055
1478 Terminal Services per-session resource monitoring.
1479 2057
1480 Number of bytes input on this session after all protocol overhead has been removed.
1481 2059
1482 The number of frames input after any additional protocol added frames have been removed.
1483 2061
1484 The number of times that a wait for an available send buffer was done by the protocols on the client side of the connection.
1485 2063
1486 Number of frames (packets) input on this Session.
1487 2065
1488 Number of bytes input on this session that includes all protocol overhead.
1489 2067
1490 Number of bytes input after compression. This number compared with the Total Bytes input is the compression ratio.
1491 2069
1492 Number of input compression dictionary flushes. When the data can not be compressed, the compression dictionary is flushed so that newer data has a better chance of being compressed. Some causes of data not compressing includes transferring compressed files over Client Drive Mapping.
1493 2071
1494 Number of input errors of all types. Some example input errors are lost ACK's, badly formed packets, etc.
1495 2073
1496 The total number of timeouts on the communication line as seen from the client side of the connection. These are typically the result of a noisy line. On some high latency networks, this could be the result of the protocol timeout being too short. Increasing the protocol timeout on these types of lines will improve performance by reducing needless re-transmissions.
1497 2075
1498 Number of input async framing errors. These can be caused by a noisy transmission line. Using a smaller packet size may help in some cases.
1499 2077
1500 Number of input async overrun errors. These can be caused by the baud rate being faster than the computer can handle, or a non-16550 serial line is used. Overruns can also occur if too many high speed serial lines are active at one time for the processor's power.
1501 2079
1502 Number of input async overflow errors. These can be caused by a lack of buffer space available on the host.
1503 2081
1504 Number of input async parity errors. These can be caused by a noisy transmission line
1505 2083
1506 Number of Terminal Services transport-level errors on input.
1507 2085
1508 Number of bytes output on this session after all protocol overhead has been removed.
1509 2087
1510 The number of frames output before any additional protocol frames have been added.
1511 2089
1512 This is the number of times that a wait for an available send buffer was done by the protocol on the server side of the connection.
1513 2091
1514 Number of frames (packets) output on this session.
1515 2093
1516 Number of bytes output on this Session that includes all protocol overhead.
1517 2095
1518 Number of bytes output after compression. This number compared with the Total Bytes output is the compression ratio.
1519 2097
1520 Number of output compression dictionary flushes. When the data can not be compressed, the compression dictionary is flushed so that newer data has a better chance of being compressed. Some causes of data not compressing includes transfering compressed files over Client Drive Mapping.
1521 2099
1522 Number of output errors of all types. Some example output errors are lost ACK's, badly formed packets, etc.
1523 2101
1524 The total number of timeouts on the communication line from the host side of the connection. These are typically the result of a noisy line. On some high latency networks, this could be the result of the protocol timeout being too short. Increasing the protocol timeout on these types of lines will improve performance by reducing needless re-transmissions.
1525 2103
1526 Number of output async framing errors. This could be caused by a hardware or line problem.
1527 2105
1528 Number of output async overrun errors.
1529 2107
1530 Number of output async overflow errors.
1531 2109
1532 Number of output async parity errors. These can be caused by a hardware or line problem.
1533 2111
1534 Number of Terminal Services transport-level errors on output.
1535 2113
1536 Total number of bytes on this Session after all protocol overhead has been removed.
1537 2115
1538 The total number of frames input and output before any additional protocol frames have been added.
1539 2117
1540 The number of times that a wait for an available send buffer was done by the protocols on both the server and client sides of the connection.
1541 2119
1542 Total number of frames (packets) on this Session.
1543 2121
1544 Total number of bytes on this Session that includes all protocol overhead.
1545 2123
1546 Total number of bytes after compression. This number compared with the total bytes is the compression ratio.
1547 2125
1548 Total number of compression dictionary flushes. When the data can not be compressed, the compression dictionary is flushed so that newer data has a better chance of being compressed. Some causes of data not compressing includes transfering compressed files over Client Drive Mapping.
1549 2127
1550 Total number of errors of all types. Some example errors are lost ACK's, badly formed packets, etc.
1551 2129
1552 The total number of timeouts on the communication line from both the host and client sides of the connection. These are typically the result of a noisy line. On some high latency networks, this could be the result of the protocol timeout being too short. Increasing the protocol timeout on these types of lines will improve performance by reducing needless re-transmissions.
1553 2131
1554 Total number of async framing errors. These can be caused by a noisy transmission line. Using a smaller packet size may help in some cases.
1555 2133
1556 Total number of async overrun errors. These can be caused by the baud rate being faster than the computer can handle, or a non-16550 serial line is used. Overruns can also occur if too many high speed serial lines are active at one time for the processor's power.
1557 2135
1558 Total number of async overflow errors. These can be caused by a lack of buffer space available on the host.
1559 2137
1560 Total number of async parity errors. These can be caused by a noisy transmission line.
1561 2139
1562 Total number of Terminal Services transport-level errors.
1563 2141
1564 Total references to all protocol caches.
1565 2143
1566 Total hits in all protocol caches. The protocol caches Windows objects that are likely to be re-used to avoid having to re-send them on the transmission line. Example objects are Windows icons and brushes. Hits in the cache represent objects that did not need to be re-sent.
1567 2145
1568 Overall hit ratio for all protocol caches.
1569 2147
1570 Number of references to the protocol bitmap cache.
1571 2149
1572 Number of hits in the protocol bitmap cache.
1573 2151
1574 Hit ratio in the protocol bitmap cache. A higher hit ratio means better performance since data transmissions are reduced. Low hit ratios are due to the screen updating with new information that is either not re-used, or is flushed out of the client cache.
1575 2153
1576 Number of references to the protocol glyph cache.
1577 2155
1578 Number of hits in the protocol glyph cache.
1579 2157
1580 Hit ratio in the protocol glyph cache. A higher hit ratio means better performance since data transmissions are reduced. Low hit ratios are due to the screen updating with new information that is either not re-used, or is flushed out of the client cache.
1581 2159
1582 Number of references to the protocol brush cache.
1583 2161
1584 Number of hits in the protocol brush cache.
1585 2163
1586 Hit ratio in the protocol brush cache. A higher hit ratio means better performance since data transmissions are reduced. Low hit ratios are due to the screen updating with new information that is either not re-used, or is flushed out of the client cache.
1587 2165
1588 Number of references to the protocol save screen bitmap cache.
1589 2167
1590 Number of hits in the protocol save screen bitmap cache.
1591 2169
1592 Hit ratio in the protocol save screen bitmap cache. A higher hit ratio means better performance since data transmissions are reduced. Low hit ratios are due to the screen updating with new information that is either not re-used, or is flushed out of the client cache.
1593 2171
1594 Compression ratio of the server input data stream.
1595 2173
1596 Compression ratio of the server output data stream.
1597 2175
1598 Total compression ratio of the server data stream.
1599 2177
1600 Terminal Services summary information.
1601 2179
1602 Total number of Terminal Services sessions.
1603 2181
1604 Number of active Terminal Services sessions.
1605 2183
1606 Number of inactive Terminal Services sessions.
1607 2185
1608 Microsoft Distributed Transaction Coordinator performance counters
1609 2187
1610 Number of currently active transactions
1611 2189
1612 Number of committed transactions
1613 2191
1614 Number of aborted transactions
1615 2193
1616 Number of in doubt transactions
1617 2195
1618 Maximum number of transactions ever concurrently active
1619 2197
1620 Number of transactions committed by the system administrator
1621 2199
1622 Number of transactions aborted by the system administrator
1623 2201
1624 Minimum time delta between transaction begin and commit
1625 2203
1626 Average time delta between transaction begin and commit
1627 2205
1628 Maximum time delta between transaction begin and commit
1629 2207
1630 Transactions performed per second
1631 2209
1632 Transactions committed per second
1633 2211
1634 Transactions aborted per second
1635 2293
1636 Indexing Service
1637 2295
1638 Number of word lists.
1639 2297
1640 Number of saved indexes.
1641 2299
1642 Size of the content index (*.ci files only) in megabytes.
1643 2301
1644 Number of files to be filtered and added to the index.
1645 2303
1646 Number of unique keys (words, etc.) in the index.
1647 2305
1648 Number of active query client connections.
1649 2307
1650 Percent merge complete for the current merge.
1651 2309
1652 Number of documents indexed since the index was mounted.
1653 2311
1654 Total number of documents in the index.
1655 2313
1656 Total number of queries since the index was mounted.
1657 2315
1658 Number of files not available and deferred for indexing.
1659 2317
1660 Indexing Service Filter
1661 2319
1662 Speed of indexing file contents and properties in megabytes per hour.
1663 2321
1664 Average time spent binding to indexing filters.
1665 2323
1666 Speed of indexing contents of files in megabytes per hour.
1667 2325
1668 Http Indexing Service
1669 2327
1670 Number of completed queries in cache.
1671 2329
1672 Percent of queries found in the query cache.
1673 2331
1674 Total cache accesses 1
1675 2333
1676 Percent of queries not found in the query cache.
1677 2335
1678 Total cache accesses 2
1679 2337
1680 Current number of running queries.
1681 2339
1682 Total number of queries run since service start.
1683 2341
1684 Number of queries per minute.
1685 2343
1686 Current number of query requests queued.
1687 2345
1688 Total number of query requests rejected.
1689 2347
1690 Number of WMI High Performance provider returned by WMI Adapter
1691 2349
1692 Shows High Performance Classes
1693 2351
1694 Shows if High Performance Classes are valid
1695 2353
1696 BatteryStatus
1697 2355
1698 ChargeRate
1699 2357
1700 DischargeRate
1701 2359
1702 RemainingCapacity
1703 2361
1705 2363
1706 Voltage
1707 2365
1708 ProcessorPerformance
1709 2367
1710 frequency
1711 2369
1712 percentage
1713 2371
1714 power