LoriotPro Report from MIB file : perfmib.mib
Host Name : LoriotPro
IP address: 127.0.0.1
Built the : Tue Jan 13 10:43:52 2004

MIB Definitions of WINDOWS-NT-PERFORMANCE
Group : memory
Name ms-mem-PageFaultsPerSec
Value #ERROR
Description Page Faults/sec is the overall rate faulted pages are handled by the processor.  It is measured in numbers of pages faulted per second.  A page fault occurs when a process requires code or data that is not in its working set (its space in physical memory).  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 consequence.  However, hard faults can cause significant delays. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
   
Name ms-mem-AvailableBytes
Value #ERROR
Description Available Bytes is the amount of physical memory available to processes running on the computer, in bytes.  It is calculated by summing 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.
   
Name ms-mem-CommittedBytes
Value #ERROR
Description Committed Bytes is the amount of committed virtual memory, in bytes.  (Committed memory is physical memory for which space has been reserved on the disk paging file in case it needs to be written back to disk). This counter displays the last observed value only; it is not an average.
   
Name ms-mem-CommitLimit
Value #ERROR
Description 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 physical memory for which space has been 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.  
   
Name ms-mem-WriteCopiesPerSec
Value #ERROR
Description Write Copies/sec is the number of page faults 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 counts the number of copies, without regard for the number of pages copied 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.
   
Name ms-mem-TransitionFaultsPerSec
Value #ERROR
Description Transition Faults/sec is the number of page faults resolved by recovering pages that were on the modified page list, on the standby list, or 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, without regard for the number of pages faulted 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.
   
Name ms-mem-CacheFaultsPerSec
Value #ERROR
Description Cache Faults/sec is the number of faults which occur when a page sought in the file ms-system cache is not found there and must be retrieved from elsewhere in memory (a soft fault) or from disk (a hard fault). The file ms-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 counts the number of faults, without regard for the number of pages faulted in each operation.
   
Name ms-mem-DemandZeroFaultsPerSec
Value #ERROR
Description Demand Zero Faults/sec is the number of page faults that require a zeroed page to satisfy the fault.  Zeroed pages, pages emptied of previously stored data and filled with zeros, are a security feature of Windows NT.  They prevent processes from seeing data stored by earlier processes that used the memory space.  Windows NT maintains a list of zeroed pages to accelerate this process.  This counter counts numbers of faults, without regard to the numbers 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.
   
Name ms-mem-PagesPerSec
Value #ERROR
Description Pages/sec is the number of pages read from or written to disk to resolve hard page faults.  (Hard page faults occur when a process requires code or data that is not in its working set or elsewhere in physical memory, and must be retrieved from disk). This counter was designed as a primary indicator of the kinds of faults that cause ms-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 ms-system cache (usually requested by applications) non-cached mapped memory files.  This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
   
Name ms-mem-PagesInputPerSec
Value #ERROR
Description Pages Input/sec is the number of pages read from disk to resolve hard page faults.  (Hard page faults occur when a process requires code or data that is not in its working set or elsewhere in physical memory, and must be retrieved from disk). This counter was designed as a primary indicator of the kinds of faults that cause ms-system-wide delays.  It includes pages retrieved to satisfy faults in the file ms-system cache (usually requested by applications) and in non-cached mapped memory files.  This counter counts numbers of pages, and can be compared to other counts of pages, such as Memory: Page Faults/sec, without conversion.  This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
   
Name ms-mem-PageReadsPerSec
Value #ERROR
Description Page Reads/sec is the number of times the disk was read to resolve hard page faults.  (Hard page faults occur when a process requires code or data that is not in its working set or elsewhere in physical memory, and must be retrieved from disk). This counter was designed as a primary indicator of the kinds of faults that cause ms-system-wide delays. It includes reads to satisfy faults in the file ms-system cache (usually requested by applications) and in non-cached mapped memory files.  This counter counts numbers of read operations, without regard to the numbers of pages retrieved by each operation.  This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
   
Name ms-mem-PagesOutputPerSec
Value #ERROR
Description Pages Output/sec is the number of pages 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 NT writes more pages back to disk to free up space when physical memory is in short supply.  This counter counts numbers of pages, and can be compared to other counts of pages, without conversion.  This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
   
Name ms-mem-PoolPagedBytes
Value #ERROR
Description Pool Paged Bytes is the number of bytes in the paged pool, an area of ms-system memory (physical memory used by the operating ms-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.  
   
Name ms-mem-PoolNonpagedBytes
Value #ERROR
Description Pool Nonpaged Bytes is the number of bytes in the nonpaged pool, an area of ms-system memory (physical memory used by the operating ms-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.  
   
Name ms-mem-PageWritesPerSec
Value #ERROR
Description Page Writes/sec is the number of times pages were 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 counts 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.  
   
Name ms-mem-PoolPagedAllocs
Value #ERROR
Description Pool Paged Allocs is the number of calls to allocate space in the paged pool.  The paged pool is an area of ms-system memory (physical memory used by the operating ms-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.
   
Name ms-mem-PoolNonpagedAllocs
Value #ERROR
Description Pool Nonpaged Allocs is the number of calls to allocate space in the nonpaged pool.  The nonpaged pool is an area of ms-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.
   
Name ms-mem-Freems-systemPageTableEntries
Value #ERROR
Description Free ms-system Page Table Entries is the number of page table entries not being used by the ms-system.  This counter displays the last observed value only; it is not an average.
   
Name ms-mem-CacheBytes
Value #ERROR
Description Cache Bytes is the sum of the ms-system Cache Resident Bytes, ms-system Driver Resident Bytes, ms-system Code Resident Bytes, and Pool Paged Resident Bytes counters.  This counter displays the last observed value only; it is not an average.
   
Name ms-mem-CacheBytesPeak
Value #ERROR
Description Cache Bytes Peak is the maximum value of Cache Bytes since the ms-system was last restarted.  This value might be larger than the current size of the cache.  Cache Bytes is the sum of the ms-system Cache Resident Bytes, ms-system Driver Resident Bytes, ms-system Code Resident Bytes, and Pool Paged Resident Bytes counters.  This counter displays the last observed value only; it is not an average.
   
Name ms-mem-PoolPagedResidentBytes
Value #ERROR
Description Pool Paged Resident Bytes is the current size of paged pool in bytes.  The paged pool is an area of ms-system memory (physical memory used by the operating ms-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.
   
Name ms-mem-ms-systemCodeTotalBytes
Value #ERROR
Description ms-system Code Total Bytes is the number of bytes of pageable operating ms-system code currently in virtual memory.  It is a measure of the amount of physical memory being used by the operating ms-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 ms-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.
   
Name ms-mem-ms-systemCodeResidentBytes
Value #ERROR
Description ms-system Code Resident Bytes is the number of bytes of operating ms-system code currently in physical memory that can be written to disk when not in use. This value is a component of ms-system Code Total Bytes, which also includes operating ms-system code on disk.  ms-system Code Resident Bytes (and ms-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.  
   
Name ms-mem-ms-systemDriverTotalBytes
Value #ERROR
Description ms-system Driver Total Bytes is the number of bytes of 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: ms-system Driver Resident Bytes) and code and data paged to disk.  It is a component of Memory: ms-system Code Total Bytes.  This counter displays the last observed value only; it is not an average.  
   
Name ms-mem-ms-systemDriverResidentBytes
Value #ERROR
Description ms-system Driver Resident Bytes is the number of bytes of 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: ms-system Driver Total Bytes, which also includes driver memory that has been written to disk.  Neither ms-system Driver Resident Bytes nor ms-system Driver Total Bytes includes memory that cannot be written to disk.
   
Name ms-mem-ms-systemCacheResidentBytes
Value #ERROR
Description ms-system Cache Resident Bytes is the number of bytes from the file ms-system cache that are resident in physical memory.  This value includes only current physical pages and does not include any virtual memory pages not currently resident.  As such this value may be smaller than the actual amount of virtual memory in use by the file ms-system cache.  This value is a component of Memory: ms-system Code Resident Bytes.  This counter displays the last observed value only; it is not an average.
   
Name ms-mem-PercentCommittedBytesInUse
Value #ERROR
Description \ommitted Bytes In Use is the ratio of Memory: Committed Bytes to Memory: Commit Limit.  (Committed memory is 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.
   
Name ms-mem-AvailableKBytes
Value #ERROR
Description Available KBytes is the amount of physical memory available to processes running on the computer, in Kilobytes (Bytes / 1,024).  It is calculated by summing 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.
   
Name ms-mem-AvailableMBytes
Value #ERROR
Description Available MBytes is the amount of physical memory available to processes running on the computer, in Megabytes (Bytes / 1,048,576).  It is calculated by summing 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.
   
Name ms-proc-processTable
Description A table containing performance information for instances of 'process' objects.
Name ms-proc-processEntry
Description Performance information for one particular instance of 'process' object.
Values Table of : ms-proc-processEntry
   

Object Description
ms-proc-processIndex Index.
ms-proc-processInstance Instance name.
ms-proc-PercentProcessorTime % Processor Time is the percentage of elapsed time that all of the threads of this process used the processor to execute 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.  On Multi-processor machines the maximum value of the counter is 100 % times the number of processors.
ms-proc-PercentUserTime % User Time is the percentage of elapsed time that this process' threads have spent executing code in user mode.  Applications, environment subms-systems and integral subms-systems 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 ms-systems, Windows NT uses process boundaries for subms-system protection in addition to the traditional protection of user and privileged modes.  These subms-system processes provide additional protection.  Therefore, some work done by Windows NT on behalf of your application might appear in other subms-system processes in addition to the privileged time in your process.
ms-proc-PercentPrivilegedTime % Privileged Time is the percentage of elapsed time that the threads of the process have spent executing code in privileged mode.  When a Windows NT ms-system service is called, the service will often run in Privileged Mode to gain access to ms-system-private data.  Such data is protected from access by threads executing in user Mode.  Calls to the ms-system can be explicit or implicit, such as page faults or interrupts.  Unlike some early operating ms-systems, Windows NT uses process boundaries for subms-system protection in addition to the traditional protection of user and privileged modes.  These subms-system processes provide additional protection.  Therefore, some work done by Windows NT on behalf of your application might appear in other subms-system processes in addition to the privileged time in your process.
ms-proc-VirtualBytesPeak Virtual Bytes Peak is the maximum number of 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.  Virtual space is however finite, and by using too much, the process might limit its ability to load libraries.
ms-proc-VirtualBytes 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 by using too much, the process can limit its ability to load libraries.
ms-proc-PageFaultsPerSec Page Faults/sec is the rate Page Faults occur in the threads executing in this process.  A page fault occurs when a thread refers to a virtual memory page that is not in its working set in main memory.  This will 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.
ms-proc-WorkingSetPeak Working Set Peak is the maximum number of bytes in 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.
ms-proc-WorkingSet Working Set is the current number of bytes in 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 they leave main memory.
ms-proc-PageFileBytesPeak 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 lack of space in paging files can prevent other processes from allocating memory.
ms-proc-PageFileBytes Page File Bytes is the current 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 lack of space in paging files can prevent other processes from allocating memory.
ms-proc-PrivateBytes Private Bytes is the current number of bytes this process has allocated that cannot be shared with other processes.
ms-proc-ThreadCount 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.
ms-proc-PriorityBase 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.
ms-proc-ElapsedTime The total elapsed time (in seconds) this process has been running.
ms-proc-IDProcess 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.
ms-proc-CreatingProcessID The Creating Process ID value is the Process ID of the process  that created the process.  Note that the creating process may have terminated since this process was created and so this value may no longer identify a running process.
ms-proc-PoolPagedBytes Pool Paged Bytes is the number of bytes in the paged pool, an area of ms-system memory (physical memory used by the operating ms-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.  
ms-proc-PoolNonpagedBytes Pool Nonpaged Bytes is the number of bytes in the nonpaged pool, an area of ms-system memory (physical memory used by the operating ms-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.  
ms-proc-HandleCount The total number of handles currently open by this process.  This number is the sum of the handles currently open by each thread in this process.
ms-proc-IOReadOperationsPerSec The rate 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/O's.
ms-proc-IOWriteOperationsPerSec The rate 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/O's.
ms-proc-IODataOperationsPerSec The rate 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/O's.
ms-proc-IOOtherOperationsPerSec The rate the process is issuing I/O operations that are neither a read or a write operation.  An example of this type of operation would be a control function.  This counter counts all I/O activity generated by the process to include file, network and device I/O's.
ms-proc-IOReadBytesPerSec The rate 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/O's.
ms-proc-IOWriteBytesPerSec The rate 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/O's.
ms-proc-IODataBytesPerSec The rate 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/O's.
ms-proc-IOOtherBytesPerSec The rate the process is issuing bytes to I/O operations that don't involve data such as control operations.  This counter counts all I/O activity generated by the process to include file, network and device I/O's.
   

Name ms-threadTable
Description A table containing performance information for instances of 'thread' objects.
Name ms-threadEntry
Description Performance information for one particular instance of 'thread' object.
Values Table of : ms-threadEntry
   

Object Description
ms-threadIndex Index.
ms-threadInstance Instance name.
ms-PercentProcessorTime % Processor Time is the percentage of elapsed time that this thread used the processor to execute instructions.  An instruction is the basic unit of execution in a processor, and a thread is the object that executes instructions.  Code executed to handle some hardware interrupts and trap conditions are included in this count.
ms-PercentUserTime % User Time is the percentage of elapsed time that this thread has spent executing code in user mode.  Applications, environment subms-systems, and integral subms-systems 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 ms-systems, Windows NT uses process boundaries for subms-system protection in addition to the traditional protection of user and privileged modes.  These subms-system processes provide additional protection.  Therefore, some work done by Windows NT on behalf of your application might appear in other subms-system processes in addition to the privileged time in your process.
ms-PercentPrivilegedTime Privileged Time is the percentage of elapsed time that this thread has spent executing code in privileged mode.  When a Windows NT ms-system service is called, the service will often run in privileged mode in order to gain access to ms-system-private data.  Such data is protected from access by threads executing in user mode.  Calls to the ms-system can be explicit or implicit such as page faults and interrupts.  Unlike some early operating ms-systems, Windows NT uses process boundaries for subms-system protection in addition to the traditional protection of user and privileged modes.  These subms-system processes provide additional protection.  Therefore, some work done by Windows NT on behalf of your application might appear in other subms-system processes in addition to the privileged time in your process.
ms-ContextSwitchesPerSec 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 ms-systems, Windows NT uses process boundaries for subms-system protection in addition to the traditional protection of user and privileged modes.  These subms-system processes provide additional protection.  Therefore, some work done by Windows NT on behalf of an application  appear in other subms-system processes in addition to the privileged time in the application.  Switching to the subms-system process causes one Context Switch in the application thread.  Switching back causes another Context Switch in the subms-system thread.
ms-ElapsedTime The total elapsed time (in seconds) this thread has been running.
ms-PriorityCurrent The current dynamic priority of this thread.  The ms-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.
ms-PriorityBase The current base priority of this thread.  The ms-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.
ms-StartAddress Starting virtual address for this thread.
ms-ThreadState 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.
ms-ThreadWaitReason 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 subms-systems (see Context Switches).
ms-IDProcess 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.
ms-IDThread 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.
   

Group : ms-system
Name ms-sys-FileReadOperationsPerSec
Value #ERROR
Description File Read Operations/sec is the combined rate of file ms-system read requests to all devices on the computer, including requests to read from the file ms-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.  
   
Name ms-sys-FileWriteOperationsPerSec
Value #ERROR
Description File Write Operations/sec is the combined rate of the file ms-system write requests to all devices on the computer, including requests to write to data in the file ms-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.
   
Name ms-sys-FileControlOperationsPerSec
Value #ERROR
Description File Control Operations/sec is the combined rate of file ms-system operations that are neither reads nor writes, such as file ms-system control requests and requests for information about device characteristics or status.  This is the inverse of ms-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.
   
Name ms-sys-FileReadBytesPerSec
Value #ERROR
Description File Read Bytes/sec is the overall rate at which bytes are read to satisfy  file ms-system read requests to all devices on the computer, including reads from the file ms-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.  
   
Name ms-sys-FileWriteBytesPerSec
Value #ERROR
Description File Write Bytes/sec is the overall rate at which bytes are written to satisfy file ms-system write requests to all devices on the computer, including writes to the file ms-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.  
   
Name ms-sys-FileControlBytesPerSec
Value #ERROR
Description File Control Bytes/sec is the overall rate at which bytes are transferred for all file ms-system operations that are neither reads nor writes, including file ms-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.
   
Name ms-sys-ContextSwitchesPerSec
Value #ERROR
Description 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 subms-system 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 ms-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.
   
Name ms-sys-ms-systemCallsPerSec
Value #ERROR
Description ms-systems Calls/sec is the combined rate of calls to Windows NT ms-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.
   
Name ms-sys-FileDataOperationsPerSec
Value #ERROR
Description 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 ms-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.
   
Name ms-sys-ms-systemUpTime
Value #ERROR
Description ms-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.
   
Name ms-sys-ProcessorQueueLength
Value #ERROR
Description Processor Queue Length is the number of threads in the processor queue.  There is a single queue for processor time even on computers with multiple processors.  Unlike the disk counters, this counter counts ready threads only, not threads that are running.  A sustained processor queue of  greater than two threads generally indicates processor congestion.  This counter displays the last observed value only; it is not an average.
   
Name ms-sys-Processes
Value #ERROR
Description Processes is the number of processes in the computer at the time of data collection.  Notice that this is an instantaneous count, not an average over the time interval.  Each process represents the running of a program.
   
Name ms-sys-Threads
Value #ERROR
Description Threads is the number of threads in the computer at the time of data collection.  Notice that 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.
   
Name ms-sys-AlignmentFixupsPerSec
Value #ERROR
Description Alignment Fixups/sec is the rate of alignment faults fixed by the ms-system.  This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
   
Name ms-sys-ExceptionDispatchesPerSec
Value #ERROR
Description Exception Dispatches/sec is the rate of exceptions dispatched by the ms-system. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
   
Name ms-sys-FloatingEmulationsPerSec
Value #ERROR
Description Floating Emulations/sec is the rate of floating emulations performed by the ms-system.  This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
   
Name ms-sys-PercentRegistryQuotaInUse
Value #ERROR
Description Registry Quota In Use is the percentage of the Total Registry Quota Allowed that is currently being used by the ms-system.  This counter displays the current percentage value only; it is not an average.
   
Group : ms-server
Name ms-serv-BytesTotalPerSec
Value #ERROR
Description 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.
   
Name ms-serv-BytesReceivedPerSec
Value #ERROR
Description The number of bytes the server has received from the network.  Indicates how busy the server is.
   
Name ms-serv-BytesTransmittedPerSec
Value #ERROR
Description The number of bytes the server has sent on the network.  Indicates how busy the server is.
   
Name ms-serv-SessionsTimedOut
Value #ERROR
Description 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.
   
Name ms-serv-SessionsErroredOut
Value #ERROR
Description 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.
   
Name ms-serv-SessionsLoggedOff
Value #ERROR
Description The number of sessions that have terminated normally.  Useful in interpreting the Sessions Times Out and Sessions Errored Out statistics--allows percentage calculations.
   
Name ms-serv-SessionsForcedOff
Value #ERROR
Description The number of sessions that have been forced to logoff.  Can indicate how many sessions were forced to logoff due to logon time constraints.
   
Name ms-serv-ErrorsLogon
Value #ERROR
Description 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.
   
Name ms-serv-ErrorsAccessPermissions
Value #ERROR
Description 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.
   
Name ms-serv-ErrorsGrantedAccess
Value #ERROR
Description The number of times accesses to files opened successfully were denied.  Can indicate attempts to access files without proper access authorization.
   
Name ms-serv-Errorsms-system
Value #ERROR
Description The number of times an internal Server Error was detected.  Unexpected errors usually indicate a problem with the Server.
   
Name ms-serv-BlockingRequestsRejected
Value #ERROR
Description 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.
   
Name ms-serv-WorkItemShortages
Value #ERROR
Description 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.
   
Name ms-serv-FilesOpenedTotal
Value #ERROR
Description 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.
   
Name ms-serv-FilesOpen
Value #ERROR
Description The number of files currently opened in the server.  Indicates current server activity.
   
Name ms-serv-ServerSessions
Value #ERROR
Description The number of sessions currently active in the server.  Indicates current server activity.
   
Name ms-serv-FileDirectorySearches
Value #ERROR
Description The number of searches for files currently active in the server.  Indicates current server activity.
   
Name ms-serv-PoolNonpagedBytes
Value #ERROR
Description 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.
   
Name ms-serv-PoolNonpagedFailures
Value #ERROR
Description The number of times allocations from nonpaged pool have failed.  Indicates that the computer's physical memory is too small.
   
Name ms-serv-PoolNonpagedPeak
Value #ERROR
Description 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.
   
Name ms-serv-PoolPagedBytes
Value #ERROR
Description The number of bytes of pageable computer memory the server is currently using.  Can help in determining good values for the MaxPagedMemoryUsage parameter.
   
Name ms-serv-PoolPagedFailures
Value #ERROR
Description The number of times allocations from paged pool have failed.  Indicates that the computer's physical memory or paging file are too small.
   
Name ms-serv-PoolPagedPeak
Value #ERROR
Description 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.
   
Name ms-serv-ContextBlocksQueuedPerSec
Value #ERROR
Description 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.
   
Name ms-serv-LogonPerSec
Value #ERROR
Description Logon/sec is the rate of all server logons.
   
Name ms-serv-LogonTotal
Value #ERROR
Description Logon Total includes all interactive logons, network logons, service logons, successful logon, and failed logons since the machine is last rebooted.
   
Name ms-procsr-processorTable
Description A table containing performance information for instances of 'processor' objects.
Name ms-procsr-processorEntry
Description Performance information for one particular instance of 'processor' object.
Values Table of : ms-procsr-processorEntry
   

Object Description
ms-procsr-processorIndex Index.
ms-procsr-processorInstance Instance name.
ms-procsr-PercentProcessorTime % Processor Time is the percentage of time that the processor is executing a non-Idle thread.  This counter was designed as a primary indicator of processor activity.  It is calculated by measuring the time that the processor spends executing the thread of the Idle process in each sample interval, and subtracting that value from 100%.  (Each processor has an Idle thread which consumes cycles when no other threads are ready to run). It can be viewed as the percentage of the sample interval spent doing useful work.  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%.
ms-procsr-PercentUserTime % User Time is the percentage of non-idle processor time spent in user mode.  (User mode is a restricted processing mode designed for applications, environment subms-systems, and integral subms-systems.  The alternative, privileged mode, is designed for operating ms-system components and allows direct access to hardware and all memory.  The operating ms-system switches application threads to privileged mode to access operating ms-system services). This counter displays the average busy time as a percentage of the sample time.
ms-procsr-PercentPrivilegedTime % Privileged Time is the percentage of non-idle processor time spent in privileged mode.  (Privileged mode is a processing mode designed for operating ms-system components and hardware-manipulating drivers.  It allows direct access to hardware and all memory.  The alternative, user mode, is a restricted processing mode designed for applications, environment subms-systems, and integral subms-systems.  The operating ms-system switches application threads to privileged mode to access operating ms-system services). % Privileged Time includes time servicing interrupts and DPCs.  A high rate of privileged time might be attributable to a large number of interrupts generated by a failing device.  This counter displays the average busy time as a percentage of the sample time.
ms-procsr-InterruptsPerSec Interrupts/sec is the average number of hardware interrupts the processor is receiving and servicing in each second. 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 ms-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 ms-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.
ms-procsr-PercentDPCTime % 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.
ms-procsr-PercentInterruptTime % Interrupt Time is the percentage of time the processor spent receiving and servicing hardware interrupts during the sample interval.  This value is an indirect indicator of the activity of devices that generate interrupts, such as the ms-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 ms-system clocks interrupt the processor every 10 milliseconds, creating a background of interrupt activity.  This counter displays the average busy time as a percentage of the sample time.
ms-procsr-DPCsQueuedPerSec DPCs Queued/sec is the overall rate at which deferred procedure calls (DPCs) are 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 at which 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.
ms-procsr-DPCRate DPC Rate is the rate at which deferred procedure calls (DPCs) are added to the processor's DPC queue between the timer ticks of the processor clock.  (DPCs are interrupts that run at a lower priority than standard interrupts.  Each processor has its own DPC queue). This counter measures the rate at which DPCs are added to the queue, not the number of DPCs in the queue.  This counter displays the last observed value only; it is not an average.
ms-procsr-DPCBypassesPerSec DPC Bypasses/sec is the rate at which deferred procedure calls (DPCs) on all processors were avoided.  (DPCs are interrupts that run at a lower priority than standard interrupts). This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
ms-procsr-APCBypassesPerSec APC Bypasses/sec is the rate at which Kernel APC interrupts were avoided.  APC Bypasses/sec is the rate at which kernel APC interrupts were short-circuited.  This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
   

Name ms-paging-paging-FileTable
Description A table containing performance information for instances of 'paging-File' objects.
Name ms-paging-paging-FileEntry
Description Performance information for one particular instance of 'paging-File' object.
Values Table of : ms-paging-paging-FileEntry
   

Object Description
ms-paging-paging-FileIndex Index.
ms-paging-paging-FileInstance Instance name.
ms-paging-PercentUsage The amount of the Page File instance in use in percent.  See also Process: Page File Bytes.
ms-paging-PercentUsagePeak The peak usage of the Page File instance in percent.  See also Process: Page File Bytes Peak.
   

Name ms-pdisk-physicalDiskTable
Description A table containing performance information for instances of 'physicalDisk' objects.
Name ms-pdisk-physicalDiskEntry
Description Performance information for one particular instance of 'physicalDisk' object.
Values Table of : ms-pdisk-physicalDiskEntry
   

Object Description
ms-pdisk-physicalDiskIndex Index.
ms-pdisk-physicalDiskInstance Instance name.
ms-pdisk-CurrentDiskQueueLength Current Disk Queue Length is the number of requests outstanding on the disk at the time the performance data is collected.  It includes requests in service at the time of the snapshot.  This is an instantaneous length, not an average over the time interval.  Multi-spindle disk devices can have multiple requests 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 are experiencing delays proportional to the length of this queue minus the number of spindles on the disks.  This difference should average less than 2 for good performance.
ms-pdisk-PercentDiskTime % Disk Time is the percentage of elapsed time that the selected disk drive is busy servicing read or write requests.
ms-pdisk-AvgDiskQueueLength 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.
ms-pdisk-PercentDiskReadTime % Disk Read Time is the percentage of elapsed time that the selected disk drive is busy servicing read requests.
ms-pdisk-AvgDiskReadQueueLength Avg. Disk Read Queue Length is the average number of read requests that were queued for the selected disk during the sample interval.
ms-pdisk-PercentDiskWriteTime % Disk Write Time is the percentage of elapsed time that the selected disk drive is busy servicing write requests.
ms-pdisk-AvgDiskWriteQueueLength Avg. Disk Write Queue Length is the average number of write requests that were queued for the selected disk during the sample interval.
ms-pdisk-AvgDiskSecPerTransfer Avg. Disk sec/Transfer is the time in seconds of the average disk transfer.
ms-pdisk-AvgDiskSecPerRead Avg. Disk sec/Read is the average time in seconds of a read of data from the disk.
ms-pdisk-AvgDiskSecPerWrite Avg. Disk sec/Write is the average time in seconds of a write of data to the disk.
ms-pdisk-DiskTransfersPerSec Disk Transfers/sec is the rate of read and write operations on the disk.
ms-pdisk-DiskReadsPerSec Disk Reads/sec is the rate of read operations on the disk.
ms-pdisk-DiskWritesPerSec Disk Writes/sec is the rate of write operations on the disk.
ms-pdisk-DiskBytesPerSec Disk Bytes/sec is the rate bytes are transferred to or from the disk during write or read operations.
ms-pdisk-DiskReadBytesPerSec Disk Read Bytes/sec is the rate bytes are transferred from the disk during read operations.
ms-pdisk-DiskWriteBytesPerSec Disk Write Bytes is rate bytes are transferred to the disk during write operations.
ms-pdisk-PercentIdleTime % Idle Time reports the percentage of time during the sample interval that the disk was idle.
ms-pdisk-SplitIOPerSec Split IO/Sec reports the rate that I/Os to the disk were split into multiple I/Os.  A split I/O may result from requesting data in a size that is too large to fit into a single I/O or that the disk is fragmented.
   

Name ms-ldisklogicalDiskTable
Description A table containing performance information for instances of 'logicalDisk' objects.
Name ms-ldisklogicalDiskEntry
Description Performance information for one particular instance of 'logicalDisk' object.
Values Table of : ms-ldisklogicalDiskEntry
   

Object Description
ms-ldisklogicalDiskIndex Index.
ms-ldisklogicalDiskInstance Instance name.
ms-ldiskPercentFreeSpace % Free Space is the percentage of total usable space on the selected logical disk drive that was free.
ms-ldiskFreeMegabytes Free Megabytes displays the unallocated space, in megabytes, on the disk drive in megabytes. One megabyte is equal to 1,048,576 bytes.
ms-ldiskCurrentDiskQueueLength 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.
ms-ldiskPercentDiskTime % Disk Time is the percentage of elapsed time that the selected disk drive was busy servicing read or write requests.
ms-ldiskAvgDiskQueueLength 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.
ms-ldiskPercentDiskReadTime % Disk Read Time is the percentage of elapsed time that the selected disk drive was busy servicing read requests.
ms-ldiskAvgDiskReadQueueLength Avg. Disk Read Queue Length is the average number of read requests that were queued for the selected disk during the sample interval.
ms-ldiskPercentDiskWriteTime % Disk Write Time is the percentage of elapsed time that the selected disk drive was busy servicing write requests.
ms-ldiskAvgDiskWriteQueueLength Avg. Disk Write Queue Length is the average number of write requests that were queued for the selected disk during the sample interval.
ms-ldiskAvgDiskSecPerTransfer Avg. Disk sec/Transfer is the time, in seconds, of the average disk transfer.
ms-ldiskAvgDiskSecPerRead Avg. Disk sec/Read is the average time, in seconds, of a read of data from the disk.
ms-ldiskAvgDiskSecPerWrite Avg. Disk sec/Write is the average time, in seconds, of a write of data to the disk.
ms-ldiskDiskTransfersPerSec Disk Transfers/sec is the rate of read and write operations on the disk.
ms-ldiskDiskReadsPerSec Disk Reads/sec is the rate of read operations on the disk.
ms-ldiskDiskWritesPerSec Disk Writes/sec is the rate of write operations on the disk.
ms-ldiskDiskBytesPerSec Disk Bytes/sec is the rate bytes are transferred to or from the disk during write or read operations.
ms-ldiskDiskReadBytesPerSec Disk Read Bytes/sec is the rate at which bytes are transferred from the disk during read operations.
ms-ldiskDiskWriteBytesPerSec Disk Write Bytes/sec is rate at which bytes are transferred to the disk during write operations.
ms-ldiskPercentIdleTime % Idle Time reports the percentage of time during the sample interval that the disk was idle.
ms-ldiskSplitIOPerSec 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.
   

Group : cache
Name ms-cach-DataMapsPerSec
Value #ERROR
Description Data Maps/sec is the frequency that a file ms-system such as NTFS, maps a page of a file into the file ms-system cache to read the page.
   
Name ms-cach-SyncDataMapsPerSec
Value #ERROR
Description Sync Data Maps/sec counts the frequency that a file ms-system, such as NTFS, maps a page of a file into the file ms-system cache to read the page, and wishes to wait for the page to be retrieved if it is not in main memory.
   
Name ms-cach-AsyncDataMapsPerSec
Value #ERROR
Description Async Data Maps/sec is the frequency that an application using a file ms-system, such as NTFS, to map a page of a file into the file ms-system cache to read the page, and does not wait for the page to be retrieved if it is not in main memory.
   
Name ms-cach-DataMapHitsPercent
Value #ERROR
Description Data Map Hits is the percentage of data maps in the file ms-system cache that could be resolved without having to retrieve a page from the disk, because the page was already in physical memory.
   
Name ms-cach-DataMapPinsPerSec
Value #ERROR
Description Data Map Pins/sec is the frequency of data maps in the file ms-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 ms-system cache will not be altered.
   
Name ms-cach-PinReadsPerSec
Value #ERROR
Description Pin Reads/sec is the frequency of reading data into the file ms-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 ms-system cache will not be altered.
   
Name ms-cach-SyncPinReadsPerSec
Value #ERROR
Description Sync Pin Reads/sec is the frequency of reading data into the file ms-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 ms-system will not regain control until the page is pinned in the file ms-system cache, in particular if the disk must be accessed to retrieve the page.  While pinned, a page's physical address in the file ms-system cache will not be altered.
   
Name ms-cach-AsyncPinReadsPerSec
Value #ERROR
Description Async Pin Reads/sec is the frequency of reading data into the file ms-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 ms-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.
   
Name ms-cach-PinReadHitsPercent
Value #ERROR
Description Pin Read Hits is the percentage of pin read requests that hit the file ms-system cache, i.e., did not require a disk read in order to provide access to the page in the file ms-system cache.  While pinned, a page's physical address in the file ms-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 ms-systems as well.
   
Name ms-cach-CopyReadsPerSec
Value #ERROR
Description Copy Reads/sec is the frequency of reads from pages of the file ms-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 ms-system cache, as does the LAN Server for small transfers.  This is a method used by the disk file ms-systems as well.
   
Name ms-cach-SyncCopyReadsPerSec
Value #ERROR
Description Sync Copy Reads/sec is the frequency of reads from pages of the file ms-system cache that involve a memory copy of the data from the cache to the application's buffer.  The file ms-system will not regain control until the copy operation is complete, even if the disk must be accessed to retrieve the page.
   
Name ms-cach-AsyncCopyReadsPerSec
Value #ERROR
Description Async Copy Reads/sec is the frequency of reads from pages of the file ms-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.
   
Name ms-cach-CopyReadHitsPercent
Value #ERROR
Description 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 ms-systems as well.
   
Name ms-cach-MDLReadsPerSec
Value #ERROR
Description MDL Reads/sec is the frequency of reads from the file ms-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.
   
Name ms-cach-SyncMDLReadsPerSec
Value #ERROR
Description Sync MDL Reads/sec is the frequency of reads from the file ms-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.
   
Name ms-cach-AsyncMDLReadsPerSec
Value #ERROR
Description Async MDL Reads/sec is the frequency of reads from the file ms-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.
   
Name ms-cach-MDLReadHitsPercent
Value #ERROR
Description MDL Read Hits is the percentage of Memory Descriptor List (MDL) Read requests to the file ms-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.
   
Name ms-cach-ReadAheadsPerSec
Value #ERROR
Description Read Aheads/sec is the frequency of reads from the file ms-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.
   
Name ms-cach-FastReadsPerSec
Value #ERROR
Description Fast Reads/sec is the frequency of reads from the file ms-system cache that bypass the installed file ms-system and retrieve the data directly from the cache.  Normally, file I/O requests invoke the appropriate file ms-system to retrieve data from a file, but this path permits direct retrieval of data from the cache without file ms-system involvement if the data is in the cache.  Even if the data is not in the cache, one invocation of the file ms-system is avoided.
   
Name ms-cach-SyncFastReadsPerSec
Value #ERROR
Description Sync Fast Reads/sec is the frequency of reads from the file ms-system cache that bypass the installed file ms-system and retrieve the data directly from the cache.  Normally, file I/O requests invoke the appropriate file ms-system to retrieve data from a file, but this path permits direct retrieval of data from the cache without file ms-system involvement if the data is in the cache.  Even if the data is not in the cache, one invocation of the file ms-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.
   
Name ms-cach-AsyncFastReadsPerSec
Value #ERROR
Description Async Fast Reads/sec is the frequency of reads from the file ms-system cache that bypass the installed file ms-system and retrieve the data directly from the cache.  Normally, file I/O requests will invoke the appropriate file ms-system to retrieve data from a file, but this path permits data to be retrieved from the cache directly (without file ms-system involvement) if the data is in the cache.  Even if the data is not in the cache, one invocation of the file ms-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.
   
Name ms-cach-FastReadResourceMissesPerSec
Value #ERROR
Description Fast Read Resource Misses/sec is the frequency of cache misses necessitated by the lack of available resources to satisfy the request.
   
Name ms-cach-FastReadNotPossiblesPerSec
Value #ERROR
Description Fast Read Not Possibles/sec is the frequency of attempts by an Application Program Interface (API) function call to bypass the file ms-system to get to data in the file ms-system cache that could not be honored without invoking the file ms-system.
   
Name ms-cach-LazyWriteFlushesPerSec
Value #ERROR
Description 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.
   
Name ms-cach-LazyWritePagesPerSec
Value #ERROR
Description 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.
   
Name ms-cach-DataFlushesPerSec
Value #ERROR
Description Data Flushes/sec is the rate at which the file ms-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.
   
Name ms-cach-DataFlushPagesPerSec
Value #ERROR
Description Data Flush Pages/sec is the number of pages the file ms-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.
   
Group : ms-icmp
Name ms-icmp-MessagesPerSec
Value #ERROR
Description Messages/sec is the total rate at which ICMP messages are sent and received by the entity.  The rate includes those messages received or sent in error.
   
Name ms-icmp-MessagesReceivedPerSec
Value #ERROR
Description Messages Received/sec is the rate at which ICMP messages are received by the entity.  The rate includes those messages received in error.
   
Name ms-icmp-MessagesReceivedErrors
Value #ERROR
Description Messages Received Errors is the number of ICMP messages that the entity received but determined as having errors (bad ICMP checksums, bad length, etc)..
   
Name ms-icmp-ReceivedDestUnreachable
Value #ERROR
Description Received Destination Unreachable is the number of ICMP Destination Unreachable messages received.
   
Name ms-icmp-ReceivedTimeExceeded
Value #ERROR
Description Received Time Exceeded is the number of ICMP Time Exceeded messages received.
   
Name ms-icmp-ReceivedParameterProblem
Value #ERROR
Description Received Parameter Problem is the number of ICMP Parameter Problem messages received.
   
Name ms-icmp-ReceivedSourceQuench
Value #ERROR
Description Received Source Quench is the number of ICMP Source Quench messages received.
   
Name ms-icmp-ReceivedRedirectPerSec
Value #ERROR
Description Received Redirect/sec is the rate of ICMP Redirect messages received.
   
Name ms-icmp-ReceivedEchoPerSec
Value #ERROR
Description Received Echo/sec is the rate of ICMP Echo messages received.
   
Name ms-icmp-ReceivedEchoReplyPerSec
Value #ERROR
Description Received Echo Reply/sec is the rate of ICMP Echo Reply messages received.
   
Name ms-icmp-ReceivedTimestampPerSec
Value #ERROR
Description Received Timestamp/sec is the rate of ICMP Timestamp (request) messages received.
   
Name ms-icmp-ReceivedTimestampReplyPerSec
Value #ERROR
Description Received Timestamp Reply/sec is the rate of ICMP Timestamp Reply messages received.
   
Name ms-icmp-ReceivedAddressMask
Value #ERROR
Description Received Address Mask is the number of ICMP Address Mask Request messages received.
   
Name ms-icmp-ReceivedAddressMaskReply
Value #ERROR
Description Received Address Mask Reply is the number of ICMP Address Mask Reply messages received.
   
Name ms-icmp-MessagesSentPerSec
Value #ERROR
Description Messages Sent/sec is the rate at which ICMP messages are attempted to be sent by the entity.  The rate includes those messages sent in error.
   
Name ms-icmp-MessagesOutboundErrors
Value #ERROR
Description Messages Outbound Errors is the number of ICMP messages that this entity did not send due to problems discovered 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.
   
Name ms-icmp-SentDestinationUnreachable
Value #ERROR
Description Sent Destination Unreachable is the number of ICMP Destination Unreachable messages sent.
   
Name ms-icmp-SentTimeExceeded
Value #ERROR
Description Sent Time Exceeded is the number of ICMP Time Exceeded messages sent.
   
Name ms-icmp-SentParameterProblem
Value #ERROR
Description Sent Parameter Problem is the number of ICMP Parameter Problem messages sent.
   
Name ms-icmp-SentSourceQuench
Value #ERROR
Description Sent Source Quench is the number of ICMP Source Quench messages sent.
   
Name ms-icmp-SentRedirectPerSec
Value #ERROR
Description Sent Redirect/sec is the rate of ICMP Redirect messages sent.
   
Name ms-icmp-SentEchoPerSec
Value #ERROR
Description Sent Echo/sec is the rate of ICMP Echo messages sent.
   
Name ms-icmp-SentEchoReplyPerSec
Value #ERROR
Description Sent Echo Reply/sec is the rate of ICMP Echo Reply messages sent.
   
Name ms-icmp-SentTimestampPerSec
Value #ERROR
Description Sent Timestamp/sec is the rate of ICMP Timestamp (request) messages sent.
   
Name ms-icmp-SentTimestampReplyPerSec
Value #ERROR
Description Sent Timestamp Reply/sec is the rate of ICMP Timestamp Reply messages sent.
   
Name ms-icmp-SentAddressMask
Value #ERROR
Description Sent Address Mask is the number of ICMP Address Mask Request messages sent.
   
Name ms-icmp-SentAddressMaskReply
Value #ERROR
Description Sent Address Mask Reply is the number of ICMP Address Mask Reply messages sent.
   
Group : ms-ip
Name ms-ip-DatagramsPerSec
Value #ERROR
Description Datagrams/sec is the rate at which IP datagrams are received from or sent to the interfaces, including those in error.  Any forwarded datagrams are not included in this rate.
   
Name ms-ip-DatagramsReceivedPerSec
Value #ERROR
Description Datagrams Received/sec is the rate at which IP datagrams are received from the interfaces, including those in error.
   
Name ms-ip-DatagramsReceivedHeaderErrors
Value #ERROR
Description Datagrams Received Header Errors is the number of input datagrams discarded due to errors in their IP headers, including bad checksums, version number mismatch, other format errors, time-to-live exceeded, errors discovered in processing their IP options, etc.
   
Name ms-ip-DatagramsReceivedAddressErrors
Value #ERROR
Description Datagrams Received Address Errors is the number of input datagrams discarded because the IPaddress in their IP header's destination field was not a valid address to be received at this entity.  This count includes invalid addresses (e.g., 0.0.  0.0) and addresses of unsupported Classes (e.g., Class E).  For entities that are not IP Gateways and therefore do not forward datagrams, this counter includes datagrams discarded because the destination address was not a local address.
   
Name ms-ip-DatagramsForwardedPerSec
Value #ERROR
Description Datagrams Forwarded/sec is the rate of input datagrams for which this entity was not their final IP destination, as a result of which an attempt was made to find a route to forward them to that final destination.  In entities that do not act as IP Gateways, this rate will include only those packets that were Source-Routed via this entity, and the Source-Route option processing was successful.
   
Name ms-ip-DatagramsReceivedUnknownProtocol
Value #ERROR
Description Datagrams Received Unknown Protocol is the number of locally-addressed datagrams received successfully but discarded because of an unknown or unsupported protocol.
   
Name ms-ip-DatagramsReceivedDiscarded
Value #ERROR
Description Datagrams Received Discarded is the number of input IP datagrams for which no problems were encountered to prevent their continued processing, but which were discarded (e.g., for lack of buffer space).  This counter does not include any datagrams discarded while awaiting re-assembly.
   
Name ms-ip-DatagramsReceivedDeliveredPerSec
Value #ERROR
Description Datagrams Received Delivered/sec is the rate at which input datagrams are successfully delivered to IP user-protocols (including ICMP).
   
Name ms-ip-DatagramsSentPerSec
Value #ERROR
Description Datagrams Sent/sec is the rate at which IP datagrams are supplied to IP for transmission by local IP user-protocols (including ICMP).  That this counter does not include any datagrams counted in Datagrams Forwarded.
   
Name ms-ip-DatagramsOutboundDiscarded
Value #ERROR
Description Datagrams Outbound Discarded is the number of output IP datagrams for which no problems were encountered to prevent their transmission to their destination, but which were discarded (e.g., for lack of buffer space).  This counter would include datagrams counted in Datagrams Forwarded if any such packets met this (discretionary) discard criterion.
   
Name ms-ip-DatagramsOutboundNoRoute
Value #ERROR
Description Datagrams Outbound No Route is the number of IP datagrams  discarded because no route could be found to transmit them to their destination.  This counter includes any packets counted in Datagrams Forwarded that meet this `no route' criterion.
   
Name ms-ip-FragmentsReceivedPerSec
Value #ERROR
Description Fragments Received/sec is the rate at which IP fragments that need to be re-assembled at this entity are received.
   
Name ms-ip-FragmentsRe-assembledPerSec
Value #ERROR
Description Fragments Re-assembled/sec is the rate at which IP fragments are successfully re-assembled.
   
Name ms-ip-FragmentRe-assemblyFailures
Value #ERROR
Description Fragment Re-assembly Failures is the number of failures detected by the IP re-assembly algorithm (for whatever reason: timed out, errors, etc).  This is not necessarily a count of discarded IP fragments since some algorithms (notably RFC 815) can lose track of the number of fragments by combining them as they are received.
   
Name ms-ip-FragmentedDatagramsPerSec
Value #ERROR
Description Fragmented Datagrams/sec is the rate at which datagrams are successfully fragmented at this entity.
   
Name ms-ip-FragmentationFailures
Value #ERROR
Description Fragmentation Failures is the number of IP datagrams that have been discarded because they needed to be fragmented at this entity but could not be, e.g., because their `Don't Fragment' flag was set.
   
Name ms-ip-FragmentsCreatedPerSec
Value #ERROR
Description Fragments Created/sec is the rate at which IP datagram fragments have been generated as a result of fragmentation at this entity.
   
Group : ms-tcp
Name ms-tcp-SegmentsPerSec
Value #ERROR
Description Segments/sec is the rate at which TCP segments are sent or received using the TCP protocol.
   
Name ms-tcp-ConnectionsEstablished
Value #ERROR
Description Connections Established is the number of TCP connections for which the current state is either ESTABLISHED or CLOSE-WAIT.
   
Name ms-tcp-ConnectionsActive
Value #ERROR
Description Connections Active is the number of times TCP connections have made a direct transition to the SYN-SENT state from the CLOSED state.
   
Name ms-tcp-ConnectionsPassive
Value #ERROR
Description Connections Passive is the number of times TCP connections have made a direct transition to the SYN-RCVD state from the LISTEN state.
   
Name ms-tcp-ConnectionFailures
Value #ERROR
Description 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.
   
Name ms-tcp-ConnectionsReset
Value #ERROR
Description 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.
   
Name ms-tcp-SegmentsReceivedPerSec
Value #ERROR
Description 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.
   
Name ms-tcp-SegmentsSentPerSec
Value #ERROR
Description Segments Sent/sec is the rate at which segments are sent, including those on current connections, but excluding those containing only retransmitted bytes.
   
Name ms-tcp-SegmentsRetransmittedPerSec
Value #ERROR
Description Segments Retransmitted/sec is the rate at which segments are retransmitted, that is, segments transmitted containing one or more previously transmitted bytes.
   
Group : ms-udp
Name ms-udp-DatagramsPerSec
Value #ERROR
Description Datagrams/sec is the rate at which UDP datagrams are sent or received by the entity.
   
Name ms-udp-DatagramsReceivedPerSec
Value #ERROR
Description Datagrams Received/sec is the rate at which UDP datagrams are delivered to UDP users.
   
Name ms-udp-DatagramsNoPortPerSec
Value #ERROR
Description Datagrams No Port/sec is the rate of received UDP datagrams for which there was no application at the destination port.
   
Name ms-udp-DatagramsReceivedErrors
Value #ERROR
Description 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.
   
Name ms-udp-DatagramsSentPerSec
Value #ERROR
Description Datagrams Sent/sec is the rate at which UDP datagrams are sent from the entity.
   
Group : browser
Name ms-brow-AnnouncementsServerPerSec
Value #ERROR
Description Announcements Server/sec is the rate at which the servers in this domain have announced themselves to this server.
   
Name ms-brow-AnnouncementsDomainPerSec
Value #ERROR
Description Announcements Domain/sec is the rate at which a Domain has announced itself to the network.
   
Name ms-brow-AnnouncementsTotalPerSec
Value #ERROR
Description Announcements Total/sec is the sum of Announcements Server/sec and Announcements Domain/sec.
   
Name ms-brow-ElectionPacketsPerSec
Value #ERROR
Description Election Packets/sec is the rate of Browser election packets that have been received by this workstation.
   
Name ms-brow-MailslotWritesPerSec
Value #ERROR
Description Mailslot Writes/sec is the rate of mailslot messages that have been successfully received.
   
Name ms-brow-ServerListRequestsPerSec
Value #ERROR
Description Server List Requests/sec is the rate of requests to retrieve a list of browser servers that have been processed by this workstation.
   
Name ms-brow-EnumerationsServerPerSec
Value #ERROR
Description Enumerations Server/sec is the rate of Server browse requests that have been processed by this workstation.
   
Name ms-brow-EnumerationsDomainPerSec
Value #ERROR
Description Enumerations Domain/sec is the rate of Domain browse requests that have been processed by this workstation.
   
Name ms-brow-EnumerationsOtherPerSec
Value #ERROR
Description Enumerations Other/sec is the rate of browse requests processed by this workstation that were not domain or server browse requests.
   
Name ms-brow-EnumerationsTotalPerSec
Value #ERROR
Description Enumerations Total/sec is the rate of browse requests that have been processed by this workstation.  This is the sum of Enumerations Server, Enumerations Domain, and Enumerations Other.
   
Name ms-brow-MissedServerAnnouncements
Value #ERROR
Description Missed Server Announcements is the number of server announcements that have been missed due to configuration or allocation limits.
   
Name ms-brow-MissedMailslotDatagrams
Value #ERROR
Description Missed Mailslot Datagrams is the number of Mailslot Datagrams that have been discarded due to configuration or allocation limits.
   
Name ms-brow-MissedServerListRequests
Value #ERROR
Description 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.
   
Name ms-brow-ServerAnnounceAllocationsFailedPerSec
Value #ERROR
Description Server Announce Allocations Failed/sec is the rate of server (or domain) announcements that have failed due to lack of memory.
   
Name ms-brow-MailslotAllocationsFailed
Value #ERROR
Description Mailslot Allocations Failed is the number of times the datagram receiver has failed to allocate a buffer to hold a user mailslot write.
   
Name ms-brow-MailslotReceivesFailed
Value #ERROR
Description Mailslot Receives Failed indicates the number of mailslot messages that couldn't be received due to transport failures.
   
Name ms-brow-MailslotWritesFailed
Value #ERROR
Description Mailslot Writes Failed is the total number of mailslot messages that have been successfully received, but that were unable to be written to the mailslot.
   
Name ms-brow-MailslotOpensFailedPerSec
Value #ERROR
Description Mailslot Opens Failed/sec indicates the rate of mailslot messages received by this workstation that were to be delivered to mailslots that are not present on this workstation.
   
Name ms-brow-DuplicateMasterAnnouncements
Value #ERROR
Description Duplicate Master Announcements indicates the number of times that the master browser has detected another master browser on the same domain.
   
Name ms-brow-IllegalDatagramsPerSec
Value #ERROR
Description Illegal Datagrams/sec is the rate of incorrectly formatted datagrams that have been received by the workstation.
   
Name msnbtconnBT-ConnectionTable
Description A table containing performance information for instances of 'nBT-Connection' objects.
Name msnbtconnBT-ConnectionEntry
Description Performance information for one particular instance of 'nBT-Connection' object.
Values Table of : msnbtconnBT-ConnectionEntry
   

Object Description
msnbtconnBT-ConnectionIndex Index.
msnbtconnBT-ConnectionInstance Instance name.
msnbtconBytesReceivedPerSec 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.
msnbtconBytesSentPerSec 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.
msnbtconBytesTotalPerSec Total Bytes/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.
   

Name ms-nbeuinet-netBEUITable
Description A table containing performance information for instances of 'netBEUI' objects.
Name ms-nbeuinet-netBEUIEntry
Description Performance information for one particular instance of 'netBEUI' object.
Values Table of : ms-nbeuinet-netBEUIEntry
   

Object Description
ms-nbeuinet-netBEUIIndex Index.
ms-nbeuinet-netBEUIInstance Instance name.
ms-nbeuinet-DatagramsPerSec 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.
ms-nbeuinet-DatagramBytesPerSec 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.
ms-nbeuinet-PacketsPerSec 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.
ms-nbeuinet-FramesPerSec 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.
ms-nbeuinet-FrameBytesPerSec 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.
ms-nbeuinet-BytesTotalPerSec Bytes Total/sec is the sum of Frame Bytes/sec and Datagram Bytes/sec.  This is the total rate of bytes sent to or received from the network by the protocol, but only counts the bytes in frames (i.e., packets) which carry data.
ms-nbeuinet-ConnectionsOpen 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.
ms-nbeuinet-ConnectionsNoRetries 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.
ms-nbeuinet-ConnectionsWithRetries 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.
ms-nbeuinet-DisconnectsLocal 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.
ms-nbeuinet-DisconnectsRemote 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.
ms-nbeuinet-FailuresLink 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.
ms-nbeuinet-FailuresAdapter 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.
ms-nbeuinet-ConnectionSessionTimeouts 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.
ms-nbeuinet-ConnectionsCanceled Connections Canceled is the number of connections that were canceled.  This number is an accumulator and shows a running total.
ms-nbeuinet-FailuresResourceRemote 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.
ms-nbeuinet-FailuresResourceLocal 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.
ms-nbeuinet-FailuresNotFound 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.
ms-nbeuinet-FailuresNoListen Failures No Listen is the number of connections that were rejected because the remote computer was not listening for connection requests.
ms-nbeuinet-DatagramsSentPerSec 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.
ms-nbeuinet-DatagramBytesSentPerSec 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.
ms-nbeuinet-DatagramsReceivedPerSec 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.
ms-nbeuinet-DatagramBytesReceivedPerSec 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.
ms-nbeuinet-PacketsSentPerSec 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.
ms-nbeuinet-PacketsReceivedPerSec 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.
ms-nbeuinet-FramesSentPerSec 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.
ms-nbeuinet-FrameBytesSentPerSec 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.
ms-nbeuinet-FramesReceivedPerSec 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.
ms-nbeuinet-FrameBytesReceivedPerSec 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.
ms-nbeuinet-FramesRe-SentPerSec 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.
ms-nbeuinet-FrameBytesRe-SentPerSec 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.
ms-nbeuinet-FramesRejectedPerSec Frames Rejected/sec is the rate at which data frames are rejected.  This counter only counts the frames (packets) that carry data.
ms-nbeuinet-FrameBytesRejectedPerSec 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.
ms-nbeuinet-ExpirationsResponse Expirations Response is the count of T1 timer expirations.
ms-nbeuinet-ExpirationsAck Expirations Ack is the count of T2 timer expirations.
ms-nbeuinet-WindowSendMaximum Window Send Maximum is the maximum number of bytes of data that will be sent before waiting for an acknowledgment from the remote computer.
ms-nbeuinet-WindowSendAverage Window Send Average is the running average number of data bytes that were sent before waiting for an acknowledgment from the remote computer.
ms-nbeuinet-PiggybackAckQueuedPerSec 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.
ms-nbeuinet-PiggybackAckTimeouts 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.
   

Name ms-nbeuir-netBEUI-ResourceTable
Description A table containing performance information for instances of 'netBEUI-Resource' objects.
Name ms-nbeuir-netBEUI-ResourceEntry
Description Performance information for one particular instance of 'netBEUI-Resource' object.
Values Table of : ms-nbeuir-netBEUI-ResourceEntry
   

Object Description
ms-nbeuir-netBEUI-ResourceIndex Index.
ms-nbeuir-netBEUI-ResourceInstance Instance name.
ms-nbeuir-UsedMaximum 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.
ms-nbeuir-UsedAverage 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.
ms-nbeuir-TimesExhausted 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.
   

Name ms-spool-print-QueueTable
Description A table containing performance information for instances of 'print-Queue' objects.
Name ms-spool-print-QueueEntry
Description Performance information for one particular instance of 'print-Queue' object.
Values Table of : ms-spool-print-QueueEntry
   

Object Description
ms-spool-print-QueueIndex Index.
ms-spool-print-QueueInstance Instance name.
ms-spool-TotalJobsPrinted Total number of jobs printed on a print queue since the last restart.
ms-spool-BytesPrintedPerSec Number of bytes per second printed on a print queue.
ms-spool-TotalPagesPrinted Total number of pages printed through GDI on a print queue since the last restart.
ms-spool-Jobs Current number of jobs in a print queue.
ms-spool-References Current number of references (open handles) to this printer.
ms-spool-MaxReferences Peak number of references (open handles) to this printer.
ms-spool-JobsSpooling Current number of spooling jobs in a print queue.
ms-spool-MaxJobsSpooling Maximum number of spooling jobs in a print queue since last restart.
ms-spool-OutOfPaperErrors Total number of out of paper errors in a print queue since the last restart.
ms-spool-NotReadyErrors Total number of printer not ready errors in a print queue since the last restart.
ms-spool-JobErrors Total number of job errors in a print queue since last restart.
ms-spool-EnumerateNetworkPrinterCalls Total number of calls from browse clients to this print server to request network browse lists since last restart.
ms-spool-AddNetworkPrinterCalls Total number of calls from other print servers to add shared network printers to this server since last restart.
   

Group : objects
Name ms-obj-Processes
Value #ERROR
Description Processes is the number of processes in the computer at the time of data collection.  Notice that this is an instantaneous count, not an average over the time interval.  Each process represents the running of a program.
   
Name ms-obj-Threads
Value #ERROR
Description Threads is the number of threads in the computer at the time of data collection.  Notice that 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.
   
Name ms-obj-Events
Value #ERROR
Description Events is the number of events in the computer at the time of data collection.  Notice that this is an instantaneous count, not an average over the time interval.  An event is used when two or more threads wish to synchronize execution.
   
Name ms-obj-Semaphores
Value #ERROR
Description Semaphores is the number of semaphores in the computer at the time of data collection.  Notice that 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.
   
Name ms-obj-Mutexes
Value #ERROR
Description 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 some section of code.
   
Name ms-obj-Sections
Value #ERROR
Description Sections is the number of sections in the computer at the time of data collection.  Notice that 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.
   
Group : redirector
Name ms-redir-BytesTotalPerSec
Value #ERROR
Description 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.
   
Name ms-redir-FileDataOperationsPerSec
Value #ERROR
Description File Data Operations/sec is the rate the Redirector is processing data operations.  One operation includes (hopefully) many bytes.  We say hopefully here because each operation has 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/operation.
   
Name ms-redir-PacketsPerSec
Value #ERROR
Description 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.
   
Name ms-redir-BytesReceivedPerSec
Value #ERROR
Description 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).
   
Name ms-redir-PacketsReceivedPerSec
Value #ERROR
Description 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.
   
Name ms-redir-ReadBytesPagingPerSec
Value #ERROR
Description 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).
   
Name ms-redir-ReadBytesNon-PagingPerSec
Value #ERROR
Description 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.
   
Name ms-redir-ReadBytesCachePerSec
Value #ERROR
Description Read Bytes Cache/sec is the rate at which applications are accessing the file ms-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).
   
Name ms-redir-ReadBytesNetworkPerSec
Value #ERROR
Description Read Bytes Network/sec is the rate at which applications are reading data across the network. This occurs when data sought in the file ms-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).
   
Name ms-redir-BytesTransmittedPerSec
Value #ERROR
Description 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).
   
Name ms-redir-PacketsTransmittedPerSec
Value #ERROR
Description 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.
   
Name ms-redir-WriteBytesPagingPerSec
Value #ERROR
Description 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 ms-system cache (see Write Bytes Cache/sec).
   
Name ms-redir-WriteBytesNon-PagingPerSec
Value #ERROR
Description 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.
   
Name ms-redir-WriteBytesCachePerSec
Value #ERROR
Description Write Bytes Cache/sec is the rate at which applications on your computer are writing to the file ms-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.
   
Name ms-redir-WriteBytesNetworkPerSec
Value #ERROR
Description Write Bytes Network/sec is the rate at which applications are writing data across the network. This occurs when the file ms-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).
   
Name ms-redir-FileReadOperationsPerSec
Value #ERROR
Description File Read Operations/sec is the rate at which applications are asking the Redirector for data.  Each call to a file ms-system or similar Application Program Interface (API) call counts as one operation.
   
Name ms-redir-ReadOperationsRandomPerSec
Value #ERROR
Description 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.
   
Name ms-redir-ReadPacketsPerSec
Value #ERROR
Description 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.
   
Name ms-redir-ReadsLargePerSec
Value #ERROR
Description 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.
   
Name ms-redir-ReadPacketsSmallPerSec
Value #ERROR
Description 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.
   
Name ms-redir-FileWriteOperationsPerSec
Value #ERROR
Description File Write Operations/sec is the rate at which applications are sending data to the Redirector.  Each call to a file ms-system or similar Application Program Interface (API) call counts as one operation.
   
Name ms-redir-WriteOperationsRandomPerSec
Value #ERROR
Description 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.
   
Name ms-redir-WritePacketsPerSec
Value #ERROR
Description 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.
   
Name ms-redir-WritesLargePerSec
Value #ERROR
Description 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.
   
Name ms-redir-WritePacketsSmallPerSec
Value #ERROR
Description 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.
   
Name ms-redir-ReadsDeniedPerSec
Value #ERROR
Description 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.
   
Name ms-redir-WritesDeniedPerSec
Value #ERROR
Description 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.
   
Name ms-redir-NetworkErrorsPerSec
Value #ERROR
Description Network Errors/sec counts serious unexpected errors that generally indicate the Redirector and one or more Servers are having serious communication difficulties.  For example an SMB (Server Manager Block) protocol error will generate a Network Error.  These result in an entry in the ms-system Event Log, so look there for details.
   
Name ms-redir-ServerSessions
Value #ERROR
Description 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.
   
Name ms-redir-ServerReconnects
Value #ERROR
Description 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.
   
Name ms-redir-ConnectsCore
Value #ERROR
Description 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.
   
Name ms-redir-ConnectsLanManager20
Value #ERROR
Description Connects LAN Manager 2.0 counts connections to LAN Manager 2.0 servers, including LMX servers.
   
Name ms-redir-ConnectsLanManager21
Value #ERROR
Description Connects LAN Manager 2.1 counts connections to LAN Manager 2.1 servers, including LMX servers.
   
Name ms-redir-ConnectsWindowsNT
Value #ERROR
Description Connects Windows NT counts the connections to Windows NT computers.  Good choice!
   
Name ms-redir-ServerDisconnects
Value #ERROR
Description Server Disconnects counts the number of times a Server has disconnected your Redirector.  See also Server Reconnects.
   
Name ms-redir-ServerSessionsHung
Value #ERROR
Description 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.
   
Name ms-redir-CurrentCommands
Value #ERROR
Description 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.
   
Name ms-swq-server-Work-QueuesTable
Description A table containing performance information for instances of 'server-Work-Queues' objects.
Name ms-swq-server-Work-QueuesEntry
Description Performance information for one particular instance of 'server-Work-Queues' object.
Values Table of : ms-swq-server-Work-QueuesEntry
   

Object Description
ms-swq-server-Work-QueuesIndex Index.
ms-swq-server-Work-QueuesInstance Instance name.
ms-swq-QueueLength 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.
ms-swq-ActiveThreads Active Threads is the number of threads currently working on a request from the server client for this CPU.  The ms-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.
ms-swq-AvailableThreads 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.
ms-swq-AvailableWorkItems 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.
ms-swq-BorrowedWorkItems 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.
ms-swq-WorkItemShortages 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.
ms-swq-CurrentClients 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 ms-system.  This value will always be 0 in the Blocking Queue instance.
ms-swq-BytesReceivedPerSec 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.
ms-swq-BytesSentPerSec 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.
ms-swq-BytesTransferredPerSec 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.
ms-swq-ReadOperationsPerSec 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.
ms-swq-ReadBytesPerSec 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.
ms-swq-WriteOperationsPerSec 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.
ms-swq-WriteBytesPerSec 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.
ms-swq-TotalBytesPerSec 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.
ms-swq-TotalOperationsPerSec 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.
ms-swq-ContextBlocksQueuedPerSec 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.
   

Group : telephony
Name ms-tele-Lines
Value #ERROR
Description The number of telephone lines serviced by this computer.
   
Name ms-tele-TelephoneDevices
Value #ERROR
Description The number of telephone devices serviced by this computer.
   
Name ms-tele-ActiveLines
Value #ERROR
Description The number of telephone lines serviced by this computer that are currently active.
   
Name ms-tele-ActiveTelephones
Value #ERROR
Description The number of telephone devices that are currently being monitored.
   
Name ms-tele-OutgoingCallsPerSec
Value #ERROR
Description The rate of outgoing calls made by this computer.
   
Name ms-tele-IncomingCallsPerSec
Value #ERROR
Description The rate of incoming calls answered by this computer.
   
Name ms-tele-ClientApps
Value #ERROR
Description The number of applications that are currently using telephony services.
   
Name ms-tele-CurrentOutgoingCalls
Value #ERROR
Description Current outgoing calls being serviced by this computer.
   
Name ms-tele-CurrentIncomingCalls
Value #ERROR
Description Current incoming calls being serviced by this computer.
   
Group : ms-dns
Name ms-dns-TotalQueryReceived
Value #ERROR
Description Total Query Received is the total number of queries received by DNS server.
   
Name ms-dns-TotalQueryReceivedPerSec
Value #ERROR
Description Total Query Received/sec is the average number of queries received by DNS server in each second.
   
Name ms-dns-UDPQueryReceived
Value #ERROR
Description UDP Query Received is the total number of UDP queries received by DNS server.
   
Name ms-dns-UDPQueryReceivedPerSec
Value #ERROR
Description UDP Query Received/sec is the average number of UDP queries received by DNS server in each second.
   
Name ms-dns-TCPQueryReceived
Value #ERROR
Description TCP Query Received is the total number of TCP queries received by DNS server.
   
Name ms-dns-TCPQueryReceivedPerSec
Value #ERROR
Description TCP Query Received/sec is the average number of TCP queries received by DNS server in each second.
   
Name ms-dns-TotalResponseSent
Value #ERROR
Description Total Response Sent is the total number of reponses sent by DNS server.
   
Name ms-dns-TotalResponseSentPerSec
Value #ERROR
Description Total Response Sent/sec is the average number of reponses sent by DNS server in each second.
   
Name ms-dns-UDPResponseSent
Value #ERROR
Description UDP Response Sent is the total number of UDP reponses sent by DNS server.
   
Name ms-dns-UDPResponseSentPerSec
Value #ERROR
Description UDP Response Sent/sec is the average number of UDP reponses sent by DNS server in each second.
   
Name ms-dns-TCPResponseSent
Value #ERROR
Description TCP Response Sent is the total number of TCP reponses sent by DNS server.
   
Name ms-dns-TCPResponseSentPerSec
Value #ERROR
Description TCP Response Sent/sec is the average number of TCP reponses sent by DNS server in each second.
   
Name ms-dns-RecursiveQueries
Value #ERROR
Description Recursive Queries is the total number of recursive queries received by DNS server.
   
Name ms-dns-RecursiveQueriesPerSec
Value #ERROR
Description Recursive Queries/sec is the average number of recursive queries received by DNS server in each sencond.
   
Name ms-dns-RecursiveSendTimeOuts
Value #ERROR
Description Recursive TimeOuts is the total number of recursive query sending timeouts.
   
Name ms-dns-RecursiveTimeOutPerSec
Value #ERROR
Description Recursive TimeOut/sec is the average number of recursive query sending timeouts in each second.
   
Name ms-dns-RecursiveQueryFailure
Value #ERROR
Description Recursive Query Failure is the total number of recursive query failures.
   
Name ms-dns-RecursiveQueryFailurePerSec
Value #ERROR
Description Recursive Query Failure/sec is the average number of recursive query failures in each second.
   
Name ms-dns-NotifySent
Value #ERROR
Description Notify Sent is the total number of notifies sent by the master DNS server.
   
Name ms-dns-ZoneTransferRequestReceived
Value #ERROR
Description Zone Transfer Request Received is the total number of zone transfer requests received by the master DNS server.
   
Name ms-dns-ZoneTransferSuccess
Value #ERROR
Description Zone Transfer Success is the total number of successful zone transfers of the master DNS server.
   
Name ms-dns-ZoneTransferFailure
Value #ERROR
Description Zone Transfer Failure is the total number of failed zone transfers of the master DNS server.
   
Name ms-dns-AXFRRequestReceived
Value #ERROR
Description AXFR Request Received is the total number of full zone transfer requests received by the master DNS server.
   
Name ms-dns-AXFRSuccessSent
Value #ERROR
Description AXFR Success Sent is the total number of successful full zone transfers of the master DNS server.
   
Name ms-dns-IXFRRequestReceived
Value #ERROR
Description IXFR Request Received is the total number of incremental zone transfer requests received by the master DNS server.
   
Name ms-dns-IXFRSuccessSent
Value #ERROR
Description IXFR Success Sent is the total number of successful incremental zone transfers of the master DNS server.
   
Name ms-dns-NotifyReceived
Value #ERROR
Description Notify Received is the total number of notifies received by the secondary DNS server.
   
Name ms-dns-ZoneTransferSOARequestSent
Value #ERROR
Description Zone Transfer SOA Request Sent is the total number of zone transfer SOA requests sent by the  secondary DNS server.
   
Name ms-dns-AXFRRequestSent
Value #ERROR
Description AXFR Request Sent is the total number of full zone transfer requests sent by the secondary DNS server.
   
Name ms-dns-AXFRResponseReceived
Value #ERROR
Description AXFR Response Received is the total number of full zone transfer responses received by the secondary DNS server.
   
Name ms-dns-AXFRSuccessReceived
Value #ERROR
Description AXFR Success Received is the total number of successful full zone transfers received by the secondary DNS server.
   
Name ms-dns-IXFRRequestSent
Value #ERROR
Description IXFR Request Sent is the total number of incremental zone transfer requests sent by the secondary DNS server.
   
Name ms-dns-IXFRResponseReceived
Value #ERROR
Description IXFR Response Received is the total number of incrementalzone transfer responses received by the secondary DNS server.
   
Name ms-dns-IXFRSuccessReceived
Value #ERROR
Description IXFR Success Received is the total number of successful incremental zone transfers received by the secondary DNS server.
   
Name ms-dns-IXFRUDPSuccessReceived
Value #ERROR
Description IXFR UDP Success Received is the total number of successful UDP incremental zone transfers received by the secondary DNS server.
   
Name ms-dns-IXFRTCPSuccessReceived
Value #ERROR
Description IXFR TCP Success Received is the total number of successful TCP incremental zone transfers received by the secondary DNS server.
   
Name ms-dns-WINSLookupReceived
Value #ERROR
Description WINS Lookup Received is the total number of WINS lookup requests received by the server.
   
Name ms-dns-WINSLookupReceivedPerSec
Value #ERROR
Description WINS Lookup Received/sec is the average number of WINS lookup requests received by the server in each second.
   
Name ms-dns-WINSResponseSent
Value #ERROR
Description WINS Response Sent is the total number of WINS lookup responses sent by the server.
   
Name ms-dns-WINSResponseSentPerSec
Value #ERROR
Description WINS Response Sent/sec is the average number of WINS lookup responses sent by the server in each second.
   
Name ms-dns-WINSReverseLookupReceived
Value #ERROR
Description WINS Reverse Lookup Received is the total number of WINS reverse lookup requests received by the server.
   
Name ms-dns-WINSReverseLookupReceivedPerSec
Value #ERROR
Description WINS Reverse Lookup Received/sec is the average number of WINS reverse lookup requests received by the server in each second.
   
Name ms-dns-WINSReverseResponseSent
Value #ERROR
Description WINS Reverse Response Sent is the total number of WINS Reverse lookup responses sent by the server.
   
Name ms-dns-WINSReverseResponseSentPerSec
Value #ERROR
Description WINS Reverse Response Sent/sec is the average number of WINS Reverse lookup responses sent by the server in each second.
   
Name ms-dns-DynamicUpdateReceived
Value #ERROR
Description Dynamic Update Received is the total number of dynamic update requests received by the DNS server.
   
Name ms-dns-DynamicUpdateReceivedPerSec
Value #ERROR
Description Dynamic Update Received/sec is the average number of dynamic update requests received by the DNS server in each second.
   
Name ms-dns-DynamicUpdateNoOperation
Value #ERROR
Description Dynamic Update NoOperation is the total number of No-operation/Empty dynamic update requests received by the DNS server.
   
Name ms-dns-DynamicUpdateNoOperationPerSec
Value #ERROR
Description Dynamic Update NoOperation/sec is the average number of No-operation/Empty dynamic update requests received by the DNS server in each second.
   
Name ms-dns-DynamicUpdateWrittenToDatabase
Value #ERROR
Description Dynamic Update Written to Database is the total number of dynamic updates written to the database by the DNS server.
   
Name ms-dns-DynamicUpdateWrittenToDatabasePerSec
Value #ERROR
Description Dynamic Update Written to Database/sec is the average number of dynamic updates written to the database by the DNS server in each second.
   
Name ms-dns-DynamicUpdateRejected
Value #ERROR
Description Dynamic Update Rejected is the total number of dynamic updates rejected by the DNS server.
   
Name ms-dns-DynamicUpdateTimeOuts
Value #ERROR
Description Dynamic Update TimeOuts is the total number of dynamic update timeouts of the DNS server.
   
Name ms-dns-DynamicUpdateQueued
Value #ERROR
Description Dynamic Update Queued is the total number of dynamic updates queued by the DNS server.
   
Name ms-dns-SecureUpdateReceived
Value #ERROR
Description Secure Update Received is the total number of secure update requests received by the DNS server.
   
Name ms-dns-SecureUpdateReceivedPerSec
Value #ERROR
Description Secure Update Received/sec is the average number of secure update requests received by the DNS server in each second.
   
Name ms-dns-SecureUpdateFailure
Value #ERROR
Description Secure Update Failure is the total number of secure updates failed of the DNS server.
   
Name ms-dns-DatabaseNodeMemory
Value #ERROR
Description Database Node Memory is the total database node memory used by DNS server.
   
Name ms-dns-RecordFlowMemory
Value #ERROR
Description Record Flow Memory is the total record flow memory used by DNS server.
   
Name ms-dns-CachingMemory
Value #ERROR
Description Caching Memory is the total caching memory used by DNS server.
   
Name ms-dns-UDPMessageMemory
Value #ERROR
Description UDP Message Memory is the total UDP message memory used by DNS server.
   
Name ms-dns-TCPMessageMemory
Value #ERROR
Description TCP Message Memory is the total TCP message memory used by DNS server.
   
Name ms-dns-NbstatMemory
Value #ERROR
Description Nbstat Memory is the total Nbstat memory used by DNS server.
   
Group : dhcp-server
Name ms-dhcp-PacketsReceivedPerSec
Value #ERROR
Description Packets Received/sec is the rate at which packets are received by the DHCP server.
   
Name ms-dhcp-DuplicatesDroppedPerSec
Value #ERROR
Description Duplicates Dropped/sec is the rate at which the DHCP server received duplicate packets.
   
Name ms-dhcp-PacketsExpiredPerSec
Value #ERROR
Description Packets Expired/sec is the rate at which packets get expired in the DHCP server message queue.
   
Name ms-dhcp-MillisecondsPerPacket
Value #ERROR
Description The average time per packet taken by the DHCP server to send a response.
   
Name ms-dhcp-ActiveQueueLength
Value #ERROR
Description The Number of packets in the processing queue of the DHCP server.
   
Name ms-dhcp-ConflictCheckQueueLength
Value #ERROR
Description The Number of packets in the DHCP server queue waiting on conflict detection (ping).
   
Name ms-dhcp-DiscoversPerSec
Value #ERROR
Description Rate of DHCP Discovers received by the DHCP server.
   
Name ms-dhcp-OffersPerSec
Value #ERROR
Description Rate of DHCP Offers sent out by the DHCP server.
   
Name ms-dhcp-RequestsPerSec
Value #ERROR
Description Rate of DHCP Requests received by the DHCP server.
   
Name ms-dhcp-InformsPerSec
Value #ERROR
Description Rate of DHCP Informs received by the DHCP server.
   
Name ms-dhcp-AcksPerSec
Value #ERROR
Description Rate of DHCP Acks sent by the DHCP server.
   
Name ms-dhcp-NacksPerSec
Value #ERROR
Description Rate of DHCP Nacks sent by the DHCP server.
   
Name ms-dhcp-DeclinesPerSec
Value #ERROR
Description Rate of DHCP Declines received by the DHCP server.
   
Name ms-dhcp-ReleasesPerSec
Value #ERROR
Description Rate of DHCP Releases received by the DHCP server.
   
Group : internet-information-services-global
Name ms-iis-TotalAllowedAsyncIPerORequests
Value #ERROR
Description Total requests allowed by bandwidth throttling settings (counted since service startup).
   
Name ms-iis-TotalBlockedAsyncIPerORequests
Value #ERROR
Description Total requests temporarily blocked due to bandwidth throttling settings (counted since service startup).
   
Name ms-iis-TotalRejectedAsyncIPerORequests
Value #ERROR
Description Total requests rejected due to bandwidth throttling settings (counted since service startup).
   
Name ms-iis-CurrentBlockedAsyncIPerORequests
Value #ERROR
Description Current requests temporarily blocked due to bandwidth throttling settings.
   
Name ms-iis-MeasuredAsyncIPerOBandwidthUsage
Value #ERROR
Description Measured bandwidth of asynchronous I/O averaged over a minute.
   
Name ms-iis-CurrentFilesCached
Value #ERROR
Description Current number of files whose content is in the cache for WWW and FTP services.
   
Name ms-iis-TotalFilesCached
Value #ERROR
Description Total number of files whose content was ever added to the cache for WWW and FTP services
   
Name ms-iis-FileCacheHits
Value #ERROR
Description Total number of successful lookups in the file cache.
   
Name ms-iis-FileCacheMisses
Value #ERROR
Description Total number of unsuccessful lookups in the file cache.
   
Name ms-iis-FileCacheHitsPercent
Value #ERROR
Description The ratio of File Cache Hits to total cache requests.
   
Name ms-iis-FileCacheFlushes
Value #ERROR
Description File Cache Flushes since server startup.
   
Name ms-iis-CurrentFileCacheMemoryUsage
Value #ERROR
Description Current number of bytes used for file cache.
   
Name ms-iis-MaximumFileCacheMemoryUsage
Value #ERROR
Description Maximum number of bytes used for file cache.
   
Name ms-iis-ActiveFlushedEntries
Value #ERROR
Description Active Flushed Entries are cached file handles that will be closed when all current transfers complete.
   
Name ms-iis-TotalFlushedFiles
Value #ERROR
Description Total Flushed Files is the number of file handles that have been removed from the cache since service start up.
   
Name ms-iis-CurrentURIsCached
Value #ERROR
Description URI information blocks currently in the cache for WWW and FTP services.
   
Name ms-iis-TotalURIsCached
Value #ERROR
Description Total number of URI information blocks ever added to the cache for WWW and FTP services
   
Name ms-iis-URICacheHits
Value #ERROR
Description Total number of successful lookups in the URI cache.
   
Name ms-iis-URICacheMisses
Value #ERROR
Description Total number of unsuccessful lookups in the URI cache.
   
Name ms-iis-URICacheHitsPercent
Value #ERROR
Description The ratio of URI Cache Hits to total cache requests.
   
Name ms-iis-URICacheFlushes
Value #ERROR
Description URI Cache Flushes since server startup.
   
Name ms-iis-TotalFlushedURIs
Value #ERROR
Description Total Flushed URIs is the number of URI information blocks that have been removed from the cache since service start up.
   
Name ms-iis-CurrentBLOBsCached
Value #ERROR
Description BLOB information blocks currently in the cache for WWW and FTP services.
   
Name ms-iis-TotalBLOBsCached
Value #ERROR
Description Total number of BLOB information blocks ever added to the cache for WWW and FTP services
   
Name ms-iis-BLOBCacheHits
Value #ERROR
Description Total number of successful lookups in the BLOB cache.
   
Name ms-iis-BLOBCacheMisses
Value #ERROR
Description Total number of unsuccessful lookups in the BLOB cache.
   
Name ms-iis-BLOBCacheHitsPercent
Value #ERROR
Description The ratio of BLOB Cache Hits to total cache requests.
   
Name ms-iis-BLOBCacheFlushes
Value #ERROR
Description BLOB Cache Flushes since server startup.
   
Name ms-iis-TotalFlushedBLOBs
Value #ERROR
Description Total Flushed BLOBs is the number of BLOB information blocks that have been removed from the cache since service start up.
   
Group : terminal-services
Name ms-tsrv-TotalSessions
Value #ERROR
Description Total number of Terminal Services sessions.
   
Name ms-tsrv-ActiveSessions
Value #ERROR
Description Number of active Terminal Services sessions.
   
Name ms-tsrv-InactiveSessions
Value #ERROR
Description Number of inactive Terminal Services sessions.
   
Name ms-tsses-terminal-Services-SessionTable
Description A table containing performance information for instances of 'terminal-Services-Session' objects.
Name ms-tsses-terminal-Services-SessionEntry
Description Performance information for one particular instance of 'terminal-Services-Session' object.
Values Table of : ms-tsses-terminal-Services-SessionEntry
   

Object Description
ms-tsses-terminal-Services-SessionIndex Index.
ms-tsses-terminal-Services-SessionInstance Instance name.
ms-tsses-PercentProcessorTime % Processor Time is the percentage of elapsed time that all of the threads of this process used the processor to execute 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.  On Multi-processor machines the maximum value of the counter is 100 % times the number of processors.
ms-tsses-PercentUserTime % User Time is the percentage of elapsed time that this process' threads have spent executing code in user mode.  Applications, environment subms-systems and integral subms-systems 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 ms-systems, Windows NT uses process boundaries for subms-system protection in addition to the traditional protection of user and privileged modes.  These subms-system processes provide additional protection.  Therefore, some work done by Windows NT on behalf of your application might appear in other subms-system processes in addition to the privileged time in your process.
ms-tsses-PercentPrivilegedTime % Privileged Time is the percentage of elapsed time that the threads of the process have spent executing code in privileged mode.  When a Windows NT ms-system service is called, the service will often run in Privileged Mode to gain access to ms-system-private data.  Such data is protected from access by threads executing in user Mode.  Calls to the ms-system can be explicit or implicit, such as page faults or interrupts.  Unlike some early operating ms-systems, Windows NT uses process boundaries for subms-system protection in addition to the traditional protection of user and privileged modes.  These subms-system processes provide additional protection.  Therefore, some work done by Windows NT on behalf of your application might appear in other subms-system processes in addition to the privileged time in your process.
ms-tsses-VirtualBytesPeak Virtual Bytes Peak is the maximum number of 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.  Virtual space is however finite, and by using too much, the process might limit its ability to load libraries.
ms-tsses-VirtualBytes 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 by using too much, the process can limit its ability to load libraries.
ms-tsses-PageFaultsPerSec Page Faults/sec is the rate Page Faults occur in the threads executing in this process.  A page fault occurs when a thread refers to a virtual memory page that is not in its working set in main memory.  This will 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.
ms-tsses-WorkingSetPeak Working Set Peak is the maximum number of bytes in 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.
ms-tsses-WorkingSet Working Set is the current number of bytes in 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 they leave main memory.
ms-tsses-PageFileBytesPeak 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 lack of space in paging files can prevent other processes from allocating memory.
ms-tsses-PageFileBytes Page File Bytes is the current 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 lack of space in paging files can prevent other processes from allocating memory.
ms-tsses-PrivateBytes Private Bytes is the current number of bytes this process has allocated that cannot be shared with other processes.
ms-tsses-ThreadCount 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.
ms-tsses-PoolPagedBytes Pool Paged Bytes is the number of bytes in the paged pool, an area of ms-system memory (physical memory used by the operating ms-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.  
ms-tsses-PoolNonpagedBytes Pool Nonpaged Bytes is the number of bytes in the nonpaged pool, an area of ms-system memory (physical memory used by the operating ms-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.  
ms-tsses-HandleCount The total number of handles currently open by this process.  This number is the sum of the handles currently open by each thread in this process.
ms-tsses-InputWdBytes Number of bytes input on this session after all protocol overhead has been removed.
ms-tsses-InputWdFrames The number of frames input after any additional protocol added frames have been removed.
ms-tsses-InputWaitForOutBuf The number of times that a wait for an available send buffer was done by the protocols on the client side of the connection.
ms-tsses-InputFrames Number of frames (packets) input on this Session.
ms-tsses-InputBytes Number of bytes input on this session that includes all protocol overhead.
ms-tsses-InputCompressedBytes Number of bytes input after compression. This number compared with the Total Bytes input is the compression ratio.
ms-tsses-InputCompressFlushes 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.
ms-tsses-InputErrors Number of input errors of all types. Some example input errors are lost ACK's, badly formed packets, etc.
ms-tsses-InputTimeouts 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.
ms-tsses-InputAsyncFrameError 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.
ms-tsses-InputAsyncOverrun 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.
ms-tsses-InputAsyncOverflow Number of input async overflow errors. These can be caused by a lack of buffer space available on the host.
ms-tsses-InputAsyncParityError Number of input async parity errors. These can be caused by a noisy transmission line
ms-tsses-InputTransportErrors Number of Terminal Services transport-level errors on input.
ms-tsses-OutputWdBytes Number of bytes output on this session after all protocol overhead has been removed.
ms-tsses-OutputWdFrames The number of frames output before any additional protocol frames have been added.
ms-tsses-OutputWaitForOutBuf 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.
ms-tsses-OutputFrames Number of frames (packets) output on this session.
ms-tsses-OutputBytes Number of bytes output on this Session that includes all protocol overhead.
ms-tsses-OutputCompressedBytes Number of bytes output after compression. This number compared with the Total Bytes output is the compression ratio.
ms-tsses-OutputCompressFlushes 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.
ms-tsses-OutputErrors Number of output errors of all types. Some example output errors are lost ACK's, badly formed packets, etc.
ms-tsses-OutputTimeouts 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.
ms-tsses-OutputAsyncFrameError Number of output async framing errors. This could be caused by a hardware or line problem.
ms-tsses-OutputAsyncOverrun Number of output async overrun errors.
ms-tsses-OutputAsyncOverflow Number of output async overflow errors.
ms-tsses-OutputAsyncParityError Number of output async parity errors. These can be caused by a hardware or line problem.
ms-tsses-OutputTransportErrors Number of Terminal Services transport-level errors on output.
ms-tsses-TotalWdBytes Total number of bytes on this Session after all protocol overhead has been removed.
ms-tsses-TotalWdFrames The total number of frames input and output before any additional protocol frames have been added.
ms-tsses-TotalWaitForOutBuf 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.
ms-tsses-TotalFrames Total number of frames (packets) on this Session.
ms-tsses-TotalBytes Total number of bytes on this Session that includes all protocol overhead.
ms-tsses-TotalCompressedBytes Total number of bytes after compression. This number compared with the total bytes is the compression ratio.
ms-tsses-TotalCompressFlushes 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.
ms-tsses-TotalErrors Total number of errors of all types. Some example errors are lost ACK's, badly formed packets, etc.
ms-tsses-TotalTimeouts 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.
ms-tsses-TotalAsyncFrameError 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.
ms-tsses-TotalAsyncOverrun 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.
ms-tsses-TotalAsyncOverflow Total number of async overflow errors. These can be caused by a lack of buffer space available on the host.
ms-tsses-TotalAsyncParityError Total number of async parity errors. These can be caused by a noisy transmission line.
ms-tsses-TotalTransportErrors Total number of Terminal Services transport-level errors.
ms-tsses-TotalProtocolCacheReads Total references to all protocol caches.
ms-tsses-TotalProtocolCacheHits 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.
ms-tsses-TotalProtocolCacheHitRatio Overall hit ratio for all protocol caches.
ms-tsses-ProtocolBitmapCacheReads Number of references to the protocol bitmap cache.
ms-tsses-ProtocolBitmapCacheHits Number of hits in the protocol bitmap cache.
ms-tsses-ProtocolBitmapCacheHitRatio 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.
ms-tsses-ProtocolGlyphCacheReads Number of references to the protocol glyph cache.
ms-tsses-ProtocolGlyphCacheHits Number of hits in the protocol glyph cache.
ms-tsses-ProtocolGlyphCacheHitRatio 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.
ms-tsses-ProtocolBrushCacheReads Number of references to the protocol brush cache.
ms-tsses-ProtocolBrushCacheHits Number of hits in the protocol brush cache.
ms-tsses-ProtocolBrushCacheHitRatio 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.
ms-tsses-ProtocolSaveScreenBitmapCacheReads Number of references to the protocol save screen bitmap cache.
ms-tsses-ProtocolSaveScreenBitmapCacheHits Number of hits in the protocol save screen bitmap cache.
ms-tsses-ProtocolSaveScreenBitmapCacheHitRatio 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.
ms-tsses-InputCompressionRatio Compression ratio of the server input data stream.
ms-tsses-OutputCompressionRatio Compression ratio of the server output data stream.
ms-tsses-TotalCompressionRatio Total compression ratio of the server data stream.
   

Group : active-server-pages
Name ms-asp-DebuggingRequests
Value #ERROR
Description Number of debugging document requests.
   
Name ms-asp-ErrorsDuringScriptRuntime
Value #ERROR
Description Number of requests failed due to runtime errors.
   
Name ms-asp-ErrorsFromASPPreprocessor
Value #ERROR
Description Number of requests failed due to preprocessor errors.
   
Name ms-asp-ErrorsFromScriptCompilers
Value #ERROR
Description Number of requests failed due to script compilation errors.
   
Name ms-asp-ErrorsPerSec
Value #ERROR
Description The number of errors per second.
   
Name ms-asp-RequestBytesInTotal
Value #ERROR
Description The total size, in bytes, of all requests.
   
Name ms-asp-RequestBytesOutTotal
Value #ERROR
Description The total size, in bytes, of responses sent to clients. This does not include standard HTTP response headers.
   
Name ms-asp-RequestExecutionTime
Value #ERROR
Description The number of milliseconds that it took to execute the most recent request.
   
Name ms-asp-RequestWaitTime
Value #ERROR
Description The number of milliseconds the most recent request was waiting in the queue.
   
Name ms-asp-RequestsDisconnected
Value #ERROR
Description The number of requests that were disconnected due to communication failure.
   
Name ms-asp-RequestsExecuting
Value #ERROR
Description The number of requests currently executing.
   
Name ms-asp-RequestsFailedTotal
Value #ERROR
Description The total number of requests failed due to errors, authorization failure, and rejections.
   
Name ms-asp-RequestsNotAuthorized
Value #ERROR
Description Number of requests failed due to insufficient access rights.
   
Name ms-asp-RequestsNotFound
Value #ERROR
Description The number of requests for files that were no found.
   
Name ms-asp-RequestsQueued
Value #ERROR
Description The number of requests waiting for service from the queue.
   
Name ms-asp-RequestsRejected
Value #ERROR
Description The total number of requests not executed because there were insufficient resources to process them.
   
Name ms-asp-RequestsSucceeded
Value #ERROR
Description The number of requests that executed successfully.
   
Name ms-asp-RequestsTimedOut
Value #ERROR
Description The number of requests that timed out.
   
Name ms-asp-RequestsTotal
Value #ERROR
Description The total number of requests since the service was started.
   
Name ms-asp-RequestsPerSec
Value #ERROR
Description The number of requests executed per second.
   
Name ms-asp-ScriptEnginesCached
Value #ERROR
Description The number of script engines in cache.
   
Name ms-asp-SessionDuration
Value #ERROR
Description The number of milliseconds that the most recent session persisted.
   
Name ms-asp-SessionsCurrent
Value #ERROR
Description The current number of sessions being serviced.
   
Name ms-asp-SessionsTimedOut
Value #ERROR
Description The number of sessions timed out.
   
Name ms-asp-SessionsTotal
Value #ERROR
Description The total number of sessions since the service was started.
   
Name ms-asp-TemplatesCached
Value #ERROR
Description The number of templates currently cached.
   
Name ms-asp-TemplateCacheHitRate
Value #ERROR
Description Percent of requests found in template cache.
   
Name ms-asp-TemplateNotifications
Value #ERROR
Description The number of templates invalidated in the cache due to change notification.
   
Name ms-asp-TransactionsAborted
Value #ERROR
Description The number of transactions aborted.
   
Name ms-asp-TransactionsCommitted
Value #ERROR
Description The number of transactions committed.
   
Name ms-asp-TransactionsPending
Value #ERROR
Description Number of transactions in progress.
   
Name ms-asp-TransactionsTotal
Value #ERROR
Description The total number of transactions since the service was started.
   
Name ms-asp-TransactionsPerSec
Value #ERROR
Description Transactions started per second.
   
Name ms-fTP-ServiceTable
Description A table containing performance information for instances of 'fTP-Service' objects.
Name ms-fTP-ServiceEntry
Description Performance information for one particular instance of 'fTP-Service' object.
Values Table of : ms-fTP-ServiceEntry
   

Object Description
ms-fTP-ServiceIndex Index.
ms-fTP-ServiceInstance Instance name.
ms-fTP-BytesSentPerSec Bytes Sent/sec is the rate that data bytes are sent by the FTP service.
ms-fTP-BytesReceivedPerSec Bytes Received/sec is the rate that data bytes are received by the FTP service.
ms-fTP-BytesTotalPerSec Bytes Total/sec is the sum of Bytes Sent/sec and Bytes Received/sec.  This is the total rate of bytes transferred by the FTP service.
ms-fTP-TotalFilesSent Total Files Sent is the total number of files sent by the FTP service since service startup.
ms-fTP-TotalFilesReceived Total Files Received is the total number of files received by the FTP service
ms-fTP-TotalFilesTransferred Total Files Transferred is the sum of Files Sent and Files Received.  This is the total number of files transferred by the FTP service since service startup.
ms-fTP-CurrentAnonymousUsers Current Anonymous Users is the number of users who currently have an anonymous connection using the FTP service.
ms-fTP-CurrentNonAnonymousUsers Current NonAnonymous Users is the number of users who currently have a non-anonymous connection using the FTP service.
ms-fTP-TotalAnonymousUsers Total Anonymous Users is the total number of users who established an anonymous connection with the FTP service (since service startup).
ms-fTP-TotalNonAnonymousUsers Total NonAnonymous Users is the total number of users who established a non-anonymous connection with the FTP service (since service startup).
ms-fTP-MaximumAnonymousUsers Maximum Anonymous Users is the maximum number of users who established concurrent anonymous connections using the FTP service (since service startup).
ms-fTP-MaximumNonAnonymousUsers Maximum NonAnonymous Users is the maximum number of users who established concurrent non-anonymous connections using the FTP service (since service startup).
ms-fTP-CurrentConnections Current Connections is the current number of connections established with the FTP service.
ms-fTP-MaximumConnections Maximum Connections is the maximum number of simultaneous connections established with the FTP service.
ms-fTP-TotalConnectionAttemptsallInstances Total Connection Attempts is the number of connections that have been attempted using the FTP service (since service startup).  This counter is for all instances listed.
ms-fTP-TotalLogonAttempts Total Logon Attempts is the number of logons that have been attempted using the FTP service (since service startup).
ms-FTPServiceUptime FTP Service and FTP site uptime in seconds.
   

Name ms-web-ServiceTable
Description A table containing performance information for instances of 'web-Service' objects.
Name ms-web-ServiceEntry
Description Performance information for one particular instance of 'web-Service' object.
Values Table of : ms-web-ServiceEntry
   

Object Description
ms-web-ServiceIndex Index.
ms-web-ServiceInstance Instance name.
ms-web-BytesSentPerSec Bytes Sent/sec is the rate that data bytes are sent by the Web service.
ms-web-BytesReceivedPerSec Bytes Received/sec is the rate that data bytes are received by the Web service.
ms-web-BytesTotalPerSec Bytes Total/sec is the sum of Bytes Sent/sec and Bytes Received/sec.  This is the total rate of bytes transferred by the Web service.
ms-web-TotalFilesSent Total Files Sent is the total number of files sent by the Web service (counted since service startup).
ms-web-FilesSentPerSec The rate files are sent by the Web service.
ms-web-TotalFilesReceived Total Files Received is the total number of files received by the Web service (counted since service startup).
ms-web-FilesReceivedPerSec The rate files are received by the Web service.
ms-web-TotalFilesTransferred Total Files Transferred is the sum of Files Sent and Files Received.  This is the total number of files transferred by the Web service (counted since service startup).
ms-web-FilesPerSec The rate files are transferred, that is, sent and received by the Web service.
ms-web-CurrentAnonymousUsers Current Anonymous Users is the number of users who currently have an anonymous connection using the Web service.
ms-web-CurrentNonAnonymousUsers Current NonAnonymous Users is the number of users who currently have a non-anonymous connection using the Web service.
ms-web-TotalAnonymousUsers Total Anonymous Users is the total number of users who established an anonymous connection with the Web service (counted since service startup).
ms-web-AnonymousUsersPerSec The rate users are making anonymous connections using the Web service.
ms-web-TotalNonAnonymousUsers Total NonAnonymous Users is the total number of users who established a non-anonymous connection with the Web service (counted since service startup).
ms-web-NonAnonymousUsersPerSec The rate users are making non-anonymous connections using the Web service.
ms-web-MaximumAnonymousUsers Maximum Anonymous Users is the maximum number of users who established concurrent anonymous connections using the Web service (counted since service startup).
ms-web-MaximumNonAnonymousUsers Maximum NonAnonymous Users is the maximum number of users who established concurrent non-anonymous connections using the Web service (counted since service startup).
ms-web-CurrentConnections Current Connections is the current number of connections established with the Web service.
ms-web-MaximumConnections Maximum Connections is the maximum number of simultaneous connections established with the Web service.
ms-web-TotalConnectionAttemptsallInstances Total Connection Attempts is the number of connections that have been attempted using the Web service (counted since service startup).  This counter is for all instances listed.
ms-web-ConnectionAttemptsPerSec The rate that connections using the Web service are being attempted.
ms-web-TotalLogonAttempts Total Logon Attempts is the number of logons that have been attempted using the Web service (counted since service startup).
ms-web-LogonAttemptsPerSec The rate that logons using the Web service are being attempted.
ms-web-TotalOptionsRequests Total Options Requests is the number of HTTP requests using the OPTIONS method (counted since service startup).
ms-web-OptionsRequestsPerSec The rate HTTP requests using the OPTIONS method are made.
ms-web-TotalGetRequests Total Get Requests is the number of HTTP requests using the GET method (counted since service startup).  Get requests are generally used for basic file retrievals or image maps, though they can be used with forms.
ms-web-GetRequestsPerSec The rate HTTP requests using the GET method are made.  Get requests are generally used for basic file retrievals or image maps, though they can be used with forms.
ms-web-TotalPostRequests Total Post Requests is the number of HTTP requests using the POST method (counted since service startup).  Post requests are generally used for forms or gateway requests.
ms-web-PostRequestsPerSec The rate HTTP requests using the POST method are made.  Post requests are generally used for forms or gateway requests.
ms-web-TotalHeadRequests Total Head Requests is the number of HTTP requests using the HEAD method (counted since service startup).  Head requests generally indicate a client is querying the state of a document they already have to see if it needs to be refreshed.
ms-web-HeadRequestsPerSec The rate HTTP requests using the HEAD method are made.  Head requests generally indicate a client is querying the state of a document they already have to see if it needs to be refreshed.
ms-web-TotalPutRequests Total Put Requests is the number of HTTP requests using the PUT method (counted since service startup).
ms-web-PutRequestsPerSec The rate HTTP requests using the PUT method are made.
ms-web-TotalDeleteRequests Total Delete Requests is the number of HTTP requests using the DELETE method (counted since service startup).  Delete requests are generally used for file removals.
ms-web-DeleteRequestsPerSec The rate HTTP requests using the DELETE method are made.  Delete requests are generally used for file removals.
ms-web-TotalTraceRequests Total Trace Requests is the number of HTTP requests using the TRACE method (counted since service startup).  Trace requests allow the client to see what is being received at the end of the request chain and use the information for diagnostic purposes.
ms-web-TraceRequestsPerSec The rate HTTP requests using the TRACE method are made.  Trace requests allow the client to see what is being received at the end of the request chain and use the information for diagnostic purposes.
ms-web-TotalMoveRequests Total Move Requests is the number of HTTP requests using the MOVE method (counted since service startup).  Move requests are used for moving files and directories.
ms-web-MoveRequestsPerSec The rate HTTP requests using the MOVE method are made.  Move requests are used for moving files and directories.
ms-web-TotalCopyRequests Total Copy Requests is the number of HTTP requests using the COPY method (counted since service startup).  Copy requests are used for copying files and directories
ms-web-CopyRequestsPerSec The rate HTTP requests using the COPY method are made.  Copy requests are used for copying files and directories
ms-web-TotalMkcolRequests Total Mkcol Requests is the number of HTTP requests using the MKCOL method (counted since service startup).  Mkcol requests are used to create directories on the server.
ms-web-MkcolRequestsPerSec The rate HTTP requests using the MKCOL method are made.  Mkcol requests are used to create directories on the server.
ms-web-TotalPropfindRequests Total Propfind Requests is the number of HTTP requests using the PROPFIND method (counted since service startup).  Propfind requests retrieve property values on files and directories.
ms-web-PropfindRequestsPerSec The rate HTTP requests using the PROPFIND method are made.  Propfind requests retrieve property values on files and directories.
ms-web-TotalProppatchRequests Total Proppatch Requests is the number of HTTP requests using the PROPPATCH method (counted since service startup).  Proppatch requests set property values on files and directories.
ms-web-ProppatchRequestsPerSec The rate HTTP requests using the PROPPATCH method are made.  Proppatch requests set property values on files and directories.
ms-web-TotalSearchRequests Total Search Requests is the number of HTTP requests using the MS-SEARCH method (counted since service startup).  Search requests are used to query the server to find resources that match a set of conditions provided by the client.
ms-web-SearchRequestsPerSec The rate HTTP requests using the MS-SEARCH method are made.  Search requests are used to query the server to find resources that match a set of conditions provided by the client.
ms-web-TotalLockRequests Total Lock Requests is the number of HTTP requests using the LOCK method (counted since service startup).  Lock requests are used to lock a file for one user so that only that user can modify the file.
ms-web-LockRequestsPerSec The rate HTTP requests using the LOCK method are made.  Lock requests are used to lock a file for one user so that only that user can modify the file.
ms-web-TotalUnlockRequests Total Unlock Requests is the number of HTTP requests using the UNLOCK method (counted since service startup).  Unlock requests are used to remove locks from files.
ms-web-UnlockRequestsPerSec The rate HTTP requests using the UNLOCK method are made.  Unlock requests are used to remove locks from files.
ms-web-TotalOtherRequestMethods Total Other Request Methods is the number of HTTP requests that are not OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, MOVE, COPY, MKCOL, PROPFIND, PROPPATCH, MS-SEARCH, LOCK or UNLOCK methods (counted since service startup).  These may include LINK or other methods supported by gateway applications.
ms-web-OtherRequestMethodsPerSec The rate HTTP requests are made that do not use the OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, MOVE, COPY, MKCOL, PROPFIND, PROPPATCH, MS-SEARCH, LOCK or UNLOCK methods.  These may include LINK or other methods supported by gateway applications.
ms-web-TotalMethodRequests Total Method Requests is the number of all HTTP requests (counted since service startup).
ms-web-TotalMethodRequestsPerSec The rate all HTTP requests are made.
ms-web-TotalCGIRequests Total Common Gateway Interface (CGI) requests are custom gateway executables (.exe) the administrator can install to add forms processing or other dynamic data sources.  CGI requests spawn a process on the server which can be a large drain on server resources.  The count is the total since service startup.
ms-web-CGIRequestsPerSec The rate of CGI requests that are simultaneously being processed by the Web service.
ms-web-TotalISAPIExtensionRequests Total ISAPI Extension Requests are custom gateway Dynamic Link Libraries (.dll) the administrator can install to add forms processing or other dynamic data sources.  Unlike CGI requests, ISAPI requests are simple calls to a DLL library routine, thus they are better suited to high performance gateway applications.  The count is the total since service startup.
ms-web-ISAPIExtensionRequestsPerSec The rate of ISAPI Extension requests that are simultaneously being processed by the Web service.
ms-web-TotalNotFoundErrors Total Not Found Errors is the number of requests that couldn't be satisfied by the server because the requested document could not be found.  These are generally reported as an HTTP 404 error code to the client.  The count is the total since service startup.
ms-web-NotFoundErrorsPerSec The rate of errors due to requests that couldn't be satisfied by the server because the requested document could not be found.  These are generally reported as an HTTP 404 error code to the client.
ms-web-TotalLockedErrors Total Locked Errors is the number of requests that couldn't be satisfied by the server because the requested was locked.  These are generally reported as an HTTP 423 error code to the client.  The count is the total since service startup.
ms-web-LockedErrorsPerSec The rate of errors due to requests that couldn't be satisfied by the server because the requested document was locked.  These are generally reported as an HTTP 423 error code to the client.
ms-web-CurrentCGIRequests Current CGI Requests is the current number of CGI requests that are simultaneously being processed by the Web service.
ms-web-CurrentISAPIExtensionRequests Current ISAPI Extension Requests is the current number of Extension requests that are simultaneously being processed by the Web service.
ms-web-MaximumCGIRequests Maximum CGI Requests is the maximum number of CGI requests simultaneously processed by the Web service.
ms-web-MaximumISAPIExtensionRequests Maximum ISAPI Extension Requests is the maximum number of Extension requests simultaneously processed by the Web service.
ms-web-CurrentCALCountForAuthenticatedUsers Current CAL count for authenticated users is the current count of licenses used simultaneously by the Web service for authenticated connections.
ms-web-MaximumCALCountForAuthenticatedUsers Maximum CAL count for authenticated users is the maximum count of licenses used simultaneously by the Web service for authenticated connections.
ms-web-TotalCountOfFailedCALRequestsForAuthenticatedUsers Total count of failed CAL request for authenticated users is the number of HTTP requests that failed due to a license being unavailable for an authenticated user. The count is the total since service startup.
ms-web-CurrentCALCountForSSLConnections Current CAL count for SSL connections is the current count of licenses used simultaneously by the Web service for SSL connections.
ms-web-MaximumCALCountForSSLConnections Maximum CAL count for SSL connections is the maximum count of licenses used simultaneously by the Web service for SSL connections.
ms-web-TotalCountOfFailedCALRequestsForSSLConnections Total count of failed CAL requests for SSL connections is the total count of HTTP requests that failed due to a license being unavailable for SSL connections.
ms-web-TotalBlockedAsyncIPerORequests Total requests temporarily blocked due to bandwidth throttling settings (counted since service startup).
ms-web-TotalAllowedAsyncIPerORequests Total requests allowed by bandwidth throttling settings (counted since service startup).
ms-web-TotalRejectedAsyncIPerORequests Total requests rejected due to bandwidth throttling settings (counted since service startup).
ms-web-CurrentBlockedAsyncIPerORequests Current requests temporarily blocked due to bandwidth throttling settings.
ms-web-MeasuredAsyncIPerOBandwidthUsage Measured bandwidth of asynchronous I/O averaged over a minute.
ms-web-ServiceUptime Uptime for W3SVC Service or W3 sites.
   

Name ms-sMTP-ServerTable
Description A table containing performance information for instances of 'sMTP-Server' objects.
Name ms-sMTP-ServerEntry
Description Performance information for one particular instance of 'sMTP-Server' object.
Values Table of : ms-sMTP-ServerEntry
   

Object Description
ms-sMTP-ServerIndex Index.
ms-sMTP-ServerInstance Instance name.
ms-BytesSentTotal The total number of bytes sent.
ms-BytesSentPerSec The rate that bytes are sent.
ms-BytesReceivedTotal The total number of bytes received.
ms-BytesReceivedPerSec The rate that bytes are received.
ms-BytesTotal The total number of bytes sent and received.
ms-BytesTotalPerSec The rate that bytes are sent and received.
ms-MessageBytesSentTotal The total number of bytes sent in messages.
ms-MessageBytesSentPerSec The rate that bytes are sent in messages.
ms-MessageBytesReceivedTotal The total number of bytes received in messages.
ms-MessageBytesReceivedPerSec The rate that bytes are received in messages.
ms-MessageBytesTotal The total number of bytes sent and received in messages.
ms-MessageBytesTotalPerSec The rate that bytes are sent and received in messages.
ms-MessagesReceivedTotal The total number of inbound messages accepted.
ms-MessagesReceivedPerSec The rate that inbound messages are being received.
ms-AvgRecipientsPerMsgReceived The average number of recipients per inbound message received.
ms-PercentRecipientsLocal The percentage of recipients that will be delivered locally.
ms-PercentRecipientsRemote Thepercentage of recipients that will be delivered remotely.
ms-MessagesRefusedForSize The total number of messages rejected because they were too big.
ms-MessagesRefusedForAddressObjects The total number of messages refused due to no address objects.
ms-MessagesRefusedForMailObjects The total number of messages refused due to no mail objects.
ms-MessagesDeliveredTotal The total number of messages delivered to local mailboxes.
ms-MessagesDeliveredPerSec The rate that messages are delivered to local mailboxes.
ms-MessageDeliveryRetries The total number of local deliveries that were retried.
ms-AvgRetriesPerMsgDelivered The average number of retries per local delivery.
ms-PickupDirectoryMessagesRetrievedTotal The total number of messages retrieved from the mail pick-up directory.
ms-PickupDirectoryMessagesRetrievedPerSec The rate that messages are being retrieved from the mail pick-up directory.
ms-NDRsGenerated The number of non-delivery reports that have been generated.
ms-LocalQueueLength The number of messages in the local queue.
ms-LocalRetryQueueLength The number of messages in the local retry queue.
ms-NumberOfMailFilesOpen Number of handles to open mail files.
ms-NumberOfQueueFilesOpen Number of handles to open queue files.
ms-CategorizerQueueLength The number of messages in the categorizer queue.
ms-MessagesSentTotal The total number of outbound messages sent.
ms-MessagesSentPerSec The rate that outbound messages are being sent.
ms-MessageSendRetries The total number of outbound message sends that were retried.
ms-AvgRetriesPerMsgSent The average number of retries per outbound message sent.
ms-AvgRecipientsPerMsgSent The average number of recipients per outbound messages sent.
ms-RemoteQueueLength The number of messages in the remote queue.
ms-DNSQueriesTotal The total number of DNS lookups.
ms-DNSQueriesPerSec The rate of DNS lookups.
ms-RemoteRetryQueueLength The number of messages in the retry queue for remote delivery.
ms-InboundConnectionsTotal The total number of inbound connections received.
ms-InboundConnectionsCurrent The total number of connections currently inbound.
ms-OutboundConnectionsTotal The total number of outbound connections attempted.
ms-OutboundConnectionsCurrent The number of connections currently outbound.
ms-OutboundConnectionsRefused The number of outbound connection attempts refused by remote sites.
ms-TotalConnectionErrors The total number of connection errors.
ms-ConnectionErrorsPerSec The number of connection errors per second.
ms-DirectoryDropsTotal The total number of messages placed in a drop directory.
ms-DirectoryDropsPerSec The number of messages placed in a drop directory per second.
ms-RoutingTableLookupsTotal The total number of routing table lookups.
ms-RoutingTableLookupsPerSec The number of routing table lookups per second.
ms-ETRNMessagesTotal The total number of ETRN messages received by the server.
ms-ETRNMessagesPerSec The number of ETRN messages per second.
ms-BadmailedMessages-NoRecipients The number of messages sent to badmail because they had no recipients.
ms-BadmailedMessages-HopCountExceeded The number of messages sent to badmil becuase they had exceeded the maximum hop count.
ms-BadmailedMessages-GeneralFailure The number of messages sent to badmail for reasons not associated with a specific counter.
ms-BadmailedMessages-BadPickupFile The number of malformed pickup messages sent to badmail.
ms-BadmailedMessages-TriggeredViaEvent The number of messages sent to badmail at the request of a server event sink.
ms-BadmailedMessages-NDROfDSN The number of Delivery Status Notifications sent to badmail becuase they could not be delivered.
ms-MessagesPendingRouting The number of messages that have been categorized but not routed.
ms-MessagesCurrentlyUndeliverable The number of messages that have been reported as currently undeliverable by routing.
ms-TotalMessagesSubmitted The total messages submitted to queuing for delivery.
ms-TotalDSNFailures The total number of failed DSN generation attempts.
ms-CurrentMessagesInLocalDelivery The number of messages that are currently being processed by a server event sink for local delivery.
ms-Cat:MessagesSubmitted The total number of messages submitted to the categorizer.
ms-Cat:MessagesSubmittedPerSec The rate that messages are being submitted to the categorizer.
ms-Cat:CategorizationsCompleted The total number of messages submitted to categorizer that have finished categorization.
ms-Cat:CategorizationsCompletedPerSec The rate of categorizations completed.
ms-Cat:CategorizationsInProgress The number of categorizations in progress.
ms-Cat:CategorizationsCompletedSuccessfully The number of categorizations that completed without any errors.
ms-Cat:CategorizationsFailed-non-retryableError The number of categorizations that failed with a hard error (not retryable).
ms-Cat:CategorizationsFailed-retryableError The number of categorizations that failed with a retryable error.
ms-Cat:CategorizationsFailed-OutOfMemory The number of categorizations that failed due to lack of available memory.
ms-Cat:CategorizationsFailed-DSLogonFailure The number of categorizations that failed due to a DS logon failure
ms-Cat:CategorizationsFailed-DSConnectionFailure The number of categorizations that failed due to a DS connection failure
ms-Cat:CategorizationsFailed-sinkRetryableError The number of categorizations that failed with a generic retryable error
ms-Cat:MessagesCategorized The number of messages categorizer has submitted to queueing.
ms-Cat:MessagesBifurcated The number of new messages created by the categorizer (bifurcation).
ms-Cat:MessagesAborted The number of messages marked to be aborted by the categorizer.
ms-Cat:RecipientsBeforeCategorization The number of mailmsg recipients submitted to categorizer.
ms-Cat:RecipientsAfterCategorization The number of mailmsg recipients submitted from categorizer to queueing.
ms-Cat:RecipientsNDRdByCategorizer The number of recipients set to be NDRd by the categorizer.
ms-Cat:RecipientsNDRd-unresolved The number of unresolved recipients (local addresses not found).
ms-Cat:RecipientsNDRd-ambiguousAddress The number of recipients with addresses that match multiple DS objects.
ms-Cat:RecipientsNDRd-illegalAddress The number of recipients with illegal addresses detected by the categorizer.
ms-Cat:RecipientsNDRd-forwardingLoop The number of recipients NDRd by the categorizer due to a forwarding loop detection.
ms-Cat:RecipientsNDRd-sinkRecipErrors The number of recipients NDRd by the categorizer due to a generic recipient failure.
ms-Cat:RecipientsInCategorization The number of recipients the categorizer is currently processing.
ms-Cat:SendersUnresolved The number of seners not find in the DS.
ms-Cat:SendersWithAmbiguousAddresses The number of senders with addresses that match multiple DS objects.
ms-Cat:AddressLookups The number of DS lookups for individual addresses
ms-Cat:AddressLookupsPerSec The number of address lookups dispatched to the DS per second
ms-Cat:AddressLookupCompletions The number of address lookup completions processed
ms-Cat:AddressLookupCompletionsPerSec The number of address lookup completions processed per second
ms-Cat:AddressLookupsNotFound The number of address lookups that did not find any DS object
ms-Cat:MailmsgDuplicateCollisions The number of times a duplicate recipient address was detected by mailmsg/categorizer.
ms-Cat:LDAPConnections The total number of LDAP connections opened
ms-Cat:LDAPConnectionFailures The total number of failures encountered connection to LDAP servers
ms-Cat:LDAPConnectionsCurrentlyOpen The number of LDAP connections currently open
ms-Cat:LDAPBinds The total number of successfull LDAP binds performed
ms-Cat:LDAPBindFailures The total number of LDAP bind failures
ms-Cat:LDAPSearches LDAP searches successfully dispatched
ms-Cat:LDAPSearchesPerSec LDAP searches successfully dispatched/sec
ms-Cat:LDAPPagedSearches LDAP paged searches successfully dispatched
ms-Cat:LDAPSearchFailures Number of failures to dispatch an async LDAP search
ms-Cat:LDAPPagedSearchFailures Number of failures to dispatch an async paged LDAP search
ms-Cat:LDAPSearchesCompleted Number of LDAP search completions processed
ms-Cat:LDAPSearchesCompletedPerSec LDAP search completions processed/sec
ms-Cat:LDAPPagedSearchesCompleted Number of paged LDAP completions processed
ms-Cat:LDAPSearchCompletionFailures Number of LDAP searches that completed with a failure
ms-Cat:LDAPPagedSearchCompletionFailures Number of LDAP paged searches that completed with a failure
ms-Cat:LDAPGeneralCompletionFailures Number of LDAP completions with a generic failure
ms-Cat:LDAPSearchesAbandoned Number of LDAP searches abandoned
ms-Cat:LDAPSearchesPendingCompletion Number of LDAP searches pending async completon
   

Group : ntds
Name ms-ad-DRAInboundPropertiesTotalPerSec
Value #ERROR
Description Total number of object properties received from inbound replication partners.
   
Name ms-ad-ABBrowsesPerSec
Value #ERROR
Description AB Browses/sec is the rate at which Address Book clients perform browse operations.
   
Name ms-ad-DRAInboundObjectsAppliedPerSec
Value #ERROR
Description The rate at which replication updates received from replication partners are applied by the local directory service.  This count excludes changes that are received but not applied (e.g., when the change is already present).  This indicates how much replication update activity is occuring on the server as a result of changes generated on other servers.
   
Name ms-ad-DSThreadsInUse
Value #ERROR
Description DS Threads in Use is the current number of threads in use by the directory service (different than the number of threads in the directory service process).  Threads in Use is the number of threads currently servicing client API calls and can be used to indicate whether additional processors could be of benefit.
   
Name ms-ad-XDSClientSessions
Value #ERROR
Description XDS Client Sessions is the number of connected Extended Directory Service client sessions.  This indicates the number of connections from other Windows NT services and the Windows NT Administrator program.
   
Name ms-ad-ABClientSessions
Value #ERROR
Description AB Client Sessions is the number of connected Address Book client sessions.
   
Name ms-ad-DRAPendingReplicationSynchronizations
Value #ERROR
Description DRA Pending Replication Synchronizations is the number of directory synchronizations that are queued for this server but not yet processed.
   
Name ms-ad-DRAInboundObjectUpdatesRemainingInPacket
Value #ERROR
Description The number of object updates received in the current directory replication update packet that have not yet been applied to the local server.
   
Name ms-ad-DSSecurityDescriptorSub-operationsPerSec
Value #ERROR
Description Number of Security Descriptor Propagation suboperations per second.  One Security Descriptor Propagation operation is made up of many sub operations.  A sub operation roughly corresponds to an object the propagation causes the propagator to examine.
   
Name ms-ad-DSSecurityDescriptorPropagationsEvents
Value #ERROR
Description DS Security Descriptor Propagations Events is the number of Security Descriptor Propagation Events that are queued but not yet processed.
   
Name ms-ad-LDAPClientSessions
Value #ERROR
Description LDAP Client Sessions is the number of connected LDAP client sessions.
   
Name ms-ad-LDAPActiveThreads
Value #ERROR
Description LDAP Active Threads is the current number of threads in use by the LDAP subms-system of the local direcotry service.
   
Name ms-ad-LDAPWritesPerSec
Value #ERROR
Description LDAP Writes/sec is the rate at which LDAP clients perform write operations.
   
Name ms-ad-LDAPSearchesPerSec
Value #ERROR
Description LDAP Searches/sec is the rate at which LDAP clients perform search operations.
   
Name ms-ad-DRAOutboundObjectsPerSec
Value #ERROR
Description No of objects replicated out.
   
Name ms-ad-DRAOutboundPropertiesPerSec
Value #ERROR
Description No of properties replicated out.
   
Name ms-ad-DRAInboundValuesTotalPerSec
Value #ERROR
Description Total number of object property values received from inbound replication partners.  Each inbound object has one or more properties, and each property has zero or more values.  Zero values indicates property removal.
   
Name ms-ad-DRASyncRequestsMade
Value #ERROR
Description No of sync requests made to the neighbors.
   
Name ms-ad-DRASyncRequestsSuccessful
Value #ERROR
Description No of sync requests made to the neighbors that successfully returned.
   
Name ms-ad-DRASyncFailuresOnSchemaMismatch
Value #ERROR
Description No of sync requests made to the neighbors that failed because their schema are out of sync.
   
Name ms-ad-DRAInboundObjectsPerSec
Value #ERROR
Description No of objects received from neighbors through inbound replication.
   
Name ms-ad-DRAInboundPropertiesAppliedPerSec
Value #ERROR
Description No of properties that are updated due to incoming property winning the reconciliation logic.
   
Name ms-ad-DRAInboundPropertiesFilteredPerSec
Value #ERROR
Description No of property changes that are received during the replication that we have already seen.
   
Name ms-ad-DSMonitorListSize
Value #ERROR
Description The number of requests to be notified when objects are updated that are currently registered with this DSA.
   
Name ms-ad-DSNotifyQueueSize
Value #ERROR
Description The number of pending update notifications that have been queued, but not yet transmitted to clients.
   
Name ms-ad-LDAPUDPOperationsPerSec
Value #ERROR
Description The number of UDP operations the LDAP server is processing per second.
   
Name ms-ad-DSSearchSub-operationsPerSec
Value #ERROR
Description Number of search suboperations per second.  One search operation is made up of many sub operations.  A sub operation roughly corresponds to an object the search causes the DS to consider.
   
Name ms-ad-DSNameCacheHitRate
Value #ERROR
Description The percentage of directory object name component look ups that are satisfied out of the DSA's name cache.
   
Name ms-ad-DRAHighestUSNIssuedLowPart
Value #ERROR
Description Low-order 32 bits of the highest USN Issued on the DSA.
   
Name ms-ad-DRAHighestUSNIssuedHighPart
Value #ERROR
Description High-order 32 bits of the highest USN Issued on the DSA.
   
Name ms-ad-DRAHighestUSNCommittedLowPart
Value #ERROR
Description Low-order 32 bits of the highest USN Committed on the DSA.
   
Name ms-ad-DRAHighestUSNCommittedHighPart
Value #ERROR
Description High-order 32 bits of the highest USN Committed on the DSA.
   
Name ms-ad-DSPercentWritesFromSAM
Value #ERROR
Description 33000134f directory writes coming from SAM.
   
Name ms-ad-DSPercentWritesFromDRA
Value #ERROR
Description 33000134f directory writes coming from DRA.
   
Name ms-ad-DSPercentWritesFromLDAP
Value #ERROR
Description 33000134f directory writes coming from LDAP.
   
Name ms-ad-DSPercentWritesFromLSA
Value #ERROR
Description 33000134f directory writes coming from LSA.
   
Name ms-ad-DSPercentWritesFromXDS
Value #ERROR
Description 33000134f directory writes coming from XDS.
   
Name ms-ad-DSPercentWritesFromKCC
Value #ERROR
Description 33000134f directory writes coming from KCC.
   
Name ms-ad-DSPercentWritesFromNSPI
Value #ERROR
Description 33000134f directory writes coming from NSPI.
   
Name ms-ad-DSPercentWritesOther
Value #ERROR
Description 33000134f directory writes not coming from SAM/DRA/LDAP/LSA/XDS/KCC/NSPI.
   
Name ms-ad-DSDirectoryWritesPerSec
Value #ERROR
Description Number of directory writes per second.
   
Name ms-ad-DSPercentSearchesFromSAM
Value #ERROR
Description 33000134f directory searches coming from SAM.
   
Name ms-ad-DSPercentSearchesFromDRA
Value #ERROR
Description 33000134f directory searches coming from DRA.
   
Name ms-ad-DSPercentSearchesFromLDAP
Value #ERROR
Description 33000134f directory searches coming from LDAP.
   
Name ms-ad-DSPercentSearchesFromLSA
Value #ERROR
Description 33000134f directory searches coming from LSA.
   
Name ms-ad-DSPercentSearchesFromXDS
Value #ERROR
Description 33000134f directory searches coming from XDS.
   
Name ms-ad-DSPercentSearchesFromKCC
Value #ERROR
Description 33000134f directory searches coming from KCC.
   
Name ms-ad-DSPercentSearchesFromNSPI
Value #ERROR
Description 33000134f directory searches coming from NSPI.
   
Name ms-ad-DSPercentSearchesOther
Value #ERROR
Description 33000134f directory searches not coming from SAM/DRA/LDAP/LSA/XDS/KCC/NSPI.
   
Name ms-ad-DSDirectorySearchesPerSec
Value #ERROR
Description Number of directory searches per second.
   
Name ms-ad-DSPercentReadsFromSAM
Value #ERROR
Description 33000134f directory reads coming from SAM.
   
Name ms-ad-DSPercentReadsFromDRA
Value #ERROR
Description 33000134f directory reads coming from DRA.
   
Name PerSec
Value #ERROR
Description Number of object property values received from inbound replication partners that are Distinguished Names; i.e., that reference other objects.  DN-values, such as group or distribution list memberships, are generally more expensive to apply than other kinds of values.
   
Name ms-ad-DRAInboundObjectsFilteredPerSec
Value #ERROR
Description Number of objects received from inbound replication partners that contained no updates that needed to be applied.
   
Name ms-ad-DSPercentReadsFromLSA
Value #ERROR
Description 33000134f directory reads coming from LSA.
   
Name ms-ad-DSPercentReadsFromXDS
Value #ERROR
Description 33000134f directory reads coming from XDS.
   
Name ms-ad-DSPercentReadsFromKCC
Value #ERROR
Description 33000134f directory reads coming from KCC.
   
Name ms-ad-DSPercentReadsFromNSPI
Value #ERROR
Description 33000134f directory reads coming from NSPI.
   
Name ms-ad-DSPercentReadsOther
Value #ERROR
Description 33000134f directory reads not coming from SAM/DRA/LDAP/LSA/XDS/KCC/NSPI.
   
Name ms-ad-DSDirectoryReadsPerSec
Value #ERROR
Description Number of directory reads per second.
   
Name ms-ad-LDAPSuccessfulBindsPerSec
Value #ERROR
Description Number of LDAP Binds per second.
   
Name ms-ad-LDAPBindTime
Value #ERROR
Description Time (in milliseconds) taken for last successful LDAP bind.
   
Name ms-ad-SAMSuccessfulMachineCreationsPerSec
Value #ERROR
Description Number of successful machine creations per second.
   
Name ms-ad-SAMMachineCreationAttemptsPerSec
Value #ERROR
Description Number of attempts made to create SAM machine account per second.
   
Name ms-ad-SAMSuccessfulUserCreationsPerSec
Value #ERROR
Description Number of successful user creations per second.
   
Name ms-ad-SAMUserCreationAttemptsPerSec
Value #ERROR
Description Number of attempts made to create SAM user account per second.
   
Name ms-ad-SAMPasswordChangesPerSec
Value #ERROR
Description Number of SAM password changes per second.
   
Name ms-ad-SAMMembershipChangesPerSec
Value #ERROR
Description Number of SAM membership changes per second.
   
Name ms-ad-SAMDisplayInformationQueriesPerSec
Value #ERROR
Description Number of queries made to obtain SAM display information per second.
   
Name ms-ad-SAMEnumerationsPerSec
Value #ERROR
Description Number of SAM Enumerations per second.
   
Name ms-ad-LDAPSuccessfulBinds
Value #ERROR
Description 33000134f LDAP bind attempts that were successful.
   
Name ms-ad-SAMTransitiveMembershipEvaluationsPerSec
Value #ERROR
Description Number of SAM Transitive Membership Evaluations per second.
   
Name ms-ad-SAMNon-TransitiveMembershipEvaluationsPerSec
Value #ERROR
Description Number of SAM Non-Transitive Membership Evaluations per second.
   
Name ms-ad-SAMResourceGroupMembershipEvaluationsPerSec
Value #ERROR
Description Number of SAM Resource Group Membership Evaluations per second.
   
Name ms-ad-SAMUniversalGroupMembershipEvaluationsPerSec
Value #ERROR
Description Number of SAM Universal Group Membership Evaluations per second.
   
Name ms-ad-SAMAccountGroupMembershipEvaluationsPerSec
Value #ERROR
Description Number of SAM Account Group Membership Evaluations per second.
   
Name ms-ad-SAMGCEvaluationsPerSec
Value #ERROR
Description Number of SAM Global Catalog Evaluations per second.
   
Name ms-ad-KDCASRequests
Value #ERROR
Description The number of AS requests serviced by the KDC per second. AS requests are used by client to obtain a ticket granting ticket.
   
Name ms-ad-KDCTGSRequests
Value #ERROR
Description The number of TGS requests serviced by the KDC per second. TGS requests are used by the client to obtain a ticket to a resource.
   
Name ms-ad-KerberosAuthentications
Value #ERROR
Description The number of times per second that clients use a ticket to this DC to authenticate to this DC.
   
Name ms-ad-NTLMAuthentications
Value #ERROR
Description Number of NTLM authentications per second serviced by this DC.
   
Name ms-ad-DRAInboundFullSyncObjectsRemaining
Value #ERROR
Description Number of objects remaining until the full sync completes (when set).
   
Name ms-ad-DRAInboundBytesTotalPerSec
Value #ERROR
Description Total number of bytes replicated in.  Sum of the number of uncompressed bytes (never compressed) and the number of compressed bytes (after compression).
   
Name ms-ad-DRAInboundBytesNotCompressedWithinSitePerSec
Value #ERROR
Description Number of bytes replicated in that were not compressed at the source (i.e., from DSAs in the same site).
   
Name ms-ad-DRAInboundBytesCompressedBetweenSitesBeforeCompressionPerSec
Value #ERROR
Description Original size in bytes of inbound compressed replication data (size before compression, from DSAs in other sites).
   
Name ms-ad-DRAInboundBytesCompressedBetweenSitesAfterCompressionPerSec
Value #ERROR
Description Compressed size in bytes of inbound compressed replication data (size after compression, from DSAs in other sites).
   
Name ms-ad-DRAOutboundBytesTotalPerSec
Value #ERROR
Description Total number of bytes replicated out.  Sum of the number of uncompressed bytes (never compressed) and the number of compressed bytes (after compression).
   
Name ms-ad-DRAOutboundBytesNotCompressedWithinSitePerSec
Value #ERROR
Description Number of bytes replicated out that were not compressed (i.e., from DSAs in the same site).
   
Name ms-ad-DRAOutboundBytesCompressedBetweenSitesBeforeCompressionPerSec
Value #ERROR
Description Original size in bytes of outbound compressed replication data (size before compression, from DSAs in other sites).
   
Name ms-ad-DRAOutboundBytesCompressedBetweenSitesAfterCompressionPerSec
Value #ERROR
Description Compressed size in bytes of outbound compressed replication data (size after compression, from DSAs in other sites).
   
Name ms-ad-DSClientBindsPerSec
Value #ERROR
Description Number of ntdsapi.dll binds per second serviced by this DC.
   
Name ms-ad-DSServerBindsPerSec
Value #ERROR
Description Number of DC-to-DC binds per second serviced by this DC.
   
Name ms-ad-DSClientNameTranslationsPerSec
Value #ERROR
Description Number of ntdsapi.dll name translations per second serviced by this DC.
   
Name ms-ad-DSServerNameTranslationsPerSec
Value #ERROR
Description Number of DC-to-DC name translations per second serviced by this DC.
   
Name ms-ad-DSSecurityDescriptorPropagatorRuntimeQueue
Value #ERROR
Description Number of objects remaining to examine while processing the current DS Security Descriptor Propagator Event.
   
Name ms-ad-DSSecurityDescriptorPropagatorAverageExclusionTime
Value #ERROR
Description Average length of time the Security Descriptor propagator spends waiting for exclusive access to Data Base elements during a Security Descriptor Propagation sub-operation.
   
Name ms-ad-DRAOutboundObjectsFilteredPerSec
Value #ERROR
Description Number of objects looked at by outbound replication that were determined to have no updates that the outbound partner did not already have.
   
Name ms-ad-DRAOutboundValuesTotalPerSec
Value #ERROR
Description Number of object property values sent to outbound replication partners.
   
Name ms-ad-DRAOutboundValuesDNsOnlyPerSec
Value #ERROR
Description Number of object property values containing Distinguished Names sent to outbound replication partners.  DN-values, such as group or distribution list memberships, are generally more expensive to read than other kinds of values.
   
Name ms-ad-ABANRPerSec
Value #ERROR
Description The rate at which Address Book clients perform Ambiguous Name Resolutions operations.
   
Name ms-ad-ABPropertyReadsPerSec
Value #ERROR
Description The rate at which Address Book clients perform property read operations.
   
Name ms-ad-ABSearchesPerSec
Value #ERROR
Description The rate at which Address Book clients perform key search operations.
   
Name ms-ad-ABMatchesPerSec
Value #ERROR
Description The rate at which Address Book clients perform find operations.
   
Name ms-ad-ABProxyLookupsPerSec
Value #ERROR
Description The rate at which proxy clients perform search operations.
   
Name ms-ad-ATQThreadsTotal
Value #ERROR
Description The total number of ATQ threads that are either waiting to service an incoming request, or are already servicing a request.
   
Name ms-ad-ATQThreadsLDAP
Value #ERROR
Description The number of threads that ATQ has currently allocated to servicing LDAP requests.
   
Name ms-ad-ATQThreadsOther
Value #ERROR
Description The number of threads that the ATQ has currently allocated to DS services other than LDAP.
   
Name ms-ad-DRAInboundBytesTotalSinceBoot
Value #ERROR
Description Total number of bytes replicated in.  Sum of the number of uncompressed bytes (never compressed) and the number of compressed bytes (after compression).
   
Name ms-ad-DRAInboundBytesNotCompressedWithinSiteSinceBoot
Value #ERROR
Description Number of bytes replicated in that were not compressed at the source (i.e., from DSAs in the same site).
   
Name ms-ad-DRAInboundBytesCompressedBetweenSitesBeforeCompressionSinceBoot
Value #ERROR
Description Original size in bytes of inbound compressed replication data (size before compression, from DSAs in other sites).
   
Name ms-ad-DRAInboundBytesCompressedBetweenSitesAfterCompressionSinceBoot
Value #ERROR
Description Compressed size in bytes of inbound compressed replication data (size after compression, from DSAs in other sites).
   
Name ms-ad-DRAOutboundBytesTotalSinceBoot
Value #ERROR
Description Total number of bytes replicated out.  Sum of the number of uncompressed bytes (never compressed) and the number of compressed bytes (after compression).
   
Name ms-ad-DRAOutboundBytesNotCompressedWithinSiteSinceBoot
Value #ERROR
Description Number of bytes replicated out that were not compressed (i.e., from DSAs in the same site).
   
Name ms-ad-DRAOutboundBytesCompressedBetweenSitesBeforeCompressionSinceBoot
Value #ERROR
Description Original size in bytes of outbound compressed replication data (size before compression, from DSAs in other sites).
   
Name ms-ad-DRAOutboundBytesCompressedBetweenSitesAfterCompressionSinceBoot
Value #ERROR
Description Compressed size in bytes of outbound compressed replication data (size after compression, from DSAs in other sites).
   
Group : job-object
Name ms-jobo-CurrentPercentProcessorTime
Value #ERROR
Description Current Processor Time shows the percentage of the sample interval that the process in the Job object spent executing code.
   
Name ms-jobo-CurrentPercentUserModeTime
Value #ERROR
Description Current User mode Time shows the percentage of the sample interval that the processes in the Job object spent executing code in user mode.
   
Name ms-jobo-CurrentPercentKernelModeTime
Value #ERROR
Description 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.
   
Name ms-jobo-ThisPeriodMSec-Processor
Value #ERROR
Description This Period mSec - Processor shows the number of 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 last time a time limit on the Job was established.
   
Name ms-jobo-ThisPeriodMSec-UserMode
Value #ERROR
Description This Period mSec - User mode shows the number of 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 last time a time limit on the Job was established.
   
Name ms-jobo-ThisPeriodMSec-KernelMode
Value #ERROR
Description This Period mSec - Kernel mode shows the number of 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 last time a time limit on the Job was established.
   
Name ms-jobo-TotalMSec-Processor
Value #ERROR
Description Total mSec - Processor shows the number of 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.
   
Name ms-jobo-TotalMSec-UserMode
Value #ERROR
Description Total mSec - User mode shows the number of 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.
   
Name ms-jobo-TotalMSec-KernelMode
Value #ERROR
Description Total mSec - Kernel mode shows the number of 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.
   
Name ms-jobo-PagesPerSec
Value #ERROR
Description Pages/Sec shows the page fault rate of all the processes in the Job object.
   
Name ms-jobo-ProcessCount-Total
Value #ERROR
Description Process Count - Total shows the number of processes, both active and terminated, that are or have been associated with the Job object.
   
Name ms-jobo-ProcessCount-Active
Value #ERROR
Description Process Count - Active shows the number of processes that are currently associated with the Job object.
   
Name ms-jobo-ProcessCount-Terminated
Value #ERROR
Description Process Count - Terminated shows the number of processes that have been terminated because of a limit violation.
   

Generated by LoriotPro, (C) Luteus SARL
support@loriotpro.com http://www.loriotpro.com/
This software is provided as is without any guarantees or warranty. Although the authors have attempted to find and correct any bugs in the package, they are not responsible for any damage or losses of any kind caused by the use or misuse of the package. The authors are under no obligation to provide service, corrections, or upgrades to this package.
*** Generated: Tue Jan 13 10:43:52 2004 ***