All MIBs › CPQOS-MIB › cpqOsProcessPageFaultsPerSec
cpqOsProcessPageFaultsPerSec
Module: CPQOS-MIB
OID (symbolic): CPQOS-MIB::cpqOsProcessPageFaultsPerSec
OID (numeric): 1.3.6.1.4.1.232.19.2.12.2.1.9
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: 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 cause the page to be fetched from disk if it is on the standby list and hence already in main memory, or if it is in use by another process with whom the page is shared.
What is cpqOsProcessPageFaultsPerSec?
This read-only integer reports the rate at which page faults occur in the threads executing within this specific process, occurring when a thread references a virtual memory page not currently in its working set, though this does not necessarily mean a disk fetch is required if the page is already elsewhere in memory. An admin watches this per-process fault rate to identify an application whose memory access pattern is causing excessive faulting. For example, a process with a persistently high cpqOsProcessPageFaultsPerSec compared to its peers could be operating with an undersized working set relative to its actual memory needs.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.232.19.2.12.2.1.9 snmpwalk -v2c -c public <target> CPQOS-MIB::cpqOsProcessPageFaultsPerSec
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.232.19.2.12.2.1.9.1 snmpget -v2c -c public <target> CPQOS-MIB::cpqOsProcessPageFaultsPerSec.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::cpqOsProcessPageFaultsPerSec 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.9 | cpqOsProcessPageFaultsPerSec | CPQOS-MIB |