All MIBs › CPQOS-MIB › cpqOsMemPagesPerSec
cpqOsMemPagesPerSec
Module: CPQOS-MIB
OID (symbolic): CPQOS-MIB::cpqOsMemPagesPerSec
OID (numeric): 1.3.6.1.4.1.232.19.2.4.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Pages/sec is the number of pages read from or written to disk to resolve hard page faults. (Hard page faults occur when a process requires code or data that is not in its working set or elsewhere in physical memory, and must be retrieved from disk.) This counter was designed as a primary indicator of the kinds of faults that cause system-wide delays. It is the sum of Memory: Pages Input/sec and Memory: Pages Output/sec. It is counted in numbers of pages, so it can be compared to other counts of pages, such as Memory: Page Faults/sec, without conversion. It includes pages retrieved to satisfy faults in the file system cache (usually requested by applications) non-cached mapped memory files.
What is cpqOsMemPagesPerSec?
This read-only integer reports the rate of pages read from or written to disk to resolve hard page faults, combining both page-in and page-out activity, and serves as a primary indicator of faults causing system-wide delays. An admin monitors this as a key sign of memory pressure forcing the OS to swap to disk. For example, a sudden spike in cpqOsMemPagesPerSec on a server that was previously stable would indicate it has run low on physical memory and started heavy paging.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.232.19.2.4.3 snmpwalk -v2c -c public <target> CPQOS-MIB::cpqOsMemPagesPerSec
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.232.19.2.4.3.1 snmpget -v2c -c public <target> CPQOS-MIB::cpqOsMemPagesPerSec.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::cpqOsMemPagesPerSec 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.4 | cpqOsMemory | CPQOS-MIB |
| 1.3.6.1.4.1.232.19.2.4.3 | cpqOsMemPagesPerSec | CPQOS-MIB |