All MIBs › CPQOS-MIB › cpqOsProcessWorkingSet
cpqOsProcessWorkingSet
Module: CPQOS-MIB
OID (symbolic): CPQOS-MIB::cpqOsProcessWorkingSet
OID (numeric): 1.3.6.1.4.1.232.19.2.12.2.1.6
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: 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.
What is cpqOsProcessWorkingSet?
This read-only integer reports the current number of bytes in this process's Working Set, the set of memory pages its threads have touched recently, which stays resident even when unused if free memory is plentiful but gets trimmed when memory is scarce. An admin watches this to see how much physical memory a specific process is actively holding. For example, a process's cpqOsProcessWorkingSet shrinking sharply under memory pressure and then generating soft page faults afterward reflects the OS trimming and later re-faulting its pages.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.232.19.2.12.2.1.6 snmpwalk -v2c -c public <target> CPQOS-MIB::cpqOsProcessWorkingSet
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.232.19.2.12.2.1.6.1 snmpget -v2c -c public <target> CPQOS-MIB::cpqOsProcessWorkingSet.1
Start monitoring HP/Compaq shared storage subsystem (OpenStorage) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CPQOS-MIB::cpqOsProcessWorkingSet OID value, configure state conditions and alerts, and monitor any HP/Compaq shared storage subsystem (OpenStorage) from a single console.
OID Breakdown
Upper-level ancestors (7 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.232 | compaq | COMPAQ-ID-REC-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.232.19 | cpqWinOsMgmt | CPQOS-MIB |
| 1.3.6.1.4.1.232.19.2 | cpqOsComponent | CPQOS-MIB |
| 1.3.6.1.4.1.232.19.2.12 | cpqOsProcess | CPQOS-MIB |
| 1.3.6.1.4.1.232.19.2.12.2 | cpqOsProcessTable | CPQOS-MIB |
| 1.3.6.1.4.1.232.19.2.12.2.1 | cpqOsProcessEntry | CPQOS-MIB |
| 1.3.6.1.4.1.232.19.2.12.2.1.6 | cpqOsProcessWorkingSet | CPQOS-MIB |