Home/Catalog/WINDOWS-NT-PERFORMANCE

WINDOWS-NT-PERFORMANCE

Detailed view of the defined objects, syntax rules, and hierarchical paths.

374
Objects
Active
Status
3
Dependencies

Imported Objects

Objects

374 total
Object Name
microsoft
OBJECT IDENTIFIER
.1.3.6.1.4.1.311
RFC1155-SMI
Unknown
.1.3.6.1.4.1.311
software
OBJECT IDENTIFIER
.1.3.6.1.4.1.311.1
systems
OBJECT IDENTIFIER
.1.3.6.1.4.1.311.1.1
os
OBJECT IDENTIFIER
.1.3.6.1.4.1.311.1.1.3
winnt
OBJECT IDENTIFIER
.1.3.6.1.4.1.311.1.1.3.1
performance
OBJECT IDENTIFIER
.1.3.6.1.4.1.311.1.1.3.1.1
memory
OBJECT IDENTIFIER
.1.3.6.1.4.1.311.1.1.3.1.1.1
memoryAvailableBytesAvailable 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.1.1
memoryCommittedBytesCommitted 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.1.2
memoryCommitLimitCommit 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.1.3
memoryPageFaultsPerSecPage 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.1.4
memoryWriteCopiesPerSecWrite 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.1.5
memoryTransitionFaultsPerSecTransition 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.1.6
memoryCacheFaultsPerSecCache 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.1.7
memoryDemandZeroFaultsPerSecDemand 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.1.8
memoryPagesPerSecPages/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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.1.9
memoryPagesInputPerSecPages 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.1.10
memoryPageReadsPerSecPage 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.1.11
memoryPagesOutputPerSecPages Output/sec is a count of the number of pages that are written to disk because the pages have been modified in main memory.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.1.12
memoryPageWritesPerSecPage 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.1.13
memoryPoolPagedBytesPool 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.1.14
memoryPoolNonpagedBytesPool 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.1.15
memoryPoolPagedAllocsPool 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.1.16
memoryPoolNonpagedAllocsPool 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.1.17
memoryFreeSystemPageTableEntriesThe number of Page Table Entries not currently in use by the system.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.1.18
memoryCacheBytesCache 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.1.19
memoryCacheBytesPeakCache 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.1.20
memoryPoolPagedResidentBytesPool 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.1.21
memorySystemCodeTotalBytesSystem 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.1.22
memorySystemCodeResidentBytesSystem 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.1.23
memorySystemDriverTotalBytesSystem Driver Total Bytes is the number of bytes of pagable pages in all other loaded device drivers.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.1.24
memorySystemDriverResidentBytesSystem 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.1.25
memorySystemCacheResidentBytesSystem Cache Resident Bytes is the number of bytes currently resident in the global disk cache.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.1.26
memoryPercentCommittedBytesInUse% 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.1.27
cpuprocessorTableA table containing performance information for instances of 'processor' objects.
SEQUENCE OF CpuprocessorEntry
.1.3.6.1.4.1.311.1.1.3.1.1.2
cpuprocessorEntryPerformance information for one particular instance of 'processor' object.
CpuprocessorEntry
.1.3.6.1.4.1.311.1.1.3.1.1.2.1
cpuprocessorIndexIndex.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.2.1.1
cpuprocessorInstanceInstance name.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.311.1.1.3.1.1.2.1.2
cpuPercentProcessorTimeProcessor 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.2.1.3
cpuPercentUserTimeUser 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.2.1.4
cpuPercentPrivilegedTimePrivileged 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.2.1.5
cpuInterruptsPerSecInterrupts/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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.2.1.6
cpuPercentDPCTime% 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.2.1.7
cpuPercentInterruptTime% 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.2.1.8
cpuDPCsQueuedPerSecDPCs Queued/sec is the rate DPC objects are queued to this processor's DPC queue.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.2.1.9
cpuDPCRateDPC Rate is the average rate DPC objects are queued to this processor's DPC queue per clock tick.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.2.1.10
cpuDPCBypassesPerSecDPC Bypasses/sec is the rate Dispatch interrupts were short-circuited.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.2.1.11
cpuAPCBypassesPerSecAPC Bypasses/sec is the rate kernel APC interrupts were short-circuited.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.2.1.12
netnetwork-InterfaceTableA table containing performance information for instances of 'network-Interface' objects.
SEQUENCE OF Netnetwork-InterfaceEntry
.1.3.6.1.4.1.311.1.1.3.1.1.3
netnetwork-InterfaceEntryPerformance information for one particular instance of 'network-Interface' object.
Netnetwork-InterfaceEntry
.1.3.6.1.4.1.311.1.1.3.1.1.3.1
netnetwork-InterfaceIndexIndex.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.3.1.1
netnetwork-InterfaceInstanceInstance name.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.311.1.1.3.1.1.3.1.2
netBytesTotalPerSecBytes Total/sec is the rate that bytes are sent and received on the interface, including framing characters.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.3.1.3
netPacketsPerSecPackets/sec is the rate that packets are sent and received on the network interface.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.3.1.4
netPacketsReceivedPerSecPackets Received/sec is the rate that packets are received on the network interface.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.3.1.5
netPacketsSentPerSecPackets Sent/sec is the rate that packets are sent on the network interface.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.3.1.6
netCurrentBandwidthCurrent 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.3.1.7
netBytesReceivedPerSecBytes Received/sec is the rate that bytes are received on the interface, including framing characters.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.3.1.8
netPacketsReceivedUnicastPerSecPackets Received Unicast/sec is the rate that (subnet) unicast packets are delivered to a higher-layer protocol.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.3.1.9
netPacketsReceivedNon-UnicastPerSecPackets 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.3.1.10
netPacketsReceivedDiscardedPackets 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.3.1.11
netPacketsReceivedErrorsPackets Received Errors is the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.3.1.12
netPacketsReceivedUnknownPackets Received Unknown is the number of packets received via the interface that were discarded because of an unknown or unsupported protocol.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.3.1.13
netBytesSentPerSecBytes Sent/sec is the rate that bytes are sent on the interface, including framing characters.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.3.1.14
netPacketsSentUnicastPerSecPackets 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.3.1.15
netPacketsSentNon-UnicastPerSecPackets 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.3.1.16
netPacketsOutboundDiscardedPackets 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.3.1.17
netPacketsOutboundErrorsPackets Outbound Errors is the number of outbound packets that could not be transmitted because of errors.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.3.1.18
netOutputQueueLengthOutput 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.3.1.19
pdiskphysicalDiskTableA table containing performance information for instances of 'physicalDisk' objects.
SEQUENCE OF PdiskphysicalDiskEntry
.1.3.6.1.4.1.311.1.1.3.1.1.4
pdiskphysicalDiskEntryPerformance information for one particular instance of 'physicalDisk' object.
PdiskphysicalDiskEntry
.1.3.6.1.4.1.311.1.1.3.1.1.4.1
pdiskphysicalDiskIndexIndex.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.4.1.1
pdiskphysicalDiskInstanceInstance name.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.311.1.1.3.1.1.4.1.2
pdiskCurrentDiskQueueLengthCurrent 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.4.1.3
pdiskPercentDiskTimeDisk Time is the percentage of elapsed time that the selected disk drive is busy servicing read or write requests.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.311.1.1.3.1.1.4.1.4
pdiskAvgDiskQueueLengthAvg. Disk Queue Length is the average number of both read and write requests that were queued for the selected disk during the sample interval.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.4.1.5
pdiskPercentDiskReadTimeDisk Read Time is the percentage of elapsed time that the selected disk drive is busy servicing read requests.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.311.1.1.3.1.1.4.1.6
pdiskAvgDiskReadQueueLengthAvg. Disk Read Queue Length is the average number of read requests that were queued for the selected disk during the sample interval.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.4.1.7
pdiskPercentDiskWriteTimeDisk Write Time is the percentage of elapsed time that the selected disk drive is busy servicing write requests.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.311.1.1.3.1.1.4.1.8
pdiskAvgDiskWriteQueueLengthAvg. Disk Write Queue Length is the average number of write requests that were queued for the selected disk during the sample interval.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.4.1.9
pdiskAvgDiskSecPerTransferAvg. Disk sec/Transfer is the time in seconds of the average disk transfer.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.311.1.1.3.1.1.4.1.10
pdiskAvgDiskSecPerReadAvg. Disk sec/Read is the average time in seconds of a read of data from the disk.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.311.1.1.3.1.1.4.1.11
pdiskAvgDiskSecPerWriteAvg. Disk sec/Write is the average time in seconds of a write of data to the disk.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.311.1.1.3.1.1.4.1.12
pdiskDiskTransfersPerSecDisk Transfers/sec is the rate of read and write operations on the disk.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.4.1.13
pdiskDiskReadsPerSecDisk Reads/sec is the rate of read operations on the disk.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.4.1.14
pdiskDiskWritesPerSecDisk Writes/sec is the rate of write operations on the disk.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.4.1.15
pdiskDiskBytesPerSecDisk Bytes/sec is the rate bytes are transferred to or from the disk during write or read operations.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.4.1.16
pdiskDiskReadBytesPerSecDisk Read Bytes/sec is the rate bytes are transferred from the disk during read operations.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.4.1.17
pdiskDiskWriteBytesPerSecDisk Write Bytes is rate bytes are transferred to the disk during write operations.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.4.1.18
ldisklogicalDiskTableA table containing performance information for instances of 'logicalDisk' objects.
SEQUENCE OF LdisklogicalDiskEntry
.1.3.6.1.4.1.311.1.1.3.1.1.5
ldisklogicalDiskEntryPerformance information for one particular instance of 'logicalDisk' object.
LdisklogicalDiskEntry
.1.3.6.1.4.1.311.1.1.3.1.1.5.1
ldisklogicalDiskIndexIndex.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.5.1.1
ldisklogicalDiskInstanceInstance name.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.311.1.1.3.1.1.5.1.2
ldiskPercentFreeSpacePercent 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 drivero
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.5.1.3
ldiskFreeMegabytesFree Megabytes displays the unallocated space on the disk drive in megabytes. One megabyte = 1,048,576 bytes.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.5.1.4
ldiskCurrentDiskQueueLengthCurrent 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.5.1.5
ldiskPercentDiskTimeDisk Time is the percentage of elapsed time that the selected disk drive is busy servicing read or write requests.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.311.1.1.3.1.1.5.1.6
ldiskAvgDiskQueueLengthAvg. Disk Queue Length is the average number of both read and write requests that were queued for the selected disk during the sample interval.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.5.1.7
ldiskPercentDiskReadTimeDisk Read Time is the percentage of elapsed time that the selected disk drive is busy servicing read requests.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.311.1.1.3.1.1.5.1.8
ldiskAvgDiskReadQueueLengthAvg. Disk Read Queue Length is the average number of read requests that were queued for the selected disk during the sample interval.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.5.1.9
ldiskPercentDiskWriteTimeDisk Write Time is the percentage of elapsed time that the selected disk drive is busy servicing write requests.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.311.1.1.3.1.1.5.1.10
ldiskAvgDiskWriteQueueLengthAvg. Disk Write Queue Length is the average number of write requests that were queued for the selected disk during the sample interval.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.5.1.11
ldiskAvgDiskSecPerTransferAvg. Disk sec/Transfer is the time in seconds of the average disk transfer.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.311.1.1.3.1.1.5.1.12
ldiskAvgDiskSecPerReadAvg. Disk sec/Read is the average time in seconds of a read of data from the disk.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.311.1.1.3.1.1.5.1.13
ldiskAvgDiskSecPerWriteAvg. Disk sec/Write is the average time in seconds of a write of data to the disk.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.311.1.1.3.1.1.5.1.14
ldiskDiskTransfersPerSecDisk Transfers/sec is the rate of read and write operations on the disk.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.5.1.15
ldiskDiskReadsPerSecDisk Reads/sec is the rate of read operations on the disk.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.5.1.16
ldiskDiskWritesPerSecDisk Writes/sec is the rate of write operations on the disk.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.5.1.17
ldiskDiskBytesPerSecDisk Bytes/sec is the rate bytes are transferred to or from the disk during write or read operations.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.5.1.18
ldiskDiskReadBytesPerSecDisk Read Bytes/sec is the rate bytes are transferred from the disk during read operations.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.5.1.19
ldiskDiskWriteBytesPerSecDisk Write Bytes is rate bytes are transferred to the disk during write operations.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.5.1.20
pagefilepaging-FileTableA table containing performance information for instances of 'paging-File' objects.
SEQUENCE OF Pagefilepaging-FileEntry
.1.3.6.1.4.1.311.1.1.3.1.1.6
pagefilepaging-FileEntryPerformance information for one particular instance of 'paging-File' object.
Pagefilepaging-FileEntry
.1.3.6.1.4.1.311.1.1.3.1.1.6.1
pagefilepaging-FileIndexIndex.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.6.1.1
pagefilepaging-FileInstanceInstance name.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.311.1.1.3.1.1.6.1.2
pagefilePercentUsageThe amount of the Page File instance in use in percent. See also Process:Page File Bytes.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.6.1.3
pagefilePercentUsagePeakThe peak usage of the Page File instance in percent. See also Process:Page File Bytes Peak.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.6.1.4
processprocessTableA table containing performance information for instances of 'process' objects.
SEQUENCE OF ProcessprocessEntry
.1.3.6.1.4.1.311.1.1.3.1.1.7
processprocessEntryPerformance information for one particular instance of 'process' object.
ProcessprocessEntry
.1.3.6.1.4.1.311.1.1.3.1.1.7.1
processprocessIndexIndex.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.7.1.1
processprocessInstanceInstance name.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.311.1.1.3.1.1.7.1.2
processPercentProcessorTimeProcessor 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.7.1.3
processPercentUserTimeUser 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.7.1.4
processPercentPrivilegedTimePrivileged 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.7.1.5
processVirtualBytesPeakVirtual 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.7.1.6
processVirtualBytesVirtual 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.7.1.7
processPageFaultsPerSecPage 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.7.1.8
processWorkingSetPeakWorking 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.7.1.9
processWorkingSetWorking 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.7.1.10
processPageFileBytesPeakPage 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.7.1.11
processPageFileBytesPage 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.7.1.12
processPrivateBytesPrivate Bytes is the current number of bytes this process has allocated that cannot be shared with other processes.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.7.1.13
processThreadCountThe 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.7.1.14
processPriorityBaseThe 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.7.1.15
processElapsedTimeThe total elapsed time (in seconds) this process has been running.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.311.1.1.3.1.1.7.1.16
processIDProcessID 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.7.1.17
processPoolPagedBytesPool 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.7.1.18
processPoolNonpagedBytesPool 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.7.1.19
processHandleCountThe 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.7.1.20
redirector
OBJECT IDENTIFIER
.1.3.6.1.4.1.311.1.1.3.1.1.8
redirectorBytesTotalPerSecBytes 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.8.1
redirectorFileDataOperationsPerSecFile 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.8.2
redirectorPacketsPerSecPackets/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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.8.3
redirectorBytesReceivedPerSecBytes 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.)ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.8.4
redirectorPacketsReceivedPerSecPackets 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.8.5
redirectorReadBytesPagingPerSecRead 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.)ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.8.6
redirectorReadBytesNon-PagingPerSecRead 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.8.7
redirectorReadBytesCachePerSecRead 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).ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.8.8
redirectorReadBytesNetworkPerSecRead 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.)ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.8.9
redirectorBytesTransmittedPerSecBytes 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.)ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.8.10
redirectorPacketsTransmittedPerSecPackets 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.8.11
redirectorWriteBytesPagingPerSecWrite 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).ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.8.12
redirectorWriteBytesNon-PagingPerSecWrite 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.8.13
redirectorWriteBytesCachePerSecWrite 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.8.14
redirectorWriteBytesNetworkPerSecWrite 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.)ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.8.15
redirectorFileReadOperationsPerSecFile 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.8.16
redirectorReadOperationsRandomPerSecRead 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.8.17
redirectorReadPacketsPerSecRead 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.8.18
redirectorReadsLargePerSecReads 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.8.19
redirectorReadPacketsSmallPerSecRead 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.8.20
redirectorFileWriteOperationsPerSecFile 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.8.21
redirectorWriteOperationsRandomPerSecWrite 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.8.22
redirectorWritePacketsPerSecWrite 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.8.23
redirectorWritesLargePerSecWrites 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.8.24
redirectorWritePacketsSmallPerSecWrite 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!ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.8.25
redirectorReadsDeniedPerSecReads 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.8.26
redirectorWritesDeniedPerSecWrites 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.8.27
redirectorNetworkErrorsPerSecNetwork 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.8.28
redirectorServerSessionsServer 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.8.29
redirectorServerReconnectsServer 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.8.30
redirectorConnectsCoreConnects 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.8.31
redirectorConnectsLanManager20Connects Lan Manager 2.0 counts connections to Lan Manager 2.0 servers, including LMX servers.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.8.32
redirectorConnectsLanManager21Connects Lan Manager 2.1 counts connections to Lan Manager 2.1 servers, including LMX servers.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.8.33
redirectorConnectsWindowsNTConnects Windows NT counts the connections to Windows NT computers. Good choice!ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.8.34
redirectorServerDisconnectsServer Disconnects counts the number of times a Server has disconnected your Redirector. See also Server Reconnects.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.8.35
redirectorServerSessionsHungServer 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.8.36
redirectorCurrentCommandsCurrent 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.8.37
tCP
OBJECT IDENTIFIER
.1.3.6.1.4.1.311.1.1.3.1.1.9
tcpSegmentsPerSecSegments/sec is the rate that TCP segments are sent or received using the TCP protocol.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.9.1
tcpConnectionsEstablishedConnections Established is the number of TCP connections for which the current state is either ESTABLISHED or CLOSE-WAIT.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.9.2
tcpConnectionsActiveConnections Active is the number of times TCP connections have made a direct transition to the SYN-SENT state from the CLOSED state.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.9.3
tcpConnectionsPassiveConnections Passive is the number of times TCP connections have made a direct transition to the SYN-RCVD state from the LISTEN state.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.9.4
tcpConnectionFailuresConnection 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.9.5
tcpConnectionsResetConnections 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.9.6
tcpSegmentsReceivedPerSecSegments Received/sec is the rate that segments are received, including those received in error. This count includes segments received on currently established connections.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.9.7
tcpSegmentsSentPerSecSegments Sent/sec is the rate that segments are sent, including those on current connections, but excluding those containing only retransmitted bytes.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.9.8
tcpSegmentsRetransmittedPerSecSegments Retransmitted/sec is the rate that segments are retransmitted, that is, segments transmitted containing one or more previously transmitted bytes.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.9.9
iP
OBJECT IDENTIFIER
.1.3.6.1.4.1.311.1.1.3.1.1.10
ipDatagramsPerSecDatagrams/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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.10.1
ipDatagramsReceivedPerSecDatagrams Received/sec is the rate that IP datagrams are received from the interfaces, including those in error.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.10.2
ipDatagramsReceivedHeaderErrorsDatagrams 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.10.3
ipDatagramsReceivedAddressErrorsDatagrams 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.10.4
ipDatagramsForwardedPerSecDatagrams 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.10.5
ipDatagramsReceivedUnknownProtocolDatagrams Received Unknown Protocol is the number of locally-addressed datagrams received successfully but discarded because of an unknown or unsupported protocol.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.10.6
ipDatagramsReceivedDiscardedDatagrams 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.10.7
ipDatagramsReceivedDeliveredPerSecDatagrams Received Delivered/sec is the rate that input datagrams are successfully delivered to IP user-protocols (including ICMP).ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.10.8
ipDatagramsSentPerSecDatagrams 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.10.9
ipDatagramsOutboundDiscardedDatagrams 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.10.10
ipDatagramsOutboundNoRouteDatagrams 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.10.11
ipFragmentsReceivedPerSecFragments Received/sec is the rate that IP fragments that need to be re-assembled at this entity are received.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.10.12
ipFragmentsRe-assembledPerSecFragments Re-assembled/sec is the rate that IP fragments are successfully re-assembled.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.10.13
ipFragmentRe-assemblyFailuresFragment 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.10.14
ipFragmentedDatagramsPerSecFragmented Datagrams/sec is the rate that datagrams are successfully fragmented at this entity.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.10.15
ipFragmentationFailuresFragmentation 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.10.16
ipFragmentsCreatedPerSecFragments Created/sec is the rate that IP datagram fragments have been generated as a result of fragmentation at this entity.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.10.17
uDP
OBJECT IDENTIFIER
.1.3.6.1.4.1.311.1.1.3.1.1.11
udpDatagramsPerSecDatagrams/sec is the rate that UDP datagrams are sent or received by the entity.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.11.1
udpDatagramsReceivedPerSecDatagrams Received/sec is the rate that UDP datagrams are delivered to UDP users.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.11.2
udpDatagramsNoPortPerSecDatagrams No Port/sec is the rate of received UDP datagrams for which there was no application at the destination port.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.11.3
udpDatagramsReceivedErrorsDatagrams 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.11.4
udpDatagramsSentPerSecDatagrams Sent/sec is the rate that UDP datagrams are sent from the entity.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.11.5
netbeuinetBEUITableA table containing performance information for instances of 'netBEUI' objects.
SEQUENCE OF NetbeuinetBEUIEntry
.1.3.6.1.4.1.311.1.1.3.1.1.12
netbeuinetBEUIEntryPerformance information for one particular instance of 'netBEUI' object.
NetbeuinetBEUIEntry
.1.3.6.1.4.1.311.1.1.3.1.1.12.1
netbeuinetBEUIIndexIndex.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.1
netbeuinetBEUIInstanceInstance name.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.2
netbeuiDatagramsPerSecDatagrams/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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.3
netbeuiDatagramBytesPerSecDatagram 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.4
netbeuiPacketsPerSecPackets/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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.5
netbeuiFramesPerSecFrames/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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.6
netbeuiFrameBytesPerSecFrame 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.7
netbeuiBytesTotalPerSecBytes 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.8
netbeuiConnectionsOpenConnections Open is the number of connections currently open for this protocol. This counter shows the current count only and does not accumulate over time.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.9
netbeuiConnectionsNoRetriesConnections 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.10
netbeuiConnectionsWithRetriesConnections 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.11
netbeuiDisconnectsLocalDisconnects Local is the number of session disconnections that were initiated by the local computer. This number is an accumulator and shows a running total.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.12
netbeuiDisconnectsRemoteDisconnects Remote is the number of session disconnections that were initiated by the remote computer. This number is an accumulator and shows a running total.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.13
netbeuiFailuresAdapterFailures Adapter is the number of connections that were dropped due to an adapter failure. This number is an accumulator and shows a running total.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.15
netbeuiConnectionSessionTimeoutsConnection 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.16
netbeuiConnectionsCanceledConnections Canceled is the number of connections that were canceled. This number is an accumulator and shows a running total.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.17
netbeuiFailuresResourceRemoteFailures 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.18
netbeuiFailuresResourceLocalFailures 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.19
netbeuiFailuresNotFoundFailures 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.20
netbeuiFailuresNoListenFailures No Listen is the number of connections that were rejected because the remote computer was not listening for connection requests.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.21
netbeuiDatagramsSentPerSecDatagrams 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.22
netbeuiDatagramBytesSentPerSecDatagram 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.23
netbeuiDatagramsReceivedPerSecDatagrams 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.24
netbeuiDatagramBytesReceivedPerSecDatagram 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.25
netbeuiPacketsSentPerSecPackets 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.26
netbeuiPacketsReceivedPerSecPackets Received/sec is the rate that packets are received by the computer. This counter counts all packets processed: control as well as data packets.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.27
netbeuiFramesSentPerSecFrames Sent/sec is the rate that data frames are sent by the computer. This counter only counts the frames (packets) that carry data.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.28
netbeuiFrameBytesSentPerSecFrame 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.29
netbeuiFramesReceivedPerSecFrames Received/sec is the rate that data frames are received by the computer. This counter only counts the frames (packets) that carry data.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.30
netbeuiFrameBytesReceivedPerSecFrame Bytes Received/sec is the rate that data bytes are received by the computer. This counter only counts the frames (packets) that carry data.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.31
netbeuiFramesRe-SentPerSecFrames 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.32
netbeuiFrameBytesRe-SentPerSecFrame 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.33
netbeuiFramesRejectedPerSecFrames Rejected/sec is the rate that data frames are rejected. This counter only counts the frames (packets) that carry data.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.34
netbeuiFrameBytesRejectedPerSecFrame Bytes Rejected/sec is the rate that data bytes are rejected. This counter only counts the bytes in data frames (packets) that carry data.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.35
netbeuiExpirationsResponseExpirations Response is the count of T1 timer expirations.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.36
netbeuiExpirationsAckExpirations Ack is the count of T2 timer expirationsro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.37
netbeuiWindowSendMaximumWindow Send Maximum is the maximum number of bytes of data that will be sent before waiting for an acknowledgment from the remote computer.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.38
netbeuiWindowSendAverageWindow Send Average is the running average number of data bytes that were sent before waiting for an acknowledgment from the remote computer.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.39
netbeuiPiggybackAckQueuedPerSecPiggyback 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.40
netbeuiPiggybackAckTimeoutsPiggyback 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.12.1.41
nbtconnnBT-ConnectionTableA table containing performance information for instances of 'nBT-Connection' objects.
SEQUENCE OF NbtconnnBT-ConnectionEntry
.1.3.6.1.4.1.311.1.1.3.1.1.13
nbtconnnBT-ConnectionEntryPerformance information for one particular instance of 'nBT-Connection' object.
NbtconnnBT-ConnectionEntry
.1.3.6.1.4.1.311.1.1.3.1.1.13.1
nbtconnnBT-ConnectionIndexIndex.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.13.1.1
nbtconnnBT-ConnectionInstanceInstance name.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.311.1.1.3.1.1.13.1.2
nbtconnBytesReceivedPerSecBytes 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.13.1.3
nbtconnBytesSentPerSecBytes 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.13.1.4
nbtconnBytesTotalPerSecTotal 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.13.1.5
nwlinkipxDatagramsPerSecDatagrams/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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.3
nwlinkipxDatagramBytesPerSecDatagram 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.4
nwlinkipxPacketsPerSecPackets/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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.5
nwlinkipxFramesPerSecFrames/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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.6
nwlinkipxFrameBytesPerSecFrame 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.7
nwlinkipxBytesTotalPerSecBytes 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.8
nwlinkipxConnectionsOpenConnections Open is the number of connections currently open for this protocol. This counter shows the current count only and does not accumulate over time.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.9
nwlinkipxConnectionsNoRetriesConnections 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.10
nwlinkipxConnectionsWithRetriesConnections 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.11
nwlinkipxDisconnectsLocalDisconnects Local is the number of session disconnections that were initiated by the local computer. This number is an accumulator and shows a running total.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.12
nwlinkipxDisconnectsRemoteDisconnects Remote is the number of session disconnections that were initiated by the remote computer. This number is an accumulator and shows a running total.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.13
nwlinkipxFailuresAdapterFailures Adapter is the number of connections that were dropped due to an adapter failure. This number is an accumulator and shows a running total.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.15
nwlinkipxConnectionSessionTimeoutsConnection 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.16
nwlinkipxConnectionsCanceledConnections Canceled is the number of connections that were canceled. This number is an accumulator and shows a running total.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.17
nwlinkipxFailuresResourceRemoteFailures 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.18
nwlinkipxFailuresResourceLocalFailures 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.19
nwlinkipxFailuresNotFoundFailures 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.20
nwlinkipxFailuresNoListenFailures No Listen is the number of connections that were rejected because the remote computer was not listening for connection requests.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.21
nwlinkipxDatagramsSentPerSecDatagrams 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.22
nwlinkipxDatagramBytesSentPerSecDatagram 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.23
nwlinkipxDatagramsReceivedPerSecDatagrams 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.24
nwlinkipxDatagramBytesReceivedPerSecDatagram 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.25
nwlinkipxPacketsSentPerSecPackets 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.26
nwlinkipxPacketsReceivedPerSecPackets Received/sec is the rate that packets are received by the computer. This counter counts all packets processed: control as well as data packets.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.27
nwlinkipxFramesSentPerSecFrames Sent/sec is the rate that data frames are sent by the computer. This counter only counts the frames (packets) that carry data.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.28
nwlinkipxFrameBytesSentPerSecFrame 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.29
nwlinkipxFramesReceivedPerSecFrames Received/sec is the rate that data frames are received by the computer. This counter only counts the frames (packets) that carry data.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.30
nwlinkipxFrameBytesReceivedPerSecFrame Bytes Received/sec is the rate that data bytes are received by the computer. This counter only counts the frames (packets) that carry data.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.31
nwlinkipxFramesRe-SentPerSecFrames 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.32
nwlinkipxFrameBytesRe-SentPerSecFrame 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.33
nwlinkipxFramesRejectedPerSecFrames Rejected/sec is the rate that data frames are rejected. This counter only counts the frames (packets) that carry data.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.34
nwlinkipxFrameBytesRejectedPerSecFrame Bytes Rejected/sec is the rate that data bytes are rejected. This counter only counts the bytes in data frames (packets) that carry data.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.35
nwlinkipxExpirationsResponseExpirations Response is the count of T1 timer expirations.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.36
nwlinkipxExpirationsAckExpirations Ack is the count of T2 timer expirationsro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.37
nwlinkipxWindowSendMaximumWindow Send Maximum is the maximum number of bytes of data that will be sent before waiting for an acknowledgment from the remote computer.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.38
nwlinkipxWindowSendAverageWindow Send Average is the running average number of data bytes that were sent before waiting for an acknowledgment from the remote computer.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.39
nwlinkipxPiggybackAckQueuedPerSecPiggyback 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.40
nwlinkipxPiggybackAckTimeoutsPiggyback 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.14.1.41
nwlinkspxDatagramsPerSecDatagrams/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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.3
nwlinkspxDatagramBytesPerSecDatagram 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.4
nwlinkspxPacketsPerSecPackets/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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.5
nwlinkspxFramesPerSecFrames/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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.6
nwlinkspxFrameBytesPerSecFrame 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.7
nwlinkspxBytesTotalPerSecBytes 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.8
nwlinkspxConnectionsOpenConnections Open is the number of connections currently open for this protocol. This counter shows the current count only and does not accumulate over time.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.9
nwlinkspxConnectionsNoRetriesConnections 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.10
nwlinkspxConnectionsWithRetriesConnections 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.11
nwlinkspxDisconnectsLocalDisconnects Local is the number of session disconnections that were initiated by the local computer. This number is an accumulator and shows a running total.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.12
nwlinkspxDisconnectsRemoteDisconnects Remote is the number of session disconnections that were initiated by the remote computer. This number is an accumulator and shows a running total.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.13
nwlinkspxFailuresAdapterFailures Adapter is the number of connections that were dropped due to an adapter failure. This number is an accumulator and shows a running total.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.15
nwlinkspxConnectionSessionTimeoutsConnection 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.16
nwlinkspxConnectionsCanceledConnections Canceled is the number of connections that were canceled. This number is an accumulator and shows a running total.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.17
nwlinkspxFailuresResourceRemoteFailures 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.18
nwlinkspxFailuresResourceLocalFailures 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.19
nwlinkspxFailuresNotFoundFailures 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.20
nwlinkspxFailuresNoListenFailures No Listen is the number of connections that were rejected because the remote computer was not listening for connection requests.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.21
nwlinkspxDatagramsSentPerSecDatagrams 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.22
nwlinkspxDatagramBytesSentPerSecDatagram 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.23
nwlinkspxDatagramsReceivedPerSecDatagrams 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.24
nwlinkspxDatagramBytesReceivedPerSecDatagram 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.25
nwlinkspxPacketsSentPerSecPackets 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.26
nwlinkspxPacketsReceivedPerSecPackets Received/sec is the rate that packets are received by the computer. This counter counts all packets processed: control as well as data packets.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.27
nwlinkspxFramesSentPerSecFrames Sent/sec is the rate that data frames are sent by the computer. This counter only counts the frames (packets) that carry data.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.28
nwlinkspxFrameBytesSentPerSecFrame 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.29
nwlinkspxFramesReceivedPerSecFrames Received/sec is the rate that data frames are received by the computer. This counter only counts the frames (packets) that carry data.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.30
nwlinkspxFrameBytesReceivedPerSecFrame Bytes Received/sec is the rate that data bytes are received by the computer. This counter only counts the frames (packets) that carry data.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.31
nwlinkspxFramesRe-SentPerSecFrames 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.32
nwlinkspxFrameBytesRe-SentPerSecFrame 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.33
nwlinkspxFramesRejectedPerSecFrames Rejected/sec is the rate that data frames are rejected. This counter only counts the frames (packets) that carry data.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.34
nwlinkspxFrameBytesRejectedPerSecFrame Bytes Rejected/sec is the rate that data bytes are rejected. This counter only counts the bytes in data frames (packets) that carry data.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.35
nwlinkspxExpirationsResponseExpirations Response is the count of T1 timer expirations.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.36
nwlinkspxExpirationsAckExpirations Ack is the count of T2 timer expirationsro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.37
nwlinkspxWindowSendMaximumWindow Send Maximum is the maximum number of bytes of data that will be sent before waiting for an acknowledgment from the remote computer.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.38
nwlinkspxWindowSendAverageWindow Send Average is the running average number of data bytes that were sent before waiting for an acknowledgment from the remote computer.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.39
nwlinkspxPiggybackAckQueuedPerSecPiggyback 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.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.40
nwlinkspxPiggybackAckTimeoutsPiggyback 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.15.1.41
rAS-Total
OBJECT IDENTIFIER
.1.3.6.1.4.1.311.1.1.3.1.1.16
rastotalBytesTransmittedThe number of bytes transmitted total for this connection.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.16.1
rastotalBytesReceivedThe number of bytes received total for this connection.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.16.2
rastotalFramesTransmittedThe number of data frames transmitted total for this connection.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.16.3
rastotalFramesReceivedThe number of data frames received total for this connection.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.16.4
rastotalPercentCompressionOutThe compression ratio for bytes being transmitted.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.16.5
rastotalPercentCompressionInThe compression ratio for bytes being received.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.16.6
rastotalCRCErrorsThe total number of CRC Errors for this connection. CRC Errors occur when the frame received contains erroneous data.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.16.7
rastotalTimeoutErrorsThe total number of Timeout Errors for this connection. Timeout Errors occur when an expected is not received in time.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.16.8
rastotalSerialOverrunErrorsThe 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.16.9
rastotalAlignmentErrorsThe total number of Alignment Errors for this connection. Alignment Errors occur when a byte received is different from the byte expected.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.16.10
rastotalBufferOverrunErrorsThe total number of Buffer Overrun Errors for this connection. Buffer Overrun Errors when the software cannot handle the rate at which data is received.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.16.11
rastotalTotalErrorsThe total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors for this connection.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.16.12
rastotalBytesTransmittedPerSecThe number of bytes transmitted per second.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.16.13
rastotalBytesReceivedPerSecThe number of bytes received per second.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.16.14
rastotalFramesTransmittedPerSecThe number of frames transmitted per second.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.16.15
rastotalFramesReceivedPerSecThe number of frames received per second.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.16.16
rastotalTotalErrorsPerSecThe total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors per second.ro
Counter
.1.3.6.1.4.1.311.1.1.3.1.1.16.17
rastotalTotalConnectionsThe total number of Remote Access connections.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.16.18
server
OBJECT IDENTIFIER
.1.3.6.1.4.1.311.1.1.3.1.1.17
serverBytesTotalPerSecThe 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.17.1
serverBytesReceivedPerSecThe number of bytes the server has received from the network. Indicates how busy the server is.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.17.2
serverBytesTransmittedPerSecThe number of bytes the server has sent on the network. Indicates how busy the server is.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.17.3
serverSessionsTimedOutThe 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.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.17.4
serverSessionsErroredOutThe number of sessions that have been closed due to unexpected error conditions. Indicates how frequently network problems are causing dropped sessions on the server.ro
INTEGER
.1.3.6.1.4.1.311.1.1.3.1.1.17.5
serverSessionsLoggedOffThe number of sessions that have terminated normally. Useful in interpreting the Sessions Times Out and Sessions Errored Out statistics ::= { server 6 } serverSessionsForcedOff OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTIONro
INTEGER
.56