All MIBs › CPQLINOS-MIB › cpqLinOsMemInactiveDirty
cpqLinOsMemInactiveDirty
Module: CPQLINOS-MIB
OID (symbolic): CPQLINOS-MIB::cpqLinOsMemInactiveDirty
OID (numeric): 1.3.6.1.4.1.232.23.2.4.13
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Dirty means 'might need writing to disk or swap'. This takes more work to free. Examples might be files that have not been written to yet. They aren't written to memory too soon in order to keep the I/O down. For instance, if you're writing logs, it might be better to wait until you have a complete log ready before sending it to disk.
What is cpqLinOsMemInactiveDirty?
This read-only integer reports 'dirty' memory that might need writing to disk or swap before it can be freed, such as files that haven't been flushed yet in order to keep I/O down (for example, batching log writes). An admin watches this to understand how much memory reclaim would require disk writes rather than being instantly freeable, which affects how quickly the system can respond to sudden memory demand. For example, a large inactive-dirty value on a system about to run a memory-hungry batch job would warn an admin that reclaiming that memory may cause a burst of disk I/O rather than being instantaneous.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.232.23.2.4.13 snmpwalk -v2c -c public <target> CPQLINOS-MIB::cpqLinOsMemInactiveDirty
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.232.23.2.4.13.1 snmpget -v2c -c public <target> CPQLINOS-MIB::cpqLinOsMemInactiveDirty.1
Start monitoring Compaq/HP ProLiant server running Linux with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CPQLINOS-MIB::cpqLinOsMemInactiveDirty OID value, configure state conditions and alerts, and monitor any Compaq/HP ProLiant server running Linux 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.23 | cpqLinOsMgmt | CPQLINOS-MIB |
| 1.3.6.1.4.1.232.23.2 | cpqLinOsComponent | CPQLINOS-MIB |
| 1.3.6.1.4.1.232.23.2.4 | cpqLinOsMemory | CPQLINOS-MIB |
| 1.3.6.1.4.1.232.23.2.4.13 | cpqLinOsMemInactiveDirty | CPQLINOS-MIB |