WINDOWS-NT-PERFORMANCE: View SNMP OID List / Download MIB
VENDOR: MICROSOFT
Home | MIB: WINDOWS-NT-PERFORMANCE | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
microsoft | 1.3.6.1.4.1.311 | |||
software | 1.3.6.1.4.1.311.1 | |||
systems | 1.3.6.1.4.1.311.1.1 | |||
os | 1.3.6.1.4.1.311.1.1.3 | |||
winnt | 1.3.6.1.4.1.311.1.1.3.1 | |||
performance | 1.3.6.1.4.1.311.1.1.3.1.1 | |||
memory | 1.3.6.1.4.1.311.1.1.3.1.1.1 | |||
memoryAvailableBytes | 1.3.6.1.4.1.311.1.1.3.1.1.1.1 | integer | read-only |
Available 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. |
memoryCommittedBytes | 1.3.6.1.4.1.311.1.1.3.1.1.1.2 | integer | read-only |
Committed 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. |
memoryCommitLimit | 1.3.6.1.4.1.311.1.1.3.1.1.1.3 | integer | read-only |
Commit 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. |
memoryPageFaultsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.1.4 | counter | read-only |
Page 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. |
memoryWriteCopiesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.1.5 | counter | read-only |
Write 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. |
memoryTransitionFaultsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.1.6 | counter | read-only |
Transition 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. |
memoryCacheFaultsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.1.7 | counter | read-only |
Cache 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. |
memoryDemandZeroFaultsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.1.8 | counter | read-only |
Demand 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. |
memoryPagesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.1.9 | counter | read-only |
Pages/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. |
memoryPagesInputPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.1.10 | counter | read-only |
Pages 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. |
memoryPageReadsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.1.11 | counter | read-only |
Page 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. |
memoryPagesOutputPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.1.12 | counter | read-only |
Pages Output/sec is a count of the number of pages that are written to disk because the pages have been modified in main memory. |
memoryPageWritesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.1.13 | counter | read-only |
Page 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. |
memoryPoolPagedBytes | 1.3.6.1.4.1.311.1.1.3.1.1.1.14 | integer | read-only |
Pool 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. |
memoryPoolNonpagedBytes | 1.3.6.1.4.1.311.1.1.3.1.1.1.15 | integer | read-only |
Pool 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. |
memoryPoolPagedAllocs | 1.3.6.1.4.1.311.1.1.3.1.1.1.16 | integer | read-only |
Pool 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. |
memoryPoolNonpagedAllocs | 1.3.6.1.4.1.311.1.1.3.1.1.1.17 | integer | read-only |
Pool 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. |
memoryFreeSystemPageTableEntries | 1.3.6.1.4.1.311.1.1.3.1.1.1.18 | integer | read-only |
The number of Page Table Entries not currently in use by the system. |
memoryCacheBytes | 1.3.6.1.4.1.311.1.1.3.1.1.1.19 | integer | read-only |
Cache 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. |
memoryCacheBytesPeak | 1.3.6.1.4.1.311.1.1.3.1.1.1.20 | integer | read-only |
Cache 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. |
memoryPoolPagedResidentBytes | 1.3.6.1.4.1.311.1.1.3.1.1.1.21 | integer | read-only |
Pool 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. |
memorySystemCodeTotalBytes | 1.3.6.1.4.1.311.1.1.3.1.1.1.22 | integer | read-only |
System 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. |
memorySystemCodeResidentBytes | 1.3.6.1.4.1.311.1.1.3.1.1.1.23 | integer | read-only |
System 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. |
memorySystemDriverTotalBytes | 1.3.6.1.4.1.311.1.1.3.1.1.1.24 | integer | read-only |
System Driver Total Bytes is the number of bytes of pagable pages in all other loaded device drivers. |
memorySystemDriverResidentBytes | 1.3.6.1.4.1.311.1.1.3.1.1.1.25 | integer | read-only |
System 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. |
memorySystemCacheResidentBytes | 1.3.6.1.4.1.311.1.1.3.1.1.1.26 | integer | read-only |
System Cache Resident Bytes is the number of bytes currently resident in the global disk cache. |
memoryPercentCommittedBytesInUse | 1.3.6.1.4.1.311.1.1.3.1.1.1.27 | integer | read-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. |
cpuprocessorTable | 1.3.6.1.4.1.311.1.1.3.1.1.2 | no-access |
A table containing performance information for instances of 'processor' objects. |
|
1.3.6.1.4.1.311.1.1.3.1.1.2.1 | no-access |
Performance information for one particular instance of 'processor' object. |
||
cpuprocessorIndex | 1.3.6.1.4.1.311.1.1.3.1.1.2.1.1 | integer | read-only |
Index. |
cpuprocessorInstance | 1.3.6.1.4.1.311.1.1.3.1.1.2.1.2 | displaystring | read-only |
Instance name. |
cpuPercentProcessorTime | 1.3.6.1.4.1.311.1.1.3.1.1.2.1.3 | integer | read-only |
Processor 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. |
cpuPercentUserTime | 1.3.6.1.4.1.311.1.1.3.1.1.2.1.4 | integer | read-only |
User 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. |
cpuPercentPrivilegedTime | 1.3.6.1.4.1.311.1.1.3.1.1.2.1.5 | integer | read-only |
Privileged 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. |
cpuInterruptsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.2.1.6 | counter | read-only |
Interrupts/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. |
cpuPercentDPCTime | 1.3.6.1.4.1.311.1.1.3.1.1.2.1.7 | integer | read-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. |
cpuPercentInterruptTime | 1.3.6.1.4.1.311.1.1.3.1.1.2.1.8 | integer | read-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. |
cpuDPCsQueuedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.2.1.9 | counter | read-only |
DPCs Queued/sec is the rate DPC objects are queued to this processor's DPC queue. |
cpuDPCRate | 1.3.6.1.4.1.311.1.1.3.1.1.2.1.10 | integer | read-only |
DPC Rate is the average rate DPC objects are queued to this processor's DPC queue per clock tick. |
cpuDPCBypassesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.2.1.11 | counter | read-only |
DPC Bypasses/sec is the rate Dispatch interrupts were short-circuited. |
cpuAPCBypassesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.2.1.12 | counter | read-only |
APC Bypasses/sec is the rate kernel APC interrupts were short-circuited. |
netnetwork_InterfaceTable | 1.3.6.1.4.1.311.1.1.3.1.1.3 | no-access |
A table containing performance information for instances of 'network-Interface' objects. |
|
1.3.6.1.4.1.311.1.1.3.1.1.3.1 | no-access |
Performance information for one particular instance of 'network-Interface' object. |
||
netnetwork_InterfaceIndex | 1.3.6.1.4.1.311.1.1.3.1.1.3.1.1 | integer | read-only |
Index. |
netnetwork_InterfaceInstance | 1.3.6.1.4.1.311.1.1.3.1.1.3.1.2 | displaystring | read-only |
Instance name. |
netBytesTotalPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.3.1.3 | counter | read-only |
Bytes Total/sec is the rate that bytes are sent and received on the interface, including framing characters. |
netPacketsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.3.1.4 | counter | read-only |
Packets/sec is the rate that packets are sent and received on the network interface. |
netPacketsReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.3.1.5 | counter | read-only |
Packets Received/sec is the rate that packets are received on the network interface. |
netPacketsSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.3.1.6 | counter | read-only |
Packets Sent/sec is the rate that packets are sent on the network interface. |
netCurrentBandwidth | 1.3.6.1.4.1.311.1.1.3.1.1.3.1.7 | integer | read-only |
Current 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. |
netBytesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.3.1.8 | counter | read-only |
Bytes Received/sec is the rate that bytes are received on the interface, including framing characters. |
netPacketsReceivedUnicastPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.3.1.9 | counter | read-only |
Packets Received Unicast/sec is the rate that (subnet) unicast packets are delivered to a higher-layer protocol. |
netPacketsReceivedNon_UnicastPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.3.1.10 | counter | read-only |
Packets 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. |
netPacketsReceivedDiscarded | 1.3.6.1.4.1.311.1.1.3.1.1.3.1.11 | integer | read-only |
Packets Received Discarded is the number of inbound packets that were chosen to be discarded even though no errors had been detected to prevent their being deliverable to a higher-layer protocol. One possible reason for discarding such a packet could be to free up buffer space. |
netPacketsReceivedErrors | 1.3.6.1.4.1.311.1.1.3.1.1.3.1.12 | integer | read-only |
Packets Received Errors is the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol. |
netPacketsReceivedUnknown | 1.3.6.1.4.1.311.1.1.3.1.1.3.1.13 | integer | read-only |
Packets Received Unknown is the number of packets received via the interface that were discarded because of an unknown or unsupported protocol. |
netBytesSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.3.1.14 | counter | read-only |
Bytes Sent/sec is the rate that bytes are sent on the interface, including framing characters. |
netPacketsSentUnicastPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.3.1.15 | counter | read-only |
Packets 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. |
netPacketsSentNon_UnicastPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.3.1.16 | counter | read-only |
Packets 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. |
netPacketsOutboundDiscarded | 1.3.6.1.4.1.311.1.1.3.1.1.3.1.17 | integer | read-only |
Packets 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. |
netPacketsOutboundErrors | 1.3.6.1.4.1.311.1.1.3.1.1.3.1.18 | integer | read-only |
Packets Outbound Errors is the number of outbound packets that could not be transmitted because of errors. |
netOutputQueueLength | 1.3.6.1.4.1.311.1.1.3.1.1.3.1.19 | integer | read-only |
Output 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. |
pdiskphysicalDiskTable | 1.3.6.1.4.1.311.1.1.3.1.1.4 | no-access |
A table containing performance information for instances of 'physicalDisk' objects. |
|
1.3.6.1.4.1.311.1.1.3.1.1.4.1 | no-access |
Performance information for one particular instance of 'physicalDisk' object. |
||
pdiskphysicalDiskIndex | 1.3.6.1.4.1.311.1.1.3.1.1.4.1.1 | integer | read-only |
Index. |
pdiskphysicalDiskInstance | 1.3.6.1.4.1.311.1.1.3.1.1.4.1.2 | displaystring | read-only |
Instance name. |
pdiskCurrentDiskQueueLength | 1.3.6.1.4.1.311.1.1.3.1.1.4.1.3 | integer | read-only |
Current Disk Queue Length is the number of requests outstanding on the disk at the time the performance data is collected. It includes requests in service at the time of the snapshot. This is an instantaneous length, not an average over the time interval. Multi-spindle disk devices can have multiple requests active at one time, but other concurrent requests are awaiting service. This counter 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. |
pdiskPercentDiskTime | 1.3.6.1.4.1.311.1.1.3.1.1.4.1.4 | timeticks | read-only |
Disk Time is the percentage of elapsed time that the selected disk drive is busy servicing read or write requests. |
pdiskAvgDiskQueueLength | 1.3.6.1.4.1.311.1.1.3.1.1.4.1.5 | integer | read-only |
Avg. Disk Queue Length is the average number of both read and write requests that were queued for the selected disk during the sample interval. |
pdiskPercentDiskReadTime | 1.3.6.1.4.1.311.1.1.3.1.1.4.1.6 | timeticks | read-only |
Disk Read Time is the percentage of elapsed time that the selected disk drive is busy servicing read requests. |
pdiskAvgDiskReadQueueLength | 1.3.6.1.4.1.311.1.1.3.1.1.4.1.7 | integer | read-only |
Avg. Disk Read Queue Length is the average number of read requests that were queued for the selected disk during the sample interval. |
pdiskPercentDiskWriteTime | 1.3.6.1.4.1.311.1.1.3.1.1.4.1.8 | timeticks | read-only |
Disk Write Time is the percentage of elapsed time that the selected disk drive is busy servicing write requests. |
pdiskAvgDiskWriteQueueLength | 1.3.6.1.4.1.311.1.1.3.1.1.4.1.9 | integer | read-only |
Avg. Disk Write Queue Length is the average number of write requests that were queued for the selected disk during the sample interval. |
pdiskAvgDiskSecPerTransfer | 1.3.6.1.4.1.311.1.1.3.1.1.4.1.10 | timeticks | read-only |
Avg. Disk sec/Transfer is the time in seconds of the average disk transfer. |
pdiskAvgDiskSecPerRead | 1.3.6.1.4.1.311.1.1.3.1.1.4.1.11 | timeticks | read-only |
Avg. Disk sec/Read is the average time in seconds of a read of data from the disk. |
pdiskAvgDiskSecPerWrite | 1.3.6.1.4.1.311.1.1.3.1.1.4.1.12 | timeticks | read-only |
Avg. Disk sec/Write is the average time in seconds of a write of data to the disk. |
pdiskDiskTransfersPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.4.1.13 | counter | read-only |
Disk Transfers/sec is the rate of read and write operations on the disk. |
pdiskDiskReadsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.4.1.14 | counter | read-only |
Disk Reads/sec is the rate of read operations on the disk. |
pdiskDiskWritesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.4.1.15 | counter | read-only |
Disk Writes/sec is the rate of write operations on the disk. |
pdiskDiskBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.4.1.16 | integer | read-only |
Disk Bytes/sec is the rate bytes are transferred to or from the disk during write or read operations. |
pdiskDiskReadBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.4.1.17 | integer | read-only |
Disk Read Bytes/sec is the rate bytes are transferred from the disk during read operations. |
pdiskDiskWriteBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.4.1.18 | integer | read-only |
Disk Write Bytes is rate bytes are transferred to the disk during write operations. |
ldisklogicalDiskTable | 1.3.6.1.4.1.311.1.1.3.1.1.5 | no-access |
A table containing performance information for instances of 'logicalDisk' objects. |
|
1.3.6.1.4.1.311.1.1.3.1.1.5.1 | no-access |
Performance information for one particular instance of 'logicalDisk' object. |
||
ldisklogicalDiskIndex | 1.3.6.1.4.1.311.1.1.3.1.1.5.1.1 | integer | read-only |
Index. |
ldisklogicalDiskInstance | 1.3.6.1.4.1.311.1.1.3.1.1.5.1.2 | displaystring | read-only |
Instance name. |
ldiskPercentFreeSpace | 1.3.6.1.4.1.311.1.1.3.1.1.5.1.3 | integer | read-only |
Percent 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 |
ldiskFreeMegabytes | 1.3.6.1.4.1.311.1.1.3.1.1.5.1.4 | integer | read-only |
Free Megabytes displays the unallocated space on the disk drive in megabytes. One megabyte = 1,048,576 bytes. |
ldiskCurrentDiskQueueLength | 1.3.6.1.4.1.311.1.1.3.1.1.5.1.5 | integer | read-only |
Current Disk Queue Length is the number of requests outstanding on the disk at the time the performance data is collected. It includes requests in service at the time of the snapshot. This is an instantaneous length, not an average over the time interval. Multi-spindle disk devices can have multiple requests active at one time, but other concurrent requests are awaiting service. This counter 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. |
ldiskPercentDiskTime | 1.3.6.1.4.1.311.1.1.3.1.1.5.1.6 | timeticks | read-only |
Disk Time is the percentage of elapsed time that the selected disk drive is busy servicing read or write requests. |
ldiskAvgDiskQueueLength | 1.3.6.1.4.1.311.1.1.3.1.1.5.1.7 | integer | read-only |
Avg. Disk Queue Length is the average number of both read and write requests that were queued for the selected disk during the sample interval. |
ldiskPercentDiskReadTime | 1.3.6.1.4.1.311.1.1.3.1.1.5.1.8 | timeticks | read-only |
Disk Read Time is the percentage of elapsed time that the selected disk drive is busy servicing read requests. |
ldiskAvgDiskReadQueueLength | 1.3.6.1.4.1.311.1.1.3.1.1.5.1.9 | integer | read-only |
Avg. Disk Read Queue Length is the average number of read requests that were queued for the selected disk during the sample interval. |
ldiskPercentDiskWriteTime | 1.3.6.1.4.1.311.1.1.3.1.1.5.1.10 | timeticks | read-only |
Disk Write Time is the percentage of elapsed time that the selected disk drive is busy servicing write requests. |
ldiskAvgDiskWriteQueueLength | 1.3.6.1.4.1.311.1.1.3.1.1.5.1.11 | integer | read-only |
Avg. Disk Write Queue Length is the average number of write requests that were queued for the selected disk during the sample interval. |
ldiskAvgDiskSecPerTransfer | 1.3.6.1.4.1.311.1.1.3.1.1.5.1.12 | timeticks | read-only |
Avg. Disk sec/Transfer is the time in seconds of the average disk transfer. |
ldiskAvgDiskSecPerRead | 1.3.6.1.4.1.311.1.1.3.1.1.5.1.13 | timeticks | read-only |
Avg. Disk sec/Read is the average time in seconds of a read of data from the disk. |
ldiskAvgDiskSecPerWrite | 1.3.6.1.4.1.311.1.1.3.1.1.5.1.14 | timeticks | read-only |
Avg. Disk sec/Write is the average time in seconds of a write of data to the disk. |
ldiskDiskTransfersPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.5.1.15 | counter | read-only |
Disk Transfers/sec is the rate of read and write operations on the disk. |
ldiskDiskReadsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.5.1.16 | counter | read-only |
Disk Reads/sec is the rate of read operations on the disk. |
ldiskDiskWritesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.5.1.17 | counter | read-only |
Disk Writes/sec is the rate of write operations on the disk. |
ldiskDiskBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.5.1.18 | integer | read-only |
Disk Bytes/sec is the rate bytes are transferred to or from the disk during write or read operations. |
ldiskDiskReadBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.5.1.19 | integer | read-only |
Disk Read Bytes/sec is the rate bytes are transferred from the disk during read operations. |
ldiskDiskWriteBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.5.1.20 | integer | read-only |
Disk Write Bytes is rate bytes are transferred to the disk during write operations. |
pagefilepaging_FileTable | 1.3.6.1.4.1.311.1.1.3.1.1.6 | no-access |
A table containing performance information for instances of 'paging-File' objects. |
|
1.3.6.1.4.1.311.1.1.3.1.1.6.1 | no-access |
Performance information for one particular instance of 'paging-File' object. |
||
pagefilepaging_FileIndex | 1.3.6.1.4.1.311.1.1.3.1.1.6.1.1 | integer | read-only |
Index. |
pagefilepaging_FileInstance | 1.3.6.1.4.1.311.1.1.3.1.1.6.1.2 | displaystring | read-only |
Instance name. |
pagefilePercentUsage | 1.3.6.1.4.1.311.1.1.3.1.1.6.1.3 | integer | read-only |
The amount of the Page File instance in use in percent. See also Process:Page File Bytes. |
pagefilePercentUsagePeak | 1.3.6.1.4.1.311.1.1.3.1.1.6.1.4 | integer | read-only |
The peak usage of the Page File instance in percent. See also Process:Page File Bytes Peak. |
processprocessTable | 1.3.6.1.4.1.311.1.1.3.1.1.7 | no-access |
A table containing performance information for instances of 'process' objects. |
|
1.3.6.1.4.1.311.1.1.3.1.1.7.1 | no-access |
Performance information for one particular instance of 'process' object. |
||
processprocessIndex | 1.3.6.1.4.1.311.1.1.3.1.1.7.1.1 | integer | read-only |
Index. |
processprocessInstance | 1.3.6.1.4.1.311.1.1.3.1.1.7.1.2 | displaystring | read-only |
Instance name. |
processPercentProcessorTime | 1.3.6.1.4.1.311.1.1.3.1.1.7.1.3 | integer | read-only |
Processor Time is the percentage of elapsed time that all of the threads of this process used the processor to execute instructions. An instruction is the basic unit of execution in a computer, a thread is the object that executes instructions, and a process is the object created when a program is run. Code executed to handle certain hardware interrupts or trap conditions may be counted for this process. |
processPercentUserTime | 1.3.6.1.4.1.311.1.1.3.1.1.7.1.4 | integer | read-only |
User 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. |
processPercentPrivilegedTime | 1.3.6.1.4.1.311.1.1.3.1.1.7.1.5 | integer | read-only |
Privileged 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. |
processVirtualBytesPeak | 1.3.6.1.4.1.311.1.1.3.1.1.7.1.6 | integer | read-only |
Virtual Bytes Peak is the maximum number of bytes of virtual address space the process has used at any one time. Use of virtual address space does not necessarily imply corresponding use of either disk or main memory pages. Virtual space is however finite, and by using too much, the process may limit its ability to load libraries. |
processVirtualBytes | 1.3.6.1.4.1.311.1.1.3.1.1.7.1.7 | integer | read-only |
Virtual Bytes is the current size in bytes of the virtual address space the process is using. Use of virtual address space does not necessarily imply corresponding use of either disk or main memory pages. Virtual space is however finite, and by using too much, the process may limit its ability to load libraries. |
processPageFaultsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.7.1.8 | counter | read-only |
Page 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. |
processWorkingSetPeak | 1.3.6.1.4.1.311.1.1.3.1.1.7.1.9 | integer | read-only |
Working Set Peak is the maximum number of bytes in the Working Set of this process at any point in time. The Working Set is the set of memory pages touched recently by the threads in the process. If free memory in the computer is above a threshold, pages are left in the Working Set of a process even if they are not in use. When free memory falls below a threshold, pages are trimmed from Working Sets. If they are needed they will then be soft-faulted back into the Working Set before they leave main memory. |
processWorkingSet | 1.3.6.1.4.1.311.1.1.3.1.1.7.1.10 | integer | read-only |
Working Set is the current number of bytes in the Working Set of this process. The Working Set is the set of memory pages touched recently by the threads in the process. If free memory in the computer is above a threshold, pages are left in the Working Set of a process even if they are not in use. When free memory falls below a threshold, pages are trimmed from Working Sets. If they are needed they will then be soft-faulted back into the Working Set before they leave main memory. |
processPageFileBytesPeak | 1.3.6.1.4.1.311.1.1.3.1.1.7.1.11 | integer | read-only |
Page File Bytes Peak is the maximum number of bytes this process has used in the paging file(s). Paging files are used to store pages of memory used by the process that are not contained in other files. Paging files are shared by all processes, and lack of space in paging files can prevent other processes from allocating memory. |
processPageFileBytes | 1.3.6.1.4.1.311.1.1.3.1.1.7.1.12 | integer | read-only |
Page File Bytes is the current number of bytes this process has used in the paging file(s). Paging files are used to store pages of memory used by the process that are not contained in other files. Paging files are shared by all processes, and lack of space in paging files can prevent other processes from allocating memory. |
processPrivateBytes | 1.3.6.1.4.1.311.1.1.3.1.1.7.1.13 | integer | read-only |
Private Bytes is the current number of bytes this process has allocated that cannot be shared with other processes. |
processThreadCount | 1.3.6.1.4.1.311.1.1.3.1.1.7.1.14 | integer | read-only |
The number of threads currently active in this process. An instruction is the basic unit of execution in a processor, and a thread is the object that executes instructions. Every running process has at least one thread. |
processPriorityBase | 1.3.6.1.4.1.311.1.1.3.1.1.7.1.15 | integer | read-only |
The 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. |
processElapsedTime | 1.3.6.1.4.1.311.1.1.3.1.1.7.1.16 | timeticks | read-only |
The total elapsed time (in seconds) this process has been running. |
processIDProcess | 1.3.6.1.4.1.311.1.1.3.1.1.7.1.17 | integer | read-only |
ID Process is the unique identifier of this process. ID Process numbers are reused, so they only identify a process for the lifetime of that process. |
processPoolPagedBytes | 1.3.6.1.4.1.311.1.1.3.1.1.7.1.18 | integer | read-only |
Pool 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. |
processPoolNonpagedBytes | 1.3.6.1.4.1.311.1.1.3.1.1.7.1.19 | integer | read-only |
Pool 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. |
processHandleCount | 1.3.6.1.4.1.311.1.1.3.1.1.7.1.20 | integer | read-only |
The total number of handles currently open by this process. This number is the sum of the handles currently open by each thread in this process. |
redirector | 1.3.6.1.4.1.311.1.1.3.1.1.8 | |||
redirectorBytesTotalPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.8.1 | integer | read-only |
Bytes Total/sec is the rate the Redirector is processing data bytes. This includes all application and file data in addition to protocol information such as packet headers. |
redirectorFileDataOperationsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.8.2 | counter | read-only |
File Data Operations/sec is the rate the Redirector is processing data operations. One operation includes (hopefully) many bytes. We say hopefully here because each operation has overhead. You can determine the efficiency of this path by dividing the Bytes/sec by this counter to determine the average number of bytes transferred/operation. |
redirectorPacketsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.8.3 | integer | read-only |
Packets/sec is the rate the Redirector is processing data packets. One packet includes (hopefully) many bytes. We say hopefully here because each packet has protocol overhead. You can determine the efficiency of this path by dividing the Bytes/sec by this counter to determine the average number of bytes transferred/packet. You can also divide this counter by Operations/sec to determine the average number of packets per operation, another measure of efficiency. |
redirectorBytesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.8.4 | integer | read-only |
Bytes Received/sec is the rate of bytes coming in to the Redirector from the network. It includes all application data as well as network protocol information (such as packet headers.) |
redirectorPacketsReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.8.5 | integer | read-only |
Packets 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. |
redirectorReadBytesPagingPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.8.6 | integer | read-only |
Read 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.) |
redirectorReadBytesNon_PagingPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.8.7 | integer | read-only |
Read Bytes Non-Paging/sec are those bytes read by the Redirector in response to normal file requests by an application when they are redirected to come from another computer. In addition to file requests, this counter includes other methods of reading across the network such as Named Pipes and Transactions. This counter does not count network protocol information, just application data. |
redirectorReadBytesCachePerSec | 1.3.6.1.4.1.311.1.1.3.1.1.8.8 | integer | read-only |
Read 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). |
redirectorReadBytesNetworkPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.8.9 | integer | read-only |
Read 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.) |
redirectorBytesTransmittedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.8.10 | integer | read-only |
Bytes 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.) |
redirectorPacketsTransmittedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.8.11 | integer | read-only |
Packets 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. |
redirectorWriteBytesPagingPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.8.12 | integer | read-only |
Write 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). |
redirectorWriteBytesNon_PagingPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.8.13 | integer | read-only |
Write 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. |
redirectorWriteBytesCachePerSec | 1.3.6.1.4.1.311.1.1.3.1.1.8.14 | integer | read-only |
Write 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. |
redirectorWriteBytesNetworkPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.8.15 | integer | read-only |
Write 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.) |
redirectorFileReadOperationsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.8.16 | counter | read-only |
File 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. |
redirectorReadOperationsRandomPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.8.17 | counter | read-only |
Read 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. |
redirectorReadPacketsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.8.18 | counter | read-only |
Read 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. |
redirectorReadsLargePerSec | 1.3.6.1.4.1.311.1.1.3.1.1.8.19 | counter | read-only |
Reads 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. |
redirectorReadPacketsSmallPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.8.20 | counter | read-only |
Read 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. |
redirectorFileWriteOperationsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.8.21 | counter | read-only |
File 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. |
redirectorWriteOperationsRandomPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.8.22 | counter | read-only |
Write 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. |
redirectorWritePacketsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.8.23 | counter | read-only |
Write 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. |
redirectorWritesLargePerSec | 1.3.6.1.4.1.311.1.1.3.1.1.8.24 | counter | read-only |
Writes 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. |
redirectorWritePacketsSmallPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.8.25 | counter | read-only |
Write 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! |
redirectorReadsDeniedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.8.26 | counter | read-only |
Reads 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. |
redirectorWritesDeniedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.8.27 | counter | read-only |
Writes 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. |
redirectorNetworkErrorsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.8.28 | counter | read-only |
Network Errors/sec counts serious unexpected errors that generally indicate the Redirector and one or more Servers are having serious communication difficulties. For example an SMB (Server Manager Block) protocol error will generate a Network Error. These result in an entry in the system Event Log, so look there for details. |
redirectorServerSessions | 1.3.6.1.4.1.311.1.1.3.1.1.8.29 | integer | read-only |
Server Sessions counts the total number of security objects the Redirector has managed. For example, a Logon to a server followed by a network access to the same server will establish one connection, but two sessions. |
redirectorServerReconnects | 1.3.6.1.4.1.311.1.1.3.1.1.8.30 | integer | read-only |
Server Reconnects counts the number of times your Redirector has had to reconnect to a server in order to complete a new active request. You can be disconnected by the Server if you remain inactive for too long. Locally even if all your remote files are closed, the Redirector will keep your connections intact for (nominally) ten minutes. Such inactive connections are called Dormant Connections. Reconnecting is expensive in time. |
redirectorConnectsCore | 1.3.6.1.4.1.311.1.1.3.1.1.8.31 | integer | read-only |
Connects Core counts the number of connections you have to servers running the original MS-Net SMB protocol, including MS-Net itself and Xenix and Vax's. |
redirectorConnectsLanManager20 | 1.3.6.1.4.1.311.1.1.3.1.1.8.32 | integer | read-only |
Connects Lan Manager 2.0 counts connections to Lan Manager 2.0 servers, including LMX servers. |
redirectorConnectsLanManager21 | 1.3.6.1.4.1.311.1.1.3.1.1.8.33 | integer | read-only |
Connects Lan Manager 2.1 counts connections to Lan Manager 2.1 servers, including LMX servers. |
redirectorConnectsWindowsNT | 1.3.6.1.4.1.311.1.1.3.1.1.8.34 | integer | read-only |
Connects Windows NT counts the connections to Windows NT computers. Good choice! |
redirectorServerDisconnects | 1.3.6.1.4.1.311.1.1.3.1.1.8.35 | integer | read-only |
Server Disconnects counts the number of times a Server has disconnected your Redirector. See also Server Reconnects. |
redirectorServerSessionsHung | 1.3.6.1.4.1.311.1.1.3.1.1.8.36 | integer | read-only |
Server Sessions Hung counts the number of active sessions that are timed out and unable to proceed due to a lack of response from the remote server. |
redirectorCurrentCommands | 1.3.6.1.4.1.311.1.1.3.1.1.8.37 | integer | read-only |
Current Commands counts the number of requests to the Redirector that are currently queued for service. If this number is much larger than the number of network adapter cards installed in the computer, then the network(s) and/or the server(s) being accessed are seriously bottlenecked. |
tCP | 1.3.6.1.4.1.311.1.1.3.1.1.9 | |||
tcpSegmentsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.9.1 | counter | read-only |
Segments/sec is the rate that TCP segments are sent or received using the TCP protocol. |
tcpConnectionsEstablished | 1.3.6.1.4.1.311.1.1.3.1.1.9.2 | integer | read-only |
Connections Established is the number of TCP connections for which the current state is either ESTABLISHED or CLOSE-WAIT. |
tcpConnectionsActive | 1.3.6.1.4.1.311.1.1.3.1.1.9.3 | integer | read-only |
Connections Active is the number of times TCP connections have made a direct transition to the SYN-SENT state from the CLOSED state. |
tcpConnectionsPassive | 1.3.6.1.4.1.311.1.1.3.1.1.9.4 | integer | read-only |
Connections Passive is the number of times TCP connections have made a direct transition to the SYN-RCVD state from the LISTEN state. |
tcpConnectionFailures | 1.3.6.1.4.1.311.1.1.3.1.1.9.5 | integer | read-only |
Connection Failures is the number of times TCP connections have made a direct transition to the CLOSED state from the SYN-SENT state or the SYN-RCVD state, plus the number of times TCP connections have made a direct transition to the LISTEN state from the SYN-RCVD state. |
tcpConnectionsReset | 1.3.6.1.4.1.311.1.1.3.1.1.9.6 | integer | read-only |
Connections Reset is the number of times TCP connections have made a direct transition to the CLOSED state from either the ESTABLISHED state or the CLOSE-WAIT state. |
tcpSegmentsReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.9.7 | counter | read-only |
Segments Received/sec is the rate that segments are received, including those received in error. This count includes segments received on currently established connections. |
tcpSegmentsSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.9.8 | counter | read-only |
Segments Sent/sec is the rate that segments are sent, including those on current connections, but excluding those containing only retransmitted bytes. |
tcpSegmentsRetransmittedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.9.9 | counter | read-only |
Segments Retransmitted/sec is the rate that segments are retransmitted, that is, segments transmitted containing one or more previously transmitted bytes. |
iP | 1.3.6.1.4.1.311.1.1.3.1.1.10 | |||
ipDatagramsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.10.1 | counter | read-only |
Datagrams/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. |
ipDatagramsReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.10.2 | counter | read-only |
Datagrams Received/sec is the rate that IP datagrams are received from the interfaces, including those in error. |
ipDatagramsReceivedHeaderErrors | 1.3.6.1.4.1.311.1.1.3.1.1.10.3 | integer | read-only |
Datagrams Received Header Errors is the number of input datagrams discarded due to errors in their IP headers, including bad checksums, version number mismatch, other format errors, time-to-live exceeded, errors discovered in processing their IP options, etc. |
ipDatagramsReceivedAddressErrors | 1.3.6.1.4.1.311.1.1.3.1.1.10.4 | integer | read-only |
Datagrams 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. |
ipDatagramsForwardedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.10.5 | counter | read-only |
Datagrams 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. |
ipDatagramsReceivedUnknownProtocol | 1.3.6.1.4.1.311.1.1.3.1.1.10.6 | integer | read-only |
Datagrams Received Unknown Protocol is the number of locally-addressed datagrams received successfully but discarded because of an unknown or unsupported protocol. |
ipDatagramsReceivedDiscarded | 1.3.6.1.4.1.311.1.1.3.1.1.10.7 | integer | read-only |
Datagrams Received Discarded is the number of input IP datagrams for which no problems were encountered to prevent their continued processing, but which were discarded (e.g., for lack of buffer space). This counter does not include any datagrams discarded while awaiting re-assembly. |
ipDatagramsReceivedDeliveredPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.10.8 | counter | read-only |
Datagrams Received Delivered/sec is the rate that input datagrams are successfully delivered to IP user-protocols (including ICMP). |
ipDatagramsSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.10.9 | counter | read-only |
Datagrams 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. |
ipDatagramsOutboundDiscarded | 1.3.6.1.4.1.311.1.1.3.1.1.10.10 | integer | read-only |
Datagrams Outbound Discarded is the number of output IP datagrams for which no problems were encountered to prevent their transmission to their destination, but which were discarded (e.g., for lack of buffer space.) This counter would include datagrams counted in Datagrams Forwarded if any such packets met this (discretionary) discard criterion. |
ipDatagramsOutboundNoRoute | 1.3.6.1.4.1.311.1.1.3.1.1.10.11 | integer | read-only |
Datagrams Outbound No Route is the number of IP datagrams discarded because no route could be found to transmit them to their destination. This counter includes any packets counted in Datagrams Forwarded that meet this `no route' criterion. |
ipFragmentsReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.10.12 | counter | read-only |
Fragments Received/sec is the rate that IP fragments that need to be re-assembled at this entity are received. |
ipFragmentsRe_assembledPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.10.13 | counter | read-only |
Fragments Re-assembled/sec is the rate that IP fragments are successfully re-assembled. |
ipFragmentRe_assemblyFailures | 1.3.6.1.4.1.311.1.1.3.1.1.10.14 | integer | read-only |
Fragment Re-assembly Failures is the number of failures detected by the IP re-assembly algorithm (for whatever reason: timed out, errors, etc.) This is not necessarily a count of discarded IP fragments since some algorithms (notably RFC 815) can lose track of the number of fragments by combining them as they are received. |
ipFragmentedDatagramsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.10.15 | counter | read-only |
Fragmented Datagrams/sec is the rate that datagrams are successfully fragmented at this entity. |
ipFragmentationFailures | 1.3.6.1.4.1.311.1.1.3.1.1.10.16 | integer | read-only |
Fragmentation Failures is the number of IP datagrams that have been discarded because they needed to be fragmented at this entity but could not be, e.g., because their `Don't Fragment' flag was set. |
ipFragmentsCreatedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.10.17 | counter | read-only |
Fragments Created/sec is the rate that IP datagram fragments have been generated as a result of fragmentation at this entity. |
uDP | 1.3.6.1.4.1.311.1.1.3.1.1.11 | |||
udpDatagramsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.11.1 | counter | read-only |
Datagrams/sec is the rate that UDP datagrams are sent or received by the entity. |
udpDatagramsReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.11.2 | counter | read-only |
Datagrams Received/sec is the rate that UDP datagrams are delivered to UDP users. |
udpDatagramsNoPortPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.11.3 | counter | read-only |
Datagrams No Port/sec is the rate of received UDP datagrams for which there was no application at the destination port. |
udpDatagramsReceivedErrors | 1.3.6.1.4.1.311.1.1.3.1.1.11.4 | integer | read-only |
Datagrams Received Errors is the number of received UDP datagrams that could not be delivered for reasons other than the lack of an application at the destination port. |
udpDatagramsSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.11.5 | counter | read-only |
Datagrams Sent/sec is the rate that UDP datagrams are sent from the entity. |
netbeuinetBEUITable | 1.3.6.1.4.1.311.1.1.3.1.1.12 | no-access |
A table containing performance information for instances of 'netBEUI' objects. |
|
1.3.6.1.4.1.311.1.1.3.1.1.12.1 | no-access |
Performance information for one particular instance of 'netBEUI' object. |
||
netbeuinetBEUIIndex | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.1 | integer | read-only |
Index. |
netbeuinetBEUIInstance | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.2 | displaystring | read-only |
Instance name. |
netbeuiDatagramsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.3 | counter | read-only |
Datagrams/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. |
netbeuiDatagramBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.4 | integer | read-only |
Datagram 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. |
netbeuiPacketsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.5 | counter | read-only |
Packets/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. |
netbeuiFramesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.6 | counter | read-only |
Frames/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. |
netbeuiFrameBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.7 | integer | read-only |
Frame 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. |
netbeuiBytesTotalPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.8 | integer | read-only |
Bytes Total/sec is the sum of Frame Bytes/sec and Datagram Bytes/sec. This is the total rate of bytes sent to or received from the network by the protocol, but only counts the bytes in frames (i.e., packets) which carry data. |
netbeuiConnectionsOpen | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.9 | integer | read-only |
Connections Open is the number of connections currently open for this protocol. This counter shows the current count only and does not accumulate over time. |
netbeuiConnectionsNoRetries | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.10 | integer | read-only |
Connections No Retries is the total count of connections that were successfully made on the first try. This number is an accumulator and shows a running total. |
netbeuiConnectionsWithRetries | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.11 | integer | read-only |
Connections With Retries is the total count of connections that were made after retrying the attempt. A retry occurs when the first connection attempt failed. This number is an accumulator and shows a running total. |
netbeuiDisconnectsLocal | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.12 | integer | read-only |
Disconnects Local is the number of session disconnections that were initiated by the local computer. This number is an accumulator and shows a running total. |
netbeuiDisconnectsRemote | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.13 | integer | read-only |
Disconnects Remote is the number of session disconnections that were initiated by the remote computer. This number is an accumulator and shows a running total. |
netbeuiFailuresLink | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.14 | integer | read-only |
Failures Link is the number of connections that were dropped due to a link failure. This number is an accumulator and shows a running total. |
netbeuiFailuresAdapter | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.15 | integer | read-only |
Failures Adapter is the number of connections that were dropped due to an adapter failure. This number is an accumulator and shows a running total. |
netbeuiConnectionSessionTimeouts | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.16 | integer | read-only |
Connection Session Timeouts is the number of connections that were dropped due to a session timeout. This number is an accumulator and shows a running total. |
netbeuiConnectionsCanceled | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.17 | integer | read-only |
Connections Canceled is the number of connections that were canceled. This number is an accumulator and shows a running total. |
netbeuiFailuresResourceRemote | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.18 | integer | read-only |
Failures Resource Remote is the number of connections that failed because of resource problems or shortages on the remote computer. This number is an accumulator and shows a running total. |
netbeuiFailuresResourceLocal | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.19 | integer | read-only |
Failures Resource Local is the number of connections that failed because of resource problems or shortages on the local computer. This number is an accumulator and shows a running total. |
netbeuiFailuresNotFound | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.20 | integer | read-only |
Failures Not Found is the number of connection attempts that failed because the remote computer could not be found. This number is an accumulator and shows a running total. |
netbeuiFailuresNoListen | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.21 | integer | read-only |
Failures No Listen is the number of connections that were rejected because the remote computer was not listening for connection requests. |
netbeuiDatagramsSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.22 | counter | read-only |
Datagrams 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. |
netbeuiDatagramBytesSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.23 | integer | read-only |
Datagram 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. |
netbeuiDatagramsReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.24 | counter | read-only |
Datagrams 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. |
netbeuiDatagramBytesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.25 | integer | read-only |
Datagram 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. |
netbeuiPacketsSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.26 | counter | read-only |
Packets 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. |
netbeuiPacketsReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.27 | counter | read-only |
Packets Received/sec is the rate that packets are received by the computer. This counter counts all packets processed: control as well as data packets. |
netbeuiFramesSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.28 | counter | read-only |
Frames Sent/sec is the rate that data frames are sent by the computer. This counter only counts the frames (packets) that carry data. |
netbeuiFrameBytesSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.29 | integer | read-only |
Frame 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. |
netbeuiFramesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.30 | counter | read-only |
Frames Received/sec is the rate that data frames are received by the computer. This counter only counts the frames (packets) that carry data. |
netbeuiFrameBytesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.31 | integer | read-only |
Frame Bytes Received/sec is the rate that data bytes are received by the computer. This counter only counts the frames (packets) that carry data. |
netbeuiFramesRe_SentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.32 | counter | read-only |
Frames 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. |
netbeuiFrameBytesRe_SentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.33 | integer | read-only |
Frame 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. |
netbeuiFramesRejectedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.34 | counter | read-only |
Frames Rejected/sec is the rate that data frames are rejected. This counter only counts the frames (packets) that carry data. |
netbeuiFrameBytesRejectedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.35 | integer | read-only |
Frame Bytes Rejected/sec is the rate that data bytes are rejected. This counter only counts the bytes in data frames (packets) that carry data. |
netbeuiExpirationsResponse | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.36 | integer | read-only |
Expirations Response is the count of T1 timer expirations. |
netbeuiExpirationsAck | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.37 | integer | read-only |
Expirations Ack is the count of T2 timer expirations |
netbeuiWindowSendMaximum | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.38 | integer | read-only |
Window Send Maximum is the maximum number of bytes of data that will be sent before waiting for an acknowledgment from the remote computer. |
netbeuiWindowSendAverage | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.39 | integer | read-only |
Window Send Average is the running average number of data bytes that were sent before waiting for an acknowledgment from the remote computer. |
netbeuiPiggybackAckQueuedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.40 | counter | read-only |
Piggyback 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. |
netbeuiPiggybackAckTimeouts | 1.3.6.1.4.1.311.1.1.3.1.1.12.1.41 | integer | read-only |
Piggyback Ack Timeouts is the number of times that a piggyback acknowledgment could not be sent because there was no outgoing packet to the remote on which to piggyback. A piggyback ack is an acknowledgment to a received packet that is sent along in an outgoing data packet to the remote computer. If no outgoing packet is sent within the timeout period, then an ack packet is sent and this counter is incremented. |
nbtconnnBT_ConnectionTable | 1.3.6.1.4.1.311.1.1.3.1.1.13 | no-access |
A table containing performance information for instances of 'nBT-Connection' objects. |
|
1.3.6.1.4.1.311.1.1.3.1.1.13.1 | no-access |
Performance information for one particular instance of 'nBT-Connection' object. |
||
nbtconnnBT_ConnectionIndex | 1.3.6.1.4.1.311.1.1.3.1.1.13.1.1 | integer | read-only |
Index. |
nbtconnnBT_ConnectionInstance | 1.3.6.1.4.1.311.1.1.3.1.1.13.1.2 | displaystring | read-only |
Instance name. |
nbtconnBytesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.13.1.3 | integer | read-only |
Bytes 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. |
nbtconnBytesSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.13.1.4 | integer | read-only |
Bytes 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. |
nbtconnBytesTotalPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.13.1.5 | integer | read-only |
Total 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_IPXTable | 1.3.6.1.4.1.311.1.1.3.1.1.14 | no-access |
A table containing performance information for instances of 'nWLink-IPX' objects. |
|
1.3.6.1.4.1.311.1.1.3.1.1.14.1 | no-access |
Performance information for one particular instance of 'nWLink-IPX' object. |
||
nwlinkipxnWLink_IPXIndex | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.1 | integer | read-only |
Index. |
nwlinkipxnWLink_IPXInstance | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.2 | displaystring | read-only |
Instance name. |
nwlinkipxDatagramsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.3 | counter | read-only |
Datagrams/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. |
nwlinkipxDatagramBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.4 | integer | read-only |
Datagram 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. |
nwlinkipxPacketsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.5 | counter | read-only |
Packets/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. |
nwlinkipxFramesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.6 | counter | read-only |
Frames/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. |
nwlinkipxFrameBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.7 | integer | read-only |
Frame 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. |
nwlinkipxBytesTotalPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.8 | integer | read-only |
Bytes Total/sec is the sum of Frame Bytes/sec and Datagram Bytes/sec. This is the total rate of bytes sent to or received from the network by the protocol, but only counts the bytes in frames (i.e., packets) which carry data. |
nwlinkipxConnectionsOpen | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.9 | integer | read-only |
Connections Open is the number of connections currently open for this protocol. This counter shows the current count only and does not accumulate over time. |
nwlinkipxConnectionsNoRetries | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.10 | integer | read-only |
Connections No Retries is the total count of connections that were successfully made on the first try. This number is an accumulator and shows a running total. |
nwlinkipxConnectionsWithRetries | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.11 | integer | read-only |
Connections With Retries is the total count of connections that were made after retrying the attempt. A retry occurs when the first connection attempt failed. This number is an accumulator and shows a running total. |
nwlinkipxDisconnectsLocal | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.12 | integer | read-only |
Disconnects Local is the number of session disconnections that were initiated by the local computer. This number is an accumulator and shows a running total. |
nwlinkipxDisconnectsRemote | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.13 | integer | read-only |
Disconnects Remote is the number of session disconnections that were initiated by the remote computer. This number is an accumulator and shows a running total. |
nwlinkipxFailuresLink | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.14 | integer | read-only |
Failures Link is the number of connections that were dropped due to a link failure. This number is an accumulator and shows a running total. |
nwlinkipxFailuresAdapter | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.15 | integer | read-only |
Failures Adapter is the number of connections that were dropped due to an adapter failure. This number is an accumulator and shows a running total. |
nwlinkipxConnectionSessionTimeouts | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.16 | integer | read-only |
Connection Session Timeouts is the number of connections that were dropped due to a session timeout. This number is an accumulator and shows a running total. |
nwlinkipxConnectionsCanceled | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.17 | integer | read-only |
Connections Canceled is the number of connections that were canceled. This number is an accumulator and shows a running total. |
nwlinkipxFailuresResourceRemote | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.18 | integer | read-only |
Failures Resource Remote is the number of connections that failed because of resource problems or shortages on the remote computer. This number is an accumulator and shows a running total. |
nwlinkipxFailuresResourceLocal | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.19 | integer | read-only |
Failures Resource Local is the number of connections that failed because of resource problems or shortages on the local computer. This number is an accumulator and shows a running total. |
nwlinkipxFailuresNotFound | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.20 | integer | read-only |
Failures Not Found is the number of connection attempts that failed because the remote computer could not be found. This number is an accumulator and shows a running total. |
nwlinkipxFailuresNoListen | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.21 | integer | read-only |
Failures No Listen is the number of connections that were rejected because the remote computer was not listening for connection requests. |
nwlinkipxDatagramsSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.22 | counter | read-only |
Datagrams 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. |
nwlinkipxDatagramBytesSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.23 | integer | read-only |
Datagram 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. |
nwlinkipxDatagramsReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.24 | counter | read-only |
Datagrams 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. |
nwlinkipxDatagramBytesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.25 | integer | read-only |
Datagram 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. |
nwlinkipxPacketsSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.26 | counter | read-only |
Packets 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. |
nwlinkipxPacketsReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.27 | counter | read-only |
Packets Received/sec is the rate that packets are received by the computer. This counter counts all packets processed: control as well as data packets. |
nwlinkipxFramesSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.28 | counter | read-only |
Frames Sent/sec is the rate that data frames are sent by the computer. This counter only counts the frames (packets) that carry data. |
nwlinkipxFrameBytesSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.29 | integer | read-only |
Frame 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. |
nwlinkipxFramesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.30 | counter | read-only |
Frames Received/sec is the rate that data frames are received by the computer. This counter only counts the frames (packets) that carry data. |
nwlinkipxFrameBytesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.31 | integer | read-only |
Frame Bytes Received/sec is the rate that data bytes are received by the computer. This counter only counts the frames (packets) that carry data. |
nwlinkipxFramesRe_SentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.32 | counter | read-only |
Frames 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. |
nwlinkipxFrameBytesRe_SentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.33 | integer | read-only |
Frame 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. |
nwlinkipxFramesRejectedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.34 | counter | read-only |
Frames Rejected/sec is the rate that data frames are rejected. This counter only counts the frames (packets) that carry data. |
nwlinkipxFrameBytesRejectedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.35 | integer | read-only |
Frame Bytes Rejected/sec is the rate that data bytes are rejected. This counter only counts the bytes in data frames (packets) that carry data. |
nwlinkipxExpirationsResponse | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.36 | integer | read-only |
Expirations Response is the count of T1 timer expirations. |
nwlinkipxExpirationsAck | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.37 | integer | read-only |
Expirations Ack is the count of T2 timer expirations |
nwlinkipxWindowSendMaximum | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.38 | integer | read-only |
Window Send Maximum is the maximum number of bytes of data that will be sent before waiting for an acknowledgment from the remote computer. |
nwlinkipxWindowSendAverage | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.39 | integer | read-only |
Window Send Average is the running average number of data bytes that were sent before waiting for an acknowledgment from the remote computer. |
nwlinkipxPiggybackAckQueuedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.40 | counter | read-only |
Piggyback 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. |
nwlinkipxPiggybackAckTimeouts | 1.3.6.1.4.1.311.1.1.3.1.1.14.1.41 | integer | read-only |
Piggyback Ack Timeouts is the number of times that a piggyback acknowledgment could not be sent because there was no outgoing packet to the remote on which to piggyback. A piggyback ack is an acknowledgment to a received packet that is sent along in an outgoing data packet to the remote computer. If no outgoing packet is sent within the timeout period, then an ack packet is sent and this counter is incremented. |
nwlinkspxnWLink_SPXTable | 1.3.6.1.4.1.311.1.1.3.1.1.15 | no-access |
A table containing performance information for instances of 'nWLink-SPX' objects. |
|
1.3.6.1.4.1.311.1.1.3.1.1.15.1 | no-access |
Performance information for one particular instance of 'nWLink-SPX' object. |
||
nwlinkspxnWLink_SPXIndex | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.1 | integer | read-only |
Index. |
nwlinkspxnWLink_SPXInstance | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.2 | displaystring | read-only |
Instance name. |
nwlinkspxDatagramsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.3 | counter | read-only |
Datagrams/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. |
nwlinkspxDatagramBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.4 | integer | read-only |
Datagram 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. |
nwlinkspxPacketsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.5 | counter | read-only |
Packets/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. |
nwlinkspxFramesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.6 | counter | read-only |
Frames/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. |
nwlinkspxFrameBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.7 | integer | read-only |
Frame 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. |
nwlinkspxBytesTotalPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.8 | integer | read-only |
Bytes Total/sec is the sum of Frame Bytes/sec and Datagram Bytes/sec. This is the total rate of bytes sent to or received from the network by the protocol, but only counts the bytes in frames (i.e., packets) which carry data. |
nwlinkspxConnectionsOpen | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.9 | integer | read-only |
Connections Open is the number of connections currently open for this protocol. This counter shows the current count only and does not accumulate over time. |
nwlinkspxConnectionsNoRetries | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.10 | integer | read-only |
Connections No Retries is the total count of connections that were successfully made on the first try. This number is an accumulator and shows a running total. |
nwlinkspxConnectionsWithRetries | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.11 | integer | read-only |
Connections With Retries is the total count of connections that were made after retrying the attempt. A retry occurs when the first connection attempt failed. This number is an accumulator and shows a running total. |
nwlinkspxDisconnectsLocal | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.12 | integer | read-only |
Disconnects Local is the number of session disconnections that were initiated by the local computer. This number is an accumulator and shows a running total. |
nwlinkspxDisconnectsRemote | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.13 | integer | read-only |
Disconnects Remote is the number of session disconnections that were initiated by the remote computer. This number is an accumulator and shows a running total. |
nwlinkspxFailuresLink | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.14 | integer | read-only |
Failures Link is the number of connections that were dropped due to a link failure. This number is an accumulator and shows a running total. |
nwlinkspxFailuresAdapter | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.15 | integer | read-only |
Failures Adapter is the number of connections that were dropped due to an adapter failure. This number is an accumulator and shows a running total. |
nwlinkspxConnectionSessionTimeouts | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.16 | integer | read-only |
Connection Session Timeouts is the number of connections that were dropped due to a session timeout. This number is an accumulator and shows a running total. |
nwlinkspxConnectionsCanceled | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.17 | integer | read-only |
Connections Canceled is the number of connections that were canceled. This number is an accumulator and shows a running total. |
nwlinkspxFailuresResourceRemote | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.18 | integer | read-only |
Failures Resource Remote is the number of connections that failed because of resource problems or shortages on the remote computer. This number is an accumulator and shows a running total. |
nwlinkspxFailuresResourceLocal | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.19 | integer | read-only |
Failures Resource Local is the number of connections that failed because of resource problems or shortages on the local computer. This number is an accumulator and shows a running total. |
nwlinkspxFailuresNotFound | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.20 | integer | read-only |
Failures Not Found is the number of connection attempts that failed because the remote computer could not be found. This number is an accumulator and shows a running total. |
nwlinkspxFailuresNoListen | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.21 | integer | read-only |
Failures No Listen is the number of connections that were rejected because the remote computer was not listening for connection requests. |
nwlinkspxDatagramsSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.22 | counter | read-only |
Datagrams 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. |
nwlinkspxDatagramBytesSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.23 | integer | read-only |
Datagram 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. |
nwlinkspxDatagramsReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.24 | counter | read-only |
Datagrams 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. |
nwlinkspxDatagramBytesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.25 | integer | read-only |
Datagram 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. |
nwlinkspxPacketsSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.26 | counter | read-only |
Packets 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. |
nwlinkspxPacketsReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.27 | counter | read-only |
Packets Received/sec is the rate that packets are received by the computer. This counter counts all packets processed: control as well as data packets. |
nwlinkspxFramesSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.28 | counter | read-only |
Frames Sent/sec is the rate that data frames are sent by the computer. This counter only counts the frames (packets) that carry data. |
nwlinkspxFrameBytesSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.29 | integer | read-only |
Frame 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. |
nwlinkspxFramesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.30 | counter | read-only |
Frames Received/sec is the rate that data frames are received by the computer. This counter only counts the frames (packets) that carry data. |
nwlinkspxFrameBytesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.31 | integer | read-only |
Frame Bytes Received/sec is the rate that data bytes are received by the computer. This counter only counts the frames (packets) that carry data. |
nwlinkspxFramesRe_SentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.32 | counter | read-only |
Frames 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. |
nwlinkspxFrameBytesRe_SentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.33 | integer | read-only |
Frame 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. |
nwlinkspxFramesRejectedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.34 | counter | read-only |
Frames Rejected/sec is the rate that data frames are rejected. This counter only counts the frames (packets) that carry data. |
nwlinkspxFrameBytesRejectedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.35 | integer | read-only |
Frame Bytes Rejected/sec is the rate that data bytes are rejected. This counter only counts the bytes in data frames (packets) that carry data. |
nwlinkspxExpirationsResponse | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.36 | integer | read-only |
Expirations Response is the count of T1 timer expirations. |
nwlinkspxExpirationsAck | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.37 | integer | read-only |
Expirations Ack is the count of T2 timer expirations |
nwlinkspxWindowSendMaximum | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.38 | integer | read-only |
Window Send Maximum is the maximum number of bytes of data that will be sent before waiting for an acknowledgment from the remote computer. |
nwlinkspxWindowSendAverage | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.39 | integer | read-only |
Window Send Average is the running average number of data bytes that were sent before waiting for an acknowledgment from the remote computer. |
nwlinkspxPiggybackAckQueuedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.40 | counter | read-only |
Piggyback 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. |
nwlinkspxPiggybackAckTimeouts | 1.3.6.1.4.1.311.1.1.3.1.1.15.1.41 | integer | read-only |
Piggyback Ack Timeouts is the number of times that a piggyback acknowledgment could not be sent because there was no outgoing packet to the remote on which to piggyback. A piggyback ack is an acknowledgment to a received packet that is sent along in an outgoing data packet to the remote computer. If no outgoing packet is sent within the timeout period, then an ack packet is sent and this counter is incremented. |
rAS_Total | 1.3.6.1.4.1.311.1.1.3.1.1.16 | |||
rastotalBytesTransmitted | 1.3.6.1.4.1.311.1.1.3.1.1.16.1 | integer | read-only |
The number of bytes transmitted total for this connection. |
rastotalBytesReceived | 1.3.6.1.4.1.311.1.1.3.1.1.16.2 | integer | read-only |
The number of bytes received total for this connection. |
rastotalFramesTransmitted | 1.3.6.1.4.1.311.1.1.3.1.1.16.3 | integer | read-only |
The number of data frames transmitted total for this connection. |
rastotalFramesReceived | 1.3.6.1.4.1.311.1.1.3.1.1.16.4 | integer | read-only |
The number of data frames received total for this connection. |
rastotalPercentCompressionOut | 1.3.6.1.4.1.311.1.1.3.1.1.16.5 | integer | read-only |
The compression ratio for bytes being transmitted. |
rastotalPercentCompressionIn | 1.3.6.1.4.1.311.1.1.3.1.1.16.6 | integer | read-only |
The compression ratio for bytes being received. |
rastotalCRCErrors | 1.3.6.1.4.1.311.1.1.3.1.1.16.7 | integer | read-only |
The total number of CRC Errors for this connection. CRC Errors occur when the frame received contains erroneous data. |
rastotalTimeoutErrors | 1.3.6.1.4.1.311.1.1.3.1.1.16.8 | integer | read-only |
The total number of Timeout Errors for this connection. Timeout Errors occur when an expected is not received in time. |
rastotalSerialOverrunErrors | 1.3.6.1.4.1.311.1.1.3.1.1.16.9 | integer | read-only |
The total number of Serial Overrun Errors for this connection. Serial Overrun Errors occur when the hardware cannot handle the rate at which data is received. |
rastotalAlignmentErrors | 1.3.6.1.4.1.311.1.1.3.1.1.16.10 | integer | read-only |
The total number of Alignment Errors for this connection. Alignment Errors occur when a byte received is different from the byte expected. |
rastotalBufferOverrunErrors | 1.3.6.1.4.1.311.1.1.3.1.1.16.11 | integer | read-only |
The total number of Buffer Overrun Errors for this connection. Buffer Overrun Errors when the software cannot handle the rate at which data is received. |
rastotalTotalErrors | 1.3.6.1.4.1.311.1.1.3.1.1.16.12 | integer | read-only |
The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors for this connection. |
rastotalBytesTransmittedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.16.13 | counter | read-only |
The number of bytes transmitted per second. |
rastotalBytesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.16.14 | counter | read-only |
The number of bytes received per second. |
rastotalFramesTransmittedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.16.15 | counter | read-only |
The number of frames transmitted per second. |
rastotalFramesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.16.16 | counter | read-only |
The number of frames received per second. |
rastotalTotalErrorsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.16.17 | counter | read-only |
The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors per second. |
rastotalTotalConnections | 1.3.6.1.4.1.311.1.1.3.1.1.16.18 | integer | read-only |
The total number of Remote Access connections. |
server | 1.3.6.1.4.1.311.1.1.3.1.1.17 | |||
serverBytesTotalPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.17.1 | integer | read-only |
The number of bytes the server has sent to and received from the network. This value provides an overall indication of how busy the server is. |
serverBytesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.17.2 | integer | read-only |
The number of bytes the server has received from the network. Indicates how busy the server is. |
serverBytesTransmittedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.17.3 | integer | read-only |
The number of bytes the server has sent on the network. Indicates how busy the server is. |
serverSessionsTimedOut | 1.3.6.1.4.1.311.1.1.3.1.1.17.4 | integer | read-only |
The number of sessions that have been closed due to their idle time exceeding the autodisconnect parameter for the server. Shows whether the autodisconnect setting is helping to conserve resources. |
serverSessionsErroredOut | 1.3.6.1.4.1.311.1.1.3.1.1.17.5 | integer | read-only |
The number of sessions that have been closed due to unexpected error conditions. Indicates how frequently network problems are causing dropped sessions on the server. |
serverSessionsLoggedOff | 1.3.6.1.4.1.311.1.1.3.1.1.17.6 | integer | read-only |
The number of sessions that have terminated normally. Useful in interpreting the Sessions Times Out and Sessions Errored Out statistics--allows percentage calculations. |
serverSessionsForcedOff | 1.3.6.1.4.1.311.1.1.3.1.1.17.7 | integer | read-only |
The number of sessions that have been forced to logoff. Can indicate how many sessions were forced to logoff due to logon time constraints. |
serverErrorsLogon | 1.3.6.1.4.1.311.1.1.3.1.1.17.8 | integer | read-only |
The number of failed logon attempts to the server. Can indicate whether password guessing programs are being used to crack the security on the server. |
serverErrorsAccessPermissions | 1.3.6.1.4.1.311.1.1.3.1.1.17.9 | integer | read-only |
The number of times opens on behalf of clients have failed with STATUS_ACCESS_DENIED. Can indicate whether somebody is randomly attempting to access files in hopes of getting at something that was not properly protected. |
serverErrorsGrantedAccess | 1.3.6.1.4.1.311.1.1.3.1.1.17.10 | integer | read-only |
The number of times accesses to files opened successfully were denied. Can indicate attempts to access files without proper access authorization. |
serverErrorsSystem | 1.3.6.1.4.1.311.1.1.3.1.1.17.11 | integer | read-only |
The number of times an internal Server Error was detected. Unexpected errors usually indicate a problem with the Server. |
serverBlockingRequestsRejected | 1.3.6.1.4.1.311.1.1.3.1.1.17.12 | counter | read-only |
The number of times the server has rejected blocking SMBs due to insufficient count of free work items. Indicates whether the maxworkitem or minfreeworkitems server parameters may need tuning. |
serverWorkItemShortages | 1.3.6.1.4.1.311.1.1.3.1.1.17.13 | counter | read-only |
The number of times STATUS_DATA_NOT_ACCEPTED was returned at receive indication time. This occurs when no work item is available or can be allocated to service the incoming request. Indicates whether the initworkitems or maxworkitems parameters may need tuning. |
serverFilesOpenedTotal | 1.3.6.1.4.1.311.1.1.3.1.1.17.14 | integer | read-only |
The number of successful open attempts performed by the server of behalf of clients. Useful in determining the amount of file I/O, determining overhead for path-based operations, determining the effectiveness of oplocks. |
serverFilesOpen | 1.3.6.1.4.1.311.1.1.3.1.1.17.15 | integer | read-only |
The number of files currently opened in the server. Indicates current server activity. |
serverServerSessions | 1.3.6.1.4.1.311.1.1.3.1.1.17.16 | integer | read-only |
The number of sessions currently active in the server. Indicates current server activity. |
serverFileDirectorySearches | 1.3.6.1.4.1.311.1.1.3.1.1.17.17 | integer | read-only |
The number of searches for files currently active in the server. Indicates current server activity. |
serverPoolNonpagedBytes | 1.3.6.1.4.1.311.1.1.3.1.1.17.18 | integer | read-only |
The number of bytes of non-pageable computer memory the server is currently using. Can help in determining good values for the maxnonpagedmemoryusage parameter. |
serverPoolNonpagedFailures | 1.3.6.1.4.1.311.1.1.3.1.1.17.19 | counter | read-only |
The number of times allocations from nonpaged pool have failed. Indicates that the computer's physical memory is too small. |
serverPoolNonpagedPeak | 1.3.6.1.4.1.311.1.1.3.1.1.17.20 | integer | read-only |
The maximum number of bytes of nonpaged pool the server has had in use at any one point. Indicates how much physical memory the computer should have. |
serverPoolPagedBytes | 1.3.6.1.4.1.311.1.1.3.1.1.17.21 | integer | read-only |
The number of bytes of pageable computer memory the server is currently using. Can help in determining good values for the maxpagedmemoryusage parameter. |
serverPoolPagedFailures | 1.3.6.1.4.1.311.1.1.3.1.1.17.22 | integer | read-only |
The number of times allocations from paged pool have failed. Indicates that the computer's physical memory of pagefile are too small. |
serverPoolPagedPeak | 1.3.6.1.4.1.311.1.1.3.1.1.17.23 | integer | read-only |
The maximum number of bytes of paged pool the server has had allocated. Indicates the proper sizes of the Page File(s) and physical memory. |
serverContextBlocksQueuedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.17.24 | counter | read-only |
Context 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. |
serverLogonPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.17.25 | counter | read-only |
Logon/sec is the rate of all server logons |
serverLogonTotal | 1.3.6.1.4.1.311.1.1.3.1.1.17.26 | integer | read-only |
Logon Total includes all interactive logons, network logons, service logons, successful logon, and failed logons since the machine is last rebooted. |
srvrqueuesserver_Work_QueuesTable | 1.3.6.1.4.1.311.1.1.3.1.1.18 | no-access |
A table containing performance information for instances of 'server-Work-Queues' objects. |
|
1.3.6.1.4.1.311.1.1.3.1.1.18.1 | no-access |
Performance information for one particular instance of 'server-Work-Queues' object. |
||
srvrqueuesserver_Work_QueuesIndex | 1.3.6.1.4.1.311.1.1.3.1.1.18.1.1 | integer | read-only |
Index. |
srvrqueuesserver_Work_QueuesInstance | 1.3.6.1.4.1.311.1.1.3.1.1.18.1.2 | displaystring | read-only |
Instance name. |
srvrqueuesQueueLength | 1.3.6.1.4.1.311.1.1.3.1.1.18.1.3 | integer | read-only |
Queue 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. |
srvrqueuesActiveThreads | 1.3.6.1.4.1.311.1.1.3.1.1.18.1.4 | integer | read-only |
Active Threads is the number of threads currently working on a request from the server client for this CPU. The system keeps this number as low as possible to minimize unnecessary context switching. This is an instantaneous count for the CPU, not an average over time. |
srvrqueuesAvailableThreads | 1.3.6.1.4.1.311.1.1.3.1.1.18.1.5 | integer | read-only |
Available Threads is the number of server threads on this CPU not currently working on requests from a client. The server dynamically adjusts the number of threads to maximize server performance. |
srvrqueuesAvailableWorkItems | 1.3.6.1.4.1.311.1.1.3.1.1.18.1.6 | integer | read-only |
Every request from a client is represented in the server as a 'work item,' and the server maintains a pool of available work items per CPU to speed processing. This is the instantaneous number of available work items for this CPU. A sustained near-zero value indicates the need to increase the MinFreeWorkItems registry value for the Server service. This value will always be 0 in the Blocking Queue instance. |
srvrqueuesBorrowedWorkItems | 1.3.6.1.4.1.311.1.1.3.1.1.18.1.7 | integer | read-only |
Every request from a client is represented in the server as a 'work item,' and the server maintains a pool of available work items per CPU to speed processing. When a CPU runs out of work items, it borrows a free work item from another CPU. An increasing value of this running counter 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. |
srvrqueuesWorkItemShortages | 1.3.6.1.4.1.311.1.1.3.1.1.18.1.8 | integer | read-only |
Every request from a client is represented in the server as a 'work item,' and the server maintains a pool of available work items per CPU to speed processing. A sustained value greater than zero indicates the need to increase the 'MaxWorkItems' registry value for the Server service. This value will always be 0 in the Blocking Queue instance. |
srvrqueuesCurrentClients | 1.3.6.1.4.1.311.1.1.3.1.1.18.1.9 | integer | read-only |
Current Clients is the instantaneous count of the clients being serviced by this CPU. The server actively balances the client load across all of the CPU's in the system. This value will always be 0 in the Blocking Queue instance. |
srvrqueuesBytesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.18.1.10 | integer | read-only |
The rate at which the Server is receiving bytes from the network clients on this CPU. This value is a measure of how busy the Server is. |
srvrqueuesBytesSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.18.1.11 | integer | read-only |
The rate at which the Server is sending bytes to the network clients on this CPU. This value is a measure of how busy the Server is. |
srvrqueuesBytesTransferredPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.18.1.12 | integer | read-only |
The rate at which the Server is sending and receiving bytes with the network clients on this CPU. This value is a measure of how busy the Server is. |
srvrqueuesReadOperationsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.18.1.13 | integer | read-only |
Read Operations/sec is the rate the server is performing file read operations for the clients on this CPU. This value is a measure of how busy the Server is. This value will always be 0 in the Blocking Queue instance. |
srvrqueuesReadBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.18.1.14 | integer | read-only |
Read Bytes/sec is the rate the server is reading data from files for the clients on this CPU. This value is a measure of how busy the Server is. |
srvrqueuesWriteOperationsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.18.1.15 | integer | read-only |
Write Operations/sec is the rate the server is performing file write operations for the clients on this CPU. This value is a measure of how busy the Server is. This value will always be 0 in the Blocking Queue instance. |
srvrqueuesWriteBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.18.1.16 | integer | read-only |
Write Bytes/sec is the rate the server is writing data to files for the clients on this CPU. This value is a measure of how busy the Server is. |
srvrqueuesTotalBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.18.1.17 | integer | read-only |
Total Bytes/sec is the rate the Server is reading and writing data to and from the files for the clients on this CPU. This value is a measure of how busy the Server is. |
srvrqueuesTotalOperationsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.18.1.18 | integer | read-only |
Total 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. |
srvrqueuesContextBlocksQueuedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.18.1.19 | counter | read-only |
Context 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. |
cache | 1.3.6.1.4.1.311.1.1.3.1.1.19 | |||
cacheDataMapsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.19.1 | counter | read-only |
Data 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. |
cacheSyncDataMapsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.19.2 | counter | read-only |
Sync 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. |
cacheAsyncDataMapsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.19.3 | counter | read-only |
Async 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. |
cacheDataMapHitsPercent | 1.3.6.1.4.1.311.1.1.3.1.1.19.4 | integer | read-only |
Data 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. |
cacheDataMapPinsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.19.6 | integer | read-only |
Data 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. |
cachePinReadsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.19.8 | counter | read-only |
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. While pinned, a page's physical address in the Cache will not be altered. |
cacheSyncPinReadsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.19.9 | counter | read-only |
Sync 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. |
cacheAsyncPinReadsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.19.10 | counter | read-only |
Async 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. |
cachePinReadHitsPercent | 1.3.6.1.4.1.311.1.1.3.1.1.19.11 | integer | read-only |
Pin 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. |
cacheCopyReadsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.19.13 | counter | read-only |
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 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. |
cacheSyncCopyReadsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.19.14 | counter | read-only |
Sync 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. |
cacheAsyncCopyReadsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.19.15 | counter | read-only |
Async 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. |
cacheCopyReadHitsPercent | 1.3.6.1.4.1.311.1.1.3.1.1.19.16 | integer | read-only |
Copy 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. |
cacheMDLReadsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.19.18 | counter | read-only |
MDL 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. |
cacheSyncMDLReadsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.19.19 | counter | read-only |
Sync 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. |
cacheAsyncMDLReadsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.19.20 | counter | read-only |
Async 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. |
cacheMDLReadHitsPercent | 1.3.6.1.4.1.311.1.1.3.1.1.19.21 | integer | read-only |
MDL 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. |
cacheReadAheadsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.19.23 | counter | read-only |
Read 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. |
cacheFastReadsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.19.24 | counter | read-only |
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. |
cacheSyncFastReadsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.19.25 | counter | read-only |
Sync 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. |
cacheAsyncFastReadsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.19.26 | counter | read-only |
Async 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. |
cacheFastReadResourceMissesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.19.27 | counter | read-only |
Fast Read Resource Misses/sec is the frequency of Cache misses necessitated by the lack of available resources to satisfy the request. |
cacheFastReadNotPossiblesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.19.28 | counter | read-only |
Fast Read Not Possibles/sec is the frequency of attempts by an Application Program Interface (API) function call to bypass the file system to get at Cache data, that could not be honored without invoking the file system after all. |
cacheLazyWriteFlushesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.19.29 | counter | read-only |
Lazy 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. |
cacheLazyWritePagesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.19.30 | counter | read-only |
Lazy 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. |
cacheDataFlushesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.19.31 | counter | read-only |
Data 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. |
cacheDataFlushPagesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.19.32 | counter | read-only |
Data 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. |
mSExchangeMTA | 1.3.6.1.4.1.311.1.1.3.1.1.20 | |||
exchmtaAdjacentMTAAssociations | 1.3.6.1.4.1.311.1.1.3.1.1.20.1 | integer | read-only |
Adjacent MTA Associations is the number of open associations this MTA has to other MTAs. |
exchmtaMessagesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.20.2 | counter | read-only |
Messages/sec is the rate that messages are processed. |
exchmtaMessageBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.20.3 | counter | read-only |
Message Bytes/sec is the rate that message bytes are processed. |
exchmtaFreeElements | 1.3.6.1.4.1.311.1.1.3.1.1.20.4 | integer | read-only |
Free Elements is the number of free buffer elements in the MTA pool. |
exchmtaFreeHeaders | 1.3.6.1.4.1.311.1.1.3.1.1.20.5 | integer | read-only |
Free Headers is the number of free buffer headers in the MTA pool. |
exchmtaAdminConnections | 1.3.6.1.4.1.311.1.1.3.1.1.20.6 | integer | read-only |
Admin Connections is the number of Microsoft Exchange Administrator programs connected to this MTA. |
exchmtaThreadsInUse | 1.3.6.1.4.1.311.1.1.3.1.1.20.7 | integer | read-only |
Threads 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. |
exchmtaWorkQueueLength | 1.3.6.1.4.1.311.1.1.3.1.1.20.8 | integer | read-only |
Work 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. |
exchmtaXAPIGateways | 1.3.6.1.4.1.311.1.1.3.1.1.20.9 | integer | read-only |
XAPI 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. |
exchmtaXAPIClients | 1.3.6.1.4.1.311.1.1.3.1.1.20.10 | integer | read-only |
XAPI 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. |
exchmtaDiskFileDeletesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.20.11 | counter | read-only |
Disk File Deletes/sec is the rate of disk file delete operations. |
exchmtaDiskFileSyncsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.20.12 | counter | read-only |
Disk File Syncs/sec is the rate of disk file sync operations. |
exchmtaDiskFileOpensPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.20.13 | counter | read-only |
Disk File Opens/sec is the rate of disk file open operations. |
exchmtaDiskFileReadsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.20.14 | counter | read-only |
Disk File Reads/sec is the rate of disk file read operations. |
exchmtaDiskFileWritesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.20.15 | counter | read-only |
Disk File Writes/sec is the rate of disk file write operations. |
exchmtaExDSReadCallsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.20.16 | counter | read-only |
ExDS Read Calls/sec is the rate of read calls to the directory service. |
exchmtaXAPIReceiveBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.20.17 | counter | read-only |
XAPI Receive Bytes/sec is the rate that bytes are received over a XAPI connection. |
exchmtaXAPITransmitBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.20.18 | counter | read-only |
XAPI Transmit Bytes/sec is the rate that bytes are transmitted over a XAPI connection. |
exchmtaAdminInterfaceReceiveBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.20.19 | counter | read-only |
Admin Interface Receive Bytes/sec is the rate that bytes are received over an Admin connection. |
exchmtaAdminInterfaceTransmitBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.20.20 | counter | read-only |
Admin Interface Transmit Bytes/sec is the rate that bytes are transmitted over an Admin connection. |
exchmtaLANReceiveBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.20.21 | counter | read-only |
LAN Receive Bytes/sec is the rate that bytes are received over a LAN from MTAs. |
exchmtaLANTransmitBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.20.22 | counter | read-only |
LAN Transmit Bytes/sec is the rate that bytes are transmitted over a LAN to MTAs. |
exchmtaRASReceiveBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.20.23 | counter | read-only |
RAS Receive Bytes/sec is the rate that bytes are received over a RAS connection. |
exchmtaRASTransmitBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.20.24 | counter | read-only |
RAS Transmit Bytes/sec is the rate that bytes are transmitted over a RAS connection. |
exchmtaTCPPerIPReceiveBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.20.25 | counter | read-only |
TCP/IP Receive Bytes/sec is the rate that bytes are received over a TCP/IP connection. |
exchmtaTCPPerIPTransmitBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.20.26 | counter | read-only |
TCP/IP Transmit Bytes/sec is the rate that bytes are transmitted over a TCP/IP connection. |
exchmtaTP4ReceiveBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.20.27 | counter | read-only |
TP4 Receive Bytes/sec is the rate that bytes are received over a TP4 connection. |
exchmtaTP4TransmitBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.20.28 | counter | read-only |
TP4 Transmit Bytes/sec is the rate that bytes are transmitted over a TP4 connection. |
exchmtaX25ReceiveBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.20.29 | counter | read-only |
X.25 Receive Bytes/sec is the rate that bytes are received over an X.25 connection. |
exchmtaX25TransmitBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.20.30 | counter | read-only |
X.25 Transmit Bytes/sec is the rate that bytes are transmitted over an X.25 connection. |
exchmtaDeferredDeliveryMsgs | 1.3.6.1.4.1.311.1.1.3.1.1.20.31 | integer | read-only |
Deferred Delivery Msgs is the total number of deferred delivery messages currently stored in the MTA. |
exchmtaTotalRecipientsQueued | 1.3.6.1.4.1.311.1.1.3.1.1.20.32 | integer | read-only |
Total Recipients Queued is the total number of recipients specified in all messages currently stored in the MTA. |
exchmtaTotalSuccessfulConversions | 1.3.6.1.4.1.311.1.1.3.1.1.20.33 | integer | read-only |
Total Successful Conversions is the total number of messages successfully converted from one form to another since MTA initialization. |
exchmtaTotalFailedConversions | 1.3.6.1.4.1.311.1.1.3.1.1.20.34 | integer | read-only |
Total Failed Conversions is the total number of messages which failed to be converted from one form to another since MTA initialization. |
exchmtaTotalLoopsDetected | 1.3.6.1.4.1.311.1.1.3.1.1.20.35 | integer | read-only |
Total Loops Detected is the total number of messages detected to have looped since MTA initialization. |
exchmtaInboundMessagesTotal | 1.3.6.1.4.1.311.1.1.3.1.1.20.36 | counter | read-only |
Inbound Messages Total is the total number of messages received since MTA initialization. |
exchmtaOutboundMessagesTotal | 1.3.6.1.4.1.311.1.1.3.1.1.20.37 | counter | read-only |
Outbound Messages Total is the total number of messages transmitted since MTA initialization. |
exchmtaInboundBytesTotal | 1.3.6.1.4.1.311.1.1.3.1.1.20.38 | counter | read-only |
Inbound Bytes Total is the total volume of message content received since MTA initialization, measured in kilobytes. |
exchmtaWorkQueueBytes | 1.3.6.1.4.1.311.1.1.3.1.1.20.39 | counter | read-only |
Work Queue Bytes is the total volume of message content currently stored in the MTA, measured in kilobytes. |
exchmtaOutboundBytesTotal | 1.3.6.1.4.1.311.1.1.3.1.1.20.40 | counter | read-only |
Outbound Bytes Total is the total volume of message content transmitted since MTA initialization, measured in kilobytes. |
exchmtaTotalRecipientsInbound | 1.3.6.1.4.1.311.1.1.3.1.1.20.41 | counter | read-only |
Total Recipients Inbound is the total number of recipients specified in all messages received since MTA initialization. |
exchmtaTotalRecipientsOutbound | 1.3.6.1.4.1.311.1.1.3.1.1.20.42 | counter | read-only |
Total Recipients Outbound is the total number of recipients specified in all messages transmitted since MTA initialization. |
exchmtaconnmSExchangeMTA_ConnectionsTable | 1.3.6.1.4.1.311.1.1.3.1.1.21 | no-access |
A table containing performance information for instances of 'mSExchangeMTA-Connections' objects. |
|
1.3.6.1.4.1.311.1.1.3.1.1.21.1 | no-access |
Performance information for one particular instance of 'mSExchangeMTA-Connections' object. |
||
exchmtaconnmSExchangeMTA_ConnectionsIndex | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.1 | integer | read-only |
Index. |
exchmtaconnmSExchangeMTA_ConnectionsInstance | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.2 | displaystring | read-only |
Instance name. |
exchmtaconnAssociations | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.3 | integer | read-only |
Associations is the number of associations between the MTA and the connected entity. MTAs may open multiple associations if additional transfer throughput is necessary. |
exchmtaconnReceiveBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.4 | counter | read-only |
Receive Bytes/sec is the rate that bytes are received from the connected entity. |
exchmtaconnSendBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.5 | counter | read-only |
Send Bytes/sec is the rate that bytes are sent to the connected entity. |
exchmtaconnReceiveMessagesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.6 | counter | read-only |
Receive Messages/sec is the rate that messages are received from the connected entity. |
exchmtaconnSendMessagesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.7 | counter | read-only |
Send Messages/sec is the rate that messages are sent to the connected entity. |
exchmtaconnQueueLength | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.8 | integer | read-only |
Queue Length is the number of outstanding messages queued for transfer to the entity. |
exchmtaconnConnectorIndex | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.9 | integer | read-only |
Connector Index is a unique index associated with a connector entity. |
exchmtaconnInboundRejectedTotal | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.10 | integer | read-only |
Inbound Rejected Total is the total number of messages rejected from this entity since MTA initialization. |
exchmtaconnTotalRecipientsQueued | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.11 | integer | read-only |
Total Recipients Queued is the total number of recipients specified in all messages currently stored in this entity's queue. |
exchmtaconnOldestMessageQueued | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.12 | timeticks | read-only |
Oldest Message Queued is the time (secs) since the oldest message in this entity's queue was placed in the queue. |
exchmtaconnCurrentInboundAssociations | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.13 | integer | read-only |
Current Inbound Associations is the current number of inbound (remote initiated) associations with the entity. |
exchmtaconnCurrentOutboundAssociations | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.14 | integer | read-only |
Current Outbound Associations is the current number of outbound (locally initiated) associations with the entity. |
exchmtaconnCumulativeInboundAssociations | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.15 | integer | read-only |
Cumulative Inbound Associations is the total number of inbound (remote initiated) associations with the entity, since MTA initialization. |
exchmtaconnCumulativeOutboundAssociations | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.16 | integer | read-only |
Cumulative Outbound Associations is the total number of outbound (locally initiated) associations with the entity, since MTA initialization. |
exchmtaconnLastInboundAssociation | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.17 | timeticks | read-only |
Last Inbound Association is the time (secs) since the last time an inbound (remote initiated) association for this entity was active. |
exchmtaconnLastOutboundAssociation | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.18 | timeticks | read-only |
Last Outbound Association is the time (secs) since the last time an outbound (locally initiated) association for this entity was active. |
exchmtaconnRejectedInboundAssociations | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.19 | integer | read-only |
Rejected Inbound Associations is the total number of inbound (remote initiated) associations that have been rejected, since MTA initialization. |
exchmtaconnFailedOutboundAssociations | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.20 | integer | read-only |
Failed Outbound Associations is the total number of outbound (locally initiated) associations that have failed, since MTA initialization. |
exchmtaconnNextAssociationRetry | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.21 | integer | read-only |
Next Association Retry is the time (secs since 00:00 1st Jan 1970) when this entity is next scheduled to attempt to open an association. |
exchmtaconnInboundRejectReason | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.22 | integer | read-only |
Inbound Reject Reason is the reject reason code, if any, for the last association rejected from this entity. |
exchmtaconnOutboundFailureReason | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.23 | integer | read-only |
Outbound Failure Reason is the failure reason code, if any, for the last association attempt to this entity. |
exchmtaconnInboundMessagesTotal | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.24 | counter | read-only |
Inbound Messages Total is the total number of messages received from this entity since MTA initialization. |
exchmtaconnOutboundMessagesTotal | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.25 | counter | read-only |
Outbound Messages Total is the total number of messages transmitted to this entity since MTA initialization. |
exchmtaconnInboundBytesTotal | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.26 | counter | read-only |
Inbound Bytes Total is the total volume of message content received from this entity since MTA initialization, measured in kilobytes. |
exchmtaconnQueuedBytes | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.27 | counter | read-only |
Queued Bytes is the total volume of message content currently stored in this entity's queue, measured in kilobytes. |
exchmtaconnOutboundBytesTotal | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.28 | counter | read-only |
Outbound Bytes Total is the total volume of message content transmitted to this entity since MTA initialization, measured in kilobytes. |
exchmtaconnTotalRecipientsInbound | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.29 | counter | read-only |
Total Recipients Inbound is the total number of recipients specified in all messages received from this entity since MTA initialization. |
exchmtaconnTotalRecipientsOutbound | 1.3.6.1.4.1.311.1.1.3.1.1.21.1.30 | counter | read-only |
Total Recipients Outbound is the total number of recipients specified in all messages transmitted to this entity since MTA initialization. |
mSExchangeIMC | 1.3.6.1.4.1.311.1.1.3.1.1.22 | |||
exchimcQueuedMTS_IN | 1.3.6.1.4.1.311.1.1.3.1.1.22.1 | integer | read-only |
The number of messages awaiting final delivery in MS Exchange Server |
exchimcBytesQueuedMTS_IN | 1.3.6.1.4.1.311.1.1.3.1.1.22.2 | integer | read-only |
The size, in bytes, of the messages that have been converted from Internet Mail and are awaiting final delivery within MS Exchange Server |
exchimcMessagesEnteringMTS_IN | 1.3.6.1.4.1.311.1.1.3.1.1.22.3 | integer | read-only |
The number of messages entering the MTS-IN folder after conversion from Internet Mail format per hour |
exchimcQueuedMTS_OUT | 1.3.6.1.4.1.311.1.1.3.1.1.22.4 | integer | read-only |
The number of messages waiting to be converted to Internet Mail format |
exchimcBytesQueuedMTS_OUT | 1.3.6.1.4.1.311.1.1.3.1.1.22.5 | integer | read-only |
The size, in bytes, of the messages waiting to be converted to Internet Mail format |
exchimcMessagesEnteringMTS_OUT | 1.3.6.1.4.1.311.1.1.3.1.1.22.6 | integer | read-only |
Messages that have entered the Internet Mail Service |
exchimcMessagesLeavingMTS_OUT | 1.3.6.1.4.1.311.1.1.3.1.1.22.7 | integer | read-only |
The number of messages entering the Outbound Queue per hour |
exchimcConnectionsInbound | 1.3.6.1.4.1.311.1.1.3.1.1.22.8 | integer | read-only |
The number of current SMTP connections to the Internet Mail Service established by other SMTP hosts |
exchimcConnectionsOutbound | 1.3.6.1.4.1.311.1.1.3.1.1.22.9 | integer | read-only |
The number of current SMTP connections the Internet Mail Service has established to other SMTP hosts |
exchimcConnectionsTotalOutbound | 1.3.6.1.4.1.311.1.1.3.1.1.22.10 | integer | read-only |
The total number of successful SMTP connections that the Internet Mail Service has established since it was started |
exchimcConnectionsTotalInbound | 1.3.6.1.4.1.311.1.1.3.1.1.22.11 | integer | read-only |
The total number of SMTP connections the Internet Mail Service has accepted from other hosts since it was started |
exchimcConnectionsTotalRejected | 1.3.6.1.4.1.311.1.1.3.1.1.22.12 | integer | read-only |
The total number of SMTP connections that the Internet Mail Service has rejected from other hosts since it was started |
exchimcConnectionsTotalFailed | 1.3.6.1.4.1.311.1.1.3.1.1.22.13 | integer | read-only |
The total number of SMTP connections the Internet Mail Service has attempted to other hosts that failed since it was started |
exchimcQueuedOutbound | 1.3.6.1.4.1.311.1.1.3.1.1.22.14 | integer | read-only |
The number of messages from MS Exchange Server, that are queued to be delivered to the Internet |
exchimcQueuedInbound | 1.3.6.1.4.1.311.1.1.3.1.1.22.15 | integer | read-only |
The number of messages received from the Internet destined for MS Exchange Server |
exchimcNDRsTotalInbound | 1.3.6.1.4.1.311.1.1.3.1.1.22.16 | integer | read-only |
The total number of Non-delivery reports generated for inbound mail |
exchimcNDRsTotalOutbound | 1.3.6.1.4.1.311.1.1.3.1.1.22.17 | integer | read-only |
The total number of Non-delivery reports generated for outbound mail |
exchimcTotalInboundKilobytes | 1.3.6.1.4.1.311.1.1.3.1.1.22.18 | integer | read-only |
The total kilobytes of message data transferred into the MS Exchange Server |
exchimcTotalOutboundKilobytes | 1.3.6.1.4.1.311.1.1.3.1.1.22.19 | integer | read-only |
The total kilobytes of message data transferred out of the MS Exchange Server |
exchimcInboundMessagesTotal | 1.3.6.1.4.1.311.1.1.3.1.1.22.20 | integer | read-only |
The total number of Internet messages delivered into MS Exchange Server |
exchimcOutboundMessagesTotal | 1.3.6.1.4.1.311.1.1.3.1.1.22.21 | integer | read-only |
The total number of outbound messages delivered to their destinations |
exchimcInboundBytesPerHr | 1.3.6.1.4.1.311.1.1.3.1.1.22.22 | integer | read-only |
The hourly rate of bytes transferred to the MS Exchange Server |
exchimcOutboundBytesPerHr | 1.3.6.1.4.1.311.1.1.3.1.1.22.23 | integer | read-only |
The hourly rate of bytes transferred to the Internet |
exchimcInboundMessagesPerHr | 1.3.6.1.4.1.311.1.1.3.1.1.22.24 | integer | read-only |
The hourly rate messages are transferred to the MS Exchange server |
exchimcOutboundMessagesPerHr | 1.3.6.1.4.1.311.1.1.3.1.1.22.25 | integer | read-only |
The hourly rate messages are transferred to the Internet |
exchimcOutboundConnectionsPerHr | 1.3.6.1.4.1.311.1.1.3.1.1.22.26 | integer | read-only |
The hourly rate at which outbound connections were made |
exchimcInboundConnectionsPerHr | 1.3.6.1.4.1.311.1.1.3.1.1.22.27 | integer | read-only |
The hourly rate at which inbound connections were received |
exchimcTotalMessagesQueued | 1.3.6.1.4.1.311.1.1.3.1.1.22.28 | integer | read-only |
Total messages waiting in the Internet Mail Service queues |
exchimcTotalKilobytesQueued | 1.3.6.1.4.1.311.1.1.3.1.1.22.29 | integer | read-only |
Total kilobytes of message data queued in the Internet Mail Service queues |
exchimcTotalInboundRecipients | 1.3.6.1.4.1.311.1.1.3.1.1.22.30 | integer | read-only |
Total number of recipients processed inbound since the Internet Mail Service was started |
exchimcTotalOutboundRecipients | 1.3.6.1.4.1.311.1.1.3.1.1.22.31 | integer | read-only |
Total number of recipients processed outbound since the Internet Mail Service was started |
exchimcTotalRecipientsQueued | 1.3.6.1.4.1.311.1.1.3.1.1.22.32 | integer | read-only |
Total number of recipients in the Internet Mail Service queues |
exchimcTotalSuccessfulConversions | 1.3.6.1.4.1.311.1.1.3.1.1.22.33 | integer | read-only |
Total message format conversions between internet format and Exchange format that succeeded. |
exchimcTotalFailedConversions | 1.3.6.1.4.1.311.1.1.3.1.1.22.34 | integer | read-only |
Total message format conversions between internet format and Exchange format that failed. |
exchimcTotalLoopsDetected | 1.3.6.1.4.1.311.1.1.3.1.1.22.35 | integer | read-only |
Total number of messages NDRd because they appeared to be looping infinitely. |
mSExchangeIS | 1.3.6.1.4.1.311.1.1.3.1.1.23 | |||
exchisRPCPacketsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.23.1 | counter | read-only |
RPC Packets/sec is the rate that RPC packets are processed. |
exchisRPCOperationsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.23.2 | counter | read-only |
RPC Operations/sec is the rate that RPC operations occur. |
exchisReadBytesRPCClientsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.23.3 | counter | read-only |
Read Bytes RPC Clients/sec is the rate that bytes are read from RPC clients. |
exchisWriteBytesRPCClientsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.23.4 | counter | read-only |
Write Bytes RPC Clients/sec is the rate that bytes are written to RPC clients. |
exchisPushNotificationsGeneratedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.23.5 | counter | read-only |
Push 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. |
exchisPushNotificationsSkippedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.23.6 | counter | read-only |
Push Notifications Skipped/sec is the number of push notifications that have been skipped by caching at the server. |
exchisRPCRequests | 1.3.6.1.4.1.311.1.1.3.1.1.23.7 | integer | read-only |
RPC Requests is the number of client requests that are currently being processed by the information store. |
exchisRPCRequestsPeak | 1.3.6.1.4.1.311.1.1.3.1.1.23.8 | integer | read-only |
RPC Requests Peak is the maximum number of client requests that were processed simultaneously by the information store since it was started. |
exchisUserCount | 1.3.6.1.4.1.311.1.1.3.1.1.23.9 | integer | read-only |
User Count is the number of users connected to the information store. |
exchisActiveUserCount | 1.3.6.1.4.1.311.1.1.3.1.1.23.10 | integer | read-only |
Number of user connections that have shown some activity in the last 10 minutes. |
exchisMaximumUsers | 1.3.6.1.4.1.311.1.1.3.1.1.23.11 | integer | read-only |
Maximum Users is the maximum number of concurrent users since startup. |
exchisAnonymousUserCount | 1.3.6.1.4.1.311.1.1.3.1.1.23.12 | integer | read-only |
Anonymous User Count is the number of anonymous users connected to the information store. |
exchisActiveAnonymousUserCount | 1.3.6.1.4.1.311.1.1.3.1.1.23.13 | integer | read-only |
Number of active users. |
exchisMaximumAnonymousUsers | 1.3.6.1.4.1.311.1.1.3.1.1.23.14 | integer | read-only |
The maximum number of anonymous users since startup. |
exchisConnectionCount | 1.3.6.1.4.1.311.1.1.3.1.1.23.15 | integer | read-only |
Connection Count is the number of client processes connected to the information store. |
exchisActiveConnectionCount | 1.3.6.1.4.1.311.1.1.3.1.1.23.16 | integer | read-only |
Number of connections that have shown some activity in the last 10 minutes. |
exchisMaximumConnections | 1.3.6.1.4.1.311.1.1.3.1.1.23.17 | integer | read-only |
The maximum number of concurrent connections since startup. |
exchisPushNotificationsCacheSize | 1.3.6.1.4.1.311.1.1.3.1.1.23.18 | integer | read-only |
The current size of the Push Notifications Cache. |
exchisPeakPushNotificationsCacheSize | 1.3.6.1.4.1.311.1.1.3.1.1.23.19 | integer | read-only |
The maximum size of the Push Notifications Cache. |
exchisDatabaseSessionHitRate | 1.3.6.1.4.1.311.1.1.3.1.1.23.20 | integer | read-only |
Database Session Hit Rate is the percent hit rate on re-using database sessions. |
exchisIMAPMessagesSent | 1.3.6.1.4.1.311.1.1.3.1.1.23.22 | integer | read-only |
Messages Sent to clients connected via the IMAP external network interface. |
exchisIMAPCommandsIssued | 1.3.6.1.4.1.311.1.1.3.1.1.23.23 | integer | read-only |
Total number of commands issued by clients connected via the IMAP external network interface |
exchisIMAPMessageSendRate | 1.3.6.1.4.1.311.1.1.3.1.1.23.24 | counter | read-only |
Rate at which messages are sent to clients connected via the IMAP external network interface. |
exchisIMAPCommandsIssuedRate | 1.3.6.1.4.1.311.1.1.3.1.1.23.25 | counter | read-only |
Rate at which commands are issued by clients connected via the IMAP external network interface |
exchisPOP3MessagesSent | 1.3.6.1.4.1.311.1.1.3.1.1.23.26 | integer | read-only |
Messages Sent to clients connected via the POP3 external network interface. |
exchisPOP3CommandsIssued | 1.3.6.1.4.1.311.1.1.3.1.1.23.27 | integer | read-only |
Total number of commands issued by clients connected via the POP3 external network interface |
exchisPOP3MessagesSendRate | 1.3.6.1.4.1.311.1.1.3.1.1.23.28 | counter | read-only |
Rate at which messages are sent to clients connected via the POP3 external network interface. |
exchisPOP3CommandsIssuedRate | 1.3.6.1.4.1.311.1.1.3.1.1.23.29 | counter | read-only |
Rate at which commands are issued by clients connected via the POP3 external network interface |
exchisNNTPMessagesRead | 1.3.6.1.4.1.311.1.1.3.1.1.23.30 | integer | read-only |
NNTP Messages Read is the the total number of messages sent from the information store to NNTP clients since service startup. |
exchisNNTPMessagesPosted | 1.3.6.1.4.1.311.1.1.3.1.1.23.31 | integer | read-only |
NNTP Messages Posted is the total number of messages posted by NNTP clients into the information store since service startup. |
exchisNNTPFailedPosts | 1.3.6.1.4.1.311.1.1.3.1.1.23.32 | integer | read-only |
NNTP Failed Posts is the total number of messages posted by NNTP clients that were rejected due to missing required headers or other errors. |
exchisNewsfeedMessagesReceived | 1.3.6.1.4.1.311.1.1.3.1.1.23.33 | integer | read-only |
Newsfeed Messages Received is the total number of messages received into the information store from NNTP newsfeeds since service startup. |
exchisNewsfeedInboundRejectedMessages | 1.3.6.1.4.1.311.1.1.3.1.1.23.34 | integer | read-only |
Newsfeed 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. |
exchisNNTPCommandsIssued | 1.3.6.1.4.1.311.1.1.3.1.1.23.35 | integer | read-only |
Total number of commands issued by clients connected via the NNTP external network interface |
exchisNNTPMessagesReadRate | 1.3.6.1.4.1.311.1.1.3.1.1.23.36 | counter | read-only |
Rate at which messages are sent to NNTP clients |
exchisNNTPMessagesPostedRate | 1.3.6.1.4.1.311.1.1.3.1.1.23.37 | counter | read-only |
Rate at which NNTP messages are posted by NNTP clients |
exchisNNTPFailedPostsRate | 1.3.6.1.4.1.311.1.1.3.1.1.23.38 | counter | read-only |
Rate at which messages posted by NNTP clients are rejected |
exchisNewsfeedMessagesReceivedRate | 1.3.6.1.4.1.311.1.1.3.1.1.23.39 | counter | read-only |
Rate at which messages are received into the information store from NNTP newsfeeds |
exchisNewsfeedInboundRejectedMessagesRate | 1.3.6.1.4.1.311.1.1.3.1.1.23.40 | counter | read-only |
Rate at which messages received in newsfeeds from other NNTP servers are rejected |
exchisNNTPCommandsIssuedRate | 1.3.6.1.4.1.311.1.1.3.1.1.23.41 | counter | read-only |
Rate at which commands are issued by clients connected via the NNTP external network interface |
exchisNewsfeedMessagesSent | 1.3.6.1.4.1.311.1.1.3.1.1.23.42 | integer | read-only |
Newsfeed Messages Sent is the total number of messages sent from the information store to other NNTP servers by the Internet News Service since startup. |
exchisNewsfeedMessagesSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.23.43 | counter | read-only |
Newsfeed Messages Sent/sec is the rate at which messages are sent from the information store to other NNTP servers by the Internet News Service. |
exchisNewsfeedBytesSent | 1.3.6.1.4.1.311.1.1.3.1.1.23.44 | integer | read-only |
Newsfeed Bytes Sent is the total number of bytes sent from the information store to other NNTP servers by the Internet News Service since startup. |
exchisNewsfeedBytesSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.23.45 | counter | read-only |
Newsfeed Bytes Sent/sec is the rate data is sent from the information store to other NNTP servers by the Internet News Service. |
exchisNewsfeedOutboundRejectedMessages | 1.3.6.1.4.1.311.1.1.3.1.1.23.46 | integer | read-only |
Newsfeed 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. |
exchisNNTPOutboundConnections | 1.3.6.1.4.1.311.1.1.3.1.1.23.47 | integer | read-only |
NNTP 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. |
exchisNNTPCurrentOutboundConnections | 1.3.6.1.4.1.311.1.1.3.1.1.23.48 | integer | read-only |
NNTP 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. |
exchisNumberOfArticleIndexTableRowsExpired | 1.3.6.1.4.1.311.1.1.3.1.1.23.49 | integer | read-only |
Number of article index table rows expired |
mSExchangeIS_Public | 1.3.6.1.4.1.311.1.1.3.1.1.24 | |||
exchispubSendQueueSize | 1.3.6.1.4.1.311.1.1.3.1.1.24.1 | integer | read-only |
Send Queue Size is the number of messages in the public information store's send queue. |
exchispubReceiveQueueSize | 1.3.6.1.4.1.311.1.1.3.1.1.24.2 | integer | read-only |
Receive Queue Size is the number of messages in the public information store's receive queue. |
exchispubCategorizationCount | 1.3.6.1.4.1.311.1.1.3.1.1.24.3 | integer | read-only |
Categorization 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. |
exchispubMessagesDelivered | 1.3.6.1.4.1.311.1.1.3.1.1.24.4 | integer | read-only |
Messages Delivered is the total number of messages delivered to all recipients since startup. |
exchispubMessageRecipientsDelivered | 1.3.6.1.4.1.311.1.1.3.1.1.24.5 | integer | read-only |
Message Recipients Delivered is the total number of recipients that have received a message since startup. |
exchispubMessagesSent | 1.3.6.1.4.1.311.1.1.3.1.1.24.6 | integer | read-only |
Messages Sent is the total number of messages sent to other storage providers via the message transfer agent (MTA) since startup. |
exchispubMessagesSubmitted | 1.3.6.1.4.1.311.1.1.3.1.1.24.7 | integer | read-only |
Messages Submitted is the total number of messages submitted by clients since startup. |
exchispubSingleInstanceRatio | 1.3.6.1.4.1.311.1.1.3.1.1.24.8 | integer | read-only |
Single Instance Ratio is the average number of references to each message in the public information store. |
exchispubMessagesDeliveredPerMin | 1.3.6.1.4.1.311.1.1.3.1.1.24.10 | integer | read-only |
Messages Delivered/min is the rate that messages are delivered to all recipients. |
exchispubMessageRecipientsDeliveredPerMin | 1.3.6.1.4.1.311.1.1.3.1.1.24.11 | integer | read-only |
Message Recipients Delivered/min is the rate that recipients receive messages. |
exchispubMessagesSentPerMin | 1.3.6.1.4.1.311.1.1.3.1.1.24.12 | integer | read-only |
Messages Sent/min is the rate that messages are sent to other storage providers via the message transfter agent (MTA). |
exchispubMessageSubmittedPerMin | 1.3.6.1.4.1.311.1.1.3.1.1.24.13 | integer | read-only |
Messages Submitted/min is the rate that messages are submitted by clients. |
exchispubAverageTimeForDelivery | 1.3.6.1.4.1.311.1.1.3.1.1.24.14 | integer | read-only |
Average 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. |
exchispubAverageTimeForLocalDelivery | 1.3.6.1.4.1.311.1.1.3.1.1.24.15 | integer | read-only |
Average 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. |
exchispubTotalSizeOfRecoverableItems | 1.3.6.1.4.1.311.1.1.3.1.1.24.16 | integer | read-only |
Total Size of Recoverable Items is the total size in kilobytes of items retained for Item Recovery |
exchispubTotalCountOfRecoverableItems | 1.3.6.1.4.1.311.1.1.3.1.1.24.17 | integer | read-only |
Total Count of Recoverable Items is the total number of items retained for Item Recovery |
exchispubReplicationMessagesSent | 1.3.6.1.4.1.311.1.1.3.1.1.24.18 | integer | read-only |
Replication Messages Sent is the total number of replication messages that have been sent to other servers since service startup. |
exchispubReplicationFolderTreeMessagesSent | 1.3.6.1.4.1.311.1.1.3.1.1.24.19 | integer | read-only |
Replication 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. |
exchispubReplicationFolderChangesSent | 1.3.6.1.4.1.311.1.1.3.1.1.24.20 | integer | read-only |
Replication 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. |
exchispubReplicationFolderDataMessagesSent | 1.3.6.1.4.1.311.1.1.3.1.1.24.21 | integer | read-only |
Replication 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. |
exchispubReplicationMessageChangesSent | 1.3.6.1.4.1.311.1.1.3.1.1.24.22 | integer | read-only |
Replication Message Changes Sent is the number of changes to items in public folders that have been replicated to other servers since service startup. |
exchispubReplicationStatusMessagesSent | 1.3.6.1.4.1.311.1.1.3.1.1.24.23 | integer | read-only |
Replication Status Messages Sent is the number of replication status request or response messages that have been sent to other servers since service startup. |
exchispubReplicationBackfillRequestsSent | 1.3.6.1.4.1.311.1.1.3.1.1.24.24 | integer | read-only |
Replication Backfill Requests Sent is the number of backfill request replication messages that have been sent to other servers since service startup. |
exchispubReplicationBackfillDataMessagesSent | 1.3.6.1.4.1.311.1.1.3.1.1.24.25 | integer | read-only |
Replication Backfill Data Messages Sent is the number of replication messages sent in response to backfill requests from other servers since service startup. |
exchispubReplicationMessagesReceived | 1.3.6.1.4.1.311.1.1.3.1.1.24.26 | integer | read-only |
Replication Messages Received is the total number of replication messages received from other servers since service startup. |
exchispubReplicationFolderTreeMessagesReceived | 1.3.6.1.4.1.311.1.1.3.1.1.24.27 | integer | read-only |
Replication 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. |
exchispubReplicationFolderChangesReceived | 1.3.6.1.4.1.311.1.1.3.1.1.24.28 | integer | read-only |
Replication Folder Changes Received is the number of folder changes that have been replicated from other servers since service startup. |
exchispubReplicationFolderDataMessagesReceived | 1.3.6.1.4.1.311.1.1.3.1.1.24.29 | integer | read-only |
Replication 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. |
exchispubReplicationMessageChangesReceived | 1.3.6.1.4.1.311.1.1.3.1.1.24.30 | integer | read-only |
Replication Message Changes Received is the number of changes to items in public folders that have been received from other servers since service startup. |
exchispubReplicationStatusMessagesReceived | 1.3.6.1.4.1.311.1.1.3.1.1.24.31 | integer | read-only |
Status Messages Received is the number of replication status request or response messages that have been received from other servers since service startup. |
exchispubReplicationBackfillRequestsReceived | 1.3.6.1.4.1.311.1.1.3.1.1.24.32 | integer | read-only |
Replication Backfill Requests Received is the number of backfill request replication messages that have been received from other servers since service startup. |
exchispubReplicationBackfillDataMessagesReceived | 1.3.6.1.4.1.311.1.1.3.1.1.24.33 | integer | read-only |
Replication Backfill Data Messages Received is the number of replication messages received from other servers in response to backfill requests since service startup. |
exchispubReplicationReceiveQueueSize | 1.3.6.1.4.1.311.1.1.3.1.1.24.34 | integer | read-only |
Replication Receive Queue Size is the number of replication messages waiting to be processed. |
exchispubNumberOfMessagesExpiredFromPublicFolders | 1.3.6.1.4.1.311.1.1.3.1.1.24.35 | integer | read-only |
Number of messages expired from public folders |
exchispubClientLogons | 1.3.6.1.4.1.311.1.1.3.1.1.24.36 | integer | read-only |
Client Logons is the number of clients (including system processes) currently logged on. |
exchispubActiveClientLogons | 1.3.6.1.4.1.311.1.1.3.1.1.24.37 | integer | read-only |
Active Client Logons is the number of clients that performed any action within the last ten minute time interval. |
exchispubPeakClientLogons | 1.3.6.1.4.1.311.1.1.3.1.1.24.38 | integer | read-only |
Peak Client Logons is the maximum number of concurrent client logons since service startup. |
exchispubFolderOpensPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.24.41 | counter | read-only |
Folder opens/sec is the rate that requests to open folders are submitted to the information store. |
exchispubMessageOpensPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.24.42 | counter | read-only |
Message Opens/sec is the rate that requests to open messages are submitted to the information store. |
mSExchangeIS_Private | 1.3.6.1.4.1.311.1.1.3.1.1.25 | |||
exchisprivSendQueueSize | 1.3.6.1.4.1.311.1.1.3.1.1.25.1 | integer | read-only |
Send Queue Size is the number of messages in the private information store's send queue. |
exchisprivReceiveQueueSize | 1.3.6.1.4.1.311.1.1.3.1.1.25.2 | integer | read-only |
Receive Queue Size is the number of messages in the private information store's receive queue. |
exchisprivCategorizationCount | 1.3.6.1.4.1.311.1.1.3.1.1.25.3 | integer | read-only |
Categorization 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. |
exchisprivMessagesDelivered | 1.3.6.1.4.1.311.1.1.3.1.1.25.4 | integer | read-only |
Messages Delivered is the total number of messages delivered to all recipients since startup. |
exchisprivMessageRecipientsDelivered | 1.3.6.1.4.1.311.1.1.3.1.1.25.5 | integer | read-only |
Message Recipients Delivered is the total number of recipients that have received a message since startup. |
exchisprivMessagesSent | 1.3.6.1.4.1.311.1.1.3.1.1.25.6 | integer | read-only |
Messages Sent is the total number of messages sent to other storage providers via the message transfter agent (MTA) since startup. |
exchisprivMessagesSubmitted | 1.3.6.1.4.1.311.1.1.3.1.1.25.7 | integer | read-only |
Messages Submitted is the total number of messages submitted by clients since service startup. |
exchisprivSingleInstanceRatio | 1.3.6.1.4.1.311.1.1.3.1.1.25.8 | integer | read-only |
Single Instance Ratio is the average number of references to each message in the private information store. |
exchisprivMessagesDeliveredPerMin | 1.3.6.1.4.1.311.1.1.3.1.1.25.10 | integer | read-only |
Messages Delivered/min is the rate that messages are delivered to all recipients. |
exchisprivMessageRecipientsDeliveredPerMin | 1.3.6.1.4.1.311.1.1.3.1.1.25.11 | integer | read-only |
Message Recipients Delivered/min is the rate that recipients receive messages. |
exchisprivMessagesSentPerMin | 1.3.6.1.4.1.311.1.1.3.1.1.25.12 | integer | read-only |
Messages Sent/min is the rate that messages are sent to other storage providers via the message transfter agent (MTA). |
exchisprivMessagesSubmittedPerMin | 1.3.6.1.4.1.311.1.1.3.1.1.25.13 | integer | read-only |
Messages Submitted/min is the rate that messages are submitted by clients. |
exchisprivAverageDeliveryTime | 1.3.6.1.4.1.311.1.1.3.1.1.25.14 | integer | read-only |
Average 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. |
exchisprivAverageLocalDeliveryTime | 1.3.6.1.4.1.311.1.1.3.1.1.25.15 | integer | read-only |
Average 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. |
exchisprivTotalSizeOfRecoverableItems | 1.3.6.1.4.1.311.1.1.3.1.1.25.16 | integer | read-only |
Total Size of Recoverable Items is the total size in kilobytes of items retained for Item Recovery |
exchisprivTotalCountOfRecoverableItems | 1.3.6.1.4.1.311.1.1.3.1.1.25.17 | integer | read-only |
Total Count of Recoverable Items is the total number of items retained for Item Recovery |
exchisprivClientLogons | 1.3.6.1.4.1.311.1.1.3.1.1.25.36 | integer | read-only |
Client Logons is the number of clients (including system processes) currently logged on. |
exchisprivActiveClientLogons | 1.3.6.1.4.1.311.1.1.3.1.1.25.37 | integer | read-only |
Active Client Logons is the number of clients that performed any action within the last ten minute time interval. |
exchisprivPeakClientLogons | 1.3.6.1.4.1.311.1.1.3.1.1.25.38 | integer | read-only |
Peak Client Logons is the maximum number of concurrent client logons since the service started. |
exchisprivLocalDeliveries | 1.3.6.1.4.1.311.1.1.3.1.1.25.39 | integer | read-only |
Total number of messages delivered locally |
exchisprivLocalDeliveryRate | 1.3.6.1.4.1.311.1.1.3.1.1.25.40 | counter | read-only |
Rate at which messages are delivered locally |
exchisprivFolderOpensPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.25.41 | counter | read-only |
Folder Opens/sec is the rate that requests to open folders are submitted to the information store. |
exchisprivMessageOpensPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.25.42 | counter | read-only |
Message Opens/sec is the rate that requests to open messages are submitted to the information store. |
mSExchangeDS | 1.3.6.1.4.1.311.1.1.3.1.1.26 | |||
exchdsAccessViolations | 1.3.6.1.4.1.311.1.1.3.1.1.26.1 | integer | read-only |
Access Violations is the number of times that directory service write operations were refused for security reasons. |
exchdsABBrowsesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.26.2 | counter | read-only |
AB Browses/sec is the rate at which Address Book clients perform browse operations. |
exchdsABReadsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.26.3 | counter | read-only |
AB Reads/sec is the rate at which Address Book clients perform read operations. |
exchdsExDSReadsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.26.4 | counter | read-only |
ExDS Reads/sec is the rate at which Extended Directory Service clients perform read operations. |
exchdsReplicationUpdatesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.26.5 | counter | read-only |
Replication 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. |
exchdsThreadsInUse | 1.3.6.1.4.1.311.1.1.3.1.1.26.6 | integer | read-only |
Threads in Use is the current number of threads in use by the directory service (different than the number of threads in the directory service process). Threads in Use is the number of RPC-generated threads currently in API calls and can be used to indicate whether additional processors could be of benefit. |
exchdsABWritesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.26.7 | counter | read-only |
AB Writes/sec is the rate at which Address Book clients perform write operations. |
exchdsExDSWritesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.26.8 | counter | read-only |
ExDS Writes/sec is the rate at which Extended Directory Service clients perform write operations. |
exchdsExDSClientSessions | 1.3.6.1.4.1.311.1.1.3.1.1.26.9 | integer | read-only |
ExDS 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. |
exchdsABClientSessions | 1.3.6.1.4.1.311.1.1.3.1.1.26.10 | integer | read-only |
AB Client Sessions is the number of connected Address Book client sessions. |
exchdsPendingReplicationSynchronizations | 1.3.6.1.4.1.311.1.1.3.1.1.26.11 | integer | read-only |
Pending Replication Synchronizations is the number of directory synchronizations that are queued for this server but not yet processed. |
exchdsRemainingReplicationUpdates | 1.3.6.1.4.1.311.1.1.3.1.1.26.12 | integer | read-only |
Remaining 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. |
exchdsObjectsReplicatedOutPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.26.13 | counter | read-only |
This is the number of objects replicated out per second from this machine to other Directory Servers. |
exchdsAddressBookViewReadsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.26.14 | counter | read-only |
Number of directory objects read per second by the View Consistency Checker. |
exchdsAddressBookViewWritesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.26.15 | counter | read-only |
Number of Address Book View containers created per second by the View Consistency Checker. |
exchdsAddressBookViewModifiesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.26.16 | counter | read-only |
Number of directory objects modified per second by the View Consistency Checker. |
exchdsLDAPSearches | 1.3.6.1.4.1.311.1.1.3.1.1.26.17 | integer | read-only |
Total number of LDAP searches performed since the DSA started. |
exchdsLDAPSearchesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.26.18 | counter | read-only |
LDAP Searches/sec is the rate at which LDAP clients perform search operations. |
web_Proxy_Server_Service | 1.3.6.1.4.1.311.1.1.3.1.1.27 | |||
webproxysrvrUpstreamBytesSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.27.1 | integer | read-only |
Upstream 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. |
webproxysrvrUpstreamBytesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.27.2 | integer | read-only |
Upstream 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. |
webproxysrvrUpstreamBytesTotalPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.27.3 | integer | read-only |
Upstream 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. |
webproxysrvrClientBytesSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.27.4 | integer | read-only |
Client Bytes Sent/sec is the rate at which data bytes are sent by the Web Proxy Server to Web Proxy clients. |
webproxysrvrClientBytesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.27.5 | integer | read-only |
Client Bytes Received/sec is the rate at which data bytes are received by the Web Proxy Server from Web Proxy clients. |
webproxysrvrClientBytesTotalPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.27.6 | integer | read-only |
Client 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. |
webproxysrvrSSLClientBytesSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.27.7 | integer | read-only |
SSL 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. |
webproxysrvrSSLClientBytesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.27.8 | integer | read-only |
SSL 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. |
webproxysrvrSSLClientBytesTotalPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.27.9 | integer | read-only |
SSL 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. |
webproxysrvrSocksClientBytesSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.27.10 | integer | read-only |
Socks Client Bytes Sent/sec is the rate at which data is transferred by the Web Proxy Server from Socks clients to connected servers. |
webproxysrvrSocksClientBytesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.27.11 | integer | read-only |
Socks Client Bytes Received/sec is the rate at which data is transferred by the Web Proxy Server from connected servers to Socks clients. |
webproxysrvrSocksClientBytesTotalPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.27.12 | integer | read-only |
Socks 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. |
webproxysrvrCurrentUsers | 1.3.6.1.4.1.311.1.1.3.1.1.27.13 | integer | read-only |
Current Users is the number of users currently connected to the Web Proxy Server. |
webproxysrvrTotalUsers | 1.3.6.1.4.1.311.1.1.3.1.1.27.14 | integer | read-only |
Total Users is the total number of users that have ever connected to the Web Proxy Server. |
webproxysrvrMaximumUsers | 1.3.6.1.4.1.311.1.1.3.1.1.27.15 | integer | read-only |
Maximum Users is the maximum number of users that have connected to the Web Proxy Server simultaneously. |
webproxysrvrFtpRequests | 1.3.6.1.4.1.311.1.1.3.1.1.27.16 | integer | read-only |
Ftp Requests is the number of Ftp requests that have been made to the Web Proxy Server. |
webproxysrvrGopherRequests | 1.3.6.1.4.1.311.1.1.3.1.1.27.17 | integer | read-only |
Gopher Requests is the number of Gopher requests that have been made to the Web Proxy Server. |
webproxysrvrHttpRequests | 1.3.6.1.4.1.311.1.1.3.1.1.27.18 | integer | read-only |
Http Requests is the number of Http requests that have been made to the Web Proxy Server. |
webproxysrvrTotalRequests | 1.3.6.1.4.1.311.1.1.3.1.1.27.19 | integer | read-only |
Total Requests is the total number of requests that have ever been made to the Web Proxy Server. |
webproxysrvrTotalSuccessfulRequests | 1.3.6.1.4.1.311.1.1.3.1.1.27.20 | integer | read-only |
Total Successful Requests is the total number of requests that have been successfully processed by the Web Proxy Server. |
webproxysrvrTotalFailingRequests | 1.3.6.1.4.1.311.1.1.3.1.1.27.21 | integer | read-only |
Total 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. |
webproxysrvrTotalCacheFetches | 1.3.6.1.4.1.311.1.1.3.1.1.27.22 | integer | read-only |
Total Cache Fetches is the total number of requests that have been served by using cached data from the Web Proxy Server cache. |
webproxysrvrTotalUpstreamFetches | 1.3.6.1.4.1.311.1.1.3.1.1.27.23 | integer | read-only |
Total 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. |
webproxysrvrCacheHitRatioPercent | 1.3.6.1.4.1.311.1.1.3.1.1.27.24 | integer | read-only |
Cache 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. |
webproxysrvrSitesDenied | 1.3.6.1.4.1.311.1.1.3.1.1.27.25 | integer | read-only |
Sites Denied is the total number of Internet sites to which the Web Proxy Server has denied access. |
webproxysrvrSitesGranted | 1.3.6.1.4.1.311.1.1.3.1.1.27.26 | integer | read-only |
Sites Granted is the total number of Internet sites to which the Web Proxy Server has granted access. |
webproxysrvrDNSCacheEntries | 1.3.6.1.4.1.311.1.1.3.1.1.27.27 | integer | read-only |
DNS Cache Entries is the current number of DNS domain name entries cached by the Web Proxy Server. |
webproxysrvrDNSRetrievals | 1.3.6.1.4.1.311.1.1.3.1.1.27.28 | integer | read-only |
DNS Retrievals is the total number of DNS domain names that have been retrieved by the Web Proxy Server. |
webproxysrvrDNSCacheFlushes | 1.3.6.1.4.1.311.1.1.3.1.1.27.29 | integer | read-only |
DNS Cache Flushes is the total number of times that the DNS domain name cache has been flushed or cleared by the Web Proxy Server. |
webproxysrvrDNSCacheHits | 1.3.6.1.4.1.311.1.1.3.1.1.27.30 | integer | read-only |
DNS Cache Hits is the total number of times a DNS domain name was found within the DNS Cache. |
webproxysrvrDNSCacheHitsPercent | 1.3.6.1.4.1.311.1.1.3.1.1.27.31 | integer | read-only |
DNS 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. |
webproxysrvrHTTPSSessions | 1.3.6.1.4.1.311.1.1.3.1.1.27.33 | integer | read-only |
HTTPS sessions is the total number of HTTP-secured sessions serviced by the Secure Sockets Layer (SSL) tunnel. |
webproxysrvrSNEWSSessions | 1.3.6.1.4.1.311.1.1.3.1.1.27.34 | integer | read-only |
SNEWS sessions is the total number of SNEWS sessions serviced by the Secure Sockets Layer (SSL) tunnel. |
webproxysrvrUnknownSSLSessions | 1.3.6.1.4.1.311.1.1.3.1.1.27.35 | integer | read-only |
Unknown SSL sessions is the total number of unknown Secure Sockets Layer (SSL) sessions serviced by the SSL tunnel. |
webproxysrvrTotalSSLSessions | 1.3.6.1.4.1.311.1.1.3.1.1.27.36 | integer | read-only |
Total SSL sessions is the total number of Secure Sockets Layer (SSL) sessions serviced by the SSL tunnel. |
webproxysrvrSocksSessions | 1.3.6.1.4.1.311.1.1.3.1.1.27.37 | integer | read-only |
Socks sessions is the current number of active sessions between Socks clients and connected servers serviced by the Web Proxy Server. |
webproxysrvrTotalSocksSessions | 1.3.6.1.4.1.311.1.1.3.1.1.27.38 | integer | read-only |
Total Socks Sessions is the accumulative number of Socks sessions serviced by the Web Proxy Server. |
webproxysrvrTotalSuccessfulSocksSessions | 1.3.6.1.4.1.311.1.1.3.1.1.27.39 | integer | read-only |
Total Successful Socks Sessions is the accumulative number of Socks requests that were successfully serviced by the Web Proxy Server. |
webproxysrvrTotalFailedSocksSessions | 1.3.6.1.4.1.311.1.1.3.1.1.27.40 | integer | read-only |
Total 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. |
webproxysrvrThreadPoolSize | 1.3.6.1.4.1.311.1.1.3.1.1.27.41 | integer | read-only |
Thread Pool Size is the number of threads in the thread pool. |
webproxysrvrThreadPoolFailures | 1.3.6.1.4.1.311.1.1.3.1.1.27.42 | integer | read-only |
Thread Pool Failures is the number of requests rejected because the thread pool was overcommitted. |
webproxysrvrSSLSessionsScavenged | 1.3.6.1.4.1.311.1.1.3.1.1.27.43 | integer | read-only |
SSL sessions scavenged is the number of Secure Sockets Layer (SSL) sessions closed because of idle timeout and excessive SSL demand. |
webproxysrvrThreadPoolActiveSessions | 1.3.6.1.4.1.311.1.1.3.1.1.27.44 | integer | read-only |
Thread Pool active sessions is the number of sessions being actively serviced by thread pool threads. |
webproxysrvrArrayBytesSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.27.45 | integer | read-only |
Array Bytes Sent/sec is the rate at which data bytes are sent by the Web Proxy Server to other proxies within the same array. |
webproxysrvrArrayBytesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.27.46 | integer | read-only |
Array 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. |
webproxysrvrArrayBytesTotalPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.27.47 | integer | read-only |
Array 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. |
webproxysrvrTotalArrayFetches | 1.3.6.1.4.1.311.1.1.3.1.1.27.50 | integer | read-only |
Total Array Fetches is the total number of requests that have been served by requesting the data from another Web Proxy Server within this array. |
webproxysrvrReverseBytesSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.27.51 | integer | read-only |
Reverse 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. |
webproxysrvrReverseBytesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.27.52 | integer | read-only |
Reverse 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. |
webproxysrvrReverseBytesTotalPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.27.53 | integer | read-only |
Reverse 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. |
webproxysrvrTotalReverseFetches | 1.3.6.1.4.1.311.1.1.3.1.1.27.54 | integer | read-only |
Total Reverse Fetches is the total number of Reverse Proxy requests that have been served by requesting the data from web publishing servers. |
webproxysrvrRequestsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.27.55 | counter | read-only |
Requests/sec is the rate of incoming requests that have been made to the Web Proxy Server. |
webproxysrvrFailingRequestsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.27.56 | counter | read-only |
Failing Requests/sec is the rate of requests that have completed with some type of error. |
winSock_Proxy_Server | 1.3.6.1.4.1.311.1.1.3.1.1.28 | |||
winsockproxysrvrSuccessfulDNSResolutions | 1.3.6.1.4.1.311.1.1.3.1.1.28.1 | integer | read-only |
Number 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. |
winsockproxysrvrFailedDNSResolutions | 1.3.6.1.4.1.311.1.1.3.1.1.28.2 | integer | read-only |
Number 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. |
winsockproxysrvrPendingDNSResolutions | 1.3.6.1.4.1.311.1.1.3.1.1.28.3 | integer | read-only |
Number 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. |
winsockproxysrvrActiveSessions | 1.3.6.1.4.1.311.1.1.3.1.1.28.4 | integer | read-only |
The number of active sessions for WinSock Proxy Server. |
winsockproxysrvrActiveTCPConnections | 1.3.6.1.4.1.311.1.1.3.1.1.28.5 | integer | read-only |
The total number of active TCP connections currently passing data. Connections pending or not yet established are counted elsewhere. |
winsockproxysrvrActiveUDPConnections | 1.3.6.1.4.1.311.1.1.3.1.1.28.6 | integer | read-only |
Total number of active UDP connections. |
winsockproxysrvrConnectingTCPConnections | 1.3.6.1.4.1.311.1.1.3.1.1.28.7 | integer | read-only |
Total number of TCP connections pending. These are connections awaiting completion between WinSock Proxy Server and remote computers. |
winsockproxysrvrBack_ConnectingTCPConnections | 1.3.6.1.4.1.311.1.1.3.1.1.28.8 | integer | read-only |
Total 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. |
winsockproxysrvrAcceptingTCPConnections | 1.3.6.1.4.1.311.1.1.3.1.1.28.9 | integer | read-only |
Number of connection objects that wait for TCP connection from WinSock Proxy clients. |
winsockproxysrvrListeningTCPConnections | 1.3.6.1.4.1.311.1.1.3.1.1.28.10 | integer | read-only |
Number of connection objects that wait for TCP connections from remote Internet computers. |
winsockproxysrvrWorkerThreads | 1.3.6.1.4.1.311.1.1.3.1.1.28.11 | integer | read-only |
The number of WinSock Proxy worker threads that are currently alive. |
winsockproxysrvrAvailableWorkerThreads | 1.3.6.1.4.1.311.1.1.3.1.1.28.12 | integer | read-only |
The number of WinSock Proxy worker threads that are available (waiting in completion port queue). |
winsockproxysrvrBytesReadPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.28.13 | counter | read-only |
Number of bytes read by the data-pump per second. |
winsockproxysrvrBytesWrittenPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.28.14 | counter | read-only |
Number of bytes written by data-pump per second. |
winsockproxysrvrNon_connectedUDPMappings | 1.3.6.1.4.1.311.1.1.3.1.1.28.15 | integer | read-only |
The number of mappings available for UDP connections. |
winsockproxysrvrDNSCacheEntries | 1.3.6.1.4.1.311.1.1.3.1.1.28.16 | integer | read-only |
DNS Cache Entries is the current number of DNS domain name entries cached by the Web Proxy Server. |
winsockproxysrvrDNSCacheHits | 1.3.6.1.4.1.311.1.1.3.1.1.28.17 | integer | read-only |
DNS Cache Hits is the total number of times a DNS domain name was found within the DNS Cache. |
winsockproxysrvrDNSCacheFlushes | 1.3.6.1.4.1.311.1.1.3.1.1.28.18 | integer | read-only |
DNS Cache Flushes is the total number of times that the DNS domain name cache has been flushed or cleared by the Web Proxy Server. |
winsockproxysrvrDNSRetrievals | 1.3.6.1.4.1.311.1.1.3.1.1.28.19 | integer | read-only |
DNS Retrievals is the total number of DNS domain names that have been retrieved by the Web Proxy Server. |
winsockproxysrvrDNSCacheHitsPercent | 1.3.6.1.4.1.311.1.1.3.1.1.28.20 | integer | read-only |
DNS 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_Cache | 1.3.6.1.4.1.311.1.1.3.1.1.29 | |||
webproxysrvrcacheURLsInCache | 1.3.6.1.4.1.311.1.1.3.1.1.29.1 | counter | read-only |
URLs in Cache is the current number of URLs in the URL Cache. |
webproxysrvrcacheBytesInCache | 1.3.6.1.4.1.311.1.1.3.1.1.29.2 | counter | read-only |
Bytes in Cache is the total number of bytes currently contained in the URL Cache. |
webproxysrvrcacheTotalBytesCached | 1.3.6.1.4.1.311.1.1.3.1.1.29.3 | counter | read-only |
Total Bytes Cached is the cumulative number of bytes that have been placed into the URL Cache. |
webproxysrvrcacheTotalBytesRetrieved | 1.3.6.1.4.1.311.1.1.3.1.1.29.4 | counter | read-only |
Total Bytes Retrieved is the cumulative number of bytes that have been retrieved from the URL Cache. |
webproxysrvrcacheTotalURLsCached | 1.3.6.1.4.1.311.1.1.3.1.1.29.5 | counter | read-only |
Total URLs Cached is the cumulative number of URLs that have been stored into the URL Cache. |
webproxysrvrcacheTotalURLsRetrieved | 1.3.6.1.4.1.311.1.1.3.1.1.29.6 | counter | read-only |
Total URLs Retrieved is the cumulative number of URLs that have been retrieved from the URL Cache. |
webproxysrvrcacheMaxBytesCached | 1.3.6.1.4.1.311.1.1.3.1.1.29.7 | counter | read-only |
Max Bytes Cached is the maximum number of bytes that have been stored in the URL Cache. |
webproxysrvrcacheMaxURLsCached | 1.3.6.1.4.1.311.1.1.3.1.1.29.8 | counter | read-only |
Max URLs Cached is the maximum number of URLs that have been stored in the URL Cache. |
webproxysrvrcacheTotalActivelyRefreshedURLs | 1.3.6.1.4.1.311.1.1.3.1.1.29.9 | counter | read-only |
Total Actively Refreshed URLs is the cumulative number of popular URLs in the URL cache that have been preemptively refreshed from the Internet. |
webproxysrvrcacheTotalBytesActivelyRefreshed | 1.3.6.1.4.1.311.1.1.3.1.1.29.10 | counter | read-only |
Total Bytes Actively Refreshed is the total of bytes that have been retrieved from the Internet to preemptively refresh popular URLs in the URL cache. |
webproxysrvrcacheURLRetrieveRate | 1.3.6.1.4.1.311.1.1.3.1.1.29.11 | counter | read-only |
URL Retrieve Rate is the rate at which URLs are retrieved from the URL cache. |
webproxysrvrcacheBytesRetrievedRate | 1.3.6.1.4.1.311.1.1.3.1.1.29.12 | counter | read-only |
Bytes Retrieved Rate is the rate at which bytes of data are retrieved from the URL cache. |
webproxysrvrcacheURLCommitRate | 1.3.6.1.4.1.311.1.1.3.1.1.29.13 | counter | read-only |
URL Commit Rate is the rate at which URLs are commited to the URL cache. |
webproxysrvrcacheBytesCommitedRate | 1.3.6.1.4.1.311.1.1.3.1.1.29.14 | counter | read-only |
Bytes Commited Rate is the rate at which bytes of data are commited to the URL cache. |
webproxysrvrcacheActiveURLRefreshRate | 1.3.6.1.4.1.311.1.1.3.1.1.29.15 | counter | read-only |
Active URL Refresh Rate is the rate at which popular URLs in the URL cache are preemptively refreshed from the Internet. |
webproxysrvrcacheActiveRefreshBytesRate | 1.3.6.1.4.1.311.1.1.3.1.1.29.16 | counter | read-only |
Active 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. |
telephony | 1.3.6.1.4.1.311.1.1.3.1.1.30 | |||
telephonyLines | 1.3.6.1.4.1.311.1.1.3.1.1.30.1 | integer | read-only |
The number of telephone lines serviced by this computer. |
telephonyTelephoneDevices | 1.3.6.1.4.1.311.1.1.3.1.1.30.2 | integer | read-only |
The number of telephone devices serviced by this computer. |
telephonyActiveLines | 1.3.6.1.4.1.311.1.1.3.1.1.30.3 | integer | read-only |
The number of telephone lines serviced by this computer that are currently active. |
telephonyActiveTelephones | 1.3.6.1.4.1.311.1.1.3.1.1.30.4 | integer | read-only |
The number of telephone devices that are currently being monitored. |
telephonyOutgoingCallsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.30.5 | counter | read-only |
The rate of outgoing calls made by this computer. |
telephonyIncomingCallsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.30.6 | counter | read-only |
The rate of incoming calls answered by this computer. |
telephonyClientApps | 1.3.6.1.4.1.311.1.1.3.1.1.30.7 | integer | read-only |
The number of applications that are currently using telephony services. |
telephonyCurrentOutgoingCalls | 1.3.6.1.4.1.311.1.1.3.1.1.30.8 | integer | read-only |
Current outgoing calls being serviced by this computer. |
telephonyCurrentIncomingCalls | 1.3.6.1.4.1.311.1.1.3.1.1.30.9 | integer | read-only |
Current incoming calls being serviced by this computer. |
rasportrAS_PortTable | 1.3.6.1.4.1.311.1.1.3.1.1.31 | no-access |
A table containing performance information for instances of 'rAS-Port' objects. |
|
1.3.6.1.4.1.311.1.1.3.1.1.31.1 | no-access |
Performance information for one particular instance of 'rAS-Port' object. |
||
rasportrAS_PortIndex | 1.3.6.1.4.1.311.1.1.3.1.1.31.1.1 | integer | read-only |
Index. |
rasportrAS_PortInstance | 1.3.6.1.4.1.311.1.1.3.1.1.31.1.2 | displaystring | read-only |
Instance name. |
rasportBytesTransmitted | 1.3.6.1.4.1.311.1.1.3.1.1.31.1.3 | integer | read-only |
The number of bytes transmitted total for this connection. |
rasportBytesReceived | 1.3.6.1.4.1.311.1.1.3.1.1.31.1.4 | integer | read-only |
The number of bytes received total for this connection. |
rasportFramesTransmitted | 1.3.6.1.4.1.311.1.1.3.1.1.31.1.5 | integer | read-only |
The number of data frames transmitted total for this connection. |
rasportFramesReceived | 1.3.6.1.4.1.311.1.1.3.1.1.31.1.6 | integer | read-only |
The number of data frames received total for this connection. |
rasportPercentCompressionOut | 1.3.6.1.4.1.311.1.1.3.1.1.31.1.7 | integer | read-only |
The compression ratio for bytes being transmitted. |
rasportPercentCompressionIn | 1.3.6.1.4.1.311.1.1.3.1.1.31.1.8 | integer | read-only |
The compression ratio for bytes being received. |
rasportCRCErrors | 1.3.6.1.4.1.311.1.1.3.1.1.31.1.9 | integer | read-only |
The total number of CRC Errors for this connection. CRC Errors occur when the frame received contains erroneous data. |
rasportTimeoutErrors | 1.3.6.1.4.1.311.1.1.3.1.1.31.1.10 | integer | read-only |
The total number of Timeout Errors for this connection. Timeout Errors occur when an expected is not received in time. |
rasportSerialOverrunErrors | 1.3.6.1.4.1.311.1.1.3.1.1.31.1.11 | integer | read-only |
The total number of Serial Overrun Errors for this connection. Serial Overrun Errors occur when the hardware cannot handle the rate at which data is received. |
rasportAlignmentErrors | 1.3.6.1.4.1.311.1.1.3.1.1.31.1.12 | integer | read-only |
The total number of Alignment Errors for this connection. Alignment Errors occur when a byte received is different from the byte expected. |
rasportBufferOverrunErrors | 1.3.6.1.4.1.311.1.1.3.1.1.31.1.13 | integer | read-only |
The total number of Buffer Overrun Errors for this connection. Buffer Overrun Errors when the software cannot handle the rate at which data is received. |
rasportTotalErrors | 1.3.6.1.4.1.311.1.1.3.1.1.31.1.14 | integer | read-only |
The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors for this connection. |
rasportBytesTransmittedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.31.1.15 | counter | read-only |
The number of bytes transmitted per second. |
rasportBytesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.31.1.16 | counter | read-only |
The number of bytes received per second. |
rasportFramesTransmittedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.31.1.17 | counter | read-only |
The number of frames transmitted per second. |
rasportFramesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.31.1.18 | counter | read-only |
The number of frames received per second. |
rasportTotalErrorsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.31.1.19 | counter | read-only |
The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors per second. |
nwnetbiosnWLink_NetBIOSTable | 1.3.6.1.4.1.311.1.1.3.1.1.32 | no-access |
A table containing performance information for instances of 'nWLink-NetBIOS' objects. |
|
1.3.6.1.4.1.311.1.1.3.1.1.32.1 | no-access |
Performance information for one particular instance of 'nWLink-NetBIOS' object. |
||
nwnetbiosnWLink_NetBIOSIndex | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.1 | integer | read-only |
Index. |
nwnetbiosnWLink_NetBIOSInstance | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.2 | displaystring | read-only |
Instance name. |
nwnetbiosDatagramsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.3 | counter | read-only |
Datagrams/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. |
nwnetbiosDatagramBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.4 | integer | read-only |
Datagram 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. |
nwnetbiosPacketsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.5 | counter | read-only |
Packets/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. |
nwnetbiosFramesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.6 | counter | read-only |
Frames/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. |
nwnetbiosFrameBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.7 | integer | read-only |
Frame 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. |
nwnetbiosBytesTotalPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.8 | integer | read-only |
Bytes Total/sec is the sum of Frame Bytes/sec and Datagram Bytes/sec. This is the total rate of bytes sent to or received from the network by the protocol, but only counts the bytes in frames (i.e., packets) which carry data. |
nwnetbiosConnectionsOpen | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.9 | integer | read-only |
Connections Open is the number of connections currently open for this protocol. This counter shows the current count only and does not accumulate over time. |
nwnetbiosConnectionsNoRetries | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.10 | integer | read-only |
Connections No Retries is the total count of connections that were successfully made on the first try. This number is an accumulator and shows a running total. |
nwnetbiosConnectionsWithRetries | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.11 | integer | read-only |
Connections With Retries is the total count of connections that were made after retrying the attempt. A retry occurs when the first connection attempt failed. This number is an accumulator and shows a running total. |
nwnetbiosDisconnectsLocal | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.12 | integer | read-only |
Disconnects Local is the number of session disconnections that were initiated by the local computer. This number is an accumulator and shows a running total. |
nwnetbiosDisconnectsRemote | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.13 | integer | read-only |
Disconnects Remote is the number of session disconnections that were initiated by the remote computer. This number is an accumulator and shows a running total. |
nwnetbiosFailuresLink | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.14 | integer | read-only |
Failures Link is the number of connections that were dropped due to a link failure. This number is an accumulator and shows a running total. |
nwnetbiosFailuresAdapter | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.15 | integer | read-only |
Failures Adapter is the number of connections that were dropped due to an adapter failure. This number is an accumulator and shows a running total. |
nwnetbiosConnectionSessionTimeouts | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.16 | integer | read-only |
Connection Session Timeouts is the number of connections that were dropped due to a session timeout. This number is an accumulator and shows a running total. |
nwnetbiosConnectionsCanceled | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.17 | integer | read-only |
Connections Canceled is the number of connections that were canceled. This number is an accumulator and shows a running total. |
nwnetbiosFailuresResourceRemote | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.18 | integer | read-only |
Failures Resource Remote is the number of connections that failed because of resource problems or shortages on the remote computer. This number is an accumulator and shows a running total. |
nwnetbiosFailuresResourceLocal | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.19 | integer | read-only |
Failures Resource Local is the number of connections that failed because of resource problems or shortages on the local computer. This number is an accumulator and shows a running total. |
nwnetbiosFailuresNotFound | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.20 | integer | read-only |
Failures Not Found is the number of connection attempts that failed because the remote computer could not be found. This number is an accumulator and shows a running total. |
nwnetbiosFailuresNoListen | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.21 | integer | read-only |
Failures No Listen is the number of connections that were rejected because the remote computer was not listening for connection requests. |
nwnetbiosDatagramsSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.22 | counter | read-only |
Datagrams 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. |
nwnetbiosDatagramBytesSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.23 | integer | read-only |
Datagram 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. |
nwnetbiosDatagramsReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.24 | counter | read-only |
Datagrams 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. |
nwnetbiosDatagramBytesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.25 | integer | read-only |
Datagram 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. |
nwnetbiosPacketsSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.26 | counter | read-only |
Packets 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. |
nwnetbiosPacketsReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.27 | counter | read-only |
Packets Received/sec is the rate that packets are received by the computer. This counter counts all packets processed: control as well as data packets. |
nwnetbiosFramesSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.28 | counter | read-only |
Frames Sent/sec is the rate that data frames are sent by the computer. This counter only counts the frames (packets) that carry data. |
nwnetbiosFrameBytesSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.29 | integer | read-only |
Frame 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. |
nwnetbiosFramesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.30 | counter | read-only |
Frames Received/sec is the rate that data frames are received by the computer. This counter only counts the frames (packets) that carry data. |
nwnetbiosFrameBytesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.31 | integer | read-only |
Frame Bytes Received/sec is the rate that data bytes are received by the computer. This counter only counts the frames (packets) that carry data. |
nwnetbiosFramesRe_SentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.32 | counter | read-only |
Frames 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. |
nwnetbiosFrameBytesRe_SentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.33 | integer | read-only |
Frame 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. |
nwnetbiosFramesRejectedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.34 | counter | read-only |
Frames Rejected/sec is the rate that data frames are rejected. This counter only counts the frames (packets) that carry data. |
nwnetbiosFrameBytesRejectedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.35 | integer | read-only |
Frame Bytes Rejected/sec is the rate that data bytes are rejected. This counter only counts the bytes in data frames (packets) that carry data. |
nwnetbiosExpirationsResponse | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.36 | integer | read-only |
Expirations Response is the count of T1 timer expirations. |
nwnetbiosExpirationsAck | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.37 | integer | read-only |
Expirations Ack is the count of T2 timer expirations |
nwnetbiosWindowSendMaximum | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.38 | integer | read-only |
Window Send Maximum is the maximum number of bytes of data that will be sent before waiting for an acknowledgment from the remote computer. |
nwnetbiosWindowSendAverage | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.39 | integer | read-only |
Window Send Average is the running average number of data bytes that were sent before waiting for an acknowledgment from the remote computer. |
nwnetbiosPiggybackAckQueuedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.40 | counter | read-only |
Piggyback 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. |
nwnetbiosPiggybackAckTimeouts | 1.3.6.1.4.1.311.1.1.3.1.1.32.1.41 | integer | read-only |
Piggyback Ack Timeouts is the number of times that a piggyback acknowledgment could not be sent because there was no outgoing packet to the remote on which to piggyback. A piggyback ack is an acknowledgment to a received packet that is sent along in an outgoing data packet to the remote computer. If no outgoing packet is sent within the timeout period, then an ack packet is sent and this counter is incremented. |
ntsystem | 1.3.6.1.4.1.311.1.1.3.1.1.33 | |||
ntsystemFileReadOperationsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.33.1 | counter | read-only |
File Read Operations/sec is an aggregate of all the file system read operations on the computer. |
ntsystemFileWriteOperationsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.33.2 | counter | read-only |
File Write Operations/sec is an aggregate of all the file system write operations on the computer. |
ntsystemFileControlOperationsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.33.3 | counter | read-only |
File 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. |
ntsystemFileReadBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.33.4 | integer | read-only |
File Read Bytes/sec is an aggregate of the bytes transferred for all the file system read operations on the computer. |
ntsystemFileWriteBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.33.5 | integer | read-only |
File Write Bytes/sec is an aggregate of the bytes transferred for all the file system write operations on the computer. |
ntsystemFileControlBytesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.33.6 | integer | read-only |
File 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. |
ntsystemContextSwitchesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.33.7 | counter | read-only |
Context Switches/sec is the rate of switches from one thread to another. Thread switches can occur either inside of a single process or across processes. A thread switch 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. |
ntsystemSystemCallsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.33.8 | counter | read-only |
Systems 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. |
ntsystemPercentTotalProcessorTime | 1.3.6.1.4.1.311.1.1.3.1.1.33.9 | integer | read-only |
The % 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. |
ntsystemPercentTotalUserTime | 1.3.6.1.4.1.311.1.1.3.1.1.33.10 | integer | read-only |
The % 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. |
ntsystemPercentTotalPrivilegedTime | 1.3.6.1.4.1.311.1.1.3.1.1.33.11 | integer | read-only |
The % 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. |
ntsystemTotalInterruptsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.33.12 | counter | read-only |
Total 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. |
ntsystemFileDataOperationsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.33.13 | counter | read-only |
File 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. |
ntsystemSystemUpTime | 1.3.6.1.4.1.311.1.1.3.1.1.33.14 | timeticks | read-only |
Total Time (in seconds) that the computer has been operational since it was last started. |
ntsystemProcessorQueueLength | 1.3.6.1.4.1.311.1.1.3.1.1.33.15 | integer | read-only |
Processor 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. |
ntsystemAlignmentFixupsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.33.16 | counter | read-only |
Alignment Fixups/sec is the rate of alignment faults fixed by the system. |
ntsystemExceptionDispatchesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.33.17 | counter | read-only |
Exception Dispatches/sec is the rate of exceptions dispatched by the system. |
ntsystemFloatingEmulationsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.33.18 | counter | read-only |
Floating Emulations/sec is the rate of floating emulations performed by the system. |
ntsystemPercentTotalDPCTime | 1.3.6.1.4.1.311.1.1.3.1.1.33.19 | integer | read-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.) |
ntsystemPercentTotalInterruptTime | 1.3.6.1.4.1.311.1.1.3.1.1.33.20 | integer | read-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.) |
ntsystemTotalDPCsQueuedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.33.21 | counter | read-only |
Total DPCs Queued/sec is the rate DPC objects are queued to all processors' DPC queues. |
ntsystemTotalDPCRate | 1.3.6.1.4.1.311.1.1.3.1.1.33.22 | integer | read-only |
Total DPC Rate is the average rate DPC objects are queued to all processors' DPC queue per clock tick. |
ntsystemTotalDPCBypassesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.33.23 | counter | read-only |
Total DPC Bypasses/sec is the overall rate Dispatch interrupts were short-circuited across all processors. |
ntsystemTotalAPCBypassesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.33.24 | counter | read-only |
Total APC Bypasses/sec is the overall rate kernel APC interrupts were short-circuited across all processors. |
ntsystemPercentRegistryQuotaInUse | 1.3.6.1.4.1.311.1.1.3.1.1.33.25 | integer | read-only |
% Registry Quota In Use indicates the percentage of the Total Registry Quota Allowed currently in use by the system. |
packet_Filtering | 1.3.6.1.4.1.311.1.1.3.1.1.34 | |||
packetfilterTotalDroppedFrames | 1.3.6.1.4.1.311.1.1.3.1.1.34.1 | counter | read-only |
The total number of dropped or filtered frames. |
packetfilterFramesDroppedDueToFilterDenial | 1.3.6.1.4.1.311.1.1.3.1.1.34.2 | counter | read-only |
Total number of frames dropped because dynamic packet filtering did not allow the data. |
packetfilterFramesDroppedDueToProtocolViolations | 1.3.6.1.4.1.311.1.1.3.1.1.34.3 | counter | read-only |
This is the total of the number of frames dropped because of some protocol irregularity. |
packetfilterTotalIncomingConnections | 1.3.6.1.4.1.311.1.1.3.1.1.34.4 | counter | read-only |
This is the total of the number of connections made through the filtered interfaces. |
packetfilterTotalLostLoggingFrames | 1.3.6.1.4.1.311.1.1.3.1.1.34.5 | counter | read-only |
This is the total of the number of frames dropped that could not be logged. |
webserviceweb_ServiceTable | 1.3.6.1.4.1.311.1.1.3.1.1.35 | no-access |
A table containing performance information for instances of 'web-Service' objects. |
|
1.3.6.1.4.1.311.1.1.3.1.1.35.1 | no-access |
Performance information for one particular instance of 'web-Service' object. |
||
webserviceweb_ServiceIndex | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.1 | integer | read-only |
Index. |
webserviceweb_ServiceInstance | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.2 | displaystring | read-only |
Instance name. |
webserviceBytesSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.3 | integer | read-only |
Bytes Sent/sec is the rate that data bytes are sent by the Web service. |
webserviceBytesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.4 | integer | read-only |
Bytes Received/sec is the rate that data bytes are received by the Web service. |
webserviceBytesTotalPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.5 | integer | read-only |
Bytes Total/sec is the sum of Bytes Sent/sec and Bytes Received/sec. This is the total rate of bytes transferred by the Web service. |
webserviceTotalFilesSent | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.6 | integer | read-only |
Total Files Sent is the total number of files sent by the Web service (counted since service startup). |
webserviceFilesSentPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.7 | counter | read-only |
The rate files are sent by the Web service. |
webserviceTotalFilesReceived | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.8 | integer | read-only |
Total Files Received is the total number of files received by the Web service (counted since service startup). |
webserviceFilesReceivedPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.9 | counter | read-only |
The rate files are received by the Web service. |
webserviceTotalFilesTransferred | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.10 | integer | read-only |
Total Files Transferred is the sum of Files Sent and Files Received. This is the total number of files transferred by the Web service (counted since service startup). |
webserviceFilesPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.11 | counter | read-only |
The rate files are transferred, that is, sent and received by the Web service. |
webserviceCurrentAnonymousUsers | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.12 | integer | read-only |
Current Anonymous Users is the number of users who currently have an anonymous connection using the Web service. |
webserviceCurrentNonAnonymousUsers | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.13 | integer | read-only |
Current NonAnonymous Users is the number of users who currently have a non-anonymous connection using the Web service. |
webserviceTotalAnonymousUsers | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.14 | integer | read-only |
Total Anonymous Users is the total number of users who established an anonymous connection with the Web service (counted since service startup). |
webserviceAnonymousUsersPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.15 | counter | read-only |
The rate users are making anonymous connections using the Web service. |
webserviceTotalNonAnonymousUsers | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.16 | integer | read-only |
Total NonAnonymous Users is the total number of users who established a non-anonymous connection with the Web service (counted since service startup). |
webserviceNonAnonymousUsersPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.17 | counter | read-only |
The rate users are making non-anonymous connections using the Web service. |
webserviceMaximumAnonymousUsers | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.18 | integer | read-only |
Maximum Anonymous Users is the maximum number of users who established concurrent anonymous connections using the Web service (counted since service startup). |
webserviceMaximumNonAnonymousUsers | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.19 | integer | read-only |
Maximum NonAnonymous Users is the maximum number of users who established concurrent non-anonymous connections using the Web service (counted since service startup). |
webserviceCurrentConnections | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.20 | integer | read-only |
Current Connections is the current number of connections established with the Web service. |
webserviceMaximumConnections | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.21 | integer | read-only |
Maximum Connections is the maximum number of simultaneous connections established with the Web service. |
webserviceTotalConnectionAttempts | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.22 | integer | read-only |
Total Connection Attempts is the number of connections that have been attempted using the Web service (counted since service startup). |
webserviceConnectionAttemptsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.23 | counter | read-only |
The rate that connections using the Web service are being attempted. |
webserviceTotalLogonAttempts | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.24 | integer | read-only |
Total Logon Attempts is the number of logons that have been attempted using the Web service (counted since service startup). |
webserviceLogonAttemptsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.25 | counter | read-only |
The rate that logons using the Web service are being attempted. |
webserviceTotalGetRequests | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.26 | integer | read-only |
Total Get Requests is the number of HTTP requests using the GET method (counted since service startup). Get requests are generally used for basic file retrievals or image maps, though they can be used with forms. |
webserviceGetRequestsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.27 | counter | read-only |
The rate HTTP requests using the GET method are made. Get requests are generally used for basic file retrievals or image maps, though they can be used with forms. |
webserviceTotalPostRequests | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.28 | integer | read-only |
Total Post Requests is the number of HTTP requests using the POST method (counted since service startup). Post requests are generally used for forms or gateway requests. |
webservicePostRequestsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.29 | counter | read-only |
The rate HTTP requests using the POST method are made. Post requests are generally used for forms or gateway requests. |
webserviceTotalHeadRequests | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.30 | integer | read-only |
Total Head Requests is the number of HTTP requests using the HEAD method (counted since service startup). Head requests generally indicate a client is querying the state of a document they already have to see if it needs to be refreshed. |
webserviceHeadRequestsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.31 | counter | read-only |
The rate HTTP requests using the HEAD method are made. Head requests generally indicate a client is querying the state of a document they already have to see if it needs to be refreshed. |
webserviceTotalPutRequests | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.32 | integer | read-only |
Total Put Requests is the number of HTTP requests using the PUT method (counted since service startup). |
webservicePutRequestsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.33 | counter | read-only |
The rate HTTP requests using the PUT method are made. |
webserviceTotalDeleteRequests | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.34 | integer | read-only |
Total Delete Requests is the number of HTTP requests using the DELETE method (counted since service startup). Delete requests are generally used for file removals. |
webserviceDeleteRequestsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.35 | counter | read-only |
The rate HTTP requests using the DELETE method are made. Delete requests are generally used for file removals. |
webserviceTotalTraceRequests | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.36 | integer | read-only |
Total Trace Requests is the number of HTTP requests using the TRACE method (counted since service startup). Trace requests allow the client to see what is being received at the end of the request chain and use the information for diagnostic purposes. |
webserviceSystemCodeResidentBytes | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.37 | counter | read-only |
System Code Resident Bytes |
webserviceTotalOtherRequestMethods | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.38 | integer | read-only |
Total 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. |
webserviceOtherRequestMethodsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.39 | counter | read-only |
The 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. |
webserviceTotalMethodRequests | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.40 | integer | read-only |
Total Method Requests is the number of HTTP GET, POST, PUT, DELETE, TRACE, HEAD and other method requests (counted since service startup). |
webserviceTotalMethodRequestsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.41 | counter | read-only |
The rate HTTP requests using GET, POST, PUT, DELETE, TRACE or HEAD methods are made. |
webserviceTotalCGIRequests | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.42 | integer | read-only |
Total Common Gateway Interface (CGI) requests are custom gateway executables (.exe) the administrator can install to add forms processing or other dynamic data sources. CGI requests spawn a process on the server which can be a large drain on server resources. The count is the total since service startup. |
webserviceCGIRequestsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.43 | counter | read-only |
The rate of CGI requests that are simultaneously being processed by the Web service. |
webserviceTotalISAPIExtensionRequests | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.44 | integer | read-only |
Total ISAPI Extension Requests are custom gateway Dynamic Link Libraries (.dll) the administrator can install to add forms processing or other dynamic data sources. Unlike CGI requests, ISAPI requests are simple calls to a DLL library routine, thus they are better suited to high performance gateway applications. The count is the total since service startup. |
webserviceISAPIExtensionRequestsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.45 | counter | read-only |
The rate of ISAPI Extension requests that are simultaneously being processed by the Web service. |
webserviceTotalNotFoundErrors | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.46 | integer | read-only |
Total Not Found Errors is the number of requests that couldn't be satisfied by the server because the requested document could not be found. These are generally reported as an HTTP 404 error code to the client. The count is the total since service startup. |
webserviceNotFoundErrorsPerSec | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.47 | counter | read-only |
The rate of errors due to requests that couldn't be satisfied by the server because the requested document could not be found. These are generally reported as an HTTP 404 error code to the client. |
webserviceCurrentCGIRequests | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.48 | integer | read-only |
Current CGI Requests is the current number of CGI requests that are simultaneously being processed by the Web service. |
webserviceCurrentISAPIExtensionRequests | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.49 | integer | read-only |
Current ISAPI Extension Requests is the current number of Extension requests that are simultaneously being processed by the Web service. |
webserviceMaximumCGIRequests | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.50 | integer | read-only |
Maximum CGI Requests is the maximum number of CGI requests simultaneously processed by the Web service. |
webserviceMaximumISAPIExtensionRequests | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.51 | integer | read-only |
Maximum ISAPI Extension Requests is the maximum number of Extension requests simultaneously processed by the Web service. |
webserviceTotalBlockedAsyncIPerORequests | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.52 | integer | read-only |
Total requests temporarily blocked due to bandwidth throttling settings (counted since service startup). |
webserviceTotalAllowedAsyncIPerORequests | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.53 | integer | read-only |
Total requests allowed by bandwidth throttling settings (counted since service startup). |
webserviceTotalRejectedAsyncIPerORequests | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.54 | integer | read-only |
Total requests rejected due to bandwidth throttling settings (counted since service startup). |
webserviceCurrentBlockedAsyncIPerORequests | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.55 | integer | read-only |
Current requests temporarily blocked due to bandwidth throttling settings. |
webserviceMeasuredAsyncIPerOBandwidthUsage | 1.3.6.1.4.1.311.1.1.3.1.1.35.1.56 | integer | read-only |
Measured bandwidth of asynchronous I/O averaged over a minute. |