WINDOWS-NT-PERFORMANCE

WINDOWS-NT-PERFORMANCE Download

MIBs list

With the IPHost SNMP tool, you can monitor any SNMP objects of the WINDOWS-NT-PERFORMANCE . You can select a variable to monitor using the built-in IPHost MIB browser that provides you with all variables, their current values and descriptions taken from the WINDOWS-NT-PERFORMANCE .

OID list for WINDOWS-NT-PERFORMANCE

memoryAvailableBytes
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 sti ...
memoryCommittedBytes
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 ...
memoryCommitLimit
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
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 i ...
memoryWriteCopiesPerSec
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 th ...
memoryTransitionFaultsPerSec
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
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
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
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 ...
memoryPagesInputPerSec
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. ...
memoryPageReadsPerSec
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
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
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
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 ...
memoryPoolNonpagedBytes
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 ...
memoryPoolPagedAllocs
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 ...
memoryPoolNonpagedAllocs
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 ...
memoryFreeSystemPageTableEntries
The number of Page Table Entries not currently in use by the system.
memoryCacheBytes
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
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
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
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
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
System Driver Total Bytes is the number of bytes of pagable pages in all other loaded device drivers.
memorySystemDriverResidentBytes
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
System Cache Resident Bytes is the number of bytes currently resident in the global disk cache.
memoryPercentCommittedBytesInUse
% Committed Bytes In Use is the ratio of the Commited Bytes to the Commit Limit. This represents the amount of available virtual memory in use. Note that the Commit Limit may change if the paging file is extended. This is an instantaneous value, not an av ...
cpuprocessorTable
A table containing performance information for instances of 'processor' objects.
cpuprocessorEntry
Performance information for one particular instance of 'processor' object.
cpuprocessorIndex
Index.
cpuprocessorInstance
Instance name.
cpuPercentProcessorTime
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 whi ...
cpuPercentUserTime
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 ...
cpuPercentPrivilegedTime
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 grap ...
cpuInterruptsPerSec
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 interrup ...
cpuPercentDPCTime
% DPC Time is the percentage of elapsed time that the Processor spent in Deferred Procedure Calls. When a hardware device interrupts the Processor, the Interrupt Handler may elect to execute the majority of its work in a DPC. DPC's run at lower priority ...
cpuPercentInterruptTime
% Interrupt Time is the percentage of elapsed time that the Processor spent handling hardware Interrupts. When a hardware device interrupts the Processor, the Interrupt Handler will execute to handle the condition, usually by signaling I/O completion and ...
cpuDPCsQueuedPerSec
DPCs Queued/sec is the rate DPC objects are queued to this processor's DPC queue.
cpuDPCRate
DPC Rate is the average rate DPC objects are queued to this processor's DPC queue per clock tick.
cpuDPCBypassesPerSec
DPC Bypasses/sec is the rate Dispatch interrupts were short-circuited.
cpuAPCBypassesPerSec
APC Bypasses/sec is the rate kernel APC interrupts were short-circuited.
netnetwork-InterfaceTable
A table containing performance information for instances of 'network-Interface' objects.
netnetwork-InterfaceEntry
Performance information for one particular instance of 'network-Interface' object.
netnetwork-InterfaceIndex
Index.
netnetwork-InterfaceInstance
Instance name.
netBytesTotalPerSec
Bytes Total/sec is the rate that bytes are sent and received on the interface, including framing characters.
netPacketsPerSec
Packets/sec is the rate that packets are sent and received on the network interface.
netPacketsReceivedPerSec
Packets Received/sec is the rate that packets are received on the network interface.
netPacketsSentPerSec
Packets Sent/sec is the rate that packets are sent on the network interface.
netCurrentBandwidth
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
Bytes Received/sec is the rate that bytes are received on the interface, including framing characters.
netPacketsReceivedUnicastPerSec
Packets Received Unicast/sec is the rate that (subnet) unicast packets are delivered to a higher-layer protocol.
netPacketsReceivedNon-UnicastPerSec
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
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 t ...
netPacketsReceivedErrors
Packets Received Errors is the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.
netPacketsReceivedUnknown
Packets Received Unknown is the number of packets received via the interface that were discarded because of an unknown or unsupported protocol.
netBytesSentPerSec
Bytes Sent/sec is the rate that bytes are sent on the interface, including framing characters.
netPacketsSentUnicastPerSec
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
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
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
Packets Outbound Errors is the number of outbound packets that could not be transmitted because of errors.
netOutputQueueLength
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 implementation ...
pdiskphysicalDiskTable
A table containing performance information for instances of 'physicalDisk' objects.
pdiskphysicalDiskEntry
Performance information for one particular instance of 'physicalDisk' object.
pdiskphysicalDiskIndex
Index.
pdiskphysicalDiskInstance
Instance name.
pdiskCurrentDiskQueueLength
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 interva ...
pdiskPercentDiskTime
Disk Time is the percentage of elapsed time that the selected disk drive is busy servicing read or write requests.
pdiskAvgDiskQueueLength
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
Disk Read Time is the percentage of elapsed time that the selected disk drive is busy servicing read requests.
pdiskAvgDiskReadQueueLength
Avg. Disk Read Queue Length is the average number of read requests that were queued for the selected disk during the sample interval.
pdiskPercentDiskWriteTime
Disk Write Time is the percentage of elapsed time that the selected disk drive is busy servicing write requests.
pdiskAvgDiskWriteQueueLength
Avg. Disk Write Queue Length is the average number of write requests that were queued for the selected disk during the sample interval.
pdiskAvgDiskSecPerTransfer
Avg. Disk sec/Transfer is the time in seconds of the average disk transfer.
pdiskAvgDiskSecPerRead
Avg. Disk sec/Read is the average time in seconds of a read of data from the disk.
pdiskAvgDiskSecPerWrite
Avg. Disk sec/Write is the average time in seconds of a write of data to the disk.
pdiskDiskTransfersPerSec
Disk Transfers/sec is the rate of read and write operations on the disk.
pdiskDiskReadsPerSec
Disk Reads/sec is the rate of read operations on the disk.
pdiskDiskWritesPerSec
Disk Writes/sec is the rate of write operations on the disk.
pdiskDiskBytesPerSec
Disk Bytes/sec is the rate bytes are transferred to or from the disk during write or read operations.
pdiskDiskReadBytesPerSec
Disk Read Bytes/sec is the rate bytes are transferred from the disk during read operations.
pdiskDiskWriteBytesPerSec
Disk Write Bytes is rate bytes are transferred to the disk during write operations.
ldisklogicalDiskTable
A table containing performance information for instances of 'logicalDisk' objects.
ldisklogicalDiskEntry
Performance information for one particular instance of 'logicalDisk' object.
ldisklogicalDiskIndex
Index.
ldisklogicalDiskInstance
Instance name.
ldiskPercentFreeSpace
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
Free Megabytes displays the unallocated space on the disk drive in megabytes. One megabyte = 1,048,576 bytes.
ldiskCurrentDiskQueueLength
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 interva ...
ldiskPercentDiskTime
Disk Time is the percentage of elapsed time that the selected disk drive is busy servicing read or write requests.
ldiskAvgDiskQueueLength
Avg. Disk Queue Length is the average number of both read and write requests that were queued for the selected disk during the sample interval.
ldiskPercentDiskReadTime
Disk Read Time is the percentage of elapsed time that the selected disk drive is busy servicing read requests.
ldiskAvgDiskReadQueueLength
Avg. Disk Read Queue Length is the average number of read requests that were queued for the selected disk during the sample interval.
ldiskPercentDiskWriteTime
Disk Write Time is the percentage of elapsed time that the selected disk drive is busy servicing write requests.
ldiskAvgDiskWriteQueueLength
Avg. Disk Write Queue Length is the average number of write requests that were queued for the selected disk during the sample interval.
ldiskAvgDiskSecPerTransfer
Avg. Disk sec/Transfer is the time in seconds of the average disk transfer.
ldiskAvgDiskSecPerRead
Avg. Disk sec/Read is the average time in seconds of a read of data from the disk.
ldiskAvgDiskSecPerWrite
Avg. Disk sec/Write is the average time in seconds of a write of data to the disk.
ldiskDiskTransfersPerSec
Disk Transfers/sec is the rate of read and write operations on the disk.
ldiskDiskReadsPerSec
Disk Reads/sec is the rate of read operations on the disk.
ldiskDiskWritesPerSec
Disk Writes/sec is the rate of write operations on the disk.
ldiskDiskBytesPerSec
Disk Bytes/sec is the rate bytes are transferred to or from the disk during write or read operations.
ldiskDiskReadBytesPerSec
Disk Read Bytes/sec is the rate bytes are transferred from the disk during read operations.
ldiskDiskWriteBytesPerSec
Disk Write Bytes is rate bytes are transferred to the disk during write operations.
pagefilepaging-FileTable
A table containing performance information for instances of 'paging-File' objects.
pagefilepaging-FileEntry
Performance information for one particular instance of 'paging-File' object.
pagefilepaging-FileIndex
Index.
pagefilepaging-FileInstance
Instance name.
pagefilePercentUsage
The amount of the Page File instance in use in percent. See also Process:Page File Bytes.
pagefilePercentUsagePeak
The peak usage of the Page File instance in percent. See also Process:Page File Bytes Peak.
processprocessTable
A table containing performance information for instances of 'process' objects.
processprocessEntry
Performance information for one particular instance of 'process' object.
processprocessIndex
Index.
processprocessInstance
Instance name.
processPercentProcessorTime
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 pro ...
processPercentUserTime
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 damag ...
processPercentPrivilegedTime
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. ...
processVirtualBytesPeak
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 fini ...
processVirtualBytes
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 to ...
processPageFaultsPerSec
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 ...
processWorkingSetPeak
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, page ...
processWorkingSet
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 ...
processPageFileBytesPeak
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 ...
processPageFileBytes
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 s ...
processPrivateBytes
Private Bytes is the current number of bytes this process has allocated that cannot be shared with other processes.
processThreadCount
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
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
The total elapsed time (in seconds) this process has been running.
processIDProcess
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
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 ...
processPoolNonpagedBytes
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 ...
processHandleCount
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.
redirectorBytesTotalPerSec
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
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 B ...
redirectorPacketsPerSec
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 t ...
redirectorBytesReceivedPerSec
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
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 Rec ...
redirectorReadBytesPagingPerSec
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 di ...
redirectorReadBytesNon-PagingPerSec
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 ac ...
redirectorReadBytesCachePerSec
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 u ...
redirectorReadBytesNetworkPerSec
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 i ...
redirectorBytesTransmittedPerSec
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
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 ...
redirectorWriteBytesPagingPerSec
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' wh ...
redirectorWriteBytesNon-PagingPerSec
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 metho ...
redirectorWriteBytesCachePerSec
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 ne ...
redirectorWriteBytesNetworkPerSec
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 counte ...
redirectorFileReadOperationsPerSec
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
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, thi ...
redirectorReadPacketsPerSec
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
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
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 doe ...
redirectorFileWriteOperationsPerSec
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
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, thi ...
redirectorWritePacketsPerSec
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
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, n ...
redirectorWritePacketsSmallPerSec
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 w ...
redirectorReadsDeniedPerSec
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 ...
redirectorWritesDeniedPerSec
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 ...
redirectorNetworkErrorsPerSec
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. The ...
redirectorServerSessions
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
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 ...
redirectorConnectsCore
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
Connects Lan Manager 2.0 counts connections to Lan Manager 2.0 servers, including LMX servers.
redirectorConnectsLanManager21
Connects Lan Manager 2.1 counts connections to Lan Manager 2.1 servers, including LMX servers.
redirectorConnectsWindowsNT
Connects Windows NT counts the connections to Windows NT computers. Good choice!
redirectorServerDisconnects
Server Disconnects counts the number of times a Server has disconnected your Redirector. See also Server Reconnects.
redirectorServerSessionsHung
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
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 acces ...
tcpSegmentsPerSec
Segments/sec is the rate that TCP segments are sent or received using the TCP protocol.
tcpConnectionsEstablished
Connections Established is the number of TCP connections for which the current state is either ESTABLISHED or CLOSE-WAIT.
tcpConnectionsActive
Connections Active is the number of times TCP connections have made a direct transition to the SYN-SENT state from the CLOSED state.
tcpConnectionsPassive
Connections Passive is the number of times TCP connections have made a direct transition to the SYN-RCVD state from the LISTEN state.
tcpConnectionFailures
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 ...
tcpConnectionsReset
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
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
Segments Sent/sec is the rate that segments are sent, including those on current connections, but excluding those containing only retransmitted bytes.
tcpSegmentsRetransmittedPerSec
Segments Retransmitted/sec is the rate that segments are retransmitted, that is, segments transmitted containing one or more previously transmitted bytes.
ipDatagramsPerSec
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
Datagrams Received/sec is the rate that IP datagrams are received from the interfaces, including those in error.
ipDatagramsReceivedHeaderErrors
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, ...
ipDatagramsReceivedAddressErrors
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 ...
ipDatagramsForwardedPerSec
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 ...
ipDatagramsReceivedUnknownProtocol
Datagrams Received Unknown Protocol is the number of locally-addressed datagrams received successfully but discarded because of an unknown or unsupported protocol.
ipDatagramsReceivedDiscarded
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 ...
ipDatagramsReceivedDeliveredPerSec
Datagrams Received Delivered/sec is the rate that input datagrams are successfully delivered to IP user-protocols (including ICMP).
ipDatagramsSentPerSec
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
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 c ...
ipDatagramsOutboundNoRoute
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
Fragments Received/sec is the rate that IP fragments that need to be re-assembled at this entity are received.
ipFragmentsRe-assembledPerSec
Fragments Re-assembled/sec is the rate that IP fragments are successfully re-assembled.
ipFragmentRe-assemblyFailures
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 tra ...
ipFragmentedDatagramsPerSec
Fragmented Datagrams/sec is the rate that datagrams are successfully fragmented at this entity.
ipFragmentationFailures
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
Fragments Created/sec is the rate that IP datagram fragments have been generated as a result of fragmentation at this entity.
udpDatagramsPerSec
Datagrams/sec is the rate that UDP datagrams are sent or received by the entity.
udpDatagramsReceivedPerSec
Datagrams Received/sec is the rate that UDP datagrams are delivered to UDP users.
udpDatagramsNoPortPerSec
Datagrams No Port/sec is the rate of received UDP datagrams for which there was no application at the destination port.
udpDatagramsReceivedErrors
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
Datagrams Sent/sec is the rate that UDP datagrams are sent from the entity.
netbeuinetBEUITable
A table containing performance information for instances of 'netBEUI' objects.
netbeuinetBEUIEntry
Performance information for one particular instance of 'netBEUI' object.
netbeuinetBEUIIndex
Index.
netbeuinetBEUIInstance
Instance name.
netbeuiDatagramsPerSec
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Connections Canceled is the number of connections that were canceled. This number is an accumulator and shows a running total.
netbeuiFailuresResourceRemote
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
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
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
Failures No Listen is the number of connections that were rejected because the remote computer was not listening for connection requests.
netbeuiDatagramsSentPerSec
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
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
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
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
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
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
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
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
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
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
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
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
Frames Rejected/sec is the rate that data frames are rejected. This counter only counts the frames (packets) that carry data.
netbeuiFrameBytesRejectedPerSec
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
Expirations Response is the count of T1 timer expirations.
netbeuiExpirationsAck
Expirations Ack is the count of T2 timer expirations
netbeuiWindowSendMaximum
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
Window Send Average is the running average number of data bytes that were sent before waiting for an acknowledgment from the remote computer.
netbeuiPiggybackAckQueuedPerSec
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
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 o ...
nbtconnnBT-ConnectionTable
A table containing performance information for instances of 'nBT-Connection' objects.
nbtconnnBT-ConnectionEntry
Performance information for one particular instance of 'nBT-Connection' object.
nbtconnnBT-ConnectionIndex
Index.
nbtconnnBT-ConnectionInstance
Instance name.
nbtconnBytesReceivedPerSec
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
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
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
A table containing performance information for instances of 'nWLink-IPX' objects.
nwlinkipxnWLink-IPXEntry
Performance information for one particular instance of 'nWLink-IPX' object.
nwlinkipxnWLink-IPXIndex
Index.
nwlinkipxnWLink-IPXInstance
Instance name.
nwlinkipxDatagramsPerSec
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Connections Canceled is the number of connections that were canceled. This number is an accumulator and shows a running total.
nwlinkipxFailuresResourceRemote
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
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
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
Failures No Listen is the number of connections that were rejected because the remote computer was not listening for connection requests.
nwlinkipxDatagramsSentPerSec
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
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
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
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
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
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
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
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
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
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
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
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
Frames Rejected/sec is the rate that data frames are rejected. This counter only counts the frames (packets) that carry data.
nwlinkipxFrameBytesRejectedPerSec
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
Expirations Response is the count of T1 timer expirations.
nwlinkipxExpirationsAck
Expirations Ack is the count of T2 timer expirations
nwlinkipxWindowSendMaximum
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
Window Send Average is the running average number of data bytes that were sent before waiting for an acknowledgment from the remote computer.
nwlinkipxPiggybackAckQueuedPerSec
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
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 o ...
nwlinkspxnWLink-SPXTable
A table containing performance information for instances of 'nWLink-SPX' objects.
nwlinkspxnWLink-SPXEntry
Performance information for one particular instance of 'nWLink-SPX' object.
nwlinkspxnWLink-SPXIndex
Index.
nwlinkspxnWLink-SPXInstance
Instance name.
nwlinkspxDatagramsPerSec
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Connections Canceled is the number of connections that were canceled. This number is an accumulator and shows a running total.
nwlinkspxFailuresResourceRemote
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
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
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
Failures No Listen is the number of connections that were rejected because the remote computer was not listening for connection requests.
nwlinkspxDatagramsSentPerSec
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
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
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
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
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
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
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
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
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
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
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
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
Frames Rejected/sec is the rate that data frames are rejected. This counter only counts the frames (packets) that carry data.
nwlinkspxFrameBytesRejectedPerSec
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
Expirations Response is the count of T1 timer expirations.
nwlinkspxExpirationsAck
Expirations Ack is the count of T2 timer expirations
nwlinkspxWindowSendMaximum
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
Window Send Average is the running average number of data bytes that were sent before waiting for an acknowledgment from the remote computer.
nwlinkspxPiggybackAckQueuedPerSec
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
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 o ...
rastotalBytesTransmitted
The number of bytes transmitted total for this connection.
rastotalBytesReceived
The number of bytes received total for this connection.
rastotalFramesTransmitted
The number of data frames transmitted total for this connection.
rastotalFramesReceived
The number of data frames received total for this connection.
rastotalPercentCompressionOut
The compression ratio for bytes being transmitted.
rastotalPercentCompressionIn
The compression ratio for bytes being received.
rastotalCRCErrors
The total number of CRC Errors for this connection. CRC Errors occur when the frame received contains erroneous data.
rastotalTimeoutErrors
The total number of Timeout Errors for this connection. Timeout Errors occur when an expected is not received in time.
rastotalSerialOverrunErrors
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
The total number of Alignment Errors for this connection. Alignment Errors occur when a byte received is different from the byte expected.
rastotalBufferOverrunErrors
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
The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors for this connection.
rastotalBytesTransmittedPerSec
The number of bytes transmitted per second.
rastotalBytesReceivedPerSec
The number of bytes received per second.
rastotalFramesTransmittedPerSec
The number of frames transmitted per second.
rastotalFramesReceivedPerSec
The number of frames received per second.
rastotalTotalErrorsPerSec
The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors per second.
rastotalTotalConnections
The total number of Remote Access connections.
serverBytesTotalPerSec
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
The number of bytes the server has received from the network. Indicates how busy the server is.
serverBytesTransmittedPerSec
The number of bytes the server has sent on the network. Indicates how busy the server is.
serverSessionsTimedOut
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
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
The number of sessions that have terminated normally. Useful in interpreting the Sessions Times Out and Sessions Errored Out statistics--allows percentage calculations.
serverSessionsForcedOff
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
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
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
The number of times accesses to files opened successfully were denied. Can indicate attempts to access files without proper access authorization.
serverErrorsSystem
The number of times an internal Server Error was detected. Unexpected errors usually indicate a problem with the Server.
serverBlockingRequestsRejected
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
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 ...
serverFilesOpenedTotal
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
The number of files currently opened in the server. Indicates current server activity.
serverServerSessions
The number of sessions currently active in the server. Indicates current server activity.
serverFileDirectorySearches
The number of searches for files currently active in the server. Indicates current server activity.
serverPoolNonpagedBytes
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
The number of times allocations from nonpaged pool have failed. Indicates that the computer's physical memory is too small.
serverPoolNonpagedPeak
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
The number of bytes of pageable computer memory the server is currently using. Can help in determining good values for the maxpagedmemoryusage parameter.
serverPoolPagedFailures
The number of times allocations from paged pool have failed. Indicates that the computer's physical memory of pagefile are too small.
serverPoolPagedPeak
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
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
Logon/sec is the rate of all server logons
serverLogonTotal
Logon Total includes all interactive logons, network logons, service logons, successful logon, and failed logons since the machine is last rebooted.
srvrqueuesserver-Work-QueuesTable
A table containing performance information for instances of 'server-Work-Queues' objects.
srvrqueuesserver-Work-QueuesEntry
Performance information for one particular instance of 'server-Work-Queues' object.
srvrqueuesserver-Work-QueuesIndex
Index.
srvrqueuesserver-Work-QueuesInstance
Instance name.
srvrqueuesQueueLength
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
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 avera ...
srvrqueuesAvailableThreads
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
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 ...
srvrqueuesBorrowedWorkItems
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 ...
srvrqueuesWorkItemShortages
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 ...
srvrqueuesCurrentClients
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
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
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
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
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
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
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
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
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
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
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.
cacheDataMapsPerSec
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
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
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
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
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 C ...
cachePinReadsPerSec
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 a ...
cacheSyncPinReadsPerSec
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 pin ...
cacheAsyncPinReadsPerSec
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 ...
cachePinReadHitsPercent
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 Redir ...
cacheCopyReadsPerSec
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. ...
cacheSyncCopyReadsPerSec
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 acces ...
cacheAsyncCopyReadsPerSec
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
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 p ...
cacheMDLReadsPerSec
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) de ...
cacheSyncMDLReadsPerSec
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 th ...
cacheAsyncMDLReadsPerSec
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 ...
cacheMDLReadHitsPercent
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
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
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 perm ...
cacheSyncFastReadsPerSec
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 ...
cacheAsyncFastReadsPerSec
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 thi ...
cacheFastReadResourceMissesPerSec
Fast Read Resource Misses/sec is the frequency of Cache misses necessitated by the lack of available resources to satisfy the request.
cacheFastReadNotPossiblesPerSec
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
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 ...
cacheLazyWritePagesPerSec
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 fo ...
cacheDataFlushesPerSec
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
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.
exchmtaAdjacentMTAAssociations
Adjacent MTA Associations is the number of open associations this MTA has to other MTAs.
exchmtaMessagesPerSec
Messages/sec is the rate that messages are processed.
exchmtaMessageBytesPerSec
Message Bytes/sec is the rate that message bytes are processed.
exchmtaFreeElements
Free Elements is the number of free buffer elements in the MTA pool.
exchmtaFreeHeaders
Free Headers is the number of free buffer headers in the MTA pool.
exchmtaAdminConnections
Admin Connections is the number of Microsoft Exchange Administrator programs connected to this MTA.
exchmtaThreadsInUse
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
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
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
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
Disk File Deletes/sec is the rate of disk file delete operations.
exchmtaDiskFileSyncsPerSec
Disk File Syncs/sec is the rate of disk file sync operations.
exchmtaDiskFileOpensPerSec
Disk File Opens/sec is the rate of disk file open operations.
exchmtaDiskFileReadsPerSec
Disk File Reads/sec is the rate of disk file read operations.
exchmtaDiskFileWritesPerSec
Disk File Writes/sec is the rate of disk file write operations.
exchmtaExDSReadCallsPerSec
ExDS Read Calls/sec is the rate of read calls to the directory service.
exchmtaXAPIReceiveBytesPerSec
XAPI Receive Bytes/sec is the rate that bytes are received over a XAPI connection.
exchmtaXAPITransmitBytesPerSec
XAPI Transmit Bytes/sec is the rate that bytes are transmitted over a XAPI connection.
exchmtaAdminInterfaceReceiveBytesPerSec
Admin Interface Receive Bytes/sec is the rate that bytes are received over an Admin connection.
exchmtaAdminInterfaceTransmitBytesPerSec
Admin Interface Transmit Bytes/sec is the rate that bytes are transmitted over an Admin connection.
exchmtaLANReceiveBytesPerSec
LAN Receive Bytes/sec is the rate that bytes are received over a LAN from MTAs.
exchmtaLANTransmitBytesPerSec
LAN Transmit Bytes/sec is the rate that bytes are transmitted over a LAN to MTAs.
exchmtaRASReceiveBytesPerSec
RAS Receive Bytes/sec is the rate that bytes are received over a RAS connection.
exchmtaRASTransmitBytesPerSec
RAS Transmit Bytes/sec is the rate that bytes are transmitted over a RAS connection.
exchmtaTCPPerIPReceiveBytesPerSec
TCP/IP Receive Bytes/sec is the rate that bytes are received over a TCP/IP connection.
exchmtaTCPPerIPTransmitBytesPerSec
TCP/IP Transmit Bytes/sec is the rate that bytes are transmitted over a TCP/IP connection.
exchmtaTP4ReceiveBytesPerSec
TP4 Receive Bytes/sec is the rate that bytes are received over a TP4 connection.
exchmtaTP4TransmitBytesPerSec
TP4 Transmit Bytes/sec is the rate that bytes are transmitted over a TP4 connection.
exchmtaX25ReceiveBytesPerSec
X.25 Receive Bytes/sec is the rate that bytes are received over an X.25 connection.
exchmtaX25TransmitBytesPerSec
X.25 Transmit Bytes/sec is the rate that bytes are transmitted over an X.25 connection.
exchmtaDeferredDeliveryMsgs
Deferred Delivery Msgs is the total number of deferred delivery messages currently stored in the MTA.
exchmtaTotalRecipientsQueued
Total Recipients Queued is the total number of recipients specified in all messages currently stored in the MTA.
exchmtaTotalSuccessfulConversions
Total Successful Conversions is the total number of messages successfully converted from one form to another since MTA initialization.
exchmtaTotalFailedConversions
Total Failed Conversions is the total number of messages which failed to be converted from one form to another since MTA initialization.
exchmtaTotalLoopsDetected
Total Loops Detected is the total number of messages detected to have looped since MTA initialization.
exchmtaInboundMessagesTotal
Inbound Messages Total is the total number of messages received since MTA initialization.
exchmtaOutboundMessagesTotal
Outbound Messages Total is the total number of messages transmitted since MTA initialization.
exchmtaInboundBytesTotal
Inbound Bytes Total is the total volume of message content received since MTA initialization, measured in kilobytes.
exchmtaWorkQueueBytes
Work Queue Bytes is the total volume of message content currently stored in the MTA, measured in kilobytes.
exchmtaOutboundBytesTotal
Outbound Bytes Total is the total volume of message content transmitted since MTA initialization, measured in kilobytes.
exchmtaTotalRecipientsInbound
Total Recipients Inbound is the total number of recipients specified in all messages received since MTA initialization.
exchmtaTotalRecipientsOutbound
Total Recipients Outbound is the total number of recipients specified in all messages transmitted since MTA initialization.
exchmtaconnmSExchangeMTA-ConnectionsTable
A table containing performance information for instances of 'mSExchangeMTA-Connections' objects.
exchmtaconnmSExchangeMTA-ConnectionsEntry
Performance information for one particular instance of 'mSExchangeMTA-Connections' object.
exchmtaconnmSExchangeMTA-ConnectionsIndex
Index.
exchmtaconnmSExchangeMTA-ConnectionsInstance
Instance name.
exchmtaconnAssociations
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
Receive Bytes/sec is the rate that bytes are received from the connected entity.
exchmtaconnSendBytesPerSec
Send Bytes/sec is the rate that bytes are sent to the connected entity.
exchmtaconnReceiveMessagesPerSec
Receive Messages/sec is the rate that messages are received from the connected entity.
exchmtaconnSendMessagesPerSec
Send Messages/sec is the rate that messages are sent to the connected entity.
exchmtaconnQueueLength
Queue Length is the number of outstanding messages queued for transfer to the entity.
exchmtaconnConnectorIndex
Connector Index is a unique index associated with a connector entity.
exchmtaconnInboundRejectedTotal
Inbound Rejected Total is the total number of messages rejected from this entity since MTA initialization.
exchmtaconnTotalRecipientsQueued
Total Recipients Queued is the total number of recipients specified in all messages currently stored in this entity's queue.
exchmtaconnOldestMessageQueued
Oldest Message Queued is the time (secs) since the oldest message in this entity's queue was placed in the queue.
exchmtaconnCurrentInboundAssociations
Current Inbound Associations is the current number of inbound (remote initiated) associations with the entity.
exchmtaconnCurrentOutboundAssociations
Current Outbound Associations is the current number of outbound (locally initiated) associations with the entity.
exchmtaconnCumulativeInboundAssociations
Cumulative Inbound Associations is the total number of inbound (remote initiated) associations with the entity, since MTA initialization.
exchmtaconnCumulativeOutboundAssociations
Cumulative Outbound Associations is the total number of outbound (locally initiated) associations with the entity, since MTA initialization.
exchmtaconnLastInboundAssociation
Last Inbound Association is the time (secs) since the last time an inbound (remote initiated) association for this entity was active.
exchmtaconnLastOutboundAssociation
Last Outbound Association is the time (secs) since the last time an outbound (locally initiated) association for this entity was active.
exchmtaconnRejectedInboundAssociations
Rejected Inbound Associations is the total number of inbound (remote initiated) associations that have been rejected, since MTA initialization.
exchmtaconnFailedOutboundAssociations
Failed Outbound Associations is the total number of outbound (locally initiated) associations that have failed, since MTA initialization.
exchmtaconnNextAssociationRetry
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
Inbound Reject Reason is the reject reason code, if any, for the last association rejected from this entity.
exchmtaconnOutboundFailureReason
Outbound Failure Reason is the failure reason code, if any, for the last association attempt to this entity.
exchmtaconnInboundMessagesTotal
Inbound Messages Total is the total number of messages received from this entity since MTA initialization.
exchmtaconnOutboundMessagesTotal
Outbound Messages Total is the total number of messages transmitted to this entity since MTA initialization.
exchmtaconnInboundBytesTotal
Inbound Bytes Total is the total volume of message content received from this entity since MTA initialization, measured in kilobytes.
exchmtaconnQueuedBytes
Queued Bytes is the total volume of message content currently stored in this entity's queue, measured in kilobytes.
exchmtaconnOutboundBytesTotal
Outbound Bytes Total is the total volume of message content transmitted to this entity since MTA initialization, measured in kilobytes.
exchmtaconnTotalRecipientsInbound
Total Recipients Inbound is the total number of recipients specified in all messages received from this entity since MTA initialization.
exchmtaconnTotalRecipientsOutbound
Total Recipients Outbound is the total number of recipients specified in all messages transmitted to this entity since MTA initialization.
exchimcQueuedMTS-IN
The number of messages awaiting final delivery in MS Exchange Server
exchimcBytesQueuedMTS-IN
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
The number of messages entering the MTS-IN folder after conversion from Internet Mail format per hour
exchimcQueuedMTS-OUT
The number of messages waiting to be converted to Internet Mail format
exchimcBytesQueuedMTS-OUT
The size, in bytes, of the messages waiting to be converted to Internet Mail format
exchimcMessagesEnteringMTS-OUT
Messages that have entered the Internet Mail Service
exchimcMessagesLeavingMTS-OUT
The number of messages entering the Outbound Queue per hour
exchimcConnectionsInbound
The number of current SMTP connections to the Internet Mail Service established by other SMTP hosts
exchimcConnectionsOutbound
The number of current SMTP connections the Internet Mail Service has established to other SMTP hosts
exchimcConnectionsTotalOutbound
The total number of successful SMTP connections that the Internet Mail Service has established since it was started
exchimcConnectionsTotalInbound
The total number of SMTP connections the Internet Mail Service has accepted from other hosts since it was started
exchimcConnectionsTotalRejected
The total number of SMTP connections that the Internet Mail Service has rejected from other hosts since it was started
exchimcConnectionsTotalFailed
The total number of SMTP connections the Internet Mail Service has attempted to other hosts that failed since it was started
exchimcQueuedOutbound
The number of messages from MS Exchange Server, that are queued to be delivered to the Internet
exchimcQueuedInbound
The number of messages received from the Internet destined for MS Exchange Server
exchimcNDRsTotalInbound
The total number of Non-delivery reports generated for inbound mail
exchimcNDRsTotalOutbound
The total number of Non-delivery reports generated for outbound mail
exchimcTotalInboundKilobytes
The total kilobytes of message data transferred into the MS Exchange Server
exchimcTotalOutboundKilobytes
The total kilobytes of message data transferred out of the MS Exchange Server
exchimcInboundMessagesTotal
The total number of Internet messages delivered into MS Exchange Server
exchimcOutboundMessagesTotal
The total number of outbound messages delivered to their destinations
exchimcInboundBytesPerHr
The hourly rate of bytes transferred to the MS Exchange Server
exchimcOutboundBytesPerHr
The hourly rate of bytes transferred to the Internet
exchimcInboundMessagesPerHr
The hourly rate messages are transferred to the MS Exchange server
exchimcOutboundMessagesPerHr
The hourly rate messages are transferred to the Internet
exchimcOutboundConnectionsPerHr
The hourly rate at which outbound connections were made
exchimcInboundConnectionsPerHr
The hourly rate at which inbound connections were received
exchimcTotalMessagesQueued
Total messages waiting in the Internet Mail Service queues
exchimcTotalKilobytesQueued
Total kilobytes of message data queued in the Internet Mail Service queues
exchimcTotalInboundRecipients
Total number of recipients processed inbound since the Internet Mail Service was started
exchimcTotalOutboundRecipients
Total number of recipients processed outbound since the Internet Mail Service was started
exchimcTotalRecipientsQueued
Total number of recipients in the Internet Mail Service queues
exchimcTotalSuccessfulConversions
Total message format conversions between internet format and Exchange format that succeeded.
exchimcTotalFailedConversions
Total message format conversions between internet format and Exchange format that failed.
exchimcTotalLoopsDetected
Total number of messages NDRd because they appeared to be looping infinitely.
exchisRPCPacketsPerSec
RPC Packets/sec is the rate that RPC packets are processed.
exchisRPCOperationsPerSec
RPC Operations/sec is the rate that RPC operations occur.
exchisReadBytesRPCClientsPerSec
Read Bytes RPC Clients/sec is the rate that bytes are read from RPC clients.
exchisWriteBytesRPCClientsPerSec
Write Bytes RPC Clients/sec is the rate that bytes are written to RPC clients.
exchisPushNotificationsGeneratedPerSec
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
Push Notifications Skipped/sec is the number of push notifications that have been skipped by caching at the server.
exchisRPCRequests
RPC Requests is the number of client requests that are currently being processed by the information store.
exchisRPCRequestsPeak
RPC Requests Peak is the maximum number of client requests that were processed simultaneously by the information store since it was started.
exchisUserCount
User Count is the number of users connected to the information store.
exchisActiveUserCount
Number of user connections that have shown some activity in the last 10 minutes.
exchisMaximumUsers
Maximum Users is the maximum number of concurrent users since startup.
exchisAnonymousUserCount
Anonymous User Count is the number of anonymous users connected to the information store.
exchisActiveAnonymousUserCount
Number of active users.
exchisMaximumAnonymousUsers
The maximum number of anonymous users since startup.
exchisConnectionCount
Connection Count is the number of client processes connected to the information store.
exchisActiveConnectionCount
Number of connections that have shown some activity in the last 10 minutes.
exchisMaximumConnections
The maximum number of concurrent connections since startup.
exchisPushNotificationsCacheSize
The current size of the Push Notifications Cache.
exchisPeakPushNotificationsCacheSize
The maximum size of the Push Notifications Cache.
exchisDatabaseSessionHitRate
Database Session Hit Rate is the percent hit rate on re-using database sessions.
exchisIMAPMessagesSent
Messages Sent to clients connected via the IMAP external network interface.
exchisIMAPCommandsIssued
Total number of commands issued by clients connected via the IMAP external network interface
exchisIMAPMessageSendRate
Rate at which messages are sent to clients connected via the IMAP external network interface.
exchisIMAPCommandsIssuedRate
Rate at which commands are issued by clients connected via the IMAP external network interface
exchisPOP3MessagesSent
Messages Sent to clients connected via the POP3 external network interface.
exchisPOP3CommandsIssued
Total number of commands issued by clients connected via the POP3 external network interface
exchisPOP3MessagesSendRate
Rate at which messages are sent to clients connected via the POP3 external network interface.
exchisPOP3CommandsIssuedRate
Rate at which commands are issued by clients connected via the POP3 external network interface
exchisNNTPMessagesRead
NNTP Messages Read is the the total number of messages sent from the information store to NNTP clients since service startup.
exchisNNTPMessagesPosted
NNTP Messages Posted is the total number of messages posted by NNTP clients into the information store since service startup.
exchisNNTPFailedPosts
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
Newsfeed Messages Received is the total number of messages received into the information store from NNTP newsfeeds since service startup.
exchisNewsfeedInboundRejectedMessages
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
Total number of commands issued by clients connected via the NNTP external network interface
exchisNNTPMessagesReadRate
Rate at which messages are sent to NNTP clients
exchisNNTPMessagesPostedRate
Rate at which NNTP messages are posted by NNTP clients
exchisNNTPFailedPostsRate
Rate at which messages posted by NNTP clients are rejected
exchisNewsfeedMessagesReceivedRate
Rate at which messages are received into the information store from NNTP newsfeeds
exchisNewsfeedInboundRejectedMessagesRate
Rate at which messages received in newsfeeds from other NNTP servers are rejected
exchisNNTPCommandsIssuedRate
Rate at which commands are issued by clients connected via the NNTP external network interface
exchisNewsfeedMessagesSent
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
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
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
Newsfeed Bytes Sent/sec is the rate data is sent from the information store to other NNTP servers by the Internet News Service.
exchisNewsfeedOutboundRejectedMessages
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
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
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
Number of article index table rows expired
exchispubSendQueueSize
Send Queue Size is the number of messages in the public information store's send queue.
exchispubReceiveQueueSize
Receive Queue Size is the number of messages in the public information store's receive queue.
exchispubCategorizationCount
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 categorization ...
exchispubMessagesDelivered
Messages Delivered is the total number of messages delivered to all recipients since startup.
exchispubMessageRecipientsDelivered
Message Recipients Delivered is the total number of recipients that have received a message since startup.
exchispubMessagesSent
Messages Sent is the total number of messages sent to other storage providers via the message transfer agent (MTA) since startup.
exchispubMessagesSubmitted
Messages Submitted is the total number of messages submitted by clients since startup.
exchispubSingleInstanceRatio
Single Instance Ratio is the average number of references to each message in the public information store.
exchispubMessagesDeliveredPerMin
Messages Delivered/min is the rate that messages are delivered to all recipients.
exchispubMessageRecipientsDeliveredPerMin
Message Recipients Delivered/min is the rate that recipients receive messages.
exchispubMessagesSentPerMin
Messages Sent/min is the rate that messages are sent to other storage providers via the message transfter agent (MTA).
exchispubMessageSubmittedPerMin
Messages Submitted/min is the rate that messages are submitted by clients.
exchispubAverageTimeForDelivery
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
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
Total Size of Recoverable Items is the total size in kilobytes of items retained for Item Recovery
exchispubTotalCountOfRecoverableItems
Total Count of Recoverable Items is the total number of items retained for Item Recovery
exchispubReplicationMessagesSent
Replication Messages Sent is the total number of replication messages that have been sent to other servers since service startup.
exchispubReplicationFolderTreeMessagesSent
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
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
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
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
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
Replication Backfill Requests Sent is the number of backfill request replication messages that have been sent to other servers since service startup.
exchispubReplicationBackfillDataMessagesSent
Replication Backfill Data Messages Sent is the number of replication messages sent in response to backfill requests from other servers since service startup.
exchispubReplicationMessagesReceived
Replication Messages Received is the total number of replication messages received from other servers since service startup.
exchispubReplicationFolderTreeMessagesReceived
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
Replication Folder Changes Received is the number of folder changes that have been replicated from other servers since service startup.
exchispubReplicationFolderDataMessagesReceived
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
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
Status Messages Received is the number of replication status request or response messages that have been received from other servers since service startup.
exchispubReplicationBackfillRequestsReceived
Replication Backfill Requests Received is the number of backfill request replication messages that have been received from other servers since service startup.
exchispubReplicationBackfillDataMessagesReceived
Replication Backfill Data Messages Received is the number of replication messages received from other servers in response to backfill requests since service startup.
exchispubReplicationReceiveQueueSize
Replication Receive Queue Size is the number of replication messages waiting to be processed.
exchispubNumberOfMessagesExpiredFromPublicFolders
Number of messages expired from public folders
exchispubClientLogons
Client Logons is the number of clients (including system processes) currently logged on.
exchispubActiveClientLogons
Active Client Logons is the number of clients that performed any action within the last ten minute time interval.
exchispubPeakClientLogons
Peak Client Logons is the maximum number of concurrent client logons since service startup.
exchispubFolderOpensPerSec
Folder opens/sec is the rate that requests to open folders are submitted to the information store.
exchispubMessageOpensPerSec
Message Opens/sec is the rate that requests to open messages are submitted to the information store.
exchisprivSendQueueSize
Send Queue Size is the number of messages in the private information store's send queue.
exchisprivReceiveQueueSize
Receive Queue Size is the number of messages in the private information store's receive queue.
exchisprivCategorizationCount
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 catego ...
exchisprivMessagesDelivered
Messages Delivered is the total number of messages delivered to all recipients since startup.
exchisprivMessageRecipientsDelivered
Message Recipients Delivered is the total number of recipients that have received a message since startup.
exchisprivMessagesSent
Messages Sent is the total number of messages sent to other storage providers via the message transfter agent (MTA) since startup.
exchisprivMessagesSubmitted
Messages Submitted is the total number of messages submitted by clients since service startup.
exchisprivSingleInstanceRatio
Single Instance Ratio is the average number of references to each message in the private information store.
exchisprivMessagesDeliveredPerMin
Messages Delivered/min is the rate that messages are delivered to all recipients.
exchisprivMessageRecipientsDeliveredPerMin
Message Recipients Delivered/min is the rate that recipients receive messages.
exchisprivMessagesSentPerMin
Messages Sent/min is the rate that messages are sent to other storage providers via the message transfter agent (MTA).
exchisprivMessagesSubmittedPerMin
Messages Submitted/min is the rate that messages are submitted by clients.
exchisprivAverageDeliveryTime
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
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
Total Size of Recoverable Items is the total size in kilobytes of items retained for Item Recovery
exchisprivTotalCountOfRecoverableItems
Total Count of Recoverable Items is the total number of items retained for Item Recovery
exchisprivClientLogons
Client Logons is the number of clients (including system processes) currently logged on.
exchisprivActiveClientLogons
Active Client Logons is the number of clients that performed any action within the last ten minute time interval.
exchisprivPeakClientLogons
Peak Client Logons is the maximum number of concurrent client logons since the service started.
exchisprivLocalDeliveries
Total number of messages delivered locally
exchisprivLocalDeliveryRate
Rate at which messages are delivered locally
exchisprivFolderOpensPerSec
Folder Opens/sec is the rate that requests to open folders are submitted to the information store.
exchisprivMessageOpensPerSec
Message Opens/sec is the rate that requests to open messages are submitted to the information store.
exchdsAccessViolations
Access Violations is the number of times that directory service write operations were refused for security reasons.
exchdsABBrowsesPerSec
AB Browses/sec is the rate at which Address Book clients perform browse operations.
exchdsABReadsPerSec
AB Reads/sec is the rate at which Address Book clients perform read operations.
exchdsExDSReadsPerSec
ExDS Reads/sec is the rate at which Extended Directory Service clients perform read operations.
exchdsReplicationUpdatesPerSec
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
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 indic ...
exchdsABWritesPerSec
AB Writes/sec is the rate at which Address Book clients perform write operations.
exchdsExDSWritesPerSec
ExDS Writes/sec is the rate at which Extended Directory Service clients perform write operations.
exchdsExDSClientSessions
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
AB Client Sessions is the number of connected Address Book client sessions.
exchdsPendingReplicationSynchronizations
Pending Replication Synchronizations is the number of directory synchronizations that are queued for this server but not yet processed.
exchdsRemainingReplicationUpdates
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
This is the number of objects replicated out per second from this machine to other Directory Servers.
exchdsAddressBookViewReadsPerSec
Number of directory objects read per second by the View Consistency Checker.
exchdsAddressBookViewWritesPerSec
Number of Address Book View containers created per second by the View Consistency Checker.
exchdsAddressBookViewModifiesPerSec
Number of directory objects modified per second by the View Consistency Checker.
exchdsLDAPSearches
Total number of LDAP searches performed since the DSA started.
exchdsLDAPSearchesPerSec
LDAP Searches/sec is the rate at which LDAP clients perform search operations.
webproxysrvrUpstreamBytesSentPerSec
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
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
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
Client Bytes Sent/sec is the rate at which data bytes are sent by the Web Proxy Server to Web Proxy clients.
webproxysrvrClientBytesReceivedPerSec
Client Bytes Received/sec is the rate at which data bytes are received by the Web Proxy Server from Web Proxy clients.
webproxysrvrClientBytesTotalPerSec
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
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
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
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
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
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
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
Current Users is the number of users currently connected to the Web Proxy Server.
webproxysrvrTotalUsers
Total Users is the total number of users that have ever connected to the Web Proxy Server.
webproxysrvrMaximumUsers
Maximum Users is the maximum number of users that have connected to the Web Proxy Server simultaneously.
webproxysrvrFtpRequests
Ftp Requests is the number of Ftp requests that have been made to the Web Proxy Server.
webproxysrvrGopherRequests
Gopher Requests is the number of Gopher requests that have been made to the Web Proxy Server.
webproxysrvrHttpRequests
Http Requests is the number of Http requests that have been made to the Web Proxy Server.
webproxysrvrTotalRequests
Total Requests is the total number of requests that have ever been made to the Web Proxy Server.
webproxysrvrTotalSuccessfulRequests
Total Successful Requests is the total number of requests that have been successfully processed by the Web Proxy Server.
webproxysrvrTotalFailingRequests
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 Internproxysrvr Total Failing ...
webproxysrvrTotalCacheFetches
Total Cache Fetches is the total number of requests that have been served by using cached data from the Web Proxy Server cache.
webproxysrvrTotalUpstreamFetches
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
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
Sites Denied is the total number of Internet sites to which the Web Proxy Server has denied access.
webproxysrvrSitesGranted
Sites Granted is the total number of Internet sites to which the Web Proxy Server has granted access.
webproxysrvrDNSCacheEntries
DNS Cache Entries is the current number of DNS domain name entries cached by the Web Proxy Server.
webproxysrvrDNSRetrievals
DNS Retrievals is the total number of DNS domain names that have been retrieved by the Web Proxy Server.
webproxysrvrDNSCacheFlushes
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
DNS Cache Hits is the total number of times a DNS domain name was found within the DNS Cache.
webproxysrvrDNSCacheHitsPercent
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
HTTPS sessions is the total number of HTTP-secured sessions serviced by the Secure Sockets Layer (SSL) tunnel.
webproxysrvrSNEWSSessions
SNEWS sessions is the total number of SNEWS sessions serviced by the Secure Sockets Layer (SSL) tunnel.
webproxysrvrUnknownSSLSessions
Unknown SSL sessions is the total number of unknown Secure Sockets Layer (SSL) sessions serviced by the SSL tunnel.
webproxysrvrTotalSSLSessions
Total SSL sessions is the total number of Secure Sockets Layer (SSL) sessions serviced by the SSL tunnel.
webproxysrvrSocksSessions
Socks sessions is the current number of active sessions between Socks clients and connected servers serviced by the Web Proxy Server.
webproxysrvrTotalSocksSessions
Total Socks Sessions is the accumulative number of Socks sessions serviced by the Web Proxy Server.
webproxysrvrTotalSuccessfulSocksSessions
Total Successful Socks Sessions is the accumulative number of Socks requests that were successfully serviced by the Web Proxy Server.
webproxysrvrTotalFailedSocksSessions
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
Thread Pool Size is the number of threads in the thread pool.
webproxysrvrThreadPoolFailures
Thread Pool Failures is the number of requests rejected because the thread pool was overcommitted.
webproxysrvrSSLSessionsScavenged
SSL sessions scavenged is the number of Secure Sockets Layer (SSL) sessions closed because of idle timeout and excessive SSL demand.
webproxysrvrThreadPoolActiveSessions
Thread Pool active sessions is the number of sessions being actively serviced by thread pool threads.
webproxysrvrArrayBytesSentPerSec
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
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
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
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
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
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
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
Total Reverse Fetches is the total number of Reverse Proxy requests that have been served by requesting the data from web publishing servers.
webproxysrvrRequestsPerSec
Requests/sec is the rate of incoming requests that have been made to the Web Proxy Server.
webproxysrvrFailingRequestsPerSec
Failing Requests/sec is the rate of requests that have completed with some type of error.
winsockproxysrvrSuccessfulDNSResolutions
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
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
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
The number of active sessions for WinSock Proxy Server.
winsockproxysrvrActiveTCPConnections
The total number of active TCP connections currently passing data. Connections pending or not yet established are counted elsewhere.
winsockproxysrvrActiveUDPConnections
Total number of active UDP connections.
winsockproxysrvrConnectingTCPConnections
Total number of TCP connections pending. These are connections awaiting completion between WinSock Proxy Server and remote computers.
winsockproxysrvrBack-ConnectingTCPConnections
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
Number of connection objects that wait for TCP connection from WinSock Proxy clients.
winsockproxysrvrListeningTCPConnections
Number of connection objects that wait for TCP connections from remote Internet computers.
winsockproxysrvrWorkerThreads
The number of WinSock Proxy worker threads that are currently alive.
winsockproxysrvrAvailableWorkerThreads
The number of WinSock Proxy worker threads that are available (waiting in completion port queue).
winsockproxysrvrBytesReadPerSec
Number of bytes read by the data-pump per second.
winsockproxysrvrBytesWrittenPerSec
Number of bytes written by data-pump per second.
winsockproxysrvrNon-connectedUDPMappings
The number of mappings available for UDP connections.
winsockproxysrvrDNSCacheEntries
DNS Cache Entries is the current number of DNS domain name entries cached by the Web Proxy Server.
winsockproxysrvrDNSCacheHits
DNS Cache Hits is the total number of times a DNS domain name was found within the DNS Cache.
winsockproxysrvrDNSCacheFlushes
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
DNS Retrievals is the total number of DNS domain names that have been retrieved by the Web Proxy Server.
winsockproxysrvrDNSCacheHitsPercent
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.
webproxysrvrcacheURLsInCache
URLs in Cache is the current number of URLs in the URL Cache.
webproxysrvrcacheBytesInCache
Bytes in Cache is the total number of bytes currently contained in the Cache.che Bytes In Cache
webproxysrvrcacheTotalBytesCached
Total Bytes Cached is the cumulative number of bytes that have been placed into the URL Cache.
webproxysrvrcacheTotalBytesRetrieved
Total Bytes Retrieved is the cumulative number of bytes that have been retrieved fwebproxysrvrcacherwebproxysrvrcacheom the URL Cache.
webproxysrvrcacheTotalURLsCached
Total URLs Cached is the cumulative number of URLs that have been stored into the URL Cache.
webproxysrvrcacheTotalURLsRetrieved
Total URLs Retrieved is the cumulative number of URLs that have been retrieved from the URL Cache.
webproxysrvrcacheMaxBytesCached
Max Bytes Cached is the maximum number of bytes that have been stored in the URL Cache.
webproxysrvrcacheMaxURLsCached
Max URLs Cached is the maximum number of URLs that have been stored in the URL Cache.
webproxysrvrcacheTotalActivelyRefreshedURLs
Total Actively Refreshed URLs is the cumulative number of popular URLs in the URL cache that have been preemptively refreshed from the Internet.
webproxysrvrcacheTotalBytesActivelyRefreshed
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
URL Retrieve Rate is the rate at which URLs are retrieved from the URL cache.
webproxysrvrcacheBytesRetrievedRate
Bytes Retrieved Rate is the rate at which bytes of data are retrieved from the URL cache.
webproxysrvrcacheURLCommitRate
URL Commit Rate is the rate at which URLs are commited to the URL cache.
webproxysrvrcacheBytesCommitedRate
Bytes Commited Rate is the rate at which bytes of data are commited to the URL cache.
webproxysrvrcacheActiveURLRefreshRate
Active URL Refresh Rate is the rate at which popular URLs in the URL cache are preemptively refreshed from the Internet.
webproxysrvrcacheActiveRefreshBytesRate
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.
telephonyLines
The number of telephone lines serviced by this computer.
telephonyTelephoneDevices
The number of telephone devices serviced by this computer.
telephonyActiveLines
The number of telephone lines serviced by this computer that are currently active.
telephonyActiveTelephones
The number of telephone devices that are currently being monitored.
telephonyOutgoingCallsPerSec
The rate of outgoing calls made by this computer.
telephonyIncomingCallsPerSec
The rate of incoming calls answered by this computer.
telephonyClientApps
The number of applications that are currently using telephony services.
telephonyCurrentOutgoingCalls
Current outgoing calls being serviced by this computer.
telephonyCurrentIncomingCalls
Current incoming calls being serviced by this computer.
rasportrAS-PortTable
A table containing performance information for instances of 'rAS-Port' objects.
rasportrAS-PortEntry
Performance information for one particular instance of 'rAS-Port' object.
rasportrAS-PortIndex
Index.
rasportrAS-PortInstance
Instance name.
rasportBytesTransmitted
The number of bytes transmitted total for this connection.
rasportBytesReceived
The number of bytes received total for this connection.
rasportFramesTransmitted
The number of data frames transmitted total for this connection.
rasportFramesReceived
The number of data frames received total for this connection.
rasportPercentCompressionOut
The compression ratio for bytes being transmitted.
rasportPercentCompressionIn
The compression ratio for bytes being received.
rasportCRCErrors
The total number of CRC Errors for this connection. CRC Errors occur when the frame received contains erroneous data.
rasportTimeoutErrors
The total number of Timeout Errors for this connection. Timeout Errors occur when an expected is not received in time.
rasportSerialOverrunErrors
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
The total number of Alignment Errors for this connection. Alignment Errors occur when a byte received is different from the byte expected.
rasportBufferOverrunErrors
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
The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors for this connection.
rasportBytesTransmittedPerSec
The number of bytes transmitted per second.
rasportBytesReceivedPerSec
The number of bytes received per second.
rasportFramesTransmittedPerSec
The number of frames transmitted per second.
rasportFramesReceivedPerSec
The number of frames received per second.
rasportTotalErrorsPerSec
The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors per second.
nwnetbiosnWLink-NetBIOSTable
A table containing performance information for instances of 'nWLink-NetBIOS' objects.
nwnetbiosnWLink-NetBIOSEntry
Performance information for one particular instance of 'nWLink-NetBIOS' object.
nwnetbiosnWLink-NetBIOSIndex
Index.
nwnetbiosnWLink-NetBIOSInstance
Instance name.
nwnetbiosDatagramsPerSec
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Connections Canceled is the number of connections that were canceled. This number is an accumulator and shows a running total.
nwnetbiosFailuresResourceRemote
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
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
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
Failures No Listen is the number of connections that were rejected because the remote computer was not listening for connection requests.
nwnetbiosDatagramsSentPerSec
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
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
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
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
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
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
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
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
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
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
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
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
Frames Rejected/sec is the rate that data frames are rejected. This counter only counts the frames (packets) that carry data.
nwnetbiosFrameBytesRejectedPerSec
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
Expirations Response is the count of T1 timer expirations.
nwnetbiosExpirationsAck
Expirations Ack is the count of T2 timer expirations
nwnetbiosWindowSendMaximum
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
Window Send Average is the running average number of data bytes that were sent before waiting for an acknowledgment from the remote computer.
nwnetbiosPiggybackAckQueuedPerSec
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
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 o ...
ntsystemFileReadOperationsPerSec
File Read Operations/sec is an aggregate of all the file system read operations on the computer.
ntsystemFileWriteOperationsPerSec
File Write Operations/sec is an aggregate of all the file system write operations on the computer.
ntsystemFileControlOperationsPerSec
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
File Read Bytes/sec is an aggregate of the bytes transferred for all the file system read operations on the computer.
ntsystemFileWriteBytesPerSec
File Write Bytes/sec is an aggregate of the bytes transferred for all the file system write operations on the computer.
ntsystemFileControlBytesPerSec
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
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 b ...
ntsystemSystemCallsPerSec
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 n ...
ntsystemPercentTotalProcessorTime
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 ...
ntsystemPercentTotalUserTime
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 proc ...
ntsystemPercentTotalPrivilegedTime
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 thi ...
ntsystemTotalInterruptsPerSec
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 ...
ntsystemFileDataOperationsPerSec
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
Total Time (in seconds) that the computer has been operational since it was last started.
ntsystemProcessorQueueLength
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 ...
ntsystemAlignmentFixupsPerSec
Alignment Fixups/sec is the rate of alignment faults fixed by the system.
ntsystemExceptionDispatchesPerSec
Exception Dispatches/sec is the rate of exceptions dispatched by the system.
ntsystemFloatingEmulationsPerSec
Floating Emulations/sec is the rate of floating emulations performed by the system.
ntsystemPercentTotalDPCTime
% 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
% 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
Total DPCs Queued/sec is the rate DPC objects are queued to all processors' DPC queues.
ntsystemTotalDPCRate
Total DPC Rate is the average rate DPC objects are queued to all processors' DPC queue per clock tick.
ntsystemTotalDPCBypassesPerSec
Total DPC Bypasses/sec is the overall rate Dispatch interrupts were short-circuited across all processors.
ntsystemTotalAPCBypassesPerSec
Total APC Bypasses/sec is the overall rate kernel APC interrupts were short-circuited across all processors.
ntsystemPercentRegistryQuotaInUse
% Registry Quota In Use indicates the percentage of the Total Registry Quota Allowed currently in use by the system.
packetfilterTotalDroppedFrames
The total number of dropped or filtered frames.
packetfilterFramesDroppedDueToFilterDenial
Total number of frames dropped because dynamic packet filtering did not allow the data.
packetfilterFramesDroppedDueToProtocolViolations
This is the total of the number of frames dropped because of some protocol irregularity.
packetfilterTotalIncomingConnections
This is the total of the number of connections made through the filtered interfaces.
packetfilterTotalLostLoggingFrames
This is the total of the number of frames dropped that could not be logged.
webserviceweb-ServiceTable
A table containing performance information for instances of 'web-Service' objects.
webserviceweb-ServiceEntry
Performance information for one particular instance of 'web-Service' object.
webserviceweb-ServiceIndex
Index.
webserviceweb-ServiceInstance
Instance name.
webserviceBytesSentPerSec
Bytes Sent/sec is the rate that data bytes are sent by the Web service.
webserviceBytesReceivedPerSec
Bytes Received/sec is the rate that data bytes are received by the Web service.
webserviceBytesTotalPerSec
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
Total Files Sent is the total number of files sent by the Web service (counted since service startup).
webserviceFilesSentPerSec
The rate files are sent by the Web service.
webserviceTotalFilesReceived
Total Files Received is the total number of files received by the Web service (counted since service startup).
webserviceFilesReceivedPerSec
The rate files are received by the Web service.
webserviceTotalFilesTransferred
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
The rate files are transferred, that is, sent and received by the Web service.
webserviceCurrentAnonymousUsers
Current Anonymous Users is the number of users who currently have an anonymous connection using the Web service.
webserviceCurrentNonAnonymousUsers
Current NonAnonymous Users is the number of users who currently have a non-anonymous connection using the Web service.
webserviceTotalAnonymousUsers
Total Anonymous Users is the total number of users who established an anonymous connection with the Web service (counted since service startup).
webserviceAnonymousUsersPerSec
The rate users are making anonymous connections using the Web service.
webserviceTotalNonAnonymousUsers
Total NonAnonymous Users is the total number of users who established a non-anonymous connection with the Web service (counted since service startup).
webserviceNonAnonymousUsersPerSec
The rate users are making non-anonymous connections using the Web service.
webserviceMaximumAnonymousUsers
Maximum Anonymous Users is the maximum number of users who established concurrent anonymous connections using the Web service (counted since service startup).
webserviceMaximumNonAnonymousUsers
Maximum NonAnonymous Users is the maximum number of users who established concurrent non-anonymous connections using the Web service (counted since service startup).
webserviceCurrentConnections
Current Connections is the current number of connections established with the Web service.
webserviceMaximumConnections
Maximum Connections is the maximum number of simultaneous connections established with the Web service.
webserviceTotalConnectionAttempts
Total Connection Attempts is the number of connections that have been attempted using the Web service (counted since service startup).
webserviceConnectionAttemptsPerSec
The rate that connections using the Web service are being attempted.
webserviceTotalLogonAttempts
Total Logon Attempts is the number of logons that have been attempted using the Web service (counted since service startup).
webserviceLogonAttemptsPerSec
The rate that logons using the Web service are being attempted.
webserviceTotalGetRequests
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
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
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
The rate HTTP requests using the POST method are made. Post requests are generally used for forms or gateway requests.
webserviceTotalHeadRequests
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
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
Total Put Requests is the number of HTTP requests using the PUT method (counted since service startup).
webservicePutRequestsPerSec
The rate HTTP requests using the PUT method are made.
webserviceTotalDeleteRequests
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
The rate HTTP requests using the DELETE method are made. Delete requests are generally used for file removals.
webserviceTotalTraceRequests
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
System Code Resident Bytes
webserviceTotalOtherRequestMethods
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
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
Total Method Requests is the number of HTTP GET, POST, PUT, DELETE, TRACE, HEAD and other method requests (counted since service startup).
webserviceTotalMethodRequestsPerSec
The rate HTTP requests using GET, POST, PUT, DELETE, TRACE or HEAD methods are made.
webserviceTotalCGIRequests
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 resou ...
webserviceCGIRequestsPerSec
The rate of CGI requests that are simultaneously being processed by the Web service.
webserviceTotalISAPIExtensionRequests
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 ...
webserviceISAPIExtensionRequestsPerSec
The rate of ISAPI Extension requests that are simultaneously being processed by the Web service.
webserviceTotalNotFoundErrors
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 start ...
webserviceNotFoundErrorsPerSec
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
Current CGI Requests is the current number of CGI requests that are simultaneously being processed by the Web service.
webserviceCurrentISAPIExtensionRequests
Current ISAPI Extension Requests is the current number of Extension requests that are simultaneously being processed by the Web service.
webserviceMaximumCGIRequests
Maximum CGI Requests is the maximum number of CGI requests simultaneously processed by the Web service.
webserviceMaximumISAPIExtensionRequests
Maximum ISAPI Extension Requests is the maximum number of Extension requests simultaneously processed by the Web service.
webserviceTotalBlockedAsyncIPerORequests
Total requests temporarily blocked due to bandwidth throttling settings (counted since service startup).
webserviceTotalAllowedAsyncIPerORequests
Total requests allowed by bandwidth throttling settings (counted since service startup).
webserviceTotalRejectedAsyncIPerORequests
Total requests rejected due to bandwidth throttling settings (counted since service startup).
webserviceCurrentBlockedAsyncIPerORequests
Current requests temporarily blocked due to bandwidth throttling settings.
webserviceMeasuredAsyncIPerOBandwidthUsage
Measured bandwidth of asynchronous I/O averaged over a minute.

You can start network devices monitoring using free 30-day trial version of IPHost Network Monitor right now. Witn IPHost SNMP monitor you can monitor network performance, audit network usage, detect network faults, or inappropriate access. The IPHost's SNMP monitor can communicate and interact with any SNMP-enabled device.

MIBs list