All MIBs › CPQOS-MIB › cpqOsMemPagesInputPerSec
cpqOsMemPagesInputPerSec
Module: CPQOS-MIB
OID (symbolic): CPQOS-MIB::cpqOsMemPagesInputPerSec
OID (numeric): 1.3.6.1.4.1.232.19.2.4.4
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Pages Input/sec is the number of pages read from 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 includes pages retrieved to satisfy faults in the file system cache (usually requested by applications) and in non-cached mapped memory files. This counter counts numbers of pages, and can be compared to other counts of pages, such as Memory: Page Faults/sec, without conversion.
What is cpqOsMemPagesInputPerSec?
This read-only integer reports the rate of pages read from disk specifically to resolve hard page faults, including pages retrieved to satisfy file-system cache faults. An admin uses this to isolate how much of the overall paging rate is due to bringing data in from disk versus writing it out. For example, a high cpqOsMemPagesInputPerSec relative to cpqOsMemPagesOutputPerSec would suggest the server is repeatedly re-reading data it doesn't have room to keep cached.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.232.19.2.4.4 snmpwalk -v2c -c public <target> CPQOS-MIB::cpqOsMemPagesInputPerSec
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.232.19.2.4.4.1 snmpget -v2c -c public <target> CPQOS-MIB::cpqOsMemPagesInputPerSec.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::cpqOsMemPagesInputPerSec 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.4 | cpqOsMemPagesInputPerSec | CPQOS-MIB |