cpqOsProcessWorkingSet

CPQOS-MIB · .1.3.6.1.4.1.232.19.2.12.2.1.6

Object

column mandatory Integer32
Working Set is the current number of bytes in the Working Set of this
process. The Working Set is the set of memory pages touched recently by
the threads in the process.  If free memory in the computer is above a
threshold, pages are left in the Working Set of a process even if they
are not in use.  When free memory falls below a threshold, pages are
trimmed from Working Sets.  If they are needed they will then be
soft-faulted back into the Working Set before they leave main memory.

Context

MIB
CPQOS-MIB
OID
.1.3.6.1.4.1.232.19.2.12.2.1.6
Type
column
Access
readonly
Status
mandatory
Parent
cpqOsProcessEntry

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/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::cpqOsProcessWorkingSet'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQOS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQOS-MIB::cpqOsProcessWorkingSet.<cpqOsProcessIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQOS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQOS-MIB::cpqOsProcessWorkingSet'

Syntax

Source
SNMPv2-SMIInteger32
Base type
Integer32

Values & Constraints

Type Constraints
range: -2147483648..2147483647