CPQOS-MIB Table View
Table-centric layout grouping table, row, and column objects.
Tables
8
Rows
8
Columns
78
.1.3.6.1.4.1.232.19.2.3.2
·
1 row entry
·
11 columns
Uses the hp variant from
Command help
/opt/observium/mibs/hp.
Walk cpqOsProcessorTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CPQOS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQOS-MIB::cpqOsProcessorTable'
A table of Processor Entries.
A Processor Entry.
Indexes
| Column | Syntax | OID | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
cpqOsCpuIndexmandatory
This Processor Instance number.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.3.2.1.1 |
||||||||
|
cpqOsCpuInstancemandatory
This Processor Instance Name.
|
OctetString Constraints: range: 0-64 |
.1.3.6.1.4.1.232.19.2.3.2.1.2 |
||||||||
|
cpqOsCpuInterruptsPerSecmandatory
Interrupts/sec is the average number of hardware interrupts the processor
is receiving and servicing in each second. It does not include DPCs, which are counted separately. This value is an indirect indicator of the act… |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.3.2.1.3 |
||||||||
|
cpqOsCpuTimePercentmandatory
%Processor Time is the percentage of time that the processor is executing
a non-Idle thread. This counter was designed as a primary indicator of processor activity. It is calculated by measuring the time that the proces… |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.3.2.1.4 |
||||||||
|
cpqOsWarCpuTimePercentmandatory
Warning alarm will be issued if,
(cpqOsCpuTotalCpuTimePercent >= cpqOsWarCpuTotalCpuTimePercent && cpqOsCpuTotalCpuTimePercent < cpqOsCriCpuTotalCpuTimePercent) for 15 data collection intervals. |
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.3.2.1.5 |
||||||||
|
cpqOsCriCpuTimePercentmandatory
Critical alarm will be issued if,
(cpqOsCpuTotalCpuTimePercent >= cpqOsCriCpuTotalCpuTimePercent) for 15 data collection intervals. |
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.3.2.1.6 |
||||||||
|
cpqOsCpuUserTimePercentmandatory
%User Time is the percentage of non-idle processor time spent in user
mode. User mode is a restricted processing mode designed for applications, environment subsystems, and integral subsystems. The alternative, privileg… |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.3.2.1.7 |
||||||||
|
cpqOsCpuPrivilegedTimePercentmandatory
%Privileged Time is the percentage of non-idle processor time spent in
privileged mode. (Privileged mode is a processing mode designed for operating system components and hardware-manipulating drivers. It allows direct … |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.3.2.1.8 |
||||||||
|
cpqOsCpuConditionmandatory
The condition of this Processor Object Instance.
|
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.232.19.2.3.2.1.9 |
||||||||
|
cpqOsCpuPercentDPCTimemandatory
% DPC Time is the percentage of time that the processor spent receiving
and servicing deferred procedure calls (DPCs) during the sample interval. (DPCs are interrupts that run at a lower priority than standard interrupt… |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.3.2.1.10 |
||||||||
|
cpqOsCpuPercentInterruptTimemandatory
% Interrupt Time is the percentage of time the processor spent receiving and
servicing hardware interrupts during the sample interval. This value is an indirect indicator of the activity of devices that generate interr… |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.3.2.1.11 |
.1.3.6.1.4.1.232.19.2.5.2
·
1 row entry
·
7 columns
Uses the hp variant from
Command help
/opt/observium/mibs/hp.
Walk cpqOsCacheTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CPQOS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQOS-MIB::cpqOsCacheTable'
A table of Cache Entries.
A Cache Entry.
Indexes
| Column | Syntax | OID | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
cpqOsCacheIndexmandatory
The Cache Instance number.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.5.2.1.1 |
||||||||
|
cpqOsCacheInstancemandatory
The Cache Instance Name.
|
OctetString Constraints: range: 0-64 |
.1.3.6.1.4.1.232.19.2.5.2.1.2 |
||||||||
|
cpqOsCacheCopyReadHitsPercentmandatory
%Copy Read Hits is the percentage of cache copy read requests that hit
the cache, that is, they did not require a disk read in order to provide access to the page in the cache. A copy read is a file read operation that … |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.5.2.1.3 |
||||||||
|
cpqOsWarCacheCopyReadHitsPercentmandatory
Warning alarm will be issued if,
(cpqOsCacheCopyReadHitsPercent <= cpqOsWarCacheCopyReadHitsPercent && cpqOsCacheCopyReadHitsPercent > cpqOsCriCacheCopyReadsPerSec) for 15 data collection intervals. |
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.5.2.1.4 |
||||||||
|
cpqOsCriCacheCopyReadHitsPercentmandatory
Critical alarm will be issued if,
(cpqOsCacheCopyReadHitsPercent <= cpqOsCriCacheCopyReadHitsPercent) for 15 data collection intervals. |
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.5.2.1.5 |
||||||||
|
cpqOsCacheCopyReadsPerSecmandatory
Copy Reads/sec is the frequency of reads from pages of the file system
cache that involve a memory copy of the data from the cache to the application`s buffer. The LAN Redirector uses this method for retrieving informat… |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.5.2.1.6 |
||||||||
|
cpqOsCacheConditionmandatory
The condition of this Cache Object Instance.
|
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.232.19.2.5.2.1.7 |
.1.3.6.1.4.1.232.19.2.6.2
·
1 row entry
·
6 columns
Uses the hp variant from
Command help
/opt/observium/mibs/hp.
Walk cpqOsPagingFileTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CPQOS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQOS-MIB::cpqOsPagingFileTable'
A table of Paging File Entries.
A Paging File Entry.
Indexes
| Column | Syntax | OID | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
cpqOsPagingFileIndexmandatory
This PagingFile Instance Number.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.6.2.1.1 |
||||||||
|
cpqOsPagingFileInstancemandatory
This PagingFile Instance Name.
|
OctetString Constraints: range: 0-64 |
.1.3.6.1.4.1.232.19.2.6.2.1.2 |
||||||||
|
cpqOsPageFileUsagePercentmandatory
The Paging File usage in percent.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.6.2.1.3 |
||||||||
|
cpqOsWarPageFileUsagePercentmandatory
Warning alarm will be issued if,
(cpqOsPageFileUsagePercent >= cpqOsWarPageFileUsagePercent && cpqOsPageFileUsagePercent < cpqOsCriPageFileUsagePercent) for 15 data collection intervals. |
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.6.2.1.4 |
||||||||
|
cpqOsCriPageFileUsagePercentmandatory
Critical alarm will be issued if,
(cpqOsPageFileUsagePercent >= cpqOsCriPageFileUsagePercent) for 15 data collection intervals. |
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.6.2.1.5 |
||||||||
|
cpqOsPagingFileConditionmandatory
The condition of this Paging File Object Instance.
|
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.232.19.2.6.2.1.6 |
.1.3.6.1.4.1.232.19.2.7.2
·
1 row entry
·
14 columns
Uses the hp variant from
Command help
/opt/observium/mibs/hp.
Walk cpqOsPhysicalDiskTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CPQOS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQOS-MIB::cpqOsPhysicalDiskTable'
A table of Physical Disk Entries.
A Physical Disk Entry.
Indexes
| Column | Syntax | OID | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
cpqOsPhysicalDiskIndexmandatory
The Physical Disk Instance number.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.7.2.1.1 |
||||||||
|
cpqOsPhysicalDiskInstancemandatory
The Physical Disk Instance Name.
|
OctetString Constraints: range: 0-64 |
.1.3.6.1.4.1.232.19.2.7.2.1.2 |
||||||||
|
cpqOsPhysicalDiskQueueLengthmandatory
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. |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.7.2.1.3 |
||||||||
|
cpqOsPhysicalDiskBusyTimePercentmandatory
%Disk Time is the percentage of elapsed time that the selected disk
drive is busy servicing read or write requests. |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.7.2.1.4 |
||||||||
|
cpqOsPhysicalDiskConditionmandatory
The condition of this Physical Disk Object Instance.
|
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.232.19.2.7.2.1.5 |
||||||||
|
cpqOsPhysicalDiskBytesPersecmandatory
Disk Bytes/sec is the rate bytes are transferred to or from the disk during
write or read operations. |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.7.2.1.6 |
||||||||
|
Disk Transfers/sec is the rate of read and write operations on the disk (times 1000).
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.7.2.1.7 |
||||||||
|
cpqOsPhysicalDiskReadsPersecx1000mandatory
Disk Reads/sec is the rate of read operations on the disk (times 1000).
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.7.2.1.8 |
||||||||
|
cpqOsPhysicalDiskWritesPersecx1000mandatory
Disk Writes/sec is the rate of write operations on the disk (times 1000).
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.7.2.1.9 |
||||||||
|
cpqOsPhysicalDiskReadBytesPersecmandatory
Disk Read Bytes/sec is the rate bytes are transferred from the disk during
read operations. |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.7.2.1.10 |
||||||||
|
cpqOsPhysicalDiskWriteBytesPersecmandatory
Disk Write Bytes is rate bytes are transferred to the disk during write
operations. |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.7.2.1.11 |
||||||||
|
Avg. Disk sec/Read is the average time in seconds of a read of data from the
disk (times 10000). |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.7.2.1.12 |
||||||||
|
Avg. Disk sec/Write is the average time in seconds of a write of data to the
disk (times 10000). |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.7.2.1.13 |
||||||||
|
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, no… |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.7.2.1.14 |
.1.3.6.1.4.1.232.19.2.8.2
·
1 row entry
·
9 columns
Uses the hp variant from
Command help
/opt/observium/mibs/hp.
Walk cpqOsLogicalDiskTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CPQOS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQOS-MIB::cpqOsLogicalDiskTable'
A table of Logical Disk Entries.
A Logical Disk Entry.
Indexes
| Column | Syntax | OID | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
cpqOsLogicalDiskIndexmandatory
The Logical Disk Instance number.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.8.2.1.1 |
||||||||
|
cpqOsLogicalDiskInstancemandatory
The Logical Disk Instance Name.
|
OctetString Constraints: range: 0-64 |
.1.3.6.1.4.1.232.19.2.8.2.1.2 |
||||||||
|
cpqOsLogicalDiskFreeSpaceMBytesmandatory
Free Megabytes displays the unallocated space on the disk drive
in megabytes. One megabyte = 1,048,576 bytes. |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.8.2.1.3 |
||||||||
|
cpqOsLogicalDiskFreeSpacePercentmandatory
%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 |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.8.2.1.4 |
||||||||
|
cpqOsLogicalDiskQueueLengthmandatory
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. |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.8.2.1.5 |
||||||||
|
cpqOsLogicalDiskBusyTimePercentmandatory
%Disk Time is the percentage of elapsed time that the selected disk
drive is busy servicing read or write requests. |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.8.2.1.6 |
||||||||
|
cpqOsWarLogicalDiskBusyTimePercentmandatory
Warning alarm will be issued if,
(cpqOsLogicalDiskBusyTimePercent >= cpqOsWarLogicalDiskBusyTimePercent && cpqOsLogicalDiskBusyTimePercent < cpqOsCriLogicalDiskBusyTimePercent) for 15 data collection intervals. |
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.8.2.1.7 |
||||||||
|
cpqOsCriLogicalDiskBusyTimePercentmandatory
Critical alarm will be issued if,
(cpqOsLogicalDiskBusyTimePercent >= cpqOsCriLogicalDiskBusyTimePercent) for 15 data collection intervals. |
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.8.2.1.8 |
||||||||
|
cpqOsLogicalDiskConditionmandatory
The condition of this Logical Disk Object Instance.
|
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.232.19.2.8.2.1.9 |
.1.3.6.1.4.1.232.19.2.10.2
·
1 row entry
·
13 columns
Uses the hp variant from
Command help
/opt/observium/mibs/hp.
Walk cpqOsNetworkInterfaceTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CPQOS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQOS-MIB::cpqOsNetworkInterfaceTable'
A table of Network Interface Entries.
A Network Interface Entry.
Indexes
| Column | Syntax | OID | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
cpqOsNetworkInterfaceIndexmandatory
The Network Interface Instance number.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.10.2.1.1 |
||||||||
|
cpqOsNetworkInterfaceInstancemandatory
The Network Interface Instance Name.
|
OctetString Constraints: range: 0-64 |
.1.3.6.1.4.1.232.19.2.10.2.1.2 |
||||||||
|
cpqOsNetworkTotalBytesPerSecmandatory
Bytes Total/sec is the rate at which bytes are sent and received
on the interface, including framing characters. |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.10.2.1.3 |
||||||||
|
cpqOsNetworkPacketsPerSecmandatory
Packets/sec is the rate at which packets are sent and received
on the network interface. |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.10.2.1.4 |
||||||||
|
cpqOsNetworkOutputQueueLengthmandatory
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 que… |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.10.2.1.5 |
||||||||
|
cpqOsNetworkPktOutboundErrorsmandatory
Packets Outbound Errors is the number of outbound packets that
could not be transmitted because of errors. |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.10.2.1.6 |
||||||||
|
cpqOsNetworkPktReceiveErrorsmandatory
Packets Received Errors is the number of inbound packets that
contained errors preventing them from being deliverable to a higher-layer protocol. |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.10.2.1.7 |
||||||||
|
cpqOsNetworkCurrentBandWidthmandatory
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 nomi… |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.10.2.1.8 |
||||||||
|
cpqOsNetworkInterfaceConditionmandatory
The condition of this Network Interface Object Instance.
|
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.232.19.2.10.2.1.9 |
||||||||
|
cpqOsNetworkBytesSentPersecmandatory
Bytes Sent/sec is the rate at which bytes are sent on the interface,
including framing characters. |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.10.2.1.10 |
||||||||
|
cpqOsNetworkBytesReceivedPersecmandatory
Bytes Received/sec is the rate at which bytes are received on the
interface, including framing characters. |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.10.2.1.11 |
||||||||
|
cpqOsNetworkPacketsSentPersecx1000mandatory
Packets Sent/sec is the rate (times 1000) at which packets are sent on
the network interface. |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.10.2.1.12 |
||||||||
|
Packets Received/sec is the rate (times 1000) at which packets are received
on the network interface. |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.10.2.1.13 |
.1.3.6.1.4.1.232.19.2.11.2
·
1 row entry
·
8 columns
Uses the hp variant from
Command help
/opt/observium/mibs/hp.
Walk cpqOsTcpTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CPQOS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQOS-MIB::cpqOsTcpTable'
A table of Tcp Entries.
A TCP Entry.
Indexes
| Column | Syntax | OID | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
cpqOsTcpIndexmandatory
The TCP Instance number.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.11.2.1.1 |
||||||||
|
cpqOsTcpInstancemandatory
The TCP Instance Name.
|
OctetString Constraints: range: 0-64 |
.1.3.6.1.4.1.232.19.2.11.2.1.2 |
||||||||
|
cpqOsTcpActiveConnectionsmandatory
Connections Active is the number of times TCP connections have
made a direct transition to the SYN-SENT state from the CLOSED state. |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.11.2.1.3 |
||||||||
|
cpqOsTcpEstablishedConectionsmandatory
Connections Established is the number of TCP connections for
which the current state is either ESTABLISHED or CLOSE-WAIT. |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.11.2.1.4 |
||||||||
|
cpqOsTcpSegmentsPerSecmandatory
Segments/sec is the rate at which TCP segments are sent or
received using the TCP protocol. |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.11.2.1.5 |
||||||||
|
cpqOsTcpRetransmittedSegmentsPerSecmandatory
Segments Retransmitted/sec is the rate at which segments are
retransmitted, that is, segments transmitted containing one or more previously transmitted bytes. |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.11.2.1.6 |
||||||||
|
cpqOsTcpConnectionFailuresmandatory
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 tra… |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.11.2.1.7 |
||||||||
|
cpqOsTcpConditionmandatory
The condition of this Tcp Object Instance.
|
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.232.19.2.11.2.1.8 |
.1.3.6.1.4.1.232.19.2.12.2
·
1 row entry
·
10 columns
Uses the hp variant from
Command help
/opt/observium/mibs/hp.
Walk cpqOsProcessTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CPQOS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQOS-MIB::cpqOsProcessTable'
A table of Process Entries.
A Process Entry.
Indexes
| Column | Syntax | OID | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
cpqOsProcessIndexmandatory
The Process Instance number.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.12.2.1.1 |
||||||||
|
cpqOsProcessInstancemandatory
The Process Instance Name.
|
OctetString Constraints: range: 0-64 |
.1.3.6.1.4.1.232.19.2.12.2.1.2 |
||||||||
|
cpqOsProcessThreadCountmandatory
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 threa… |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.12.2.1.3 |
||||||||
|
cpqOsProcessPrivateBytesmandatory
Private Bytes is the current number of bytes this process has allocated
that cannot be shared with other processes. |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.12.2.1.4 |
||||||||
|
cpqOsProcessPageFileBytesmandatory
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 sh… |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.12.2.1.5 |
||||||||
|
cpqOsProcessWorkingSetmandatory
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 thresh… |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.12.2.1.6 |
||||||||
|
cpqOsProcessCpuTimePercentmandatory
% 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 … |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.12.2.1.7 |
||||||||
|
cpqOsProcessPrivilegedTimePercentmandatory
% Privileged Time is the percentage of elapsed time that the threads of
the process have spent executing code in privileged mode. When a Windows NT system service is called, the service will often run in Privileged Mod… |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.12.2.1.8 |
||||||||
|
cpqOsProcessPageFaultsPerSecmandatory
Page Faults/sec is the rate Page Faults occur in the threads executing
in this process. A page fault occurs when a thread refers to a virtual memory page that is not in its working set in main memory. This will not ca… |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.232.19.2.12.2.1.9 |
||||||||
|
cpqOsProcessConditionmandatory
The condition of this Process Object Instance.
|
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.232.19.2.12.2.1.10 |