WINDOWS-NT-PERFORMANCE

MIB Reference — IPNetwork Monitor

All MIBsWINDOWS-NT-PERFORMANCE

Category: Windows and Enterprise Performance

Description:

Tracks performance counters on Windows NT systems, covering CPU, memory, disk I/O, and per-process statistics.

Imported Objects

From RFC-1212

OBJECT-TYPE

From RFC1155-SMI

Counter
TimeTicks
enterprises

From RFC1213-MIB

DisplayString

What Is WINDOWS-NT-PERFORMANCE?

WINDOWS-NT-PERFORMANCE is a Microsoft-originated MIB that exposes the Windows NT/Server SNMP agent's mapping of the OS's native Performance Monitor counter set. It surfaces system performance data including processor (CPU) utilization, memory usage, disk I/O throughput and queue length, and process/thread counts for the host. It is explicitly used to monitor the hardware and software status of a Windows server, mirroring what Task Manager or Perfmon would show for CPU load, memory pressure, and disk activity without requiring native WMI/RPC access. It depends on the Windows SNMP service's Performance Counter extension agent, which maps directly onto the OS's internal performance-counter registry, making it a Microsoft-specific analog to the vendor-neutral HOST-RESOURCES-MIB. It is deployed on legacy Windows NT/2000/Server hosts with the SNMP service enabled, letting cross-platform network management systems poll CPU, memory, and disk metrics from a mixed-vendor monitoring console. Network engineers evaluating or troubleshooting this functionality can download the WINDOWS-NT-PERFORMANCE file directly to load it into their MIB browser.

IPNetwork Monitor allows you to monitor SNMP objects defined in WINDOWS-NT-PERFORMANCE. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • CPU/processor utilization
  • memory usage/availability
  • disk I/O throughput and queue length
  • process/thread counts

Supported Devices

  • Windows NT/Server host running the Microsoft SNMP service

Monitoring Examples

No concrete object names were supplied for this MIB in this batch, but consistent with its Performance Monitor lineage it would expose counters such as processor time, memory available bytes, and physical/logical disk queue length. An admin would poll the processor-time counter and see it trend toward 100% during a runaway process, or watch the memory available-bytes counter fall steadily, signaling memory pressure on the server. A rising disk queue-length counter would likewise indicate the disk subsystem is becoming a bottleneck.

OIDs
OID symbolicOID numericTypeAccessDescription
microsoft1.3.6.1.4.1.311
software1.3.6.1.4.1.311.1
systems1.3.6.1.4.1.311.1.1
os1.3.6.1.4.1.311.1.1.3
winnt1.3.6.1.4.1.311.1.1.3.1
performance1.3.6.1.4.1.311.1.1.3.1.1
memory1.3.6.1.4.1.311.1.1.3.1.1.1
INT memoryAvailableBytes1.3.6.1.4.1.311.1.1.3.1.1.1.1INTEGERread-onlyAvailable Bytes displays the size of the virtual memory currently on the Zeroed, Free, and Standby lists. Zeroed and Free memory is ready for use, with Zeroed memory cleared to zeros. Standby memory is memory removed from a process's Working Set but still available. Notice that this is an instantaneous count, not an average over the time interval.
INT memoryCommittedBytes1.3.6.1.4.1.311.1.1.3.1.1.1.2INTEGERread-onlyCommitted Bytes displays the size of virtual memory (in bytes) that has been Committed (as opposed to simply reserved). Committed memory must have backing (i.e., disk) storage available, or must be assured never to need disk storage (because main memory is large enough to hold it.) Notice that this is an instantaneous count, not an average over the time interval.
INT memoryCommitLimit1.3.6.1.4.1.311.1.1.3.1.1.1.3INTEGERread-onlyCommit Limit is the size (in bytes) of virtual memory that can be committed without having to extend the paging file(s). If the paging file(s) can be extended, this is a soft limit.
CTR memoryPageFaultsPerSec1.3.6.1.4.1.311.1.1.3.1.1.1.4Counterread-onlyPage Faults/sec is a count of the Page Faults in the processor. A page fault occurs when a process refers to a virtual memory page that is not in its Working Set in main memory. A Page Fault will not cause the page to be fetched from disk if that page 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.
CTR memoryWriteCopiesPerSec1.3.6.1.4.1.311.1.1.3.1.1.1.5Counterread-onlyWrite Copies/sec is the number of page faults that have been satisfied by making a copy of a page when an attempt to write to the page is made. This is an economical way of sharing data since the copy of the page is only made on an attempt to write to the page; otherwise, the page is shared.
CTR memoryTransitionFaultsPerSec1.3.6.1.4.1.311.1.1.3.1.1.1.6Counterread-onlyTransition Faults/sec is the number of page faults resolved by recovering pages that were in transition, i.e., being written to disk at the time of the page fault. The pages were recovered without additional disk activity.
CTR memoryCacheFaultsPerSec1.3.6.1.4.1.311.1.1.3.1.1.1.7Counterread-onlyCache Faults occur whenever the Cache manager does not find a file's page in the immediate Cache and must ask the memory manager to locate the page elsewhere in memory or on the disk so that it can be loaded into the immediate Cache.
CTR memoryDemandZeroFaultsPerSec1.3.6.1.4.1.311.1.1.3.1.1.1.8Counterread-onlyDemand Zero Faults are the number of page faults for pages that must be filled with zeros before the fault is satisfied. If the Zeroed list is not empty, the fault can be resolved by removing a page from the Zeroed list.
CTR memoryPagesPerSec1.3.6.1.4.1.311.1.1.3.1.1.1.9Counterread-onlyPages/sec is the number of pages read from the disk or written to the disk to resolve memory references to pages that were not in memory at the time of the reference. This is the sum of Pages Input/sec and Pages Output/sec. This counter includes paging traffic on behalf of the system Cache to access file data for applications. This value also includes the pages to/from non-cached mapped memory files. This is the primary counter to observe if you are concerned about excessive memory pressure (that is, thrashing), and the excessive paging that may result.
CTR memoryPagesInputPerSec1.3.6.1.4.1.311.1.1.3.1.1.1.10Counterread-onlyPages Input/sec is the number of pages read from the disk to resolve memory references to pages that were not in memory at the time of the reference. This counter includes paging traffic on behalf of the system Cache to access file data for applications. This is an important counter to observe if you are concerned about excessive memory pressure (that is, thrashing), and the excessive paging that may result.
CTR memoryPageReadsPerSec1.3.6.1.4.1.311.1.1.3.1.1.1.11Counterread-onlyPage Reads/sec is the number of times the disk was read to retrieve pages of virtual memory necessary to resolve page faults. Multiple pages can be read during a disk read operation.
CTR memoryPagesOutputPerSec1.3.6.1.4.1.311.1.1.3.1.1.1.12Counterread-onlyPages Output/sec is a count of the number of pages that are written to disk because the pages have been modified in main memory.
CTR memoryPageWritesPerSec1.3.6.1.4.1.311.1.1.3.1.1.1.13Counterread-onlyPage Writes/sec is a count of the number of times pages have been written to the disk because they were changed since last retrieved. Each such write operation may transfer a number of pages.
INT memoryPoolPagedBytes1.3.6.1.4.1.311.1.1.3.1.1.1.14INTEGERread-onlyPool Paged Bytes is the number of bytes in the Paged Pool, a system memory area where space is acquired by operating system components as they accomplish their appointed tasks. Paged Pool pages can be paged out to the paging file when not accessed by the system for sustained periods of time.
INT memoryPoolNonpagedBytes1.3.6.1.4.1.311.1.1.3.1.1.1.15INTEGERread-onlyPool Nonpaged Bytes is the number of bytes in the Nonpaged Pool, a system memory area where space is acquired by operating system components as they accomplish their appointed tasks. Nonpaged Pool pages cannot be paged out to the paging file, but instead remain in main memory as long as they are allocated.
INT memoryPoolPagedAllocs1.3.6.1.4.1.311.1.1.3.1.1.1.16INTEGERread-onlyPool Paged Allocs is the number of calls to allocate space in the system Paged Pool. Paged Pool is a system memory area where space is acquired by operating system components as they accomplish their appointed tasks. Paged Pool pages can be paged out to the paging file when not accessed by the system for sustained periods of time.
INT memoryPoolNonpagedAllocs1.3.6.1.4.1.311.1.1.3.1.1.1.17INTEGERread-onlyPool Nonpaged Allocs is the number of calls to allocate space in the system Nonpaged Pool. Nonpaged Pool is a system memory area where space is acquired by operating system components as they accomplish their appointed tasks. Nonpaged Pool pages cannot be paged out to the paging file, but instead remain in main memory as long as they are allocated.
INT memoryFreeSystemPageTableEntries1.3.6.1.4.1.311.1.1.3.1.1.1.18INTEGERread-onlyThe number of Page Table Entries not currently in use by the system.
INT memoryCacheBytes1.3.6.1.4.1.311.1.1.3.1.1.1.19INTEGERread-onlyCache Bytes measures the number of bytes currently in use by the system Cache. The system Cache is used to buffer data retrieved from disk or LAN. The system Cache uses memory not in use by active processes in the computer.
INT memoryCacheBytesPeak1.3.6.1.4.1.311.1.1.3.1.1.1.20INTEGERread-onlyCache Bytes Peak measures the maximum number of bytes used by the system Cache. The system Cache is used to buffer data retrieved from disk or LAN. The system Cache uses memory not in use by active processes in the computer.
INT memoryPoolPagedResidentBytes1.3.6.1.4.1.311.1.1.3.1.1.1.21INTEGERread-onlyPool Paged Resident Bytes is the size of paged Pool resident in core memory. This is the actual cost of the paged Pool allocation, since this is actively in use and using real physical memory.
INT memorySystemCodeTotalBytes1.3.6.1.4.1.311.1.1.3.1.1.1.22INTEGERread-onlySystem Code Total Bytes is the number of bytes of pagable pages in ntoskrnl.exe, hal.dll, and the boot drivers and file systems loaded by ntldr/osloader.
INT memorySystemCodeResidentBytes1.3.6.1.4.1.311.1.1.3.1.1.1.23INTEGERread-onlySystem Code Resident Bytes is the number of bytes of System Code Total Bytes currently resident in core memory. This is the code working set of the pagable executive. In addition to this, there is another ~300k bytes of non-paged kernel code.
INT memorySystemDriverTotalBytes1.3.6.1.4.1.311.1.1.3.1.1.1.24INTEGERread-onlySystem Driver Total Bytes is the number of bytes of pagable pages in all other loaded device drivers.
INT memorySystemDriverResidentBytes1.3.6.1.4.1.311.1.1.3.1.1.1.25INTEGERread-onlySystem Driver Resident Bytes is the number of bytes of System Driver Total Bytes currently resident in core memory. This number is the code working set of the pagable drivers. In addition to this, there is another ~700k bytes of non-paged driver code.
INT memorySystemCacheResidentBytes1.3.6.1.4.1.311.1.1.3.1.1.1.26INTEGERread-onlySystem Cache Resident Bytes is the number of bytes currently resident in the global disk cache.
INT memoryPercentCommittedBytesInUse1.3.6.1.4.1.311.1.1.3.1.1.1.27INTEGERread-only% Committed Bytes In Use is the ratio of the Commited Bytes to the Commit Limit. This represents the amount of available virtual memory in use. Note that the Commit Limit may change if the paging file is extended. This is an instantaneous value, not an average.
cpuprocessorTable1.3.6.1.4.1.311.1.1.3.1.1.2not-accessibleA table containing performance information for instances of 'processor' objects.
cpuprocessorEntry1.3.6.1.4.1.311.1.1.3.1.1.2.1not-accessiblePerformance information for one particular instance of 'processor' object.
INT cpuprocessorIndex1.3.6.1.4.1.311.1.1.3.1.1.2.1.1INTEGERread-onlyIndex.
STR cpuprocessorInstance1.3.6.1.4.1.311.1.1.3.1.1.2.1.2DisplayStringread-onlyInstance name.
INT cpuPercentProcessorTime1.3.6.1.4.1.311.1.1.3.1.1.2.1.3INTEGERread-onlyProcessor Time is expressed as a percentage of the elapsed time that a processor is busy executing a non-Idle thread. It can be viewed as the fraction of the time spent doing useful work. Each processor is assigned an Idle thread in the Idle process which consumes those unproductive processor cycles not used by any other threads.
INT cpuPercentUserTime1.3.6.1.4.1.311.1.1.3.1.1.2.1.4INTEGERread-onlyUser Time is the percentage of processor time spent in User Mode in non-Idle threads. All application code and subsystem code execute in User Mode. The graphics engine, graphics device drivers, printer device drivers, and the window manager also execute in User Mode. Code executing in User Mode cannot damage the integrity of the Windows NT Executive, Kernel, and device drivers. Unlike some early operating systems, Windows NT uses process boundaries for subsystem protection in addition to the traditional protection of User and Privileged modes. These subsystem processes provide additional protection. Therefore, some work done by Windows NT on behalf of your application may appear in other subsystem processes in addition to the Privileged Time in your process.
INT cpuPercentPrivilegedTime1.3.6.1.4.1.311.1.1.3.1.1.2.1.5INTEGERread-onlyPrivileged Time is the percentage of processor time spent in Privileged Mode in non-Idle threads. The Windows NT service layer, the Executive routines, and the Windows NT Kernel execute in Privileged Mode. Device drivers for most devices other than graphics adapters and printers also execute in Privileged Mode. Unlike some early operating systems, Windows NT uses process boundaries for subsystem protection in addition to the traditional protection of User and Privileged modes. These subsystem processes provide additional protection. Therefore, some work done by Windows NT on behalf of your application may appear in other subsystem processes in addition to the Privileged Time in your process.
CTR cpuInterruptsPerSec1.3.6.1.4.1.311.1.1.3.1.1.2.1.6Counterread-onlyInterrupts/sec is the number of device interrupts the processor is experiencing. A device interrupts the processor when it has completed a task or when it otherwise requires attention. Normal thread execution is suspended during interrupts. An interrupt may cause the processor to switch to another, higher priority thread. Clock interrupts are frequent and periodic and create a background of interrupt activity.
INT cpuPercentDPCTime1.3.6.1.4.1.311.1.1.3.1.1.2.1.7INTEGERread-only% DPC Time is the percentage of elapsed time that the Processor spent in Deferred Procedure Calls. When a hardware device interrupts the Processor, the Interrupt Handler may elect to execute the majority of its work in a DPC. DPC's run at lower priority than Interrupts, and so permit Interrupts to occur while DPC's being execute. Deferred Procedure Calls are executed in Privileged Mode, so this is a component of Processor: % Privileged Time. This counter can help determine the source of excessive time being spent in Privileged Mode.
INT cpuPercentInterruptTime1.3.6.1.4.1.311.1.1.3.1.1.2.1.8INTEGERread-only% Interrupt Time is the percentage of elapsed time that the Processor spent handling hardware Interrupts. When a hardware device interrupts the Processor, the Interrupt Handler will execute to handle the condition, usually by signaling I/O completion and possibly issuing another pending I/O request. Some of this work may be done in a Deferred Procedure Call (see % DPC Time.) However, time spent in DPC's is not counted as time in Interrupts. Interrupts are executed in Privileged Mode, so this is a component of Processor: % Privileged Time. This counter can help determine the source of excessive time being spent in Privileged Mode.
CTR cpuDPCsQueuedPerSec1.3.6.1.4.1.311.1.1.3.1.1.2.1.9Counterread-onlyDPCs Queued/sec is the rate DPC objects are queued to this processor's DPC queue.
INT cpuDPCRate1.3.6.1.4.1.311.1.1.3.1.1.2.1.10INTEGERread-onlyDPC Rate is the average rate DPC objects are queued to this processor's DPC queue per clock tick.
CTR cpuDPCBypassesPerSec1.3.6.1.4.1.311.1.1.3.1.1.2.1.11Counterread-onlyDPC Bypasses/sec is the rate Dispatch interrupts were short-circuited.
CTR cpuAPCBypassesPerSec1.3.6.1.4.1.311.1.1.3.1.1.2.1.12Counterread-onlyAPC Bypasses/sec is the rate kernel APC interrupts were short-circuited.
netnetwork_InterfaceTable1.3.6.1.4.1.311.1.1.3.1.1.3not-accessibleA table containing performance information for instances of 'network-Interface' objects.
netnetwork_InterfaceEntry1.3.6.1.4.1.311.1.1.3.1.1.3.1not-accessiblePerformance information for one particular instance of 'network-Interface' object.
INT netnetwork_InterfaceIndex1.3.6.1.4.1.311.1.1.3.1.1.3.1.1INTEGERread-onlyIndex.
STR netnetwork_InterfaceInstance1.3.6.1.4.1.311.1.1.3.1.1.3.1.2DisplayStringread-onlyInstance name.
CTR netBytesTotalPerSec1.3.6.1.4.1.311.1.1.3.1.1.3.1.3Counterread-onlyBytes Total/sec is the rate that bytes are sent and received on the interface, including framing characters.
CTR netPacketsPerSec1.3.6.1.4.1.311.1.1.3.1.1.3.1.4Counterread-onlyPackets/sec is the rate that packets are sent and received on the network interface.
CTR netPacketsReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.3.1.5Counterread-onlyPackets Received/sec is the rate that packets are received on the network interface.
CTR netPacketsSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.3.1.6Counterread-onlyPackets Sent/sec is the rate that packets are sent on the network interface.
INT netCurrentBandwidth1.3.6.1.4.1.311.1.1.3.1.1.3.1.7INTEGERread-onlyCurrent Bandwidth is an estimate of the interface's current bandwidth in bits per second (bps). For interfaces that do not vary in bandwidth or for those where no accurate estimation can be made, this value is the nominal bandwidth.
CTR netBytesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.3.1.8Counterread-onlyBytes Received/sec is the rate that bytes are received on the interface, including framing characters.
CTR netPacketsReceivedUnicastPerSec1.3.6.1.4.1.311.1.1.3.1.1.3.1.9Counterread-onlyPackets Received Unicast/sec is the rate that (subnet) unicast packets are delivered to a higher-layer protocol.
CTR netPacketsReceivedNon_UnicastPerSec1.3.6.1.4.1.311.1.1.3.1.1.3.1.10Counterread-onlyPackets Received Non-Unicast/sec is the rate that non-unicast (i.e., subnet broadcast or subnet multicast) packets are delivered to a higher-layer protocol.
INT netPacketsReceivedDiscarded1.3.6.1.4.1.311.1.1.3.1.1.3.1.11INTEGERread-onlyPackets Received Discarded is the number of inbound packets that were chosen to be discarded even though no errors had been detected to prevent their being deliverable to a higher-layer protocol. One possible reason for discarding such a packet could be to free up buffer space.
INT netPacketsReceivedErrors1.3.6.1.4.1.311.1.1.3.1.1.3.1.12INTEGERread-onlyPackets Received Errors is the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.
INT netPacketsReceivedUnknown1.3.6.1.4.1.311.1.1.3.1.1.3.1.13INTEGERread-onlyPackets Received Unknown is the number of packets received via the interface that were discarded because of an unknown or unsupported protocol.
CTR netBytesSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.3.1.14Counterread-onlyBytes Sent/sec is the rate that bytes are sent on the interface, including framing characters.
CTR netPacketsSentUnicastPerSec1.3.6.1.4.1.311.1.1.3.1.1.3.1.15Counterread-onlyPackets Sent Unicast/sec is the rate that packets are requested to be transmitted to subnet-unicast addresses by higher-level protocols. The rate includes the packets that were discarded or not sent.
CTR netPacketsSentNon_UnicastPerSec1.3.6.1.4.1.311.1.1.3.1.1.3.1.16Counterread-onlyPackets Sent Non-Unicast/sec is the rate that packets are requested to be transmitted to non-unicast (i.e., subnet broadcast or subnet multicast) addresses by higher-level protocols. The rate includes the packets that were discarded or not sent.
INT netPacketsOutboundDiscarded1.3.6.1.4.1.311.1.1.3.1.1.3.1.17INTEGERread-onlyPackets Outbound Discarded is the number of outbound packets that were chosen to be discarded even though no errors had been detected to prevent their being transmitted. One possible reason for discarding such a packet could be to free up buffer space.
INT netPacketsOutboundErrors1.3.6.1.4.1.311.1.1.3.1.1.3.1.18INTEGERread-onlyPackets Outbound Errors is the number of outbound packets that could not be transmitted because of errors.
INT netOutputQueueLength1.3.6.1.4.1.311.1.1.3.1.1.3.1.19INTEGERread-onlyOutput Queue Length is the length of the output packet queue (in packets.) If this is longer than 2, delays are being experienced and the bottleneck should be found and eliminated if possible. Since the requests are queued by NDIS in this implementations, this will always be 0.
pdiskphysicalDiskTable1.3.6.1.4.1.311.1.1.3.1.1.4not-accessibleA table containing performance information for instances of 'physicalDisk' objects.
pdiskphysicalDiskEntry1.3.6.1.4.1.311.1.1.3.1.1.4.1not-accessiblePerformance information for one particular instance of 'physicalDisk' object.
INT pdiskphysicalDiskIndex1.3.6.1.4.1.311.1.1.3.1.1.4.1.1INTEGERread-onlyIndex.
STR pdiskphysicalDiskInstance1.3.6.1.4.1.311.1.1.3.1.1.4.1.2DisplayStringread-onlyInstance name.
INT pdiskCurrentDiskQueueLength1.3.6.1.4.1.311.1.1.3.1.1.4.1.3INTEGERread-onlyCurrent 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 may 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.
TIK pdiskPercentDiskTime1.3.6.1.4.1.311.1.1.3.1.1.4.1.4TimeTicksread-onlyDisk Time is the percentage of elapsed time that the selected disk drive is busy servicing read or write requests.
INT pdiskAvgDiskQueueLength1.3.6.1.4.1.311.1.1.3.1.1.4.1.5INTEGERread-onlyAvg. Disk Queue Length is the average number of both read and write requests that were queued for the selected disk during the sample interval.
TIK pdiskPercentDiskReadTime1.3.6.1.4.1.311.1.1.3.1.1.4.1.6TimeTicksread-onlyDisk Read Time is the percentage of elapsed time that the selected disk drive is busy servicing read requests.
INT pdiskAvgDiskReadQueueLength1.3.6.1.4.1.311.1.1.3.1.1.4.1.7INTEGERread-onlyAvg. Disk Read Queue Length is the average number of read requests that were queued for the selected disk during the sample interval.
TIK pdiskPercentDiskWriteTime1.3.6.1.4.1.311.1.1.3.1.1.4.1.8TimeTicksread-onlyDisk Write Time is the percentage of elapsed time that the selected disk drive is busy servicing write requests.
INT pdiskAvgDiskWriteQueueLength1.3.6.1.4.1.311.1.1.3.1.1.4.1.9INTEGERread-onlyAvg. Disk Write Queue Length is the average number of write requests that were queued for the selected disk during the sample interval.
TIK pdiskAvgDiskSecPerTransfer1.3.6.1.4.1.311.1.1.3.1.1.4.1.10TimeTicksread-onlyAvg. Disk sec/Transfer is the time in seconds of the average disk transfer.
TIK pdiskAvgDiskSecPerRead1.3.6.1.4.1.311.1.1.3.1.1.4.1.11TimeTicksread-onlyAvg. Disk sec/Read is the average time in seconds of a read of data from the disk.
TIK pdiskAvgDiskSecPerWrite1.3.6.1.4.1.311.1.1.3.1.1.4.1.12TimeTicksread-onlyAvg. Disk sec/Write is the average time in seconds of a write of data to the disk.
CTR pdiskDiskTransfersPerSec1.3.6.1.4.1.311.1.1.3.1.1.4.1.13Counterread-onlyDisk Transfers/sec is the rate of read and write operations on the disk.
CTR pdiskDiskReadsPerSec1.3.6.1.4.1.311.1.1.3.1.1.4.1.14Counterread-onlyDisk Reads/sec is the rate of read operations on the disk.
CTR pdiskDiskWritesPerSec1.3.6.1.4.1.311.1.1.3.1.1.4.1.15Counterread-onlyDisk Writes/sec is the rate of write operations on the disk.
INT pdiskDiskBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.4.1.16INTEGERread-onlyDisk Bytes/sec is the rate bytes are transferred to or from the disk during write or read operations.
INT pdiskDiskReadBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.4.1.17INTEGERread-onlyDisk Read Bytes/sec is the rate bytes are transferred from the disk during read operations.
INT pdiskDiskWriteBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.4.1.18INTEGERread-onlyDisk Write Bytes is rate bytes are transferred to the disk during write operations.
ldisklogicalDiskTable1.3.6.1.4.1.311.1.1.3.1.1.5not-accessibleA table containing performance information for instances of 'logicalDisk' objects.
ldisklogicalDiskEntry1.3.6.1.4.1.311.1.1.3.1.1.5.1not-accessiblePerformance information for one particular instance of 'logicalDisk' object.
INT ldisklogicalDiskIndex1.3.6.1.4.1.311.1.1.3.1.1.5.1.1INTEGERread-onlyIndex.
STR ldisklogicalDiskInstance1.3.6.1.4.1.311.1.1.3.1.1.5.1.2DisplayStringread-onlyInstance name.
INT ldiskPercentFreeSpace1.3.6.1.4.1.311.1.1.3.1.1.5.1.3INTEGERread-onlyPercent Free Space is the ratio of the free space available on the logical disk unit to the total usable space provided by the selected logical disk drive
INT ldiskFreeMegabytes1.3.6.1.4.1.311.1.1.3.1.1.5.1.4INTEGERread-onlyFree Megabytes displays the unallocated space on the disk drive in megabytes. One megabyte = 1,048,576 bytes.
INT ldiskCurrentDiskQueueLength1.3.6.1.4.1.311.1.1.3.1.1.5.1.5INTEGERread-onlyCurrent 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 may 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.
TIK ldiskPercentDiskTime1.3.6.1.4.1.311.1.1.3.1.1.5.1.6TimeTicksread-onlyDisk Time is the percentage of elapsed time that the selected disk drive is busy servicing read or write requests.
INT ldiskAvgDiskQueueLength1.3.6.1.4.1.311.1.1.3.1.1.5.1.7INTEGERread-onlyAvg. Disk Queue Length is the average number of both read and write requests that were queued for the selected disk during the sample interval.
TIK ldiskPercentDiskReadTime1.3.6.1.4.1.311.1.1.3.1.1.5.1.8TimeTicksread-onlyDisk Read Time is the percentage of elapsed time that the selected disk drive is busy servicing read requests.
INT ldiskAvgDiskReadQueueLength1.3.6.1.4.1.311.1.1.3.1.1.5.1.9INTEGERread-onlyAvg. Disk Read Queue Length is the average number of read requests that were queued for the selected disk during the sample interval.
TIK ldiskPercentDiskWriteTime1.3.6.1.4.1.311.1.1.3.1.1.5.1.10TimeTicksread-onlyDisk Write Time is the percentage of elapsed time that the selected disk drive is busy servicing write requests.
INT ldiskAvgDiskWriteQueueLength1.3.6.1.4.1.311.1.1.3.1.1.5.1.11INTEGERread-onlyAvg. Disk Write Queue Length is the average number of write requests that were queued for the selected disk during the sample interval.
TIK ldiskAvgDiskSecPerTransfer1.3.6.1.4.1.311.1.1.3.1.1.5.1.12TimeTicksread-onlyAvg. Disk sec/Transfer is the time in seconds of the average disk transfer.
TIK ldiskAvgDiskSecPerRead1.3.6.1.4.1.311.1.1.3.1.1.5.1.13TimeTicksread-onlyAvg. Disk sec/Read is the average time in seconds of a read of data from the disk.
TIK ldiskAvgDiskSecPerWrite1.3.6.1.4.1.311.1.1.3.1.1.5.1.14TimeTicksread-onlyAvg. Disk sec/Write is the average time in seconds of a write of data to the disk.
CTR ldiskDiskTransfersPerSec1.3.6.1.4.1.311.1.1.3.1.1.5.1.15Counterread-onlyDisk Transfers/sec is the rate of read and write operations on the disk.
CTR ldiskDiskReadsPerSec1.3.6.1.4.1.311.1.1.3.1.1.5.1.16Counterread-onlyDisk Reads/sec is the rate of read operations on the disk.
CTR ldiskDiskWritesPerSec1.3.6.1.4.1.311.1.1.3.1.1.5.1.17Counterread-onlyDisk Writes/sec is the rate of write operations on the disk.
INT ldiskDiskBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.5.1.18INTEGERread-onlyDisk Bytes/sec is the rate bytes are transferred to or from the disk during write or read operations.
INT ldiskDiskReadBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.5.1.19INTEGERread-onlyDisk Read Bytes/sec is the rate bytes are transferred from the disk during read operations.
INT ldiskDiskWriteBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.5.1.20INTEGERread-onlyDisk Write Bytes is rate bytes are transferred to the disk during write operations.
pagefilepaging_FileTable1.3.6.1.4.1.311.1.1.3.1.1.6not-accessibleA table containing performance information for instances of 'paging-File' objects.
pagefilepaging_FileEntry1.3.6.1.4.1.311.1.1.3.1.1.6.1not-accessiblePerformance information for one particular instance of 'paging-File' object.
INT pagefilepaging_FileIndex1.3.6.1.4.1.311.1.1.3.1.1.6.1.1INTEGERread-onlyIndex.
STR pagefilepaging_FileInstance1.3.6.1.4.1.311.1.1.3.1.1.6.1.2DisplayStringread-onlyInstance name.
INT pagefilePercentUsage1.3.6.1.4.1.311.1.1.3.1.1.6.1.3INTEGERread-onlyThe amount of the Page File instance in use in percent. See also Process:Page File Bytes.
INT pagefilePercentUsagePeak1.3.6.1.4.1.311.1.1.3.1.1.6.1.4INTEGERread-onlyThe peak usage of the Page File instance in percent. See also Process:Page File Bytes Peak.
processprocessTable1.3.6.1.4.1.311.1.1.3.1.1.7not-accessibleA table containing performance information for instances of 'process' objects.
processprocessEntry1.3.6.1.4.1.311.1.1.3.1.1.7.1not-accessiblePerformance information for one particular instance of 'process' object.
INT processprocessIndex1.3.6.1.4.1.311.1.1.3.1.1.7.1.1INTEGERread-onlyIndex.
STR processprocessInstance1.3.6.1.4.1.311.1.1.3.1.1.7.1.2DisplayStringread-onlyInstance name.
INT processPercentProcessorTime1.3.6.1.4.1.311.1.1.3.1.1.7.1.3INTEGERread-onlyProcessor 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 certain hardware interrupts or trap conditions may be counted for this process.
INT processPercentUserTime1.3.6.1.4.1.311.1.1.3.1.1.7.1.4INTEGERread-onlyUser Time is the percentage of elapsed time that this process's threads have spent executing code in User Mode. Applications execute in User Mode, as do subsystems like the window manager and the graphics engine. Code executing in User Mode cannot damage the integrity of the Windows NT Executive, Kernel, and device drivers. Unlike some early operating systems, Windows NT uses process boundaries for subsystem protection in addition to the traditional protection of User and Privileged modes. These subsystem processes provide additional protection. Therefore, some work done by Windows NT on behalf of your application may appear in other subsystem processes in addition to the Privileged Time in your process.
INT processPercentPrivilegedTime1.3.6.1.4.1.311.1.1.3.1.1.7.1.5INTEGERread-onlyPrivileged Time is the percentage of elapsed time that this process's threads have spent executing code in Privileged Mode. When a Windows NT system service is called, the service will often run in Privileged Mode to gain access to system-private data. Such data is protected from access by threads executing in User Mode. Calls to the system may be explicit, or they may be implicit such as when a page fault or an interrupt occurs. Unlike some early operating systems, Windows NT uses process boundaries for subsystem protection in addition to the traditional protection of User and Privileged modes. These subsystem processes provide additional protection. Therefore, some work done by Windows NT on behalf of your application may appear in other subsystem processes in addition to the Privileged Time in your process.
INT processVirtualBytesPeak1.3.6.1.4.1.311.1.1.3.1.1.7.1.6INTEGERread-onlyVirtual 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 may limit its ability to load libraries.
INT processVirtualBytes1.3.6.1.4.1.311.1.1.3.1.1.7.1.7INTEGERread-onlyVirtual 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 however finite, and by using too much, the process may limit its ability to load libraries.
CTR processPageFaultsPerSec1.3.6.1.4.1.311.1.1.3.1.1.7.1.8Counterread-onlyPage Faults/sec is the rate of Page Faults by 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.
INT processWorkingSetPeak1.3.6.1.4.1.311.1.1.3.1.1.7.1.9INTEGERread-onlyWorking 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.
INT processWorkingSet1.3.6.1.4.1.311.1.1.3.1.1.7.1.10INTEGERread-onlyWorking 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.
INT processPageFileBytesPeak1.3.6.1.4.1.311.1.1.3.1.1.7.1.11INTEGERread-onlyPage 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.
INT processPageFileBytes1.3.6.1.4.1.311.1.1.3.1.1.7.1.12INTEGERread-onlyPage 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.
INT processPrivateBytes1.3.6.1.4.1.311.1.1.3.1.1.7.1.13INTEGERread-onlyPrivate Bytes is the current number of bytes this process has allocated that cannot be shared with other processes.
INT processThreadCount1.3.6.1.4.1.311.1.1.3.1.1.7.1.14INTEGERread-onlyThe 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.
INT processPriorityBase1.3.6.1.4.1.311.1.1.3.1.1.7.1.15INTEGERread-onlyThe current base priority of this process. Threads within a process can raise and lower their own base priority relative to the process's base priority.
TIK processElapsedTime1.3.6.1.4.1.311.1.1.3.1.1.7.1.16TimeTicksread-onlyThe total elapsed time (in seconds) this process has been running.
INT processIDProcess1.3.6.1.4.1.311.1.1.3.1.1.7.1.17INTEGERread-onlyID 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.
INT processPoolPagedBytes1.3.6.1.4.1.311.1.1.3.1.1.7.1.18INTEGERread-onlyPool Paged Bytes is the number of bytes in the Paged Pool, a system memory area where space is acquired by operating system components as they accomplish their appointed tasks. Paged Pool pages can be paged out to the paging file when not accessed by the system for sustained periods of time.
INT processPoolNonpagedBytes1.3.6.1.4.1.311.1.1.3.1.1.7.1.19INTEGERread-onlyPool Nonpaged Bytes is the number of bytes in the Nonpaged Pool, a system memory area where space is acquired by operating system components as they accomplish their appointed tasks. Nonpaged Pool pages cannot be paged out to the paging file, but instead remain in main memory as long as they are allocated.
INT processHandleCount1.3.6.1.4.1.311.1.1.3.1.1.7.1.20INTEGERread-onlyThe 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.
redirector1.3.6.1.4.1.311.1.1.3.1.1.8
INT redirectorBytesTotalPerSec1.3.6.1.4.1.311.1.1.3.1.1.8.1INTEGERread-onlyBytes 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.
CTR redirectorFileDataOperationsPerSec1.3.6.1.4.1.311.1.1.3.1.1.8.2Counterread-onlyFile 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.
INT redirectorPacketsPerSec1.3.6.1.4.1.311.1.1.3.1.1.8.3INTEGERread-onlyPackets/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.
INT redirectorBytesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.8.4INTEGERread-onlyBytes 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.)
INT redirectorPacketsReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.8.5INTEGERread-onlyPackets Received/sec is the rate that 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 may not contain incoming data, for example an acknowledgment to a write made by the Redirector would count as an incoming packet.
INT redirectorReadBytesPagingPerSec1.3.6.1.4.1.311.1.1.3.1.1.8.6INTEGERread-onlyRead Bytes Paging/sec is the rate that 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.)
INT redirectorReadBytesNon_PagingPerSec1.3.6.1.4.1.311.1.1.3.1.1.8.7INTEGERread-onlyRead 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.
INT redirectorReadBytesCachePerSec1.3.6.1.4.1.311.1.1.3.1.1.8.8INTEGERread-onlyRead Bytes Cache/sec is the rate that applications on your computer are accessing the Cache using the Redirector. Some of these data requests may be satisfied by merely retrieving the data from the system Cache on your own computer if it happened to be used recently and there was room to keep it in the Cache. Requests that miss the Cache will cause a page fault (see Read Bytes Paging/sec).
INT redirectorReadBytesNetworkPerSec1.3.6.1.4.1.311.1.1.3.1.1.8.9INTEGERread-onlyRead Bytes Network/sec is the rate that applications are reading data across the network. For one reason or another the data was not in the system Cache, and these bytes actually came across the network. Dividing this number by Bytes Received/sec will indicate the 'efficiency' of data coming in from the network, since all of these bytes are real application data (see Bytes Received/sec.)
INT redirectorBytesTransmittedPerSec1.3.6.1.4.1.311.1.1.3.1.1.8.10INTEGERread-onlyBytes Transmitted/sec is the rate that 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.)
INT redirectorPacketsTransmittedPerSec1.3.6.1.4.1.311.1.1.3.1.1.8.11INTEGERread-onlyPackets Transmitted/sec is the rate that 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.
INT redirectorWriteBytesPagingPerSec1.3.6.1.4.1.311.1.1.3.1.1.8.12INTEGERread-onlyWrite Bytes Paging/sec is the rate that 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 Cache (see Write Bytes Cache/sec).
INT redirectorWriteBytesNon_PagingPerSec1.3.6.1.4.1.311.1.1.3.1.1.8.13INTEGERread-onlyWrite Bytes Non-Paging/sec is the rate of the bytes that are written by the Redirector in response to normal file outputs by an application when they are redirected to go to another computer. In addition to file requests this counter 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.
INT redirectorWriteBytesCachePerSec1.3.6.1.4.1.311.1.1.3.1.1.8.14INTEGERread-onlyWrite Bytes Cache/sec is the rate that applications on your computer are writing to the Cache using the Redirector. The data may not leave your computer immediately, but may 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.
INT redirectorWriteBytesNetworkPerSec1.3.6.1.4.1.311.1.1.3.1.1.8.15INTEGERread-onlyWrite Bytes Network/sec is the rate that your applications are writing data across the network. Either the system Cache was bypassed, as for Named Pipes or Transactions, or else the Cache wrote the bytes to make room for other data. Dividing this counter by Bytes Transmitted/sec will indicate the 'efficiency' of data written to the network, since all of these bytes are real application data (see Transmitted Bytes/sec.)
CTR redirectorFileReadOperationsPerSec1.3.6.1.4.1.311.1.1.3.1.1.8.16Counterread-onlyFile Read Operations/sec is the rate that applications are asking the Redirector for data. Each call to a file system or similar Application Program Interface (API) call counts as one operation.
CTR redirectorReadOperationsRandomPerSec1.3.6.1.4.1.311.1.1.3.1.1.8.17Counterread-onlyRead Operations Random/sec counts the rate that, 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.
CTR redirectorReadPacketsPerSec1.3.6.1.4.1.311.1.1.3.1.1.8.18Counterread-onlyRead Packets/sec is the rate that 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.
CTR redirectorReadsLargePerSec1.3.6.1.4.1.311.1.1.3.1.1.8.19Counterread-onlyReads Large/sec is the rate that 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.
CTR redirectorReadPacketsSmallPerSec1.3.6.1.4.1.311.1.1.3.1.1.8.20Counterread-onlyRead Packets Small/sec is the rate that 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.
CTR redirectorFileWriteOperationsPerSec1.3.6.1.4.1.311.1.1.3.1.1.8.21Counterread-onlyFile Write Operations/sec is the rate that applications are sending data to the Redirector. Each call to a file system or similar Application Program Interface (API) call counts as one operation.
CTR redirectorWriteOperationsRandomPerSec1.3.6.1.4.1.311.1.1.3.1.1.8.22Counterread-onlyWrite Operations Random/sec is the rate that, 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.
CTR redirectorWritePacketsPerSec1.3.6.1.4.1.311.1.1.3.1.1.8.23Counterread-onlyWrite Packets/sec is the rate that 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.
CTR redirectorWritesLargePerSec1.3.6.1.4.1.311.1.1.3.1.1.8.24Counterread-onlyWrites Large/sec is the rate that 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.
CTR redirectorWritePacketsSmallPerSec1.3.6.1.4.1.311.1.1.3.1.1.8.25Counterread-onlyWrite Packets Small/sec is the rate that 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!
CTR redirectorReadsDeniedPerSec1.3.6.1.4.1.311.1.1.3.1.1.8.26Counterread-onlyReads Denied/sec is the rate that 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.
CTR redirectorWritesDeniedPerSec1.3.6.1.4.1.311.1.1.3.1.1.8.27Counterread-onlyWrites Denied/sec is the rate that 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.
CTR redirectorNetworkErrorsPerSec1.3.6.1.4.1.311.1.1.3.1.1.8.28Counterread-onlyNetwork 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 system Event Log, so look there for details.
INT redirectorServerSessions1.3.6.1.4.1.311.1.1.3.1.1.8.29INTEGERread-onlyServer 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.
INT redirectorServerReconnects1.3.6.1.4.1.311.1.1.3.1.1.8.30INTEGERread-onlyServer 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.
INT redirectorConnectsCore1.3.6.1.4.1.311.1.1.3.1.1.8.31INTEGERread-onlyConnects 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.
INT redirectorConnectsLanManager201.3.6.1.4.1.311.1.1.3.1.1.8.32INTEGERread-onlyConnects Lan Manager 2.0 counts connections to Lan Manager 2.0 servers, including LMX servers.
INT redirectorConnectsLanManager211.3.6.1.4.1.311.1.1.3.1.1.8.33INTEGERread-onlyConnects Lan Manager 2.1 counts connections to Lan Manager 2.1 servers, including LMX servers.
INT redirectorConnectsWindowsNT1.3.6.1.4.1.311.1.1.3.1.1.8.34INTEGERread-onlyConnects Windows NT counts the connections to Windows NT computers. Good choice!
INT redirectorServerDisconnects1.3.6.1.4.1.311.1.1.3.1.1.8.35INTEGERread-onlyServer Disconnects counts the number of times a Server has disconnected your Redirector. See also Server Reconnects.
INT redirectorServerSessionsHung1.3.6.1.4.1.311.1.1.3.1.1.8.36INTEGERread-onlyServer 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.
INT redirectorCurrentCommands1.3.6.1.4.1.311.1.1.3.1.1.8.37INTEGERread-onlyCurrent 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.
tCP1.3.6.1.4.1.311.1.1.3.1.1.9
CTR tcpSegmentsPerSec1.3.6.1.4.1.311.1.1.3.1.1.9.1Counterread-onlySegments/sec is the rate that TCP segments are sent or received using the TCP protocol.
INT tcpConnectionsEstablished1.3.6.1.4.1.311.1.1.3.1.1.9.2INTEGERread-onlyConnections Established is the number of TCP connections for which the current state is either ESTABLISHED or CLOSE-WAIT.
INT tcpConnectionsActive1.3.6.1.4.1.311.1.1.3.1.1.9.3INTEGERread-onlyConnections Active is the number of times TCP connections have made a direct transition to the SYN-SENT state from the CLOSED state.
INT tcpConnectionsPassive1.3.6.1.4.1.311.1.1.3.1.1.9.4INTEGERread-onlyConnections Passive is the number of times TCP connections have made a direct transition to the SYN-RCVD state from the LISTEN state.
INT tcpConnectionFailures1.3.6.1.4.1.311.1.1.3.1.1.9.5INTEGERread-onlyConnection 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.
INT tcpConnectionsReset1.3.6.1.4.1.311.1.1.3.1.1.9.6INTEGERread-onlyConnections 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.
CTR tcpSegmentsReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.9.7Counterread-onlySegments Received/sec is the rate that segments are received, including those received in error. This count includes segments received on currently established connections.
CTR tcpSegmentsSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.9.8Counterread-onlySegments Sent/sec is the rate that segments are sent, including those on current connections, but excluding those containing only retransmitted bytes.
CTR tcpSegmentsRetransmittedPerSec1.3.6.1.4.1.311.1.1.3.1.1.9.9Counterread-onlySegments Retransmitted/sec is the rate that segments are retransmitted, that is, segments transmitted containing one or more previously transmitted bytes.
iP1.3.6.1.4.1.311.1.1.3.1.1.10
CTR ipDatagramsPerSec1.3.6.1.4.1.311.1.1.3.1.1.10.1Counterread-onlyDatagrams/sec is the rate that IP datagrams are received from or sent to the interfaces, including those in error. Any forwarded datagrams are not included in this rate.
CTR ipDatagramsReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.10.2Counterread-onlyDatagrams Received/sec is the rate that IP datagrams are received from the interfaces, including those in error.
INT ipDatagramsReceivedHeaderErrors1.3.6.1.4.1.311.1.1.3.1.1.10.3INTEGERread-onlyDatagrams 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.
INT ipDatagramsReceivedAddressErrors1.3.6.1.4.1.311.1.1.3.1.1.10.4INTEGERread-onlyDatagrams Received Address Errors is the number of input datagrams discarded because the IP address 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.
CTR ipDatagramsForwardedPerSec1.3.6.1.4.1.311.1.1.3.1.1.10.5Counterread-onlyDatagrams Forwarded/sec is the rate of input datagrams for that 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.
INT ipDatagramsReceivedUnknownProtocol1.3.6.1.4.1.311.1.1.3.1.1.10.6INTEGERread-onlyDatagrams Received Unknown Protocol is the number of locally-addressed datagrams received successfully but discarded because of an unknown or unsupported protocol.
INT ipDatagramsReceivedDiscarded1.3.6.1.4.1.311.1.1.3.1.1.10.7INTEGERread-onlyDatagrams 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.
CTR ipDatagramsReceivedDeliveredPerSec1.3.6.1.4.1.311.1.1.3.1.1.10.8Counterread-onlyDatagrams Received Delivered/sec is the rate that input datagrams are successfully delivered to IP user-protocols (including ICMP).
CTR ipDatagramsSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.10.9Counterread-onlyDatagrams Sent/sec is the rate that 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.
INT ipDatagramsOutboundDiscarded1.3.6.1.4.1.311.1.1.3.1.1.10.10INTEGERread-onlyDatagrams 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.
INT ipDatagramsOutboundNoRoute1.3.6.1.4.1.311.1.1.3.1.1.10.11INTEGERread-onlyDatagrams 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.
CTR ipFragmentsReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.10.12Counterread-onlyFragments Received/sec is the rate that IP fragments that need to be re-assembled at this entity are received.
CTR ipFragmentsRe_assembledPerSec1.3.6.1.4.1.311.1.1.3.1.1.10.13Counterread-onlyFragments Re-assembled/sec is the rate that IP fragments are successfully re-assembled.
INT ipFragmentRe_assemblyFailures1.3.6.1.4.1.311.1.1.3.1.1.10.14INTEGERread-onlyFragment 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.
CTR ipFragmentedDatagramsPerSec1.3.6.1.4.1.311.1.1.3.1.1.10.15Counterread-onlyFragmented Datagrams/sec is the rate that datagrams are successfully fragmented at this entity.
INT ipFragmentationFailures1.3.6.1.4.1.311.1.1.3.1.1.10.16INTEGERread-onlyFragmentation 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.
CTR ipFragmentsCreatedPerSec1.3.6.1.4.1.311.1.1.3.1.1.10.17Counterread-onlyFragments Created/sec is the rate that IP datagram fragments have been generated as a result of fragmentation at this entity.
uDP1.3.6.1.4.1.311.1.1.3.1.1.11
CTR udpDatagramsPerSec1.3.6.1.4.1.311.1.1.3.1.1.11.1Counterread-onlyDatagrams/sec is the rate that UDP datagrams are sent or received by the entity.
CTR udpDatagramsReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.11.2Counterread-onlyDatagrams Received/sec is the rate that UDP datagrams are delivered to UDP users.
CTR udpDatagramsNoPortPerSec1.3.6.1.4.1.311.1.1.3.1.1.11.3Counterread-onlyDatagrams No Port/sec is the rate of received UDP datagrams for which there was no application at the destination port.
INT udpDatagramsReceivedErrors1.3.6.1.4.1.311.1.1.3.1.1.11.4INTEGERread-onlyDatagrams 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.
CTR udpDatagramsSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.11.5Counterread-onlyDatagrams Sent/sec is the rate that UDP datagrams are sent from the entity.
netbeuinetBEUITable1.3.6.1.4.1.311.1.1.3.1.1.12not-accessibleA table containing performance information for instances of 'netBEUI' objects.
netbeuinetBEUIEntry1.3.6.1.4.1.311.1.1.3.1.1.12.1not-accessiblePerformance information for one particular instance of 'netBEUI' object.
INT netbeuinetBEUIIndex1.3.6.1.4.1.311.1.1.3.1.1.12.1.1INTEGERread-onlyIndex.
STR netbeuinetBEUIInstance1.3.6.1.4.1.311.1.1.3.1.1.12.1.2DisplayStringread-onlyInstance name.
CTR netbeuiDatagramsPerSec1.3.6.1.4.1.311.1.1.3.1.1.12.1.3Counterread-onlyDatagrams/sec is the rate that 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.
INT netbeuiDatagramBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.12.1.4INTEGERread-onlyDatagram Bytes/sec is the rate that 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.
CTR netbeuiPacketsPerSec1.3.6.1.4.1.311.1.1.3.1.1.12.1.5Counterread-onlyPackets/sec is the rate that 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.
CTR netbeuiFramesPerSec1.3.6.1.4.1.311.1.1.3.1.1.12.1.6Counterread-onlyFrames/sec is the rate that 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.
INT netbeuiFrameBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.12.1.7INTEGERread-onlyFrame Bytes/sec is the rate that 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.
INT netbeuiBytesTotalPerSec1.3.6.1.4.1.311.1.1.3.1.1.12.1.8INTEGERread-onlyBytes 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.
INT netbeuiConnectionsOpen1.3.6.1.4.1.311.1.1.3.1.1.12.1.9INTEGERread-onlyConnections Open is the number of connections currently open for this protocol. This counter shows the current count only and does not accumulate over time.
INT netbeuiConnectionsNoRetries1.3.6.1.4.1.311.1.1.3.1.1.12.1.10INTEGERread-onlyConnections 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.
INT netbeuiConnectionsWithRetries1.3.6.1.4.1.311.1.1.3.1.1.12.1.11INTEGERread-onlyConnections 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.
INT netbeuiDisconnectsLocal1.3.6.1.4.1.311.1.1.3.1.1.12.1.12INTEGERread-onlyDisconnects Local is the number of session disconnections that were initiated by the local computer. This number is an accumulator and shows a running total.
INT netbeuiDisconnectsRemote1.3.6.1.4.1.311.1.1.3.1.1.12.1.13INTEGERread-onlyDisconnects Remote is the number of session disconnections that were initiated by the remote computer. This number is an accumulator and shows a running total.
INT netbeuiFailuresLink1.3.6.1.4.1.311.1.1.3.1.1.12.1.14INTEGERread-onlyFailures Link is the number of connections that were dropped due to a link failure. This number is an accumulator and shows a running total.
INT netbeuiFailuresAdapter1.3.6.1.4.1.311.1.1.3.1.1.12.1.15INTEGERread-onlyFailures Adapter is the number of connections that were dropped due to an adapter failure. This number is an accumulator and shows a running total.
INT netbeuiConnectionSessionTimeouts1.3.6.1.4.1.311.1.1.3.1.1.12.1.16INTEGERread-onlyConnection 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.
INT netbeuiConnectionsCanceled1.3.6.1.4.1.311.1.1.3.1.1.12.1.17INTEGERread-onlyConnections Canceled is the number of connections that were canceled. This number is an accumulator and shows a running total.
INT netbeuiFailuresResourceRemote1.3.6.1.4.1.311.1.1.3.1.1.12.1.18INTEGERread-onlyFailures 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.
INT netbeuiFailuresResourceLocal1.3.6.1.4.1.311.1.1.3.1.1.12.1.19INTEGERread-onlyFailures 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.
INT netbeuiFailuresNotFound1.3.6.1.4.1.311.1.1.3.1.1.12.1.20INTEGERread-onlyFailures 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.
INT netbeuiFailuresNoListen1.3.6.1.4.1.311.1.1.3.1.1.12.1.21INTEGERread-onlyFailures No Listen is the number of connections that were rejected because the remote computer was not listening for connection requests.
CTR netbeuiDatagramsSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.12.1.22Counterread-onlyDatagrams Sent/sec is the rate that datagrams are sent from the computer. A datagram is a connectionless packet whose delivery to a remote computer is not guaranteed.
INT netbeuiDatagramBytesSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.12.1.23INTEGERread-onlyDatagram Bytes Sent/sec is the rate that datagram bytes are sent from the computer. A datagram is a connectionless packet whose delivery to a remote computer is not guaranteed.
CTR netbeuiDatagramsReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.12.1.24Counterread-onlyDatagrams Received/sec is the rate that datagrams are received by the computer. A datagram is a connectionless packet whose delivery to a remote computer is not guaranteed.
INT netbeuiDatagramBytesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.12.1.25INTEGERread-onlyDatagram Bytes Received/sec is the rate that datagram bytes are received by the computer. A datagram is a connectionless packet whose delivery to a remote computer is not guaranteed.
CTR netbeuiPacketsSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.12.1.26Counterread-onlyPackets Sent/sec is the rate that packets are sent by the computer. This counter counts all packets sent by the computer, i.e. control as well as data packets.
CTR netbeuiPacketsReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.12.1.27Counterread-onlyPackets Received/sec is the rate that packets are received by the computer. This counter counts all packets processed: control as well as data packets.
CTR netbeuiFramesSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.12.1.28Counterread-onlyFrames Sent/sec is the rate that data frames are sent by the computer. This counter only counts the frames (packets) that carry data.
INT netbeuiFrameBytesSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.12.1.29INTEGERread-onlyFrame Bytes Sent/sec is the rate that data bytes are sent by the computer. This counter only counts the bytes in frames (packets) that carry data.
CTR netbeuiFramesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.12.1.30Counterread-onlyFrames Received/sec is the rate that data frames are received by the computer. This counter only counts the frames (packets) that carry data.
INT netbeuiFrameBytesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.12.1.31INTEGERread-onlyFrame Bytes Received/sec is the rate that data bytes are received by the computer. This counter only counts the frames (packets) that carry data.
CTR netbeuiFramesRe_SentPerSec1.3.6.1.4.1.311.1.1.3.1.1.12.1.32Counterread-onlyFrames Re-Sent/sec is the rate that data frames (packets) are re-sent by the computer. This counter only counts the frames or packets that carry data.
INT netbeuiFrameBytesRe_SentPerSec1.3.6.1.4.1.311.1.1.3.1.1.12.1.33INTEGERread-onlyFrame Bytes Re-Sent/sec is the rate that data bytes are re-sent by the computer. This counter only counts the bytes in frames that carry data.
CTR netbeuiFramesRejectedPerSec1.3.6.1.4.1.311.1.1.3.1.1.12.1.34Counterread-onlyFrames Rejected/sec is the rate that data frames are rejected. This counter only counts the frames (packets) that carry data.
INT netbeuiFrameBytesRejectedPerSec1.3.6.1.4.1.311.1.1.3.1.1.12.1.35INTEGERread-onlyFrame Bytes Rejected/sec is the rate that data bytes are rejected. This counter only counts the bytes in data frames (packets) that carry data.
INT netbeuiExpirationsResponse1.3.6.1.4.1.311.1.1.3.1.1.12.1.36INTEGERread-onlyExpirations Response is the count of T1 timer expirations.
INT netbeuiExpirationsAck1.3.6.1.4.1.311.1.1.3.1.1.12.1.37INTEGERread-onlyExpirations Ack is the count of T2 timer expirations
INT netbeuiWindowSendMaximum1.3.6.1.4.1.311.1.1.3.1.1.12.1.38INTEGERread-onlyWindow Send Maximum is the maximum number of bytes of data that will be sent before waiting for an acknowledgment from the remote computer.
INT netbeuiWindowSendAverage1.3.6.1.4.1.311.1.1.3.1.1.12.1.39INTEGERread-onlyWindow Send Average is the running average number of data bytes that were sent before waiting for an acknowledgment from the remote computer.
CTR netbeuiPiggybackAckQueuedPerSec1.3.6.1.4.1.311.1.1.3.1.1.12.1.40Counterread-onlyPiggyback Ack Queued/sec is the rate that 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.
INT netbeuiPiggybackAckTimeouts1.3.6.1.4.1.311.1.1.3.1.1.12.1.41INTEGERread-onlyPiggyback 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.
nbtconnnBT_ConnectionTable1.3.6.1.4.1.311.1.1.3.1.1.13not-accessibleA table containing performance information for instances of 'nBT-Connection' objects.
nbtconnnBT_ConnectionEntry1.3.6.1.4.1.311.1.1.3.1.1.13.1not-accessiblePerformance information for one particular instance of 'nBT-Connection' object.
INT nbtconnnBT_ConnectionIndex1.3.6.1.4.1.311.1.1.3.1.1.13.1.1INTEGERread-onlyIndex.
STR nbtconnnBT_ConnectionInstance1.3.6.1.4.1.311.1.1.3.1.1.13.1.2DisplayStringread-onlyInstance name.
INT nbtconnBytesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.13.1.3INTEGERread-onlyBytes Received/sec is the rate that 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.
INT nbtconnBytesSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.13.1.4INTEGERread-onlyBytes Sent/sec is the rate that 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.
INT nbtconnBytesTotalPerSec1.3.6.1.4.1.311.1.1.3.1.1.13.1.5INTEGERread-onlyTotal Bytes/sec is the rate that 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.
nwlinkipxnWLink_IPXTable1.3.6.1.4.1.311.1.1.3.1.1.14not-accessibleA table containing performance information for instances of 'nWLink-IPX' objects.
nwlinkipxnWLink_IPXEntry1.3.6.1.4.1.311.1.1.3.1.1.14.1not-accessiblePerformance information for one particular instance of 'nWLink-IPX' object.
INT nwlinkipxnWLink_IPXIndex1.3.6.1.4.1.311.1.1.3.1.1.14.1.1INTEGERread-onlyIndex.
STR nwlinkipxnWLink_IPXInstance1.3.6.1.4.1.311.1.1.3.1.1.14.1.2DisplayStringread-onlyInstance name.
CTR nwlinkipxDatagramsPerSec1.3.6.1.4.1.311.1.1.3.1.1.14.1.3Counterread-onlyDatagrams/sec is the rate that 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.
INT nwlinkipxDatagramBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.14.1.4INTEGERread-onlyDatagram Bytes/sec is the rate that 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.
CTR nwlinkipxPacketsPerSec1.3.6.1.4.1.311.1.1.3.1.1.14.1.5Counterread-onlyPackets/sec is the rate that 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.
CTR nwlinkipxFramesPerSec1.3.6.1.4.1.311.1.1.3.1.1.14.1.6Counterread-onlyFrames/sec is the rate that 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.
INT nwlinkipxFrameBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.14.1.7INTEGERread-onlyFrame Bytes/sec is the rate that 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.
INT nwlinkipxBytesTotalPerSec1.3.6.1.4.1.311.1.1.3.1.1.14.1.8INTEGERread-onlyBytes 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.
INT nwlinkipxConnectionsOpen1.3.6.1.4.1.311.1.1.3.1.1.14.1.9INTEGERread-onlyConnections Open is the number of connections currently open for this protocol. This counter shows the current count only and does not accumulate over time.
INT nwlinkipxConnectionsNoRetries1.3.6.1.4.1.311.1.1.3.1.1.14.1.10INTEGERread-onlyConnections 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.
INT nwlinkipxConnectionsWithRetries1.3.6.1.4.1.311.1.1.3.1.1.14.1.11INTEGERread-onlyConnections 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.
INT nwlinkipxDisconnectsLocal1.3.6.1.4.1.311.1.1.3.1.1.14.1.12INTEGERread-onlyDisconnects Local is the number of session disconnections that were initiated by the local computer. This number is an accumulator and shows a running total.
INT nwlinkipxDisconnectsRemote1.3.6.1.4.1.311.1.1.3.1.1.14.1.13INTEGERread-onlyDisconnects Remote is the number of session disconnections that were initiated by the remote computer. This number is an accumulator and shows a running total.
INT nwlinkipxFailuresLink1.3.6.1.4.1.311.1.1.3.1.1.14.1.14INTEGERread-onlyFailures Link is the number of connections that were dropped due to a link failure. This number is an accumulator and shows a running total.
INT nwlinkipxFailuresAdapter1.3.6.1.4.1.311.1.1.3.1.1.14.1.15INTEGERread-onlyFailures Adapter is the number of connections that were dropped due to an adapter failure. This number is an accumulator and shows a running total.
INT nwlinkipxConnectionSessionTimeouts1.3.6.1.4.1.311.1.1.3.1.1.14.1.16INTEGERread-onlyConnection 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.
INT nwlinkipxConnectionsCanceled1.3.6.1.4.1.311.1.1.3.1.1.14.1.17INTEGERread-onlyConnections Canceled is the number of connections that were canceled. This number is an accumulator and shows a running total.
INT nwlinkipxFailuresResourceRemote1.3.6.1.4.1.311.1.1.3.1.1.14.1.18INTEGERread-onlyFailures 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.
INT nwlinkipxFailuresResourceLocal1.3.6.1.4.1.311.1.1.3.1.1.14.1.19INTEGERread-onlyFailures 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.
INT nwlinkipxFailuresNotFound1.3.6.1.4.1.311.1.1.3.1.1.14.1.20INTEGERread-onlyFailures 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.
INT nwlinkipxFailuresNoListen1.3.6.1.4.1.311.1.1.3.1.1.14.1.21INTEGERread-onlyFailures No Listen is the number of connections that were rejected because the remote computer was not listening for connection requests.
CTR nwlinkipxDatagramsSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.14.1.22Counterread-onlyDatagrams Sent/sec is the rate that datagrams are sent from the computer. A datagram is a connectionless packet whose delivery to a remote computer is not guaranteed.
INT nwlinkipxDatagramBytesSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.14.1.23INTEGERread-onlyDatagram Bytes Sent/sec is the rate that datagram bytes are sent from the computer. A datagram is a connectionless packet whose delivery to a remote computer is not guaranteed.
CTR nwlinkipxDatagramsReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.14.1.24Counterread-onlyDatagrams Received/sec is the rate that datagrams are received by the computer. A datagram is a connectionless packet whose delivery to a remote computer is not guaranteed.
INT nwlinkipxDatagramBytesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.14.1.25INTEGERread-onlyDatagram Bytes Received/sec is the rate that datagram bytes are received by the computer. A datagram is a connectionless packet whose delivery to a remote computer is not guaranteed.
CTR nwlinkipxPacketsSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.14.1.26Counterread-onlyPackets Sent/sec is the rate that packets are sent by the computer. This counter counts all packets sent by the computer, i.e. control as well as data packets.
CTR nwlinkipxPacketsReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.14.1.27Counterread-onlyPackets Received/sec is the rate that packets are received by the computer. This counter counts all packets processed: control as well as data packets.
CTR nwlinkipxFramesSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.14.1.28Counterread-onlyFrames Sent/sec is the rate that data frames are sent by the computer. This counter only counts the frames (packets) that carry data.
INT nwlinkipxFrameBytesSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.14.1.29INTEGERread-onlyFrame Bytes Sent/sec is the rate that data bytes are sent by the computer. This counter only counts the bytes in frames (packets) that carry data.
CTR nwlinkipxFramesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.14.1.30Counterread-onlyFrames Received/sec is the rate that data frames are received by the computer. This counter only counts the frames (packets) that carry data.
INT nwlinkipxFrameBytesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.14.1.31INTEGERread-onlyFrame Bytes Received/sec is the rate that data bytes are received by the computer. This counter only counts the frames (packets) that carry data.
CTR nwlinkipxFramesRe_SentPerSec1.3.6.1.4.1.311.1.1.3.1.1.14.1.32Counterread-onlyFrames Re-Sent/sec is the rate that data frames (packets) are re-sent by the computer. This counter only counts the frames or packets that carry data.
INT nwlinkipxFrameBytesRe_SentPerSec1.3.6.1.4.1.311.1.1.3.1.1.14.1.33INTEGERread-onlyFrame Bytes Re-Sent/sec is the rate that data bytes are re-sent by the computer. This counter only counts the bytes in frames that carry data.
CTR nwlinkipxFramesRejectedPerSec1.3.6.1.4.1.311.1.1.3.1.1.14.1.34Counterread-onlyFrames Rejected/sec is the rate that data frames are rejected. This counter only counts the frames (packets) that carry data.
INT nwlinkipxFrameBytesRejectedPerSec1.3.6.1.4.1.311.1.1.3.1.1.14.1.35INTEGERread-onlyFrame Bytes Rejected/sec is the rate that data bytes are rejected. This counter only counts the bytes in data frames (packets) that carry data.
INT nwlinkipxExpirationsResponse1.3.6.1.4.1.311.1.1.3.1.1.14.1.36INTEGERread-onlyExpirations Response is the count of T1 timer expirations.
INT nwlinkipxExpirationsAck1.3.6.1.4.1.311.1.1.3.1.1.14.1.37INTEGERread-onlyExpirations Ack is the count of T2 timer expirations
INT nwlinkipxWindowSendMaximum1.3.6.1.4.1.311.1.1.3.1.1.14.1.38INTEGERread-onlyWindow Send Maximum is the maximum number of bytes of data that will be sent before waiting for an acknowledgment from the remote computer.
INT nwlinkipxWindowSendAverage1.3.6.1.4.1.311.1.1.3.1.1.14.1.39INTEGERread-onlyWindow Send Average is the running average number of data bytes that were sent before waiting for an acknowledgment from the remote computer.
CTR nwlinkipxPiggybackAckQueuedPerSec1.3.6.1.4.1.311.1.1.3.1.1.14.1.40Counterread-onlyPiggyback Ack Queued/sec is the rate that 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.
INT nwlinkipxPiggybackAckTimeouts1.3.6.1.4.1.311.1.1.3.1.1.14.1.41INTEGERread-onlyPiggyback 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.
nwlinkspxnWLink_SPXTable1.3.6.1.4.1.311.1.1.3.1.1.15not-accessibleA table containing performance information for instances of 'nWLink-SPX' objects.
nwlinkspxnWLink_SPXEntry1.3.6.1.4.1.311.1.1.3.1.1.15.1not-accessiblePerformance information for one particular instance of 'nWLink-SPX' object.
INT nwlinkspxnWLink_SPXIndex1.3.6.1.4.1.311.1.1.3.1.1.15.1.1INTEGERread-onlyIndex.
STR nwlinkspxnWLink_SPXInstance1.3.6.1.4.1.311.1.1.3.1.1.15.1.2DisplayStringread-onlyInstance name.
CTR nwlinkspxDatagramsPerSec1.3.6.1.4.1.311.1.1.3.1.1.15.1.3Counterread-onlyDatagrams/sec is the rate that 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.
INT nwlinkspxDatagramBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.15.1.4INTEGERread-onlyDatagram Bytes/sec is the rate that 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.
CTR nwlinkspxPacketsPerSec1.3.6.1.4.1.311.1.1.3.1.1.15.1.5Counterread-onlyPackets/sec is the rate that 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.
CTR nwlinkspxFramesPerSec1.3.6.1.4.1.311.1.1.3.1.1.15.1.6Counterread-onlyFrames/sec is the rate that 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.
INT nwlinkspxFrameBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.15.1.7INTEGERread-onlyFrame Bytes/sec is the rate that 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.
INT nwlinkspxBytesTotalPerSec1.3.6.1.4.1.311.1.1.3.1.1.15.1.8INTEGERread-onlyBytes 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.
INT nwlinkspxConnectionsOpen1.3.6.1.4.1.311.1.1.3.1.1.15.1.9INTEGERread-onlyConnections Open is the number of connections currently open for this protocol. This counter shows the current count only and does not accumulate over time.
INT nwlinkspxConnectionsNoRetries1.3.6.1.4.1.311.1.1.3.1.1.15.1.10INTEGERread-onlyConnections 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.
INT nwlinkspxConnectionsWithRetries1.3.6.1.4.1.311.1.1.3.1.1.15.1.11INTEGERread-onlyConnections 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.
INT nwlinkspxDisconnectsLocal1.3.6.1.4.1.311.1.1.3.1.1.15.1.12INTEGERread-onlyDisconnects Local is the number of session disconnections that were initiated by the local computer. This number is an accumulator and shows a running total.
INT nwlinkspxDisconnectsRemote1.3.6.1.4.1.311.1.1.3.1.1.15.1.13INTEGERread-onlyDisconnects Remote is the number of session disconnections that were initiated by the remote computer. This number is an accumulator and shows a running total.
INT nwlinkspxFailuresLink1.3.6.1.4.1.311.1.1.3.1.1.15.1.14INTEGERread-onlyFailures Link is the number of connections that were dropped due to a link failure. This number is an accumulator and shows a running total.
INT nwlinkspxFailuresAdapter1.3.6.1.4.1.311.1.1.3.1.1.15.1.15INTEGERread-onlyFailures Adapter is the number of connections that were dropped due to an adapter failure. This number is an accumulator and shows a running total.
INT nwlinkspxConnectionSessionTimeouts1.3.6.1.4.1.311.1.1.3.1.1.15.1.16INTEGERread-onlyConnection 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.
INT nwlinkspxConnectionsCanceled1.3.6.1.4.1.311.1.1.3.1.1.15.1.17INTEGERread-onlyConnections Canceled is the number of connections that were canceled. This number is an accumulator and shows a running total.
INT nwlinkspxFailuresResourceRemote1.3.6.1.4.1.311.1.1.3.1.1.15.1.18INTEGERread-onlyFailures 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.
INT nwlinkspxFailuresResourceLocal1.3.6.1.4.1.311.1.1.3.1.1.15.1.19INTEGERread-onlyFailures 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.
INT nwlinkspxFailuresNotFound1.3.6.1.4.1.311.1.1.3.1.1.15.1.20INTEGERread-onlyFailures 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.
INT nwlinkspxFailuresNoListen1.3.6.1.4.1.311.1.1.3.1.1.15.1.21INTEGERread-onlyFailures No Listen is the number of connections that were rejected because the remote computer was not listening for connection requests.
CTR nwlinkspxDatagramsSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.15.1.22Counterread-onlyDatagrams Sent/sec is the rate that datagrams are sent from the computer. A datagram is a connectionless packet whose delivery to a remote computer is not guaranteed.
INT nwlinkspxDatagramBytesSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.15.1.23INTEGERread-onlyDatagram Bytes Sent/sec is the rate that datagram bytes are sent from the computer. A datagram is a connectionless packet whose delivery to a remote computer is not guaranteed.
CTR nwlinkspxDatagramsReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.15.1.24Counterread-onlyDatagrams Received/sec is the rate that datagrams are received by the computer. A datagram is a connectionless packet whose delivery to a remote computer is not guaranteed.
INT nwlinkspxDatagramBytesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.15.1.25INTEGERread-onlyDatagram Bytes Received/sec is the rate that datagram bytes are received by the computer. A datagram is a connectionless packet whose delivery to a remote computer is not guaranteed.
CTR nwlinkspxPacketsSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.15.1.26Counterread-onlyPackets Sent/sec is the rate that packets are sent by the computer. This counter counts all packets sent by the computer, i.e. control as well as data packets.
CTR nwlinkspxPacketsReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.15.1.27Counterread-onlyPackets Received/sec is the rate that packets are received by the computer. This counter counts all packets processed: control as well as data packets.
CTR nwlinkspxFramesSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.15.1.28Counterread-onlyFrames Sent/sec is the rate that data frames are sent by the computer. This counter only counts the frames (packets) that carry data.
INT nwlinkspxFrameBytesSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.15.1.29INTEGERread-onlyFrame Bytes Sent/sec is the rate that data bytes are sent by the computer. This counter only counts the bytes in frames (packets) that carry data.
CTR nwlinkspxFramesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.15.1.30Counterread-onlyFrames Received/sec is the rate that data frames are received by the computer. This counter only counts the frames (packets) that carry data.
INT nwlinkspxFrameBytesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.15.1.31INTEGERread-onlyFrame Bytes Received/sec is the rate that data bytes are received by the computer. This counter only counts the frames (packets) that carry data.
CTR nwlinkspxFramesRe_SentPerSec1.3.6.1.4.1.311.1.1.3.1.1.15.1.32Counterread-onlyFrames Re-Sent/sec is the rate that data frames (packets) are re-sent by the computer. This counter only counts the frames or packets that carry data.
INT nwlinkspxFrameBytesRe_SentPerSec1.3.6.1.4.1.311.1.1.3.1.1.15.1.33INTEGERread-onlyFrame Bytes Re-Sent/sec is the rate that data bytes are re-sent by the computer. This counter only counts the bytes in frames that carry data.
CTR nwlinkspxFramesRejectedPerSec1.3.6.1.4.1.311.1.1.3.1.1.15.1.34Counterread-onlyFrames Rejected/sec is the rate that data frames are rejected. This counter only counts the frames (packets) that carry data.
INT nwlinkspxFrameBytesRejectedPerSec1.3.6.1.4.1.311.1.1.3.1.1.15.1.35INTEGERread-onlyFrame Bytes Rejected/sec is the rate that data bytes are rejected. This counter only counts the bytes in data frames (packets) that carry data.
INT nwlinkspxExpirationsResponse1.3.6.1.4.1.311.1.1.3.1.1.15.1.36INTEGERread-onlyExpirations Response is the count of T1 timer expirations.
INT nwlinkspxExpirationsAck1.3.6.1.4.1.311.1.1.3.1.1.15.1.37INTEGERread-onlyExpirations Ack is the count of T2 timer expirations
INT nwlinkspxWindowSendMaximum1.3.6.1.4.1.311.1.1.3.1.1.15.1.38INTEGERread-onlyWindow Send Maximum is the maximum number of bytes of data that will be sent before waiting for an acknowledgment from the remote computer.
INT nwlinkspxWindowSendAverage1.3.6.1.4.1.311.1.1.3.1.1.15.1.39INTEGERread-onlyWindow Send Average is the running average number of data bytes that were sent before waiting for an acknowledgment from the remote computer.
CTR nwlinkspxPiggybackAckQueuedPerSec1.3.6.1.4.1.311.1.1.3.1.1.15.1.40Counterread-onlyPiggyback Ack Queued/sec is the rate that 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.
INT nwlinkspxPiggybackAckTimeouts1.3.6.1.4.1.311.1.1.3.1.1.15.1.41INTEGERread-onlyPiggyback 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.
rAS_Total1.3.6.1.4.1.311.1.1.3.1.1.16
INT rastotalBytesTransmitted1.3.6.1.4.1.311.1.1.3.1.1.16.1INTEGERread-onlyThe number of bytes transmitted total for this connection.
INT rastotalBytesReceived1.3.6.1.4.1.311.1.1.3.1.1.16.2INTEGERread-onlyThe number of bytes received total for this connection.
INT rastotalFramesTransmitted1.3.6.1.4.1.311.1.1.3.1.1.16.3INTEGERread-onlyThe number of data frames transmitted total for this connection.
INT rastotalFramesReceived1.3.6.1.4.1.311.1.1.3.1.1.16.4INTEGERread-onlyThe number of data frames received total for this connection.
INT rastotalPercentCompressionOut1.3.6.1.4.1.311.1.1.3.1.1.16.5INTEGERread-onlyThe compression ratio for bytes being transmitted.
INT rastotalPercentCompressionIn1.3.6.1.4.1.311.1.1.3.1.1.16.6INTEGERread-onlyThe compression ratio for bytes being received.
INT rastotalCRCErrors1.3.6.1.4.1.311.1.1.3.1.1.16.7INTEGERread-onlyThe total number of CRC Errors for this connection. CRC Errors occur when the frame received contains erroneous data.
INT rastotalTimeoutErrors1.3.6.1.4.1.311.1.1.3.1.1.16.8INTEGERread-onlyThe total number of Timeout Errors for this connection. Timeout Errors occur when an expected is not received in time.
INT rastotalSerialOverrunErrors1.3.6.1.4.1.311.1.1.3.1.1.16.9INTEGERread-onlyThe total number of Serial Overrun Errors for this connection. Serial Overrun Errors occur when the hardware cannot handle the rate at which data is received.
INT rastotalAlignmentErrors1.3.6.1.4.1.311.1.1.3.1.1.16.10INTEGERread-onlyThe total number of Alignment Errors for this connection. Alignment Errors occur when a byte received is different from the byte expected.
INT rastotalBufferOverrunErrors1.3.6.1.4.1.311.1.1.3.1.1.16.11INTEGERread-onlyThe total number of Buffer Overrun Errors for this connection. Buffer Overrun Errors when the software cannot handle the rate at which data is received.
INT rastotalTotalErrors1.3.6.1.4.1.311.1.1.3.1.1.16.12INTEGERread-onlyThe total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors for this connection.
CTR rastotalBytesTransmittedPerSec1.3.6.1.4.1.311.1.1.3.1.1.16.13Counterread-onlyThe number of bytes transmitted per second.
CTR rastotalBytesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.16.14Counterread-onlyThe number of bytes received per second.
CTR rastotalFramesTransmittedPerSec1.3.6.1.4.1.311.1.1.3.1.1.16.15Counterread-onlyThe number of frames transmitted per second.
CTR rastotalFramesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.16.16Counterread-onlyThe number of frames received per second.
CTR rastotalTotalErrorsPerSec1.3.6.1.4.1.311.1.1.3.1.1.16.17Counterread-onlyThe total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors per second.
INT rastotalTotalConnections1.3.6.1.4.1.311.1.1.3.1.1.16.18INTEGERread-onlyThe total number of Remote Access connections.
server1.3.6.1.4.1.311.1.1.3.1.1.17
INT serverBytesTotalPerSec1.3.6.1.4.1.311.1.1.3.1.1.17.1INTEGERread-onlyThe 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.
INT serverBytesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.17.2INTEGERread-onlyThe number of bytes the server has received from the network. Indicates how busy the server is.
INT serverBytesTransmittedPerSec1.3.6.1.4.1.311.1.1.3.1.1.17.3INTEGERread-onlyThe number of bytes the server has sent on the network. Indicates how busy the server is.
INT serverSessionsTimedOut1.3.6.1.4.1.311.1.1.3.1.1.17.4INTEGERread-onlyThe 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.
INT serverSessionsErroredOut1.3.6.1.4.1.311.1.1.3.1.1.17.5INTEGERread-onlyThe number of sessions that have been closed due to unexpected error conditions. Indicates how frequently network problems are causing dropped sessions on the server.
INT serverSessionsLoggedOff1.3.6.1.4.1.311.1.1.3.1.1.17.6INTEGERread-onlyThe number of sessions that have terminated normally. Useful in interpreting the Sessions Times Out and Sessions Errored Out statistics--allows percentage calculations.
INT serverSessionsForcedOff1.3.6.1.4.1.311.1.1.3.1.1.17.7INTEGERread-onlyThe number of sessions that have been forced to logoff. Can indicate how many sessions were forced to logoff due to logon time constraints.
INT serverErrorsLogon1.3.6.1.4.1.311.1.1.3.1.1.17.8INTEGERread-onlyThe number of failed logon attempts to the server. Can indicate whether password guessing programs are being used to crack the security on the server.
INT serverErrorsAccessPermissions1.3.6.1.4.1.311.1.1.3.1.1.17.9INTEGERread-onlyThe 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.
INT serverErrorsGrantedAccess1.3.6.1.4.1.311.1.1.3.1.1.17.10INTEGERread-onlyThe number of times accesses to files opened successfully were denied. Can indicate attempts to access files without proper access authorization.
INT serverErrorsSystem1.3.6.1.4.1.311.1.1.3.1.1.17.11INTEGERread-onlyThe number of times an internal Server Error was detected. Unexpected errors usually indicate a problem with the Server.
CTR serverBlockingRequestsRejected1.3.6.1.4.1.311.1.1.3.1.1.17.12Counterread-onlyThe 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 may need tuning.
CTR serverWorkItemShortages1.3.6.1.4.1.311.1.1.3.1.1.17.13Counterread-onlyThe 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 may need tuning.
INT serverFilesOpenedTotal1.3.6.1.4.1.311.1.1.3.1.1.17.14INTEGERread-onlyThe 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, determining the effectiveness of oplocks.
INT serverFilesOpen1.3.6.1.4.1.311.1.1.3.1.1.17.15INTEGERread-onlyThe number of files currently opened in the server. Indicates current server activity.
INT serverServerSessions1.3.6.1.4.1.311.1.1.3.1.1.17.16INTEGERread-onlyThe number of sessions currently active in the server. Indicates current server activity.
INT serverFileDirectorySearches1.3.6.1.4.1.311.1.1.3.1.1.17.17INTEGERread-onlyThe number of searches for files currently active in the server. Indicates current server activity.
INT serverPoolNonpagedBytes1.3.6.1.4.1.311.1.1.3.1.1.17.18INTEGERread-onlyThe number of bytes of non-pageable computer memory the server is currently using. Can help in determining good values for the maxnonpagedmemoryusage parameter.
CTR serverPoolNonpagedFailures1.3.6.1.4.1.311.1.1.3.1.1.17.19Counterread-onlyThe number of times allocations from nonpaged pool have failed. Indicates that the computer's physical memory is too small.
INT serverPoolNonpagedPeak1.3.6.1.4.1.311.1.1.3.1.1.17.20INTEGERread-onlyThe 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.
INT serverPoolPagedBytes1.3.6.1.4.1.311.1.1.3.1.1.17.21INTEGERread-onlyThe number of bytes of pageable computer memory the server is currently using. Can help in determining good values for the maxpagedmemoryusage parameter.
INT serverPoolPagedFailures1.3.6.1.4.1.311.1.1.3.1.1.17.22INTEGERread-onlyThe number of times allocations from paged pool have failed. Indicates that the computer's physical memory of pagefile are too small.
INT serverPoolPagedPeak1.3.6.1.4.1.311.1.1.3.1.1.17.23INTEGERread-onlyThe maximum number of bytes of paged pool the server has had allocated. Indicates the proper sizes of the Page File(s) and physical memory.
CTR serverContextBlocksQueuedPerSec1.3.6.1.4.1.311.1.1.3.1.1.17.24Counterread-onlyContext Blocks Queued per second is the rate that work context blocks had to be placed on the server's FSP queue to await server action.
CTR serverLogonPerSec1.3.6.1.4.1.311.1.1.3.1.1.17.25Counterread-onlyLogon/sec is the rate of all server logons
INT serverLogonTotal1.3.6.1.4.1.311.1.1.3.1.1.17.26INTEGERread-onlyLogon Total includes all interactive logons, network logons, service logons, successful logon, and failed logons since the machine is last rebooted.
srvrqueuesserver_Work_QueuesTable1.3.6.1.4.1.311.1.1.3.1.1.18not-accessibleA table containing performance information for instances of 'server-Work-Queues' objects.
srvrqueuesserver_Work_QueuesEntry1.3.6.1.4.1.311.1.1.3.1.1.18.1not-accessiblePerformance information for one particular instance of 'server-Work-Queues' object.
INT srvrqueuesserver_Work_QueuesIndex1.3.6.1.4.1.311.1.1.3.1.1.18.1.1INTEGERread-onlyIndex.
STR srvrqueuesserver_Work_QueuesInstance1.3.6.1.4.1.311.1.1.3.1.1.18.1.2DisplayStringread-onlyInstance name.
INT srvrqueuesQueueLength1.3.6.1.4.1.311.1.1.3.1.1.18.1.3INTEGERread-onlyQueue Length is the current length of the server work queue for this CPU. A sustained queue length greater than four may indicate processor congestion. This is an instantaneous count, not an average over time.
INT srvrqueuesActiveThreads1.3.6.1.4.1.311.1.1.3.1.1.18.1.4INTEGERread-onlyActive Threads is the number of threads currently working on a request from the server client for this CPU. The system keeps this number as low as possible to minimize unnecessary context switching. This is an instantaneous count for the CPU, not an average over time.
INT srvrqueuesAvailableThreads1.3.6.1.4.1.311.1.1.3.1.1.18.1.5INTEGERread-onlyAvailable 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.
INT srvrqueuesAvailableWorkItems1.3.6.1.4.1.311.1.1.3.1.1.18.1.6INTEGERread-onlyEvery 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.
INT srvrqueuesBorrowedWorkItems1.3.6.1.4.1.311.1.1.3.1.1.18.1.7INTEGERread-onlyEvery 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 may 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.
INT srvrqueuesWorkItemShortages1.3.6.1.4.1.311.1.1.3.1.1.18.1.8INTEGERread-onlyEvery 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.
INT srvrqueuesCurrentClients1.3.6.1.4.1.311.1.1.3.1.1.18.1.9INTEGERread-onlyCurrent Clients is the instantaneous count of the clients being serviced by this CPU. The server actively balances the client load across all of the CPU's in the system. This value will always be 0 in the Blocking Queue instance.
INT srvrqueuesBytesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.18.1.10INTEGERread-onlyThe 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.
INT srvrqueuesBytesSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.18.1.11INTEGERread-onlyThe 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.
INT srvrqueuesBytesTransferredPerSec1.3.6.1.4.1.311.1.1.3.1.1.18.1.12INTEGERread-onlyThe 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.
INT srvrqueuesReadOperationsPerSec1.3.6.1.4.1.311.1.1.3.1.1.18.1.13INTEGERread-onlyRead 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.
INT srvrqueuesReadBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.18.1.14INTEGERread-onlyRead 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.
INT srvrqueuesWriteOperationsPerSec1.3.6.1.4.1.311.1.1.3.1.1.18.1.15INTEGERread-onlyWrite 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.
INT srvrqueuesWriteBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.18.1.16INTEGERread-onlyWrite 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.
INT srvrqueuesTotalBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.18.1.17INTEGERread-onlyTotal 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.
INT srvrqueuesTotalOperationsPerSec1.3.6.1.4.1.311.1.1.3.1.1.18.1.18INTEGERread-onlyTotal Operations/sec is the rate the Server is performing file read and file write operations for the cliens 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.
CTR srvrqueuesContextBlocksQueuedPerSec1.3.6.1.4.1.311.1.1.3.1.1.18.1.19Counterread-onlyContext Blocks Queued per second is the rate that work context blocks had to be placed on the server's FSP queue to await server action.
cache1.3.6.1.4.1.311.1.1.3.1.1.19
CTR cacheDataMapsPerSec1.3.6.1.4.1.311.1.1.3.1.1.19.1Counterread-onlyData Maps/sec is the frequency that a file system such as NTFS or HPFS maps a page of a file into the Cache to read the page.
CTR cacheSyncDataMapsPerSec1.3.6.1.4.1.311.1.1.3.1.1.19.2Counterread-onlySync Data Maps/sec counts the frequency that a file system such as NTFS or HPFS maps a page of a file into the Cache to read the page, and wishes to wait for the Cache to retrieve the page if it is not in main memory.
CTR cacheAsyncDataMapsPerSec1.3.6.1.4.1.311.1.1.3.1.1.19.3Counterread-onlyAsync Data Maps/sec is the frequency that an application using a file system such as NTFS or HPFS to map a page of a file into the Cache to read the page, and does not wish to wait for the Cache to retrieve the page if it is not in main memory.
INT cacheDataMapHitsPercent1.3.6.1.4.1.311.1.1.3.1.1.19.4INTEGERread-onlyData Map Hits is the percentage of Data Maps in the Cache that could be resolved without having to retrieve a page from the disk, i.e. the page was already in physical memory.
INT cacheDataMapPinsPerSec1.3.6.1.4.1.311.1.1.3.1.1.19.6INTEGERread-onlyData Map Pins/sec is the frequency of Data Maps in the 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 Cache will not be altered.
CTR cachePinReadsPerSec1.3.6.1.4.1.311.1.1.3.1.1.19.8Counterread-onlyPin Reads/sec is the frequency of reading data into the 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 Cache will not be altered.
CTR cacheSyncPinReadsPerSec1.3.6.1.4.1.311.1.1.3.1.1.19.9Counterread-onlySync Pin Reads/sec is the frequency of reading data into the Cache preparatory to writing the data back to disk. Pages read in this fashion are pinned in memory at the completion of the read. The file system will not regain control until the page is pinned in the Cache, in particular if the disk must be accessed to retrieve the page. While pinned, a page's physical address in the Cache will not be altered.
CTR cacheAsyncPinReadsPerSec1.3.6.1.4.1.311.1.1.3.1.1.19.10Counterread-onlyAsync Pin Reads/sec is the frequency of reading data into the Cache preparatory to writing the data back to disk. Pages read in this fashion are pinned in memory at the completion of the read. The file system will regain control immediately even if the disk must be accessed to retrieve the page. While pinned, a page's physical address will not be altered.
INT cachePinReadHitsPercent1.3.6.1.4.1.311.1.1.3.1.1.19.11INTEGERread-onlyPin Read Hits is the percentage of Cache Pin Read requests that hit the Cache, i.e., did not require a disk read in order to provide access to the page in the Cache. While pinned, a page's physical address in the Cache will not be altered. The LAN Redirector uses this method for retrieving Cache information, as does the LAN Server for small transfers. This is usually the method used by the disk file systems as well.
CTR cacheCopyReadsPerSec1.3.6.1.4.1.311.1.1.3.1.1.19.13Counterread-onlyCopy Reads/sec is the frequency of reads from Cache pages that involve a memory copy of the data from the Cache to the application's buffer. The LAN Redirector uses this method for retrieving Cache information, as does the LAN Server for small transfers. This is a method used by the disk file systems as well.
CTR cacheSyncCopyReadsPerSec1.3.6.1.4.1.311.1.1.3.1.1.19.14Counterread-onlySync Copy Reads/sec is the frequency of reads from Cache pages that involve a memory copy of the data from the Cache to the application's buffer. The file system will not regain control until the copy operation is complete, even if the disk must be accessed to retrieve the page.
CTR cacheAsyncCopyReadsPerSec1.3.6.1.4.1.311.1.1.3.1.1.19.15Counterread-onlyAsync Copy Reads/sec is the frequency of reads from Cache pages 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.
INT cacheCopyReadHitsPercent1.3.6.1.4.1.311.1.1.3.1.1.19.16INTEGERread-onlyCopy Read Hits is the percentage of Cache Copy Read requests that hit the Cache, i.e., 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 Cache page to the application's buffer. The LAN Redirector uses this method for retrieving Cache information, as does the LAN Server for small transfers. This is a method used by the disk file systems as well.
CTR cacheMDLReadsPerSec1.3.6.1.4.1.311.1.1.3.1.1.19.18Counterread-onlyMDL Reads/sec is the frequency of reads from Cache pages 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.
CTR cacheSyncMDLReadsPerSec1.3.6.1.4.1.311.1.1.3.1.1.19.19Counterread-onlySync MDL Reads/sec is the frequency of reads from Cache pages 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.
CTR cacheAsyncMDLReadsPerSec1.3.6.1.4.1.311.1.1.3.1.1.19.20Counterread-onlyAsync MDL Reads/sec is the frequency of reads from Cache pages using 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.
INT cacheMDLReadHitsPercent1.3.6.1.4.1.311.1.1.3.1.1.19.21INTEGERread-onlyMDL Read Hits is the percentage of Cache Memory Descriptor List (MDL) Read requests that hit the Cache, i.e., did not require disk accesses in order to provide memory access to the page(s) in the Cache.
CTR cacheReadAheadsPerSec1.3.6.1.4.1.311.1.1.3.1.1.19.23Counterread-onlyRead Aheads/sec is the frequency of Cache reads where 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.
CTR cacheFastReadsPerSec1.3.6.1.4.1.311.1.1.3.1.1.19.24Counterread-onlyFast Reads/sec is the frequency of reads from Cache pages that bypass the installed file system and retrieve the data directly from the Cache. Normally, file I/O requests invoke the appropriate file system to retrieve data from a file, but this path permits direct retrieval of Cache data without file system involvement if the data is in the Cache. Even if the data is not in the Cache, one invocation of the file system is avoided.
CTR cacheSyncFastReadsPerSec1.3.6.1.4.1.311.1.1.3.1.1.19.25Counterread-onlySync Fast Reads/sec is the frequency of reads from Cache pages that bypass the installed file system and retrieve the data directly from the Cache. Normally, file I/O requests invoke the appropriate file system to retrieve data from a file, but this path permits direct retrieval of Cache data without file system involvement if the data is in the Cache. Even if the data is not in the Cache, one invocation of the file system is avoided. If the data is not in the Cache, the request (application program call) will wait until the data has been retrieved from disk.
CTR cacheAsyncFastReadsPerSec1.3.6.1.4.1.311.1.1.3.1.1.19.26Counterread-onlyAsync Fast Reads/sec is the frequency of reads from Cache pages that bypass the installed file system and retrieve the data directly from the Cache. Normally, file I/O requests will invoke the appropriate file system to retrieve data from a file, but this path permits direct retrieval of Cache data without file system involvement if the data is in the Cache. Even if the data is not in the Cache, one invocation of the file system is avoided. If the data is not in the Cache, the request (application program call) will not wait until the data has been retrieved from disk, but will get control immediately.
CTR cacheFastReadResourceMissesPerSec1.3.6.1.4.1.311.1.1.3.1.1.19.27Counterread-onlyFast Read Resource Misses/sec is the frequency of Cache misses necessitated by the lack of available resources to satisfy the request.
CTR cacheFastReadNotPossiblesPerSec1.3.6.1.4.1.311.1.1.3.1.1.19.28Counterread-onlyFast Read Not Possibles/sec is the frequency of attempts by an Application Program Interface (API) function call to bypass the file system to get at Cache data, that could not be honored without invoking the file system after all.
CTR cacheLazyWriteFlushesPerSec1.3.6.1.4.1.311.1.1.3.1.1.19.29Counterread-onlyLazy Write Flushes/sec is the frequency the Cache's Lazy Write thread has written to disk. Lazy Writing is the process of updating the disk after the page has been changed in memory, so the application making the change to the file does not have to wait for the disk write to complete before proceeding. More than one page can be transferred on each write operation.
CTR cacheLazyWritePagesPerSec1.3.6.1.4.1.311.1.1.3.1.1.19.30Counterread-onlyLazy Write Pages/sec is the frequency the Cache's Lazy Write thread has written to disk. Lazy Writing is the process of updating the disk after the page has been changed in memory, so the application making the change to the file does not have to wait for the disk write to complete before proceeding. More than one page can be transferred on a single disk write operation.
CTR cacheDataFlushesPerSec1.3.6.1.4.1.311.1.1.3.1.1.19.31Counterread-onlyData Flushes/sec is the frequency the 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.
CTR cacheDataFlushPagesPerSec1.3.6.1.4.1.311.1.1.3.1.1.19.32Counterread-onlyData Flush Pages/sec is the number of pages the 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.
mSExchangeMTA1.3.6.1.4.1.311.1.1.3.1.1.20
INT exchmtaAdjacentMTAAssociations1.3.6.1.4.1.311.1.1.3.1.1.20.1INTEGERread-onlyAdjacent MTA Associations is the number of open associations this MTA has to other MTAs.
CTR exchmtaMessagesPerSec1.3.6.1.4.1.311.1.1.3.1.1.20.2Counterread-onlyMessages/sec is the rate that messages are processed.
CTR exchmtaMessageBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.20.3Counterread-onlyMessage Bytes/sec is the rate that message bytes are processed.
INT exchmtaFreeElements1.3.6.1.4.1.311.1.1.3.1.1.20.4INTEGERread-onlyFree Elements is the number of free buffer elements in the MTA pool.
INT exchmtaFreeHeaders1.3.6.1.4.1.311.1.1.3.1.1.20.5INTEGERread-onlyFree Headers is the number of free buffer headers in the MTA pool.
INT exchmtaAdminConnections1.3.6.1.4.1.311.1.1.3.1.1.20.6INTEGERread-onlyAdmin Connections is the number of Microsoft Exchange Administrator programs connected to this MTA.
INT exchmtaThreadsInUse1.3.6.1.4.1.311.1.1.3.1.1.20.7INTEGERread-onlyThreads in Use is the number of threads in use by the MTA (does not include RPC threads). This number can be used to determine whether additional processors could be of benefit.
INT exchmtaWorkQueueLength1.3.6.1.4.1.311.1.1.3.1.1.20.8INTEGERread-onlyWork Queue Length is the number of outstanding messages in the Work Queue, which indicates the number of messages not yet processed to completion by the MTA.
INT exchmtaXAPIGateways1.3.6.1.4.1.311.1.1.3.1.1.20.9INTEGERread-onlyXAPI Gateways is the number of gateways connected to the MTA using the XAPI MT/OM interface. A single gateway may have multiple XAPI gateway sessions.
INT exchmtaXAPIClients1.3.6.1.4.1.311.1.1.3.1.1.20.10INTEGERread-onlyXAPI Clients is the number of XAPI clients connected to the MTA using the XAPI MA/OM interface. A single client may have multiple XAPI client sessions.
CTR exchmtaDiskFileDeletesPerSec1.3.6.1.4.1.311.1.1.3.1.1.20.11Counterread-onlyDisk File Deletes/sec is the rate of disk file delete operations.
CTR exchmtaDiskFileSyncsPerSec1.3.6.1.4.1.311.1.1.3.1.1.20.12Counterread-onlyDisk File Syncs/sec is the rate of disk file sync operations.
CTR exchmtaDiskFileOpensPerSec1.3.6.1.4.1.311.1.1.3.1.1.20.13Counterread-onlyDisk File Opens/sec is the rate of disk file open operations.
CTR exchmtaDiskFileReadsPerSec1.3.6.1.4.1.311.1.1.3.1.1.20.14Counterread-onlyDisk File Reads/sec is the rate of disk file read operations.
CTR exchmtaDiskFileWritesPerSec1.3.6.1.4.1.311.1.1.3.1.1.20.15Counterread-onlyDisk File Writes/sec is the rate of disk file write operations.
CTR exchmtaExDSReadCallsPerSec1.3.6.1.4.1.311.1.1.3.1.1.20.16Counterread-onlyExDS Read Calls/sec is the rate of read calls to the directory service.
CTR exchmtaXAPIReceiveBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.20.17Counterread-onlyXAPI Receive Bytes/sec is the rate that bytes are received over a XAPI connection.
CTR exchmtaXAPITransmitBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.20.18Counterread-onlyXAPI Transmit Bytes/sec is the rate that bytes are transmitted over a XAPI connection.
CTR exchmtaAdminInterfaceReceiveBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.20.19Counterread-onlyAdmin Interface Receive Bytes/sec is the rate that bytes are received over an Admin connection.
CTR exchmtaAdminInterfaceTransmitBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.20.20Counterread-onlyAdmin Interface Transmit Bytes/sec is the rate that bytes are transmitted over an Admin connection.
CTR exchmtaLANReceiveBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.20.21Counterread-onlyLAN Receive Bytes/sec is the rate that bytes are received over a LAN from MTAs.
CTR exchmtaLANTransmitBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.20.22Counterread-onlyLAN Transmit Bytes/sec is the rate that bytes are transmitted over a LAN to MTAs.
CTR exchmtaRASReceiveBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.20.23Counterread-onlyRAS Receive Bytes/sec is the rate that bytes are received over a RAS connection.
CTR exchmtaRASTransmitBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.20.24Counterread-onlyRAS Transmit Bytes/sec is the rate that bytes are transmitted over a RAS connection.
CTR exchmtaTCPPerIPReceiveBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.20.25Counterread-onlyTCP/IP Receive Bytes/sec is the rate that bytes are received over a TCP/IP connection.
CTR exchmtaTCPPerIPTransmitBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.20.26Counterread-onlyTCP/IP Transmit Bytes/sec is the rate that bytes are transmitted over a TCP/IP connection.
CTR exchmtaTP4ReceiveBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.20.27Counterread-onlyTP4 Receive Bytes/sec is the rate that bytes are received over a TP4 connection.
CTR exchmtaTP4TransmitBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.20.28Counterread-onlyTP4 Transmit Bytes/sec is the rate that bytes are transmitted over a TP4 connection.
CTR exchmtaX25ReceiveBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.20.29Counterread-onlyX.25 Receive Bytes/sec is the rate that bytes are received over an X.25 connection.
CTR exchmtaX25TransmitBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.20.30Counterread-onlyX.25 Transmit Bytes/sec is the rate that bytes are transmitted over an X.25 connection.
INT exchmtaDeferredDeliveryMsgs1.3.6.1.4.1.311.1.1.3.1.1.20.31INTEGERread-onlyDeferred Delivery Msgs is the total number of deferred delivery messages currently stored in the MTA.
INT exchmtaTotalRecipientsQueued1.3.6.1.4.1.311.1.1.3.1.1.20.32INTEGERread-onlyTotal Recipients Queued is the total number of recipients specified in all messages currently stored in the MTA.
INT exchmtaTotalSuccessfulConversions1.3.6.1.4.1.311.1.1.3.1.1.20.33INTEGERread-onlyTotal Successful Conversions is the total number of messages successfully converted from one form to another since MTA initialization.
INT exchmtaTotalFailedConversions1.3.6.1.4.1.311.1.1.3.1.1.20.34INTEGERread-onlyTotal Failed Conversions is the total number of messages which failed to be converted from one form to another since MTA initialization.
INT exchmtaTotalLoopsDetected1.3.6.1.4.1.311.1.1.3.1.1.20.35INTEGERread-onlyTotal Loops Detected is the total number of messages detected to have looped since MTA initialization.
CTR exchmtaInboundMessagesTotal1.3.6.1.4.1.311.1.1.3.1.1.20.36Counterread-onlyInbound Messages Total is the total number of messages received since MTA initialization.
CTR exchmtaOutboundMessagesTotal1.3.6.1.4.1.311.1.1.3.1.1.20.37Counterread-onlyOutbound Messages Total is the total number of messages transmitted since MTA initialization.
CTR exchmtaInboundBytesTotal1.3.6.1.4.1.311.1.1.3.1.1.20.38Counterread-onlyInbound Bytes Total is the total volume of message content received since MTA initialization, measured in kilobytes.
CTR exchmtaWorkQueueBytes1.3.6.1.4.1.311.1.1.3.1.1.20.39Counterread-onlyWork Queue Bytes is the total volume of message content currently stored in the MTA, measured in kilobytes.
CTR exchmtaOutboundBytesTotal1.3.6.1.4.1.311.1.1.3.1.1.20.40Counterread-onlyOutbound Bytes Total is the total volume of message content transmitted since MTA initialization, measured in kilobytes.
CTR exchmtaTotalRecipientsInbound1.3.6.1.4.1.311.1.1.3.1.1.20.41Counterread-onlyTotal Recipients Inbound is the total number of recipients specified in all messages received since MTA initialization.
CTR exchmtaTotalRecipientsOutbound1.3.6.1.4.1.311.1.1.3.1.1.20.42Counterread-onlyTotal Recipients Outbound is the total number of recipients specified in all messages transmitted since MTA initialization.
exchmtaconnmSExchangeMTA_ConnectionsTable1.3.6.1.4.1.311.1.1.3.1.1.21not-accessibleA table containing performance information for instances of 'mSExchangeMTA-Connections' objects.
exchmtaconnmSExchangeMTA_ConnectionsEntry1.3.6.1.4.1.311.1.1.3.1.1.21.1not-accessiblePerformance information for one particular instance of 'mSExchangeMTA-Connections' object.
INT exchmtaconnmSExchangeMTA_ConnectionsIndex1.3.6.1.4.1.311.1.1.3.1.1.21.1.1INTEGERread-onlyIndex.
STR exchmtaconnmSExchangeMTA_ConnectionsInstance1.3.6.1.4.1.311.1.1.3.1.1.21.1.2DisplayStringread-onlyInstance name.
INT exchmtaconnAssociations1.3.6.1.4.1.311.1.1.3.1.1.21.1.3INTEGERread-onlyAssociations is the number of associations between the MTA and the connected entity. MTAs may open multiple associations if additional transfer throughput is necessary.
CTR exchmtaconnReceiveBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.21.1.4Counterread-onlyReceive Bytes/sec is the rate that bytes are received from the connected entity.
CTR exchmtaconnSendBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.21.1.5Counterread-onlySend Bytes/sec is the rate that bytes are sent to the connected entity.
CTR exchmtaconnReceiveMessagesPerSec1.3.6.1.4.1.311.1.1.3.1.1.21.1.6Counterread-onlyReceive Messages/sec is the rate that messages are received from the connected entity.
CTR exchmtaconnSendMessagesPerSec1.3.6.1.4.1.311.1.1.3.1.1.21.1.7Counterread-onlySend Messages/sec is the rate that messages are sent to the connected entity.
INT exchmtaconnQueueLength1.3.6.1.4.1.311.1.1.3.1.1.21.1.8INTEGERread-onlyQueue Length is the number of outstanding messages queued for transfer to the entity.
INT exchmtaconnConnectorIndex1.3.6.1.4.1.311.1.1.3.1.1.21.1.9INTEGERread-onlyConnector Index is a unique index associated with a connector entity.
INT exchmtaconnInboundRejectedTotal1.3.6.1.4.1.311.1.1.3.1.1.21.1.10INTEGERread-onlyInbound Rejected Total is the total number of messages rejected from this entity since MTA initialization.
INT exchmtaconnTotalRecipientsQueued1.3.6.1.4.1.311.1.1.3.1.1.21.1.11INTEGERread-onlyTotal Recipients Queued is the total number of recipients specified in all messages currently stored in this entity's queue.
TIK exchmtaconnOldestMessageQueued1.3.6.1.4.1.311.1.1.3.1.1.21.1.12TimeTicksread-onlyOldest Message Queued is the time (secs) since the oldest message in this entity's queue was placed in the queue.
INT exchmtaconnCurrentInboundAssociations1.3.6.1.4.1.311.1.1.3.1.1.21.1.13INTEGERread-onlyCurrent Inbound Associations is the current number of inbound (remote initiated) associations with the entity.
INT exchmtaconnCurrentOutboundAssociations1.3.6.1.4.1.311.1.1.3.1.1.21.1.14INTEGERread-onlyCurrent Outbound Associations is the current number of outbound (locally initiated) associations with the entity.
INT exchmtaconnCumulativeInboundAssociations1.3.6.1.4.1.311.1.1.3.1.1.21.1.15INTEGERread-onlyCumulative Inbound Associations is the total number of inbound (remote initiated) associations with the entity, since MTA initialization.
INT exchmtaconnCumulativeOutboundAssociations1.3.6.1.4.1.311.1.1.3.1.1.21.1.16INTEGERread-onlyCumulative Outbound Associations is the total number of outbound (locally initiated) associations with the entity, since MTA initialization.
TIK exchmtaconnLastInboundAssociation1.3.6.1.4.1.311.1.1.3.1.1.21.1.17TimeTicksread-onlyLast Inbound Association is the time (secs) since the last time an inbound (remote initiated) association for this entity was active.
TIK exchmtaconnLastOutboundAssociation1.3.6.1.4.1.311.1.1.3.1.1.21.1.18TimeTicksread-onlyLast Outbound Association is the time (secs) since the last time an outbound (locally initiated) association for this entity was active.
INT exchmtaconnRejectedInboundAssociations1.3.6.1.4.1.311.1.1.3.1.1.21.1.19INTEGERread-onlyRejected Inbound Associations is the total number of inbound (remote initiated) associations that have been rejected, since MTA initialization.
INT exchmtaconnFailedOutboundAssociations1.3.6.1.4.1.311.1.1.3.1.1.21.1.20INTEGERread-onlyFailed Outbound Associations is the total number of outbound (locally initiated) associations that have failed, since MTA initialization.
INT exchmtaconnNextAssociationRetry1.3.6.1.4.1.311.1.1.3.1.1.21.1.21INTEGERread-onlyNext Association Retry is the time (secs since 00:00 1st Jan 1970) when this entity is next scheduled to attempt to open an association.
INT exchmtaconnInboundRejectReason1.3.6.1.4.1.311.1.1.3.1.1.21.1.22INTEGERread-onlyInbound Reject Reason is the reject reason code, if any, for the last association rejected from this entity.
INT exchmtaconnOutboundFailureReason1.3.6.1.4.1.311.1.1.3.1.1.21.1.23INTEGERread-onlyOutbound Failure Reason is the failure reason code, if any, for the last association attempt to this entity.
CTR exchmtaconnInboundMessagesTotal1.3.6.1.4.1.311.1.1.3.1.1.21.1.24Counterread-onlyInbound Messages Total is the total number of messages received from this entity since MTA initialization.
CTR exchmtaconnOutboundMessagesTotal1.3.6.1.4.1.311.1.1.3.1.1.21.1.25Counterread-onlyOutbound Messages Total is the total number of messages transmitted to this entity since MTA initialization.
CTR exchmtaconnInboundBytesTotal1.3.6.1.4.1.311.1.1.3.1.1.21.1.26Counterread-onlyInbound Bytes Total is the total volume of message content received from this entity since MTA initialization, measured in kilobytes.
CTR exchmtaconnQueuedBytes1.3.6.1.4.1.311.1.1.3.1.1.21.1.27Counterread-onlyQueued Bytes is the total volume of message content currently stored in this entity's queue, measured in kilobytes.
CTR exchmtaconnOutboundBytesTotal1.3.6.1.4.1.311.1.1.3.1.1.21.1.28Counterread-onlyOutbound Bytes Total is the total volume of message content transmitted to this entity since MTA initialization, measured in kilobytes.
CTR exchmtaconnTotalRecipientsInbound1.3.6.1.4.1.311.1.1.3.1.1.21.1.29Counterread-onlyTotal Recipients Inbound is the total number of recipients specified in all messages received from this entity since MTA initialization.
CTR exchmtaconnTotalRecipientsOutbound1.3.6.1.4.1.311.1.1.3.1.1.21.1.30Counterread-onlyTotal Recipients Outbound is the total number of recipients specified in all messages transmitted to this entity since MTA initialization.
mSExchangeIMC1.3.6.1.4.1.311.1.1.3.1.1.22
INT exchimcQueuedMTS_IN1.3.6.1.4.1.311.1.1.3.1.1.22.1INTEGERread-onlyThe number of messages awaiting final delivery in MS Exchange Server
INT exchimcBytesQueuedMTS_IN1.3.6.1.4.1.311.1.1.3.1.1.22.2INTEGERread-onlyThe size, in bytes, of the messages that have been converted from Internet Mail and are awaiting final delivery within MS Exchange Server
INT exchimcMessagesEnteringMTS_IN1.3.6.1.4.1.311.1.1.3.1.1.22.3INTEGERread-onlyThe number of messages entering the MTS-IN folder after conversion from Internet Mail format per hour
INT exchimcQueuedMTS_OUT1.3.6.1.4.1.311.1.1.3.1.1.22.4INTEGERread-onlyThe number of messages waiting to be converted to Internet Mail format
INT exchimcBytesQueuedMTS_OUT1.3.6.1.4.1.311.1.1.3.1.1.22.5INTEGERread-onlyThe size, in bytes, of the messages waiting to be converted to Internet Mail format
INT exchimcMessagesEnteringMTS_OUT1.3.6.1.4.1.311.1.1.3.1.1.22.6INTEGERread-onlyMessages that have entered the Internet Mail Service
INT exchimcMessagesLeavingMTS_OUT1.3.6.1.4.1.311.1.1.3.1.1.22.7INTEGERread-onlyThe number of messages entering the Outbound Queue per hour
INT exchimcConnectionsInbound1.3.6.1.4.1.311.1.1.3.1.1.22.8INTEGERread-onlyThe number of current SMTP connections to the Internet Mail Service established by other SMTP hosts
INT exchimcConnectionsOutbound1.3.6.1.4.1.311.1.1.3.1.1.22.9INTEGERread-onlyThe number of current SMTP connections the Internet Mail Service has established to other SMTP hosts
INT exchimcConnectionsTotalOutbound1.3.6.1.4.1.311.1.1.3.1.1.22.10INTEGERread-onlyThe total number of successful SMTP connections that the Internet Mail Service has established since it was started
INT exchimcConnectionsTotalInbound1.3.6.1.4.1.311.1.1.3.1.1.22.11INTEGERread-onlyThe total number of SMTP connections the Internet Mail Service has accepted from other hosts since it was started
INT exchimcConnectionsTotalRejected1.3.6.1.4.1.311.1.1.3.1.1.22.12INTEGERread-onlyThe total number of SMTP connections that the Internet Mail Service has rejected from other hosts since it was started
INT exchimcConnectionsTotalFailed1.3.6.1.4.1.311.1.1.3.1.1.22.13INTEGERread-onlyThe total number of SMTP connections the Internet Mail Service has attempted to other hosts that failed since it was started
INT exchimcQueuedOutbound1.3.6.1.4.1.311.1.1.3.1.1.22.14INTEGERread-onlyThe number of messages from MS Exchange Server, that are queued to be delivered to the Internet
INT exchimcQueuedInbound1.3.6.1.4.1.311.1.1.3.1.1.22.15INTEGERread-onlyThe number of messages received from the Internet destined for MS Exchange Server
INT exchimcNDRsTotalInbound1.3.6.1.4.1.311.1.1.3.1.1.22.16INTEGERread-onlyThe total number of Non-delivery reports generated for inbound mail
INT exchimcNDRsTotalOutbound1.3.6.1.4.1.311.1.1.3.1.1.22.17INTEGERread-onlyThe total number of Non-delivery reports generated for outbound mail
INT exchimcTotalInboundKilobytes1.3.6.1.4.1.311.1.1.3.1.1.22.18INTEGERread-onlyThe total kilobytes of message data transferred into the MS Exchange Server
INT exchimcTotalOutboundKilobytes1.3.6.1.4.1.311.1.1.3.1.1.22.19INTEGERread-onlyThe total kilobytes of message data transferred out of the MS Exchange Server
INT exchimcInboundMessagesTotal1.3.6.1.4.1.311.1.1.3.1.1.22.20INTEGERread-onlyThe total number of Internet messages delivered into MS Exchange Server
INT exchimcOutboundMessagesTotal1.3.6.1.4.1.311.1.1.3.1.1.22.21INTEGERread-onlyThe total number of outbound messages delivered to their destinations
INT exchimcInboundBytesPerHr1.3.6.1.4.1.311.1.1.3.1.1.22.22INTEGERread-onlyThe hourly rate of bytes transferred to the MS Exchange Server
INT exchimcOutboundBytesPerHr1.3.6.1.4.1.311.1.1.3.1.1.22.23INTEGERread-onlyThe hourly rate of bytes transferred to the Internet
INT exchimcInboundMessagesPerHr1.3.6.1.4.1.311.1.1.3.1.1.22.24INTEGERread-onlyThe hourly rate messages are transferred to the MS Exchange server
INT exchimcOutboundMessagesPerHr1.3.6.1.4.1.311.1.1.3.1.1.22.25INTEGERread-onlyThe hourly rate messages are transferred to the Internet
INT exchimcOutboundConnectionsPerHr1.3.6.1.4.1.311.1.1.3.1.1.22.26INTEGERread-onlyThe hourly rate at which outbound connections were made
INT exchimcInboundConnectionsPerHr1.3.6.1.4.1.311.1.1.3.1.1.22.27INTEGERread-onlyThe hourly rate at which inbound connections were received
INT exchimcTotalMessagesQueued1.3.6.1.4.1.311.1.1.3.1.1.22.28INTEGERread-onlyTotal messages waiting in the Internet Mail Service queues
INT exchimcTotalKilobytesQueued1.3.6.1.4.1.311.1.1.3.1.1.22.29INTEGERread-onlyTotal kilobytes of message data queued in the Internet Mail Service queues
INT exchimcTotalInboundRecipients1.3.6.1.4.1.311.1.1.3.1.1.22.30INTEGERread-onlyTotal number of recipients processed inbound since the Internet Mail Service was started
INT exchimcTotalOutboundRecipients1.3.6.1.4.1.311.1.1.3.1.1.22.31INTEGERread-onlyTotal number of recipients processed outbound since the Internet Mail Service was started
INT exchimcTotalRecipientsQueued1.3.6.1.4.1.311.1.1.3.1.1.22.32INTEGERread-onlyTotal number of recipients in the Internet Mail Service queues
INT exchimcTotalSuccessfulConversions1.3.6.1.4.1.311.1.1.3.1.1.22.33INTEGERread-onlyTotal message format conversions between internet format and Exchange format that succeeded.
INT exchimcTotalFailedConversions1.3.6.1.4.1.311.1.1.3.1.1.22.34INTEGERread-onlyTotal message format conversions between internet format and Exchange format that failed.
INT exchimcTotalLoopsDetected1.3.6.1.4.1.311.1.1.3.1.1.22.35INTEGERread-onlyTotal number of messages NDRd because they appeared to be looping infinitely.
mSExchangeIS1.3.6.1.4.1.311.1.1.3.1.1.23
CTR exchisRPCPacketsPerSec1.3.6.1.4.1.311.1.1.3.1.1.23.1Counterread-onlyRPC Packets/sec is the rate that RPC packets are processed.
CTR exchisRPCOperationsPerSec1.3.6.1.4.1.311.1.1.3.1.1.23.2Counterread-onlyRPC Operations/sec is the rate that RPC operations occur.
CTR exchisReadBytesRPCClientsPerSec1.3.6.1.4.1.311.1.1.3.1.1.23.3Counterread-onlyRead Bytes RPC Clients/sec is the rate that bytes are read from RPC clients.
CTR exchisWriteBytesRPCClientsPerSec1.3.6.1.4.1.311.1.1.3.1.1.23.4Counterread-onlyWrite Bytes RPC Clients/sec is the rate that bytes are written to RPC clients.
CTR exchisPushNotificationsGeneratedPerSec1.3.6.1.4.1.311.1.1.3.1.1.23.5Counterread-onlyPush Notifications Generated/sec is the rate at which notifications are being sent to clients that have registered for notifications of changes to tables in the information store.
CTR exchisPushNotificationsSkippedPerSec1.3.6.1.4.1.311.1.1.3.1.1.23.6Counterread-onlyPush Notifications Skipped/sec is the number of push notifications that have been skipped by caching at the server.
INT exchisRPCRequests1.3.6.1.4.1.311.1.1.3.1.1.23.7INTEGERread-onlyRPC Requests is the number of client requests that are currently being processed by the information store.
INT exchisRPCRequestsPeak1.3.6.1.4.1.311.1.1.3.1.1.23.8INTEGERread-onlyRPC Requests Peak is the maximum number of client requests that were processed simultaneously by the information store since it was started.
INT exchisUserCount1.3.6.1.4.1.311.1.1.3.1.1.23.9INTEGERread-onlyUser Count is the number of users connected to the information store.
INT exchisActiveUserCount1.3.6.1.4.1.311.1.1.3.1.1.23.10INTEGERread-onlyNumber of user connections that have shown some activity in the last 10 minutes.
INT exchisMaximumUsers1.3.6.1.4.1.311.1.1.3.1.1.23.11INTEGERread-onlyMaximum Users is the maximum number of concurrent users since startup.
INT exchisAnonymousUserCount1.3.6.1.4.1.311.1.1.3.1.1.23.12INTEGERread-onlyAnonymous User Count is the number of anonymous users connected to the information store.
INT exchisActiveAnonymousUserCount1.3.6.1.4.1.311.1.1.3.1.1.23.13INTEGERread-onlyNumber of active users.
INT exchisMaximumAnonymousUsers1.3.6.1.4.1.311.1.1.3.1.1.23.14INTEGERread-onlyThe maximum number of anonymous users since startup.
INT exchisConnectionCount1.3.6.1.4.1.311.1.1.3.1.1.23.15INTEGERread-onlyConnection Count is the number of client processes connected to the information store.
INT exchisActiveConnectionCount1.3.6.1.4.1.311.1.1.3.1.1.23.16INTEGERread-onlyNumber of connections that have shown some activity in the last 10 minutes.
INT exchisMaximumConnections1.3.6.1.4.1.311.1.1.3.1.1.23.17INTEGERread-onlyThe maximum number of concurrent connections since startup.
INT exchisPushNotificationsCacheSize1.3.6.1.4.1.311.1.1.3.1.1.23.18INTEGERread-onlyThe current size of the Push Notifications Cache.
INT exchisPeakPushNotificationsCacheSize1.3.6.1.4.1.311.1.1.3.1.1.23.19INTEGERread-onlyThe maximum size of the Push Notifications Cache.
INT exchisDatabaseSessionHitRate1.3.6.1.4.1.311.1.1.3.1.1.23.20INTEGERread-onlyDatabase Session Hit Rate is the percent hit rate on re-using database sessions.
INT exchisIMAPMessagesSent1.3.6.1.4.1.311.1.1.3.1.1.23.22INTEGERread-onlyMessages Sent to clients connected via the IMAP external network interface.
INT exchisIMAPCommandsIssued1.3.6.1.4.1.311.1.1.3.1.1.23.23INTEGERread-onlyTotal number of commands issued by clients connected via the IMAP external network interface
CTR exchisIMAPMessageSendRate1.3.6.1.4.1.311.1.1.3.1.1.23.24Counterread-onlyRate at which messages are sent to clients connected via the IMAP external network interface.
CTR exchisIMAPCommandsIssuedRate1.3.6.1.4.1.311.1.1.3.1.1.23.25Counterread-onlyRate at which commands are issued by clients connected via the IMAP external network interface
INT exchisPOP3MessagesSent1.3.6.1.4.1.311.1.1.3.1.1.23.26INTEGERread-onlyMessages Sent to clients connected via the POP3 external network interface.
INT exchisPOP3CommandsIssued1.3.6.1.4.1.311.1.1.3.1.1.23.27INTEGERread-onlyTotal number of commands issued by clients connected via the POP3 external network interface
CTR exchisPOP3MessagesSendRate1.3.6.1.4.1.311.1.1.3.1.1.23.28Counterread-onlyRate at which messages are sent to clients connected via the POP3 external network interface.
CTR exchisPOP3CommandsIssuedRate1.3.6.1.4.1.311.1.1.3.1.1.23.29Counterread-onlyRate at which commands are issued by clients connected via the POP3 external network interface
INT exchisNNTPMessagesRead1.3.6.1.4.1.311.1.1.3.1.1.23.30INTEGERread-onlyNNTP Messages Read is the the total number of messages sent from the information store to NNTP clients since service startup.
INT exchisNNTPMessagesPosted1.3.6.1.4.1.311.1.1.3.1.1.23.31INTEGERread-onlyNNTP Messages Posted is the total number of messages posted by NNTP clients into the information store since service startup.
INT exchisNNTPFailedPosts1.3.6.1.4.1.311.1.1.3.1.1.23.32INTEGERread-onlyNNTP Failed Posts is the total number of messages posted by NNTP clients that were rejected due to missing required headers or other errors.
INT exchisNewsfeedMessagesReceived1.3.6.1.4.1.311.1.1.3.1.1.23.33INTEGERread-onlyNewsfeed Messages Received is the total number of messages received into the information store from NNTP newsfeeds since service startup.
INT exchisNewsfeedInboundRejectedMessages1.3.6.1.4.1.311.1.1.3.1.1.23.34INTEGERread-onlyNewsfeed Inbound Rejected Messages is the total number of messages received in newsfeeds from other NNTP servers that have been rejected as duplicates or due to errors.
INT exchisNNTPCommandsIssued1.3.6.1.4.1.311.1.1.3.1.1.23.35INTEGERread-onlyTotal number of commands issued by clients connected via the NNTP external network interface
CTR exchisNNTPMessagesReadRate1.3.6.1.4.1.311.1.1.3.1.1.23.36Counterread-onlyRate at which messages are sent to NNTP clients
CTR exchisNNTPMessagesPostedRate1.3.6.1.4.1.311.1.1.3.1.1.23.37Counterread-onlyRate at which NNTP messages are posted by NNTP clients
CTR exchisNNTPFailedPostsRate1.3.6.1.4.1.311.1.1.3.1.1.23.38Counterread-onlyRate at which messages posted by NNTP clients are rejected
CTR exchisNewsfeedMessagesReceivedRate1.3.6.1.4.1.311.1.1.3.1.1.23.39Counterread-onlyRate at which messages are received into the information store from NNTP newsfeeds
CTR exchisNewsfeedInboundRejectedMessagesRate1.3.6.1.4.1.311.1.1.3.1.1.23.40Counterread-onlyRate at which messages received in newsfeeds from other NNTP servers are rejected
CTR exchisNNTPCommandsIssuedRate1.3.6.1.4.1.311.1.1.3.1.1.23.41Counterread-onlyRate at which commands are issued by clients connected via the NNTP external network interface
INT exchisNewsfeedMessagesSent1.3.6.1.4.1.311.1.1.3.1.1.23.42INTEGERread-onlyNewsfeed Messages Sent is the total number of messages sent from the information store to other NNTP servers by the Internet News Service since startup.
CTR exchisNewsfeedMessagesSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.23.43Counterread-onlyNewsfeed Messages Sent/sec is the rate at which messages are sent from the information store to other NNTP servers by the Internet News Service.
INT exchisNewsfeedBytesSent1.3.6.1.4.1.311.1.1.3.1.1.23.44INTEGERread-onlyNewsfeed Bytes Sent is the total number of bytes sent from the information store to other NNTP servers by the Internet News Service since startup.
CTR exchisNewsfeedBytesSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.23.45Counterread-onlyNewsfeed Bytes Sent/sec is the rate data is sent from the information store to other NNTP servers by the Internet News Service.
INT exchisNewsfeedOutboundRejectedMessages1.3.6.1.4.1.311.1.1.3.1.1.23.46INTEGERread-onlyNewsfeed Outbound Rejected Messages is the total number of messages sent in newsfeeds to other NNTP servers that have been rejected as duplicates or due to errors since service startup.
INT exchisNNTPOutboundConnections1.3.6.1.4.1.311.1.1.3.1.1.23.47INTEGERread-onlyNNTP Outbound Connections is the total number of outbound TCP/IP connections to other NNTP servers that have been made by the Internet News Service for push or pull newsfeeds since startup.
INT exchisNNTPCurrentOutboundConnections1.3.6.1.4.1.311.1.1.3.1.1.23.48INTEGERread-onlyNNTP Current Outbound Connections is the current number of outbound TCP/IP connections from the Internet News Service to other NNTP servers for push or pull newsfeeds.
INT exchisNumberOfArticleIndexTableRowsExpired1.3.6.1.4.1.311.1.1.3.1.1.23.49INTEGERread-onlyNumber of article index table rows expired
mSExchangeIS_Public1.3.6.1.4.1.311.1.1.3.1.1.24
INT exchispubSendQueueSize1.3.6.1.4.1.311.1.1.3.1.1.24.1INTEGERread-onlySend Queue Size is the number of messages in the public information store's send queue.
INT exchispubReceiveQueueSize1.3.6.1.4.1.311.1.1.3.1.1.24.2INTEGERread-onlyReceive Queue Size is the number of messages in the public information store's receive queue.
INT exchispubCategorizationCount1.3.6.1.4.1.311.1.1.3.1.1.24.3INTEGERread-onlyCategorization Count is the number of categorizations that exist in the information store. Categorizations are created when a user creates a filtered view or performs a search. When the information store must maintain an excessive number of categorizations, performance can be affected.
INT exchispubMessagesDelivered1.3.6.1.4.1.311.1.1.3.1.1.24.4INTEGERread-onlyMessages Delivered is the total number of messages delivered to all recipients since startup.
INT exchispubMessageRecipientsDelivered1.3.6.1.4.1.311.1.1.3.1.1.24.5INTEGERread-onlyMessage Recipients Delivered is the total number of recipients that have received a message since startup.
INT exchispubMessagesSent1.3.6.1.4.1.311.1.1.3.1.1.24.6INTEGERread-onlyMessages Sent is the total number of messages sent to other storage providers via the message transfer agent (MTA) since startup.
INT exchispubMessagesSubmitted1.3.6.1.4.1.311.1.1.3.1.1.24.7INTEGERread-onlyMessages Submitted is the total number of messages submitted by clients since startup.
INT exchispubSingleInstanceRatio1.3.6.1.4.1.311.1.1.3.1.1.24.8INTEGERread-onlySingle Instance Ratio is the average number of references to each message in the public information store.
INT exchispubMessagesDeliveredPerMin1.3.6.1.4.1.311.1.1.3.1.1.24.10INTEGERread-onlyMessages Delivered/min is the rate that messages are delivered to all recipients.
INT exchispubMessageRecipientsDeliveredPerMin1.3.6.1.4.1.311.1.1.3.1.1.24.11INTEGERread-onlyMessage Recipients Delivered/min is the rate that recipients receive messages.
INT exchispubMessagesSentPerMin1.3.6.1.4.1.311.1.1.3.1.1.24.12INTEGERread-onlyMessages Sent/min is the rate that messages are sent to other storage providers via the message transfter agent (MTA).
INT exchispubMessageSubmittedPerMin1.3.6.1.4.1.311.1.1.3.1.1.24.13INTEGERread-onlyMessages Submitted/min is the rate that messages are submitted by clients.
INT exchispubAverageTimeForDelivery1.3.6.1.4.1.311.1.1.3.1.1.24.14INTEGERread-onlyAverage Time for Delivery is the average time between the submission of a message to the information store and submission to the messages transfer agent (MTA) for the last 10 messages.
INT exchispubAverageTimeForLocalDelivery1.3.6.1.4.1.311.1.1.3.1.1.24.15INTEGERread-onlyAverage Time for Local Delivery is the average time between the submission of a message to the information store and the delivery to all local recipients (recipients on the same server) for the last 10 messages.
INT exchispubTotalSizeOfRecoverableItems1.3.6.1.4.1.311.1.1.3.1.1.24.16INTEGERread-onlyTotal Size of Recoverable Items is the total size in kilobytes of items retained for Item Recovery
INT exchispubTotalCountOfRecoverableItems1.3.6.1.4.1.311.1.1.3.1.1.24.17INTEGERread-onlyTotal Count of Recoverable Items is the total number of items retained for Item Recovery
INT exchispubReplicationMessagesSent1.3.6.1.4.1.311.1.1.3.1.1.24.18INTEGERread-onlyReplication Messages Sent is the total number of replication messages that have been sent to other servers since service startup.
INT exchispubReplicationFolderTreeMessagesSent1.3.6.1.4.1.311.1.1.3.1.1.24.19INTEGERread-onlyReplication Folder Tree Messages Sent is the number of replication messages due to public folder hierarchy changes that have been sent to other servers since service startup.
INT exchispubReplicationFolderChangesSent1.3.6.1.4.1.311.1.1.3.1.1.24.20INTEGERread-onlyReplication Folder Tree Messages Sent is the number of replication messages due to public folder hierarchy changes that have been sent to other servers since service startup.
INT exchispubReplicationFolderDataMessagesSent1.3.6.1.4.1.311.1.1.3.1.1.24.21INTEGERread-onlyReplication Folder Data Message Messages sent is the number of replication messages due to changes to items in public folders that have been sent to other servers since service startup.
INT exchispubReplicationMessageChangesSent1.3.6.1.4.1.311.1.1.3.1.1.24.22INTEGERread-onlyReplication Message Changes Sent is the number of changes to items in public folders that have been replicated to other servers since service startup.
INT exchispubReplicationStatusMessagesSent1.3.6.1.4.1.311.1.1.3.1.1.24.23INTEGERread-onlyReplication Status Messages Sent is the number of replication status request or response messages that have been sent to other servers since service startup.
INT exchispubReplicationBackfillRequestsSent1.3.6.1.4.1.311.1.1.3.1.1.24.24INTEGERread-onlyReplication Backfill Requests Sent is the number of backfill request replication messages that have been sent to other servers since service startup.
INT exchispubReplicationBackfillDataMessagesSent1.3.6.1.4.1.311.1.1.3.1.1.24.25INTEGERread-onlyReplication Backfill Data Messages Sent is the number of replication messages sent in response to backfill requests from other servers since service startup.
INT exchispubReplicationMessagesReceived1.3.6.1.4.1.311.1.1.3.1.1.24.26INTEGERread-onlyReplication Messages Received is the total number of replication messages received from other servers since service startup.
INT exchispubReplicationFolderTreeMessagesReceived1.3.6.1.4.1.311.1.1.3.1.1.24.27INTEGERread-onlyReplication Folder Tree Messages Received is the number of replication messages due to public folder hierarchy changes that have been received from other servers since service startup.
INT exchispubReplicationFolderChangesReceived1.3.6.1.4.1.311.1.1.3.1.1.24.28INTEGERread-onlyReplication Folder Changes Received is the number of folder changes that have been replicated from other servers since service startup.
INT exchispubReplicationFolderDataMessagesReceived1.3.6.1.4.1.311.1.1.3.1.1.24.29INTEGERread-onlyReplication Folder Data Messages Received is the number of replication messages due to changes to items in public folders that have been received from other service since service startup.
INT exchispubReplicationMessageChangesReceived1.3.6.1.4.1.311.1.1.3.1.1.24.30INTEGERread-onlyReplication Message Changes Received is the number of changes to items in public folders that have been received from other servers since service startup.
INT exchispubReplicationStatusMessagesReceived1.3.6.1.4.1.311.1.1.3.1.1.24.31INTEGERread-onlyStatus Messages Received is the number of replication status request or response messages that have been received from other servers since service startup.
INT exchispubReplicationBackfillRequestsReceived1.3.6.1.4.1.311.1.1.3.1.1.24.32INTEGERread-onlyReplication Backfill Requests Received is the number of backfill request replication messages that have been received from other servers since service startup.
INT exchispubReplicationBackfillDataMessagesReceived1.3.6.1.4.1.311.1.1.3.1.1.24.33INTEGERread-onlyReplication Backfill Data Messages Received is the number of replication messages received from other servers in response to backfill requests since service startup.
INT exchispubReplicationReceiveQueueSize1.3.6.1.4.1.311.1.1.3.1.1.24.34INTEGERread-onlyReplication Receive Queue Size is the number of replication messages waiting to be processed.
INT exchispubNumberOfMessagesExpiredFromPublicFolders1.3.6.1.4.1.311.1.1.3.1.1.24.35INTEGERread-onlyNumber of messages expired from public folders
INT exchispubClientLogons1.3.6.1.4.1.311.1.1.3.1.1.24.36INTEGERread-onlyClient Logons is the number of clients (including system processes) currently logged on.
INT exchispubActiveClientLogons1.3.6.1.4.1.311.1.1.3.1.1.24.37INTEGERread-onlyActive Client Logons is the number of clients that performed any action within the last ten minute time interval.
INT exchispubPeakClientLogons1.3.6.1.4.1.311.1.1.3.1.1.24.38INTEGERread-onlyPeak Client Logons is the maximum number of concurrent client logons since service startup.
CTR exchispubFolderOpensPerSec1.3.6.1.4.1.311.1.1.3.1.1.24.41Counterread-onlyFolder opens/sec is the rate that requests to open folders are submitted to the information store.
CTR exchispubMessageOpensPerSec1.3.6.1.4.1.311.1.1.3.1.1.24.42Counterread-onlyMessage Opens/sec is the rate that requests to open messages are submitted to the information store.
mSExchangeIS_Private1.3.6.1.4.1.311.1.1.3.1.1.25
INT exchisprivSendQueueSize1.3.6.1.4.1.311.1.1.3.1.1.25.1INTEGERread-onlySend Queue Size is the number of messages in the private information store's send queue.
INT exchisprivReceiveQueueSize1.3.6.1.4.1.311.1.1.3.1.1.25.2INTEGERread-onlyReceive Queue Size is the number of messages in the private information store's receive queue.
INT exchisprivCategorizationCount1.3.6.1.4.1.311.1.1.3.1.1.25.3INTEGERread-onlyCategorization Count is the number of categorizations that exist in the private information store. Categorizations are created when a user creates a filtered view or performs a search. When the information store must maintain an excessive number of categorizations, performance can be affected.
INT exchisprivMessagesDelivered1.3.6.1.4.1.311.1.1.3.1.1.25.4INTEGERread-onlyMessages Delivered is the total number of messages delivered to all recipients since startup.
INT exchisprivMessageRecipientsDelivered1.3.6.1.4.1.311.1.1.3.1.1.25.5INTEGERread-onlyMessage Recipients Delivered is the total number of recipients that have received a message since startup.
INT exchisprivMessagesSent1.3.6.1.4.1.311.1.1.3.1.1.25.6INTEGERread-onlyMessages Sent is the total number of messages sent to other storage providers via the message transfter agent (MTA) since startup.
INT exchisprivMessagesSubmitted1.3.6.1.4.1.311.1.1.3.1.1.25.7INTEGERread-onlyMessages Submitted is the total number of messages submitted by clients since service startup.
INT exchisprivSingleInstanceRatio1.3.6.1.4.1.311.1.1.3.1.1.25.8INTEGERread-onlySingle Instance Ratio is the average number of references to each message in the private information store.
INT exchisprivMessagesDeliveredPerMin1.3.6.1.4.1.311.1.1.3.1.1.25.10INTEGERread-onlyMessages Delivered/min is the rate that messages are delivered to all recipients.
INT exchisprivMessageRecipientsDeliveredPerMin1.3.6.1.4.1.311.1.1.3.1.1.25.11INTEGERread-onlyMessage Recipients Delivered/min is the rate that recipients receive messages.
INT exchisprivMessagesSentPerMin1.3.6.1.4.1.311.1.1.3.1.1.25.12INTEGERread-onlyMessages Sent/min is the rate that messages are sent to other storage providers via the message transfter agent (MTA).
INT exchisprivMessagesSubmittedPerMin1.3.6.1.4.1.311.1.1.3.1.1.25.13INTEGERread-onlyMessages Submitted/min is the rate that messages are submitted by clients.
INT exchisprivAverageDeliveryTime1.3.6.1.4.1.311.1.1.3.1.1.25.14INTEGERread-onlyAverage Delivery Time is the average time between the submission of a message to the information store and submission to the message transfer agent (MTA) for the last 10 messages.
INT exchisprivAverageLocalDeliveryTime1.3.6.1.4.1.311.1.1.3.1.1.25.15INTEGERread-onlyAverage Local Delivery Time is the average time between the submission of a message to the information store and the delivery to all local recipients (recipients on the same server) for the last 10 messages.
INT exchisprivTotalSizeOfRecoverableItems1.3.6.1.4.1.311.1.1.3.1.1.25.16INTEGERread-onlyTotal Size of Recoverable Items is the total size in kilobytes of items retained for Item Recovery
INT exchisprivTotalCountOfRecoverableItems1.3.6.1.4.1.311.1.1.3.1.1.25.17INTEGERread-onlyTotal Count of Recoverable Items is the total number of items retained for Item Recovery
INT exchisprivClientLogons1.3.6.1.4.1.311.1.1.3.1.1.25.36INTEGERread-onlyClient Logons is the number of clients (including system processes) currently logged on.
INT exchisprivActiveClientLogons1.3.6.1.4.1.311.1.1.3.1.1.25.37INTEGERread-onlyActive Client Logons is the number of clients that performed any action within the last ten minute time interval.
INT exchisprivPeakClientLogons1.3.6.1.4.1.311.1.1.3.1.1.25.38INTEGERread-onlyPeak Client Logons is the maximum number of concurrent client logons since the service started.
INT exchisprivLocalDeliveries1.3.6.1.4.1.311.1.1.3.1.1.25.39INTEGERread-onlyTotal number of messages delivered locally
CTR exchisprivLocalDeliveryRate1.3.6.1.4.1.311.1.1.3.1.1.25.40Counterread-onlyRate at which messages are delivered locally
CTR exchisprivFolderOpensPerSec1.3.6.1.4.1.311.1.1.3.1.1.25.41Counterread-onlyFolder Opens/sec is the rate that requests to open folders are submitted to the information store.
CTR exchisprivMessageOpensPerSec1.3.6.1.4.1.311.1.1.3.1.1.25.42Counterread-onlyMessage Opens/sec is the rate that requests to open messages are submitted to the information store.
mSExchangeDS1.3.6.1.4.1.311.1.1.3.1.1.26
INT exchdsAccessViolations1.3.6.1.4.1.311.1.1.3.1.1.26.1INTEGERread-onlyAccess Violations is the number of times that directory service write operations were refused for security reasons.
CTR exchdsABBrowsesPerSec1.3.6.1.4.1.311.1.1.3.1.1.26.2Counterread-onlyAB Browses/sec is the rate at which Address Book clients perform browse operations.
CTR exchdsABReadsPerSec1.3.6.1.4.1.311.1.1.3.1.1.26.3Counterread-onlyAB Reads/sec is the rate at which Address Book clients perform read operations.
CTR exchdsExDSReadsPerSec1.3.6.1.4.1.311.1.1.3.1.1.26.4Counterread-onlyExDS Reads/sec is the rate at which Extended Directory Service clients perform read operations.
CTR exchdsReplicationUpdatesPerSec1.3.6.1.4.1.311.1.1.3.1.1.26.5Counterread-onlyReplication Updates/sec is the rate at which replication updates are applied by the local directory service. This indicates how much replication activity is occuring on the server.
INT exchdsThreadsInUse1.3.6.1.4.1.311.1.1.3.1.1.26.6INTEGERread-onlyThreads 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 RPC-generated threads currently in API calls and can be used to indicate whether additional processors could be of benefit.
CTR exchdsABWritesPerSec1.3.6.1.4.1.311.1.1.3.1.1.26.7Counterread-onlyAB Writes/sec is the rate at which Address Book clients perform write operations.
CTR exchdsExDSWritesPerSec1.3.6.1.4.1.311.1.1.3.1.1.26.8Counterread-onlyExDS Writes/sec is the rate at which Extended Directory Service clients perform write operations.
INT exchdsExDSClientSessions1.3.6.1.4.1.311.1.1.3.1.1.26.9INTEGERread-onlyExDS Client Sessions is the number of connected Extended Directory Service client sessions. This indicates the number of connections from other Microsoft Exchange services and the Microsoft Exchange Administrator program.
INT exchdsABClientSessions1.3.6.1.4.1.311.1.1.3.1.1.26.10INTEGERread-onlyAB Client Sessions is the number of connected Address Book client sessions.
INT exchdsPendingReplicationSynchronizations1.3.6.1.4.1.311.1.1.3.1.1.26.11INTEGERread-onlyPending Replication Synchronizations is the number of directory synchronizations that are queued for this server but not yet processed.
INT exchdsRemainingReplicationUpdates1.3.6.1.4.1.311.1.1.3.1.1.26.12INTEGERread-onlyRemaining Replication Updates is the number of object modifications received in the current directory replication update packet that have not yet been applied to the local server.
CTR exchdsObjectsReplicatedOutPerSec1.3.6.1.4.1.311.1.1.3.1.1.26.13Counterread-onlyThis is the number of objects replicated out per second from this machine to other Directory Servers.
CTR exchdsAddressBookViewReadsPerSec1.3.6.1.4.1.311.1.1.3.1.1.26.14Counterread-onlyNumber of directory objects read per second by the View Consistency Checker.
CTR exchdsAddressBookViewWritesPerSec1.3.6.1.4.1.311.1.1.3.1.1.26.15Counterread-onlyNumber of Address Book View containers created per second by the View Consistency Checker.
CTR exchdsAddressBookViewModifiesPerSec1.3.6.1.4.1.311.1.1.3.1.1.26.16Counterread-onlyNumber of directory objects modified per second by the View Consistency Checker.
INT exchdsLDAPSearches1.3.6.1.4.1.311.1.1.3.1.1.26.17INTEGERread-onlyTotal number of LDAP searches performed since the DSA started.
CTR exchdsLDAPSearchesPerSec1.3.6.1.4.1.311.1.1.3.1.1.26.18Counterread-onlyLDAP Searches/sec is the rate at which LDAP clients perform search operations.
web_Proxy_Server_Service1.3.6.1.4.1.311.1.1.3.1.1.27
INT webproxysrvrUpstreamBytesSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.27.1INTEGERread-onlyUpstream Bytes Sent/sec is the rate at which data bytes are sent by the Web Proxy Server to remote servers on the Internet or to a chained Web Proxy Server.
INT webproxysrvrUpstreamBytesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.27.2INTEGERread-onlyUpstream Bytes Received/sec is the rate at which data bytes are received by the Web Proxy Server from remote servers on the Internet or from a chained Web Proxy Server in response to requests from this Proxy.
INT webproxysrvrUpstreamBytesTotalPerSec1.3.6.1.4.1.311.1.1.3.1.1.27.3INTEGERread-onlyUpstream Bytes Total/sec is the sum of Inet Bytes Sent/sec and Bytes Received/sec. This is the total rate for all bytes transferred between the Proxy Server and remote servers on the Internet or a chained Web Proxy Server.
INT webproxysrvrClientBytesSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.27.4INTEGERread-onlyClient Bytes Sent/sec is the rate at which data bytes are sent by the Web Proxy Server to Web Proxy clients.
INT webproxysrvrClientBytesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.27.5INTEGERread-onlyClient Bytes Received/sec is the rate at which data bytes are received by the Web Proxy Server from Web Proxy clients.
INT webproxysrvrClientBytesTotalPerSec1.3.6.1.4.1.311.1.1.3.1.1.27.6INTEGERread-onlyClient Bytes Total/sec is the sum of Client Bytes Sent/sec and Bytes Received/sec. This is the total rate for all bytes transferred between the Web Proxy Server and Web Proxy clients.
INT webproxysrvrSSLClientBytesSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.27.7INTEGERread-onlySSL Client Bytes Sent/sec is the rate at which Secure Sockets Layer (SSL) data bytes are sent by the Web Proxy Server to secured Web Proxy clients.
INT webproxysrvrSSLClientBytesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.27.8INTEGERread-onlySSL Client Bytes Received/sec is the rate at which Secure Sockets Layer (SSL) data bytes are received by the Web Proxy Server from secured Web Proxy clients.
INT webproxysrvrSSLClientBytesTotalPerSec1.3.6.1.4.1.311.1.1.3.1.1.27.9INTEGERread-onlySSL Client Bytes Total/sec is the sum of SSL Client Bytes Sent/sec and Bytes Received/sec. This is the total rate for all bytes transferred between the Web Proxy Server and secured Web Proxy clients.
INT webproxysrvrSocksClientBytesSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.27.10INTEGERread-onlySocks Client Bytes Sent/sec is the rate at which data is transferred by the Web Proxy Server from Socks clients to connected servers.
INT webproxysrvrSocksClientBytesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.27.11INTEGERread-onlySocks Client Bytes Received/sec is the rate at which data is transferred by the Web Proxy Server from connected servers to Socks clients.
INT webproxysrvrSocksClientBytesTotalPerSec1.3.6.1.4.1.311.1.1.3.1.1.27.12INTEGERread-onlySocks Client Bytes Total/sec is the sum of Socks Client Bytes Sent/sec and Bytes Received/sec. This is the total rate for all bytes transferred between the Web Proxy Server and Socks clients.
INT webproxysrvrCurrentUsers1.3.6.1.4.1.311.1.1.3.1.1.27.13INTEGERread-onlyCurrent Users is the number of users currently connected to the Web Proxy Server.
INT webproxysrvrTotalUsers1.3.6.1.4.1.311.1.1.3.1.1.27.14INTEGERread-onlyTotal Users is the total number of users that have ever connected to the Web Proxy Server.
INT webproxysrvrMaximumUsers1.3.6.1.4.1.311.1.1.3.1.1.27.15INTEGERread-onlyMaximum Users is the maximum number of users that have connected to the Web Proxy Server simultaneously.
INT webproxysrvrFtpRequests1.3.6.1.4.1.311.1.1.3.1.1.27.16INTEGERread-onlyFtp Requests is the number of Ftp requests that have been made to the Web Proxy Server.
INT webproxysrvrGopherRequests1.3.6.1.4.1.311.1.1.3.1.1.27.17INTEGERread-onlyGopher Requests is the number of Gopher requests that have been made to the Web Proxy Server.
INT webproxysrvrHttpRequests1.3.6.1.4.1.311.1.1.3.1.1.27.18INTEGERread-onlyHttp Requests is the number of Http requests that have been made to the Web Proxy Server.
INT webproxysrvrTotalRequests1.3.6.1.4.1.311.1.1.3.1.1.27.19INTEGERread-onlyTotal Requests is the total number of requests that have ever been made to the Web Proxy Server.
INT webproxysrvrTotalSuccessfulRequests1.3.6.1.4.1.311.1.1.3.1.1.27.20INTEGERread-onlyTotal Successful Requests is the total number of requests that have been successfully processed by the Web Proxy Server.
INT webproxysrvrTotalFailingRequests1.3.6.1.4.1.311.1.1.3.1.1.27.21INTEGERread-onlyTotal Failing Requests is the total number of requests that have failed to be processed by the Web Proxy Server due to errors. Errors can be the result of the Web Proxy Server failing to locate a requested server URL on the Internet or because the client failed to be authorized access to the requested URL.
INT webproxysrvrTotalCacheFetches1.3.6.1.4.1.311.1.1.3.1.1.27.22INTEGERread-onlyTotal Cache Fetches is the total number of requests that have been served by using cached data from the Web Proxy Server cache.
INT webproxysrvrTotalUpstreamFetches1.3.6.1.4.1.311.1.1.3.1.1.27.23INTEGERread-onlyTotal Upstream Fetches is the total number of requests that have been served by using data retrieved from servers on the Internet or from a chained Web Proxy Server.
INT webproxysrvrCacheHitRatioPercent1.3.6.1.4.1.311.1.1.3.1.1.27.24INTEGERread-onlyCache Hit Ratio is the percentage of requests that have been served using cached data out of the total number of requests to the Web Proxy Server.
INT webproxysrvrSitesDenied1.3.6.1.4.1.311.1.1.3.1.1.27.25INTEGERread-onlySites Denied is the total number of Internet sites to which the Web Proxy Server has denied access.
INT webproxysrvrSitesGranted1.3.6.1.4.1.311.1.1.3.1.1.27.26INTEGERread-onlySites Granted is the total number of Internet sites to which the Web Proxy Server has granted access.
INT webproxysrvrDNSCacheEntries1.3.6.1.4.1.311.1.1.3.1.1.27.27INTEGERread-onlyDNS Cache Entries is the current number of DNS domain name entries cached by the Web Proxy Server.
INT webproxysrvrDNSRetrievals1.3.6.1.4.1.311.1.1.3.1.1.27.28INTEGERread-onlyDNS Retrievals is the total number of DNS domain names that have been retrieved by the Web Proxy Server.
INT webproxysrvrDNSCacheFlushes1.3.6.1.4.1.311.1.1.3.1.1.27.29INTEGERread-onlyDNS Cache Flushes is the total number of times that the DNS domain name cache has been flushed or cleared by the Web Proxy Server.
INT webproxysrvrDNSCacheHits1.3.6.1.4.1.311.1.1.3.1.1.27.30INTEGERread-onlyDNS Cache Hits is the total number of times a DNS domain name was found within the DNS Cache.
INT webproxysrvrDNSCacheHitsPercent1.3.6.1.4.1.311.1.1.3.1.1.27.31INTEGERread-onlyDNS Cache Hits % is the percentage of DNS domain names served from the Web Proxy Server cache, from the total of all DNS entries that have been retrieved by the Web Proxy Server.
INT webproxysrvrHTTPSSessions1.3.6.1.4.1.311.1.1.3.1.1.27.33INTEGERread-onlyHTTPS sessions is the total number of HTTP-secured sessions serviced by the Secure Sockets Layer (SSL) tunnel.
INT webproxysrvrSNEWSSessions1.3.6.1.4.1.311.1.1.3.1.1.27.34INTEGERread-onlySNEWS sessions is the total number of SNEWS sessions serviced by the Secure Sockets Layer (SSL) tunnel.
INT webproxysrvrUnknownSSLSessions1.3.6.1.4.1.311.1.1.3.1.1.27.35INTEGERread-onlyUnknown SSL sessions is the total number of unknown Secure Sockets Layer (SSL) sessions serviced by the SSL tunnel.
INT webproxysrvrTotalSSLSessions1.3.6.1.4.1.311.1.1.3.1.1.27.36INTEGERread-onlyTotal SSL sessions is the total number of Secure Sockets Layer (SSL) sessions serviced by the SSL tunnel.
INT webproxysrvrSocksSessions1.3.6.1.4.1.311.1.1.3.1.1.27.37INTEGERread-onlySocks sessions is the current number of active sessions between Socks clients and connected servers serviced by the Web Proxy Server.
INT webproxysrvrTotalSocksSessions1.3.6.1.4.1.311.1.1.3.1.1.27.38INTEGERread-onlyTotal Socks Sessions is the accumulative number of Socks sessions serviced by the Web Proxy Server.
INT webproxysrvrTotalSuccessfulSocksSessions1.3.6.1.4.1.311.1.1.3.1.1.27.39INTEGERread-onlyTotal Successful Socks Sessions is the accumulative number of Socks requests that were successfully serviced by the Web Proxy Server.
INT webproxysrvrTotalFailedSocksSessions1.3.6.1.4.1.311.1.1.3.1.1.27.40INTEGERread-onlyTotal Failed Socks Sessions is the accumulative number of Socks requests that were were not serviced by the Web Proxy Server because the client did not have the access rights to satisfy the request, or an initial protocol error.
INT webproxysrvrThreadPoolSize1.3.6.1.4.1.311.1.1.3.1.1.27.41INTEGERread-onlyThread Pool Size is the number of threads in the thread pool.
INT webproxysrvrThreadPoolFailures1.3.6.1.4.1.311.1.1.3.1.1.27.42INTEGERread-onlyThread Pool Failures is the number of requests rejected because the thread pool was overcommitted.
INT webproxysrvrSSLSessionsScavenged1.3.6.1.4.1.311.1.1.3.1.1.27.43INTEGERread-onlySSL sessions scavenged is the number of Secure Sockets Layer (SSL) sessions closed because of idle timeout and excessive SSL demand.
INT webproxysrvrThreadPoolActiveSessions1.3.6.1.4.1.311.1.1.3.1.1.27.44INTEGERread-onlyThread Pool active sessions is the number of sessions being actively serviced by thread pool threads.
INT webproxysrvrArrayBytesSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.27.45INTEGERread-onlyArray Bytes Sent/sec is the rate at which data bytes are sent by the Web Proxy Server to other proxies within the same array.
INT webproxysrvrArrayBytesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.27.46INTEGERread-onlyArray Bytes Received/sec is the rate at which data bytes are received by the Web Proxy Server from other Proxies within the same array in response to requests from this Proxy.
INT webproxysrvrArrayBytesTotalPerSec1.3.6.1.4.1.311.1.1.3.1.1.27.47INTEGERread-onlyArray Bytes Total/sec is the sum of Array Bytes Sent/sec and Bytes Received/sec. This is the total rate for all bytes transferred between the Proxy Server and other members of the same array.
INT webproxysrvrTotalArrayFetches1.3.6.1.4.1.311.1.1.3.1.1.27.50INTEGERread-onlyTotal Array Fetches is the total number of requests that have been served by requesting the data from another Web Proxy Server within this array.
INT webproxysrvrReverseBytesSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.27.51INTEGERread-onlyReverse Bytes Sent/sec is the rate at which data bytes are sent by the Web Proxy Server to web publishing servers in response to Reverse Proxy requests.
INT webproxysrvrReverseBytesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.27.52INTEGERread-onlyReverse Bytes Received/sec is the rate at which data bytes are received by the Web Proxy Server from web publishing serverse in response Reverse Proxy requests.
INT webproxysrvrReverseBytesTotalPerSec1.3.6.1.4.1.311.1.1.3.1.1.27.53INTEGERread-onlyReverse Bytes Total/sec is the sum of Reverse Bytes Sent/sec and Bytes Received/sec. This is the total rate for all bytes transferred between the Proxy Server and web publishing servers in response to Reverse Proxy requests.
INT webproxysrvrTotalReverseFetches1.3.6.1.4.1.311.1.1.3.1.1.27.54INTEGERread-onlyTotal Reverse Fetches is the total number of Reverse Proxy requests that have been served by requesting the data from web publishing servers.
CTR webproxysrvrRequestsPerSec1.3.6.1.4.1.311.1.1.3.1.1.27.55Counterread-onlyRequests/sec is the rate of incoming requests that have been made to the Web Proxy Server.
CTR webproxysrvrFailingRequestsPerSec1.3.6.1.4.1.311.1.1.3.1.1.27.56Counterread-onlyFailing Requests/sec is the rate of requests that have completed with some type of error.
winSock_Proxy_Server1.3.6.1.4.1.311.1.1.3.1.1.28
INT winsockproxysrvrSuccessfulDNSResolutions1.3.6.1.4.1.311.1.1.3.1.1.28.1INTEGERread-onlyNumber of 'gethostbyname' and 'gethostbyaddr' API calls successfully returned. These are calls used to resolve host DNS domain names and IP addresses for WinSock Proxy connections.
INT winsockproxysrvrFailedDNSResolutions1.3.6.1.4.1.311.1.1.3.1.1.28.2INTEGERread-onlyNumber of 'gethostbyname' and 'gethostbyaddr' API calls that have failed. These are calls used to resolve host DNS domain names and IP addresses for WinSock Proxy connections.
INT winsockproxysrvrPendingDNSResolutions1.3.6.1.4.1.311.1.1.3.1.1.28.3INTEGERread-onlyNumber of 'gethostbyname' and 'gethostbyaddr' API calls pending resolution. These are calls used to resolve host DNS domain names and IP addresses for WinSock Proxy connections.
INT winsockproxysrvrActiveSessions1.3.6.1.4.1.311.1.1.3.1.1.28.4INTEGERread-onlyThe number of active sessions for WinSock Proxy Server.
INT winsockproxysrvrActiveTCPConnections1.3.6.1.4.1.311.1.1.3.1.1.28.5INTEGERread-onlyThe total number of active TCP connections currently passing data. Connections pending or not yet established are counted elsewhere.
INT winsockproxysrvrActiveUDPConnections1.3.6.1.4.1.311.1.1.3.1.1.28.6INTEGERread-onlyTotal number of active UDP connections.
INT winsockproxysrvrConnectingTCPConnections1.3.6.1.4.1.311.1.1.3.1.1.28.7INTEGERread-onlyTotal number of TCP connections pending. These are connections awaiting completion between WinSock Proxy Server and remote computers.
INT winsockproxysrvrBack_ConnectingTCPConnections1.3.6.1.4.1.311.1.1.3.1.1.28.8INTEGERread-onlyTotal number of TCP connections awaiting an inbound 'connect' call to complete. These are connections placed by WinSock Proxy (WSP) to a client after WSP accepts a connection from the Internet on a listening socket.
INT winsockproxysrvrAcceptingTCPConnections1.3.6.1.4.1.311.1.1.3.1.1.28.9INTEGERread-onlyNumber of connection objects that wait for TCP connection from WinSock Proxy clients.
INT winsockproxysrvrListeningTCPConnections1.3.6.1.4.1.311.1.1.3.1.1.28.10INTEGERread-onlyNumber of connection objects that wait for TCP connections from remote Internet computers.
INT winsockproxysrvrWorkerThreads1.3.6.1.4.1.311.1.1.3.1.1.28.11INTEGERread-onlyThe number of WinSock Proxy worker threads that are currently alive.
INT winsockproxysrvrAvailableWorkerThreads1.3.6.1.4.1.311.1.1.3.1.1.28.12INTEGERread-onlyThe number of WinSock Proxy worker threads that are available (waiting in completion port queue).
CTR winsockproxysrvrBytesReadPerSec1.3.6.1.4.1.311.1.1.3.1.1.28.13Counterread-onlyNumber of bytes read by the data-pump per second.
CTR winsockproxysrvrBytesWrittenPerSec1.3.6.1.4.1.311.1.1.3.1.1.28.14Counterread-onlyNumber of bytes written by data-pump per second.
INT winsockproxysrvrNon_connectedUDPMappings1.3.6.1.4.1.311.1.1.3.1.1.28.15INTEGERread-onlyThe number of mappings available for UDP connections.
INT winsockproxysrvrDNSCacheEntries1.3.6.1.4.1.311.1.1.3.1.1.28.16INTEGERread-onlyDNS Cache Entries is the current number of DNS domain name entries cached by the Web Proxy Server.
INT winsockproxysrvrDNSCacheHits1.3.6.1.4.1.311.1.1.3.1.1.28.17INTEGERread-onlyDNS Cache Hits is the total number of times a DNS domain name was found within the DNS Cache.
INT winsockproxysrvrDNSCacheFlushes1.3.6.1.4.1.311.1.1.3.1.1.28.18INTEGERread-onlyDNS Cache Flushes is the total number of times that the DNS domain name cache has been flushed or cleared by the Web Proxy Server.
INT winsockproxysrvrDNSRetrievals1.3.6.1.4.1.311.1.1.3.1.1.28.19INTEGERread-onlyDNS Retrievals is the total number of DNS domain names that have been retrieved by the Web Proxy Server.
INT winsockproxysrvrDNSCacheHitsPercent1.3.6.1.4.1.311.1.1.3.1.1.28.20INTEGERread-onlyDNS Cache Hits % is the percentage of DNS domain names served from the Web Proxy Server cache, from the total of all DNS entries that have been retrieved by the Web Proxy Server.
web_Proxy_Server_Cache1.3.6.1.4.1.311.1.1.3.1.1.29
CTR webproxysrvrcacheURLsInCache1.3.6.1.4.1.311.1.1.3.1.1.29.1Counterread-onlyURLs in Cache is the current number of URLs in the URL Cache.
CTR webproxysrvrcacheBytesInCache1.3.6.1.4.1.311.1.1.3.1.1.29.2Counterread-onlyBytes in Cache is the total number of bytes currently contained in the URL Cache.
CTR webproxysrvrcacheTotalBytesCached1.3.6.1.4.1.311.1.1.3.1.1.29.3Counterread-onlyTotal Bytes Cached is the cumulative number of bytes that have been placed into the URL Cache.
CTR webproxysrvrcacheTotalBytesRetrieved1.3.6.1.4.1.311.1.1.3.1.1.29.4Counterread-onlyTotal Bytes Retrieved is the cumulative number of bytes that have been retrieved from the URL Cache.
CTR webproxysrvrcacheTotalURLsCached1.3.6.1.4.1.311.1.1.3.1.1.29.5Counterread-onlyTotal URLs Cached is the cumulative number of URLs that have been stored into the URL Cache.
CTR webproxysrvrcacheTotalURLsRetrieved1.3.6.1.4.1.311.1.1.3.1.1.29.6Counterread-onlyTotal URLs Retrieved is the cumulative number of URLs that have been retrieved from the URL Cache.
CTR webproxysrvrcacheMaxBytesCached1.3.6.1.4.1.311.1.1.3.1.1.29.7Counterread-onlyMax Bytes Cached is the maximum number of bytes that have been stored in the URL Cache.
CTR webproxysrvrcacheMaxURLsCached1.3.6.1.4.1.311.1.1.3.1.1.29.8Counterread-onlyMax URLs Cached is the maximum number of URLs that have been stored in the URL Cache.
CTR webproxysrvrcacheTotalActivelyRefreshedURLs1.3.6.1.4.1.311.1.1.3.1.1.29.9Counterread-onlyTotal Actively Refreshed URLs is the cumulative number of popular URLs in the URL cache that have been preemptively refreshed from the Internet.
CTR webproxysrvrcacheTotalBytesActivelyRefreshed1.3.6.1.4.1.311.1.1.3.1.1.29.10Counterread-onlyTotal Bytes Actively Refreshed is the total of bytes that have been retrieved from the Internet to preemptively refresh popular URLs in the URL cache.
CTR webproxysrvrcacheURLRetrieveRate1.3.6.1.4.1.311.1.1.3.1.1.29.11Counterread-onlyURL Retrieve Rate is the rate at which URLs are retrieved from the URL cache.
CTR webproxysrvrcacheBytesRetrievedRate1.3.6.1.4.1.311.1.1.3.1.1.29.12Counterread-onlyBytes Retrieved Rate is the rate at which bytes of data are retrieved from the URL cache.
CTR webproxysrvrcacheURLCommitRate1.3.6.1.4.1.311.1.1.3.1.1.29.13Counterread-onlyURL Commit Rate is the rate at which URLs are commited to the URL cache.
CTR webproxysrvrcacheBytesCommitedRate1.3.6.1.4.1.311.1.1.3.1.1.29.14Counterread-onlyBytes Commited Rate is the rate at which bytes of data are commited to the URL cache.
CTR webproxysrvrcacheActiveURLRefreshRate1.3.6.1.4.1.311.1.1.3.1.1.29.15Counterread-onlyActive URL Refresh Rate is the rate at which popular URLs in the URL cache are preemptively refreshed from the Internet.
CTR webproxysrvrcacheActiveRefreshBytesRate1.3.6.1.4.1.311.1.1.3.1.1.29.16Counterread-onlyActive Refresh Bytes Rate is the rate at which bytes of data are retrieved from the Internet to preemptively refresh popular URLs in the URL cache.
telephony1.3.6.1.4.1.311.1.1.3.1.1.30
INT telephonyLines1.3.6.1.4.1.311.1.1.3.1.1.30.1INTEGERread-onlyThe number of telephone lines serviced by this computer.
INT telephonyTelephoneDevices1.3.6.1.4.1.311.1.1.3.1.1.30.2INTEGERread-onlyThe number of telephone devices serviced by this computer.
INT telephonyActiveLines1.3.6.1.4.1.311.1.1.3.1.1.30.3INTEGERread-onlyThe number of telephone lines serviced by this computer that are currently active.
INT telephonyActiveTelephones1.3.6.1.4.1.311.1.1.3.1.1.30.4INTEGERread-onlyThe number of telephone devices that are currently being monitored.
CTR telephonyOutgoingCallsPerSec1.3.6.1.4.1.311.1.1.3.1.1.30.5Counterread-onlyThe rate of outgoing calls made by this computer.
CTR telephonyIncomingCallsPerSec1.3.6.1.4.1.311.1.1.3.1.1.30.6Counterread-onlyThe rate of incoming calls answered by this computer.
INT telephonyClientApps1.3.6.1.4.1.311.1.1.3.1.1.30.7INTEGERread-onlyThe number of applications that are currently using telephony services.
INT telephonyCurrentOutgoingCalls1.3.6.1.4.1.311.1.1.3.1.1.30.8INTEGERread-onlyCurrent outgoing calls being serviced by this computer.
INT telephonyCurrentIncomingCalls1.3.6.1.4.1.311.1.1.3.1.1.30.9INTEGERread-onlyCurrent incoming calls being serviced by this computer.
rasportrAS_PortTable1.3.6.1.4.1.311.1.1.3.1.1.31not-accessibleA table containing performance information for instances of 'rAS-Port' objects.
rasportrAS_PortEntry1.3.6.1.4.1.311.1.1.3.1.1.31.1not-accessiblePerformance information for one particular instance of 'rAS-Port' object.
INT rasportrAS_PortIndex1.3.6.1.4.1.311.1.1.3.1.1.31.1.1INTEGERread-onlyIndex.
STR rasportrAS_PortInstance1.3.6.1.4.1.311.1.1.3.1.1.31.1.2DisplayStringread-onlyInstance name.
INT rasportBytesTransmitted1.3.6.1.4.1.311.1.1.3.1.1.31.1.3INTEGERread-onlyThe number of bytes transmitted total for this connection.
INT rasportBytesReceived1.3.6.1.4.1.311.1.1.3.1.1.31.1.4INTEGERread-onlyThe number of bytes received total for this connection.
INT rasportFramesTransmitted1.3.6.1.4.1.311.1.1.3.1.1.31.1.5INTEGERread-onlyThe number of data frames transmitted total for this connection.
INT rasportFramesReceived1.3.6.1.4.1.311.1.1.3.1.1.31.1.6INTEGERread-onlyThe number of data frames received total for this connection.
INT rasportPercentCompressionOut1.3.6.1.4.1.311.1.1.3.1.1.31.1.7INTEGERread-onlyThe compression ratio for bytes being transmitted.
INT rasportPercentCompressionIn1.3.6.1.4.1.311.1.1.3.1.1.31.1.8INTEGERread-onlyThe compression ratio for bytes being received.
INT rasportCRCErrors1.3.6.1.4.1.311.1.1.3.1.1.31.1.9INTEGERread-onlyThe total number of CRC Errors for this connection. CRC Errors occur when the frame received contains erroneous data.
INT rasportTimeoutErrors1.3.6.1.4.1.311.1.1.3.1.1.31.1.10INTEGERread-onlyThe total number of Timeout Errors for this connection. Timeout Errors occur when an expected is not received in time.
INT rasportSerialOverrunErrors1.3.6.1.4.1.311.1.1.3.1.1.31.1.11INTEGERread-onlyThe total number of Serial Overrun Errors for this connection. Serial Overrun Errors occur when the hardware cannot handle the rate at which data is received.
INT rasportAlignmentErrors1.3.6.1.4.1.311.1.1.3.1.1.31.1.12INTEGERread-onlyThe total number of Alignment Errors for this connection. Alignment Errors occur when a byte received is different from the byte expected.
INT rasportBufferOverrunErrors1.3.6.1.4.1.311.1.1.3.1.1.31.1.13INTEGERread-onlyThe total number of Buffer Overrun Errors for this connection. Buffer Overrun Errors when the software cannot handle the rate at which data is received.
INT rasportTotalErrors1.3.6.1.4.1.311.1.1.3.1.1.31.1.14INTEGERread-onlyThe total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors for this connection.
CTR rasportBytesTransmittedPerSec1.3.6.1.4.1.311.1.1.3.1.1.31.1.15Counterread-onlyThe number of bytes transmitted per second.
CTR rasportBytesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.31.1.16Counterread-onlyThe number of bytes received per second.
CTR rasportFramesTransmittedPerSec1.3.6.1.4.1.311.1.1.3.1.1.31.1.17Counterread-onlyThe number of frames transmitted per second.
CTR rasportFramesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.31.1.18Counterread-onlyThe number of frames received per second.
CTR rasportTotalErrorsPerSec1.3.6.1.4.1.311.1.1.3.1.1.31.1.19Counterread-onlyThe total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors per second.
nwnetbiosnWLink_NetBIOSTable1.3.6.1.4.1.311.1.1.3.1.1.32not-accessibleA table containing performance information for instances of 'nWLink-NetBIOS' objects.
nwnetbiosnWLink_NetBIOSEntry1.3.6.1.4.1.311.1.1.3.1.1.32.1not-accessiblePerformance information for one particular instance of 'nWLink-NetBIOS' object.
INT nwnetbiosnWLink_NetBIOSIndex1.3.6.1.4.1.311.1.1.3.1.1.32.1.1INTEGERread-onlyIndex.
STR nwnetbiosnWLink_NetBIOSInstance1.3.6.1.4.1.311.1.1.3.1.1.32.1.2DisplayStringread-onlyInstance name.
CTR nwnetbiosDatagramsPerSec1.3.6.1.4.1.311.1.1.3.1.1.32.1.3Counterread-onlyDatagrams/sec is the rate that 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.
INT nwnetbiosDatagramBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.32.1.4INTEGERread-onlyDatagram Bytes/sec is the rate that 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.
CTR nwnetbiosPacketsPerSec1.3.6.1.4.1.311.1.1.3.1.1.32.1.5Counterread-onlyPackets/sec is the rate that 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.
CTR nwnetbiosFramesPerSec1.3.6.1.4.1.311.1.1.3.1.1.32.1.6Counterread-onlyFrames/sec is the rate that 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.
INT nwnetbiosFrameBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.32.1.7INTEGERread-onlyFrame Bytes/sec is the rate that 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.
INT nwnetbiosBytesTotalPerSec1.3.6.1.4.1.311.1.1.3.1.1.32.1.8INTEGERread-onlyBytes 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.
INT nwnetbiosConnectionsOpen1.3.6.1.4.1.311.1.1.3.1.1.32.1.9INTEGERread-onlyConnections Open is the number of connections currently open for this protocol. This counter shows the current count only and does not accumulate over time.
INT nwnetbiosConnectionsNoRetries1.3.6.1.4.1.311.1.1.3.1.1.32.1.10INTEGERread-onlyConnections 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.
INT nwnetbiosConnectionsWithRetries1.3.6.1.4.1.311.1.1.3.1.1.32.1.11INTEGERread-onlyConnections 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.
INT nwnetbiosDisconnectsLocal1.3.6.1.4.1.311.1.1.3.1.1.32.1.12INTEGERread-onlyDisconnects Local is the number of session disconnections that were initiated by the local computer. This number is an accumulator and shows a running total.
INT nwnetbiosDisconnectsRemote1.3.6.1.4.1.311.1.1.3.1.1.32.1.13INTEGERread-onlyDisconnects Remote is the number of session disconnections that were initiated by the remote computer. This number is an accumulator and shows a running total.
INT nwnetbiosFailuresLink1.3.6.1.4.1.311.1.1.3.1.1.32.1.14INTEGERread-onlyFailures Link is the number of connections that were dropped due to a link failure. This number is an accumulator and shows a running total.
INT nwnetbiosFailuresAdapter1.3.6.1.4.1.311.1.1.3.1.1.32.1.15INTEGERread-onlyFailures Adapter is the number of connections that were dropped due to an adapter failure. This number is an accumulator and shows a running total.
INT nwnetbiosConnectionSessionTimeouts1.3.6.1.4.1.311.1.1.3.1.1.32.1.16INTEGERread-onlyConnection 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.
INT nwnetbiosConnectionsCanceled1.3.6.1.4.1.311.1.1.3.1.1.32.1.17INTEGERread-onlyConnections Canceled is the number of connections that were canceled. This number is an accumulator and shows a running total.
INT nwnetbiosFailuresResourceRemote1.3.6.1.4.1.311.1.1.3.1.1.32.1.18INTEGERread-onlyFailures 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.
INT nwnetbiosFailuresResourceLocal1.3.6.1.4.1.311.1.1.3.1.1.32.1.19INTEGERread-onlyFailures 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.
INT nwnetbiosFailuresNotFound1.3.6.1.4.1.311.1.1.3.1.1.32.1.20INTEGERread-onlyFailures 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.
INT nwnetbiosFailuresNoListen1.3.6.1.4.1.311.1.1.3.1.1.32.1.21INTEGERread-onlyFailures No Listen is the number of connections that were rejected because the remote computer was not listening for connection requests.
CTR nwnetbiosDatagramsSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.32.1.22Counterread-onlyDatagrams Sent/sec is the rate that datagrams are sent from the computer. A datagram is a connectionless packet whose delivery to a remote computer is not guaranteed.
INT nwnetbiosDatagramBytesSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.32.1.23INTEGERread-onlyDatagram Bytes Sent/sec is the rate that datagram bytes are sent from the computer. A datagram is a connectionless packet whose delivery to a remote computer is not guaranteed.
CTR nwnetbiosDatagramsReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.32.1.24Counterread-onlyDatagrams Received/sec is the rate that datagrams are received by the computer. A datagram is a connectionless packet whose delivery to a remote computer is not guaranteed.
INT nwnetbiosDatagramBytesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.32.1.25INTEGERread-onlyDatagram Bytes Received/sec is the rate that datagram bytes are received by the computer. A datagram is a connectionless packet whose delivery to a remote computer is not guaranteed.
CTR nwnetbiosPacketsSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.32.1.26Counterread-onlyPackets Sent/sec is the rate that packets are sent by the computer. This counter counts all packets sent by the computer, i.e. control as well as data packets.
CTR nwnetbiosPacketsReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.32.1.27Counterread-onlyPackets Received/sec is the rate that packets are received by the computer. This counter counts all packets processed: control as well as data packets.
CTR nwnetbiosFramesSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.32.1.28Counterread-onlyFrames Sent/sec is the rate that data frames are sent by the computer. This counter only counts the frames (packets) that carry data.
INT nwnetbiosFrameBytesSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.32.1.29INTEGERread-onlyFrame Bytes Sent/sec is the rate that data bytes are sent by the computer. This counter only counts the bytes in frames (packets) that carry data.
CTR nwnetbiosFramesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.32.1.30Counterread-onlyFrames Received/sec is the rate that data frames are received by the computer. This counter only counts the frames (packets) that carry data.
INT nwnetbiosFrameBytesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.32.1.31INTEGERread-onlyFrame Bytes Received/sec is the rate that data bytes are received by the computer. This counter only counts the frames (packets) that carry data.
CTR nwnetbiosFramesRe_SentPerSec1.3.6.1.4.1.311.1.1.3.1.1.32.1.32Counterread-onlyFrames Re-Sent/sec is the rate that data frames (packets) are re-sent by the computer. This counter only counts the frames or packets that carry data.
INT nwnetbiosFrameBytesRe_SentPerSec1.3.6.1.4.1.311.1.1.3.1.1.32.1.33INTEGERread-onlyFrame Bytes Re-Sent/sec is the rate that data bytes are re-sent by the computer. This counter only counts the bytes in frames that carry data.
CTR nwnetbiosFramesRejectedPerSec1.3.6.1.4.1.311.1.1.3.1.1.32.1.34Counterread-onlyFrames Rejected/sec is the rate that data frames are rejected. This counter only counts the frames (packets) that carry data.
INT nwnetbiosFrameBytesRejectedPerSec1.3.6.1.4.1.311.1.1.3.1.1.32.1.35INTEGERread-onlyFrame Bytes Rejected/sec is the rate that data bytes are rejected. This counter only counts the bytes in data frames (packets) that carry data.
INT nwnetbiosExpirationsResponse1.3.6.1.4.1.311.1.1.3.1.1.32.1.36INTEGERread-onlyExpirations Response is the count of T1 timer expirations.
INT nwnetbiosExpirationsAck1.3.6.1.4.1.311.1.1.3.1.1.32.1.37INTEGERread-onlyExpirations Ack is the count of T2 timer expirations
INT nwnetbiosWindowSendMaximum1.3.6.1.4.1.311.1.1.3.1.1.32.1.38INTEGERread-onlyWindow Send Maximum is the maximum number of bytes of data that will be sent before waiting for an acknowledgment from the remote computer.
INT nwnetbiosWindowSendAverage1.3.6.1.4.1.311.1.1.3.1.1.32.1.39INTEGERread-onlyWindow Send Average is the running average number of data bytes that were sent before waiting for an acknowledgment from the remote computer.
CTR nwnetbiosPiggybackAckQueuedPerSec1.3.6.1.4.1.311.1.1.3.1.1.32.1.40Counterread-onlyPiggyback Ack Queued/sec is the rate that 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.
INT nwnetbiosPiggybackAckTimeouts1.3.6.1.4.1.311.1.1.3.1.1.32.1.41INTEGERread-onlyPiggyback 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.
ntsystem1.3.6.1.4.1.311.1.1.3.1.1.33
CTR ntsystemFileReadOperationsPerSec1.3.6.1.4.1.311.1.1.3.1.1.33.1Counterread-onlyFile Read Operations/sec is an aggregate of all the file system read operations on the computer.
CTR ntsystemFileWriteOperationsPerSec1.3.6.1.4.1.311.1.1.3.1.1.33.2Counterread-onlyFile Write Operations/sec is an aggregate of all the file system write operations on the computer.
CTR ntsystemFileControlOperationsPerSec1.3.6.1.4.1.311.1.1.3.1.1.33.3Counterread-onlyFile Control Operations/sec is an aggregate of all file system operations that are neither reads nor writes. These operations usually include file system control requests or requests for information about device characteristics or status.
INT ntsystemFileReadBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.33.4INTEGERread-onlyFile Read Bytes/sec is an aggregate of the bytes transferred for all the file system read operations on the computer.
INT ntsystemFileWriteBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.33.5INTEGERread-onlyFile Write Bytes/sec is an aggregate of the bytes transferred for all the file system write operations on the computer.
INT ntsystemFileControlBytesPerSec1.3.6.1.4.1.311.1.1.3.1.1.33.6INTEGERread-onlyFile Control Bytes/sec is an aggregate of bytes transferred for all file system operations that are neither reads nor writes. These operations usually include file system control requests or requests for information about device characteristics or status.
CTR ntsystemContextSwitchesPerSec1.3.6.1.4.1.311.1.1.3.1.1.33.7Counterread-onlyContext 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 may be caused either by one thread asking another for information, or by a thread being preempted by another, higher priority thread becoming ready to run. Unlike some early operating systems, Windows NT uses process boundaries for subsystem protection in addition to the traditional protection of User and Privileged modes. These subsystem processes provide additional protection. Therefore, some work done by Windows NT on behalf of an application may appear in other subsystem processes in addition to the Privileged Time in the application. Switching to the subsystem process causes one Context Switch in the application thread. Switching back causes another Context Switch in the subsystem thread.
CTR ntsystemSystemCallsPerSec1.3.6.1.4.1.311.1.1.3.1.1.33.8Counterread-onlySystems Calls/sec is the frequency of calls to Windows NT system service routines. These routines perform all of the basic scheduling and synchronization of activities on the computer, and provide access to non-graphical devices, memory management, and name space management.
INT ntsystemPercentTotalProcessorTime1.3.6.1.4.1.311.1.1.3.1.1.33.9INTEGERread-onlyThe % Total Processor Time is the average percentage of time that all the processors on the system are busy executing non-idle threads. On a multi-processor system, if all processors are always busy this is 100%, if all processors are 50% busy this is 50% and if 1/4th of the processors are 100% busy this is 25%. It can be viewed as the fraction of the time spent doing useful work. Each processor is assigned an Idle thread in the Idle process which consumes those unproductive processor cycles not used by any other threads.
INT ntsystemPercentTotalUserTime1.3.6.1.4.1.311.1.1.3.1.1.33.10INTEGERread-onlyThe % Total User Time is the average percentage of time spent in User mode by all processors. On a multi-processor system, if all processors are always in User mode this is 100%, if all processors are 50% in User mode this is 50% and if 1/4th of the processors are in User mode this is 25%. Applications execute in User Mode, as do subsystems like the window manager and the graphics engine. Code executing in User Mode cannot damage the integrity of the Windows NT Executive, Kernel, and device drivers. Unlike some early operating systems, Windows NT uses process boundaries for subsystem protection in addition to the traditional protection of User and Privileged modes. These subsystem processes provide additional protection. Therefore, some work done by Windows NT on behalf of an application may appear in other subsystem processes in addition to the Privileged Time in the application process.
INT ntsystemPercentTotalPrivilegedTime1.3.6.1.4.1.311.1.1.3.1.1.33.11INTEGERread-onlyThe % Total Privileged Time is the average percentage of time spent in Privileged mode by all processors. On a multi-processor system, if all processors are always in Privileged mode this is 100%, and if 1/4th of the processors are in Privileged mode this is 25%. When a Windows NT system service is called, the service will often run in Privileged Mode in order to gain access to system-private data. Such data is protected from access by threads executing in User Mode. Calls to the system may be explicit, or they may be implicit such as when a page fault or an interrupt occurs. Unlike some early operating systems, Windows NT uses process boundaries for subsystem protection in addition to the traditional protection of User and Privileged modes. These subsystem processes provide additional protection. Therefore, some work done by Windows NT on behalf of an application may appear in other subsystem processes in addition to the Privileged Time in the application process.
CTR ntsystemTotalInterruptsPerSec1.3.6.1.4.1.311.1.1.3.1.1.33.12Counterread-onlyTotal Interrupts/sec is the rate the computer is receiving and servicing hardware interrupts. Some devices that may generate interrupts are the system timer, the mouse, data communication lines, network interface cards and other peripheral devices. This counter provides an indication of how busy these devices are on a computer-wide basis. See also Processor:Interrupts/sec.
CTR ntsystemFileDataOperationsPerSec1.3.6.1.4.1.311.1.1.3.1.1.33.13Counterread-onlyFile Data Operations per second is the rate that the computer is issuing Read and Write operations to file system devices. It does not include File Control Operations.
TIK ntsystemSystemUpTime1.3.6.1.4.1.311.1.1.3.1.1.33.14TimeTicksread-onlyTotal Time (in seconds) that the computer has been operational since it was last started.
INT ntsystemProcessorQueueLength1.3.6.1.4.1.311.1.1.3.1.1.33.15INTEGERread-onlyProcessor Queue Length is the instantaneous length of the processor queue in units of threads. This counter is always 0 unless you are also monitoring a thread counter. All processors use a single queue in which threads wait for processor cycles. This length does not include the threads that are currently executing. A sustained processor queue length greater than two generally indicates processor congestion. This is an instantaneous count, not an average over the time interval.
CTR ntsystemAlignmentFixupsPerSec1.3.6.1.4.1.311.1.1.3.1.1.33.16Counterread-onlyAlignment Fixups/sec is the rate of alignment faults fixed by the system.
CTR ntsystemExceptionDispatchesPerSec1.3.6.1.4.1.311.1.1.3.1.1.33.17Counterread-onlyException Dispatches/sec is the rate of exceptions dispatched by the system.
CTR ntsystemFloatingEmulationsPerSec1.3.6.1.4.1.311.1.1.3.1.1.33.18Counterread-onlyFloating Emulations/sec is the rate of floating emulations performed by the system.
INT ntsystemPercentTotalDPCTime1.3.6.1.4.1.311.1.1.3.1.1.33.19INTEGERread-only% Total DPC Time is the sum of % DPC Time of all processors divided by the number of processors in the system. (See Processor: % DPC Time for detail.)
INT ntsystemPercentTotalInterruptTime1.3.6.1.4.1.311.1.1.3.1.1.33.20INTEGERread-only% Total Interrupt Time is the sum of % Interrupt Time of all processors divided by the number of processors in the system. (See Processor: % Interrupt Time for detail.)
CTR ntsystemTotalDPCsQueuedPerSec1.3.6.1.4.1.311.1.1.3.1.1.33.21Counterread-onlyTotal DPCs Queued/sec is the rate DPC objects are queued to all processors' DPC queues.
INT ntsystemTotalDPCRate1.3.6.1.4.1.311.1.1.3.1.1.33.22INTEGERread-onlyTotal DPC Rate is the average rate DPC objects are queued to all processors' DPC queue per clock tick.
CTR ntsystemTotalDPCBypassesPerSec1.3.6.1.4.1.311.1.1.3.1.1.33.23Counterread-onlyTotal DPC Bypasses/sec is the overall rate Dispatch interrupts were short-circuited across all processors.
CTR ntsystemTotalAPCBypassesPerSec1.3.6.1.4.1.311.1.1.3.1.1.33.24Counterread-onlyTotal APC Bypasses/sec is the overall rate kernel APC interrupts were short-circuited across all processors.
INT ntsystemPercentRegistryQuotaInUse1.3.6.1.4.1.311.1.1.3.1.1.33.25INTEGERread-only% Registry Quota In Use indicates the percentage of the Total Registry Quota Allowed currently in use by the system.
packet_Filtering1.3.6.1.4.1.311.1.1.3.1.1.34
CTR packetfilterTotalDroppedFrames1.3.6.1.4.1.311.1.1.3.1.1.34.1Counterread-onlyThe total number of dropped or filtered frames.
CTR packetfilterFramesDroppedDueToFilterDenial1.3.6.1.4.1.311.1.1.3.1.1.34.2Counterread-onlyTotal number of frames dropped because dynamic packet filtering did not allow the data.
CTR packetfilterFramesDroppedDueToProtocolViolations1.3.6.1.4.1.311.1.1.3.1.1.34.3Counterread-onlyThis is the total of the number of frames dropped because of some protocol irregularity.
CTR packetfilterTotalIncomingConnections1.3.6.1.4.1.311.1.1.3.1.1.34.4Counterread-onlyThis is the total of the number of connections made through the filtered interfaces.
CTR packetfilterTotalLostLoggingFrames1.3.6.1.4.1.311.1.1.3.1.1.34.5Counterread-onlyThis is the total of the number of frames dropped that could not be logged.
webserviceweb_ServiceTable1.3.6.1.4.1.311.1.1.3.1.1.35not-accessibleA table containing performance information for instances of 'web-Service' objects.
webserviceweb_ServiceEntry1.3.6.1.4.1.311.1.1.3.1.1.35.1not-accessiblePerformance information for one particular instance of 'web-Service' object.
INT webserviceweb_ServiceIndex1.3.6.1.4.1.311.1.1.3.1.1.35.1.1INTEGERread-onlyIndex.
STR webserviceweb_ServiceInstance1.3.6.1.4.1.311.1.1.3.1.1.35.1.2DisplayStringread-onlyInstance name.
INT webserviceBytesSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.35.1.3INTEGERread-onlyBytes Sent/sec is the rate that data bytes are sent by the Web service.
INT webserviceBytesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.35.1.4INTEGERread-onlyBytes Received/sec is the rate that data bytes are received by the Web service.
INT webserviceBytesTotalPerSec1.3.6.1.4.1.311.1.1.3.1.1.35.1.5INTEGERread-onlyBytes 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.
INT webserviceTotalFilesSent1.3.6.1.4.1.311.1.1.3.1.1.35.1.6INTEGERread-onlyTotal Files Sent is the total number of files sent by the Web service (counted since service startup).
CTR webserviceFilesSentPerSec1.3.6.1.4.1.311.1.1.3.1.1.35.1.7Counterread-onlyThe rate files are sent by the Web service.
INT webserviceTotalFilesReceived1.3.6.1.4.1.311.1.1.3.1.1.35.1.8INTEGERread-onlyTotal Files Received is the total number of files received by the Web service (counted since service startup).
CTR webserviceFilesReceivedPerSec1.3.6.1.4.1.311.1.1.3.1.1.35.1.9Counterread-onlyThe rate files are received by the Web service.
INT webserviceTotalFilesTransferred1.3.6.1.4.1.311.1.1.3.1.1.35.1.10INTEGERread-onlyTotal 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).
CTR webserviceFilesPerSec1.3.6.1.4.1.311.1.1.3.1.1.35.1.11Counterread-onlyThe rate files are transferred, that is, sent and received by the Web service.
INT webserviceCurrentAnonymousUsers1.3.6.1.4.1.311.1.1.3.1.1.35.1.12INTEGERread-onlyCurrent Anonymous Users is the number of users who currently have an anonymous connection using the Web service.
INT webserviceCurrentNonAnonymousUsers1.3.6.1.4.1.311.1.1.3.1.1.35.1.13INTEGERread-onlyCurrent NonAnonymous Users is the number of users who currently have a non-anonymous connection using the Web service.
INT webserviceTotalAnonymousUsers1.3.6.1.4.1.311.1.1.3.1.1.35.1.14INTEGERread-onlyTotal Anonymous Users is the total number of users who established an anonymous connection with the Web service (counted since service startup).
CTR webserviceAnonymousUsersPerSec1.3.6.1.4.1.311.1.1.3.1.1.35.1.15Counterread-onlyThe rate users are making anonymous connections using the Web service.
INT webserviceTotalNonAnonymousUsers1.3.6.1.4.1.311.1.1.3.1.1.35.1.16INTEGERread-onlyTotal NonAnonymous Users is the total number of users who established a non-anonymous connection with the Web service (counted since service startup).
CTR webserviceNonAnonymousUsersPerSec1.3.6.1.4.1.311.1.1.3.1.1.35.1.17Counterread-onlyThe rate users are making non-anonymous connections using the Web service.
INT webserviceMaximumAnonymousUsers1.3.6.1.4.1.311.1.1.3.1.1.35.1.18INTEGERread-onlyMaximum Anonymous Users is the maximum number of users who established concurrent anonymous connections using the Web service (counted since service startup).
INT webserviceMaximumNonAnonymousUsers1.3.6.1.4.1.311.1.1.3.1.1.35.1.19INTEGERread-onlyMaximum NonAnonymous Users is the maximum number of users who established concurrent non-anonymous connections using the Web service (counted since service startup).
INT webserviceCurrentConnections1.3.6.1.4.1.311.1.1.3.1.1.35.1.20INTEGERread-onlyCurrent Connections is the current number of connections established with the Web service.
INT webserviceMaximumConnections1.3.6.1.4.1.311.1.1.3.1.1.35.1.21INTEGERread-onlyMaximum Connections is the maximum number of simultaneous connections established with the Web service.
INT webserviceTotalConnectionAttempts1.3.6.1.4.1.311.1.1.3.1.1.35.1.22INTEGERread-onlyTotal Connection Attempts is the number of connections that have been attempted using the Web service (counted since service startup).
CTR webserviceConnectionAttemptsPerSec1.3.6.1.4.1.311.1.1.3.1.1.35.1.23Counterread-onlyThe rate that connections using the Web service are being attempted.
INT webserviceTotalLogonAttempts1.3.6.1.4.1.311.1.1.3.1.1.35.1.24INTEGERread-onlyTotal Logon Attempts is the number of logons that have been attempted using the Web service (counted since service startup).
CTR webserviceLogonAttemptsPerSec1.3.6.1.4.1.311.1.1.3.1.1.35.1.25Counterread-onlyThe rate that logons using the Web service are being attempted.
INT webserviceTotalGetRequests1.3.6.1.4.1.311.1.1.3.1.1.35.1.26INTEGERread-onlyTotal 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.
CTR webserviceGetRequestsPerSec1.3.6.1.4.1.311.1.1.3.1.1.35.1.27Counterread-onlyThe 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.
INT webserviceTotalPostRequests1.3.6.1.4.1.311.1.1.3.1.1.35.1.28INTEGERread-onlyTotal 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.
CTR webservicePostRequestsPerSec1.3.6.1.4.1.311.1.1.3.1.1.35.1.29Counterread-onlyThe rate HTTP requests using the POST method are made. Post requests are generally used for forms or gateway requests.
INT webserviceTotalHeadRequests1.3.6.1.4.1.311.1.1.3.1.1.35.1.30INTEGERread-onlyTotal 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.
CTR webserviceHeadRequestsPerSec1.3.6.1.4.1.311.1.1.3.1.1.35.1.31Counterread-onlyThe 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.
INT webserviceTotalPutRequests1.3.6.1.4.1.311.1.1.3.1.1.35.1.32INTEGERread-onlyTotal Put Requests is the number of HTTP requests using the PUT method (counted since service startup).
CTR webservicePutRequestsPerSec1.3.6.1.4.1.311.1.1.3.1.1.35.1.33Counterread-onlyThe rate HTTP requests using the PUT method are made.
INT webserviceTotalDeleteRequests1.3.6.1.4.1.311.1.1.3.1.1.35.1.34INTEGERread-onlyTotal Delete Requests is the number of HTTP requests using the DELETE method (counted since service startup). Delete requests are generally used for file removals.
CTR webserviceDeleteRequestsPerSec1.3.6.1.4.1.311.1.1.3.1.1.35.1.35Counterread-onlyThe rate HTTP requests using the DELETE method are made. Delete requests are generally used for file removals.
INT webserviceTotalTraceRequests1.3.6.1.4.1.311.1.1.3.1.1.35.1.36INTEGERread-onlyTotal 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.
CTR webserviceSystemCodeResidentBytes1.3.6.1.4.1.311.1.1.3.1.1.35.1.37Counterread-onlySystem Code Resident Bytes
INT webserviceTotalOtherRequestMethods1.3.6.1.4.1.311.1.1.3.1.1.35.1.38INTEGERread-onlyTotal Other Request Methods is the number of HTTP requests that are not GET, POST, PUT, DELETE, TRACE or HEAD methods (counted since service startup). These may include LINK or other methods supported by gateway applications.
CTR webserviceOtherRequestMethodsPerSec1.3.6.1.4.1.311.1.1.3.1.1.35.1.39Counterread-onlyThe rate HTTP requests are made that do not use the GET, POST, PUT, DELETE, TRACE or HEAD methods. These may include LINK or other methods supported by gateway applications.
INT webserviceTotalMethodRequests1.3.6.1.4.1.311.1.1.3.1.1.35.1.40INTEGERread-onlyTotal Method Requests is the number of HTTP GET, POST, PUT, DELETE, TRACE, HEAD and other method requests (counted since service startup).
CTR webserviceTotalMethodRequestsPerSec1.3.6.1.4.1.311.1.1.3.1.1.35.1.41Counterread-onlyThe rate HTTP requests using GET, POST, PUT, DELETE, TRACE or HEAD methods are made.
INT webserviceTotalCGIRequests1.3.6.1.4.1.311.1.1.3.1.1.35.1.42INTEGERread-onlyTotal 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.
CTR webserviceCGIRequestsPerSec1.3.6.1.4.1.311.1.1.3.1.1.35.1.43Counterread-onlyThe rate of CGI requests that are simultaneously being processed by the Web service.
INT webserviceTotalISAPIExtensionRequests1.3.6.1.4.1.311.1.1.3.1.1.35.1.44INTEGERread-onlyTotal 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.
CTR webserviceISAPIExtensionRequestsPerSec1.3.6.1.4.1.311.1.1.3.1.1.35.1.45Counterread-onlyThe rate of ISAPI Extension requests that are simultaneously being processed by the Web service.
INT webserviceTotalNotFoundErrors1.3.6.1.4.1.311.1.1.3.1.1.35.1.46INTEGERread-onlyTotal 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.
CTR webserviceNotFoundErrorsPerSec1.3.6.1.4.1.311.1.1.3.1.1.35.1.47Counterread-onlyThe 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.
INT webserviceCurrentCGIRequests1.3.6.1.4.1.311.1.1.3.1.1.35.1.48INTEGERread-onlyCurrent CGI Requests is the current number of CGI requests that are simultaneously being processed by the Web service.
INT webserviceCurrentISAPIExtensionRequests1.3.6.1.4.1.311.1.1.3.1.1.35.1.49INTEGERread-onlyCurrent ISAPI Extension Requests is the current number of Extension requests that are simultaneously being processed by the Web service.
INT webserviceMaximumCGIRequests1.3.6.1.4.1.311.1.1.3.1.1.35.1.50INTEGERread-onlyMaximum CGI Requests is the maximum number of CGI requests simultaneously processed by the Web service.
INT webserviceMaximumISAPIExtensionRequests1.3.6.1.4.1.311.1.1.3.1.1.35.1.51INTEGERread-onlyMaximum ISAPI Extension Requests is the maximum number of Extension requests simultaneously processed by the Web service.
INT webserviceTotalBlockedAsyncIPerORequests1.3.6.1.4.1.311.1.1.3.1.1.35.1.52INTEGERread-onlyTotal requests temporarily blocked due to bandwidth throttling settings (counted since service startup).
INT webserviceTotalAllowedAsyncIPerORequests1.3.6.1.4.1.311.1.1.3.1.1.35.1.53INTEGERread-onlyTotal requests allowed by bandwidth throttling settings (counted since service startup).
INT webserviceTotalRejectedAsyncIPerORequests1.3.6.1.4.1.311.1.1.3.1.1.35.1.54INTEGERread-onlyTotal requests rejected due to bandwidth throttling settings (counted since service startup).
INT webserviceCurrentBlockedAsyncIPerORequests1.3.6.1.4.1.311.1.1.3.1.1.35.1.55INTEGERread-onlyCurrent requests temporarily blocked due to bandwidth throttling settings.
INT webserviceMeasuredAsyncIPerOBandwidthUsage1.3.6.1.4.1.311.1.1.3.1.1.35.1.56INTEGERread-onlyMeasured bandwidth of asynchronous I/O averaged over a minute.

RFC description

Monitors Windows NT operating system performance counters including CPU, memory, disk I/O, and process statistics.

Start monitoring Windows NT/Server host running the Microsoft SNMP service (CPU/memory/disk-I/O performance-counter status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download WINDOWS-NT-PERFORMANCE