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.
Parsed from file cpqlinos.mib.txt
Company: None
Module: CPQLINOS-MIB
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.
Parsed from file CPQLINOS-MIB.mib
Module: CPQLINOS-MIB
cpqLinOsMemInactiveDirty OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory 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." ::= { cpqLinOsMemory 13 }
Vendor: Compaq
Module: CPQLINOS-MIB
[Automatically extracted from oidview.com]
cpqLinOsMemInactiveDirty OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory 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." ::= { cpqLinOsMemory 13 }
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.3.6.1.4.1.232.23.2.4.2 | cpqLinOsMemTotal | 0 | 0 | Total amount of RAM available to the operating system. This is in most cases slightly less than the total amount of system memor… |
1.3.6.1.4.1.232.23.2.4.3 | cpqLinOsMemFree | 0 | 0 | Total amount of RAM that the operating system is currently not claiming. |
1.3.6.1.4.1.232.23.2.4.4 | cpqLinOsMemHighTotal | 0 | 0 | cpqLinOsMemHightotal |
1.3.6.1.4.1.232.23.2.4.5 | cpqLinOsMemHighFree | 0 | 0 | The amount of free memory of the high memory region. |
1.3.6.1.4.1.232.23.2.4.6 | cpqLinOsMemLowTotal | 0 | 0 | The total amount of memory in the low memory region. This is the memory the kernel can address directly. All kernel datastructure… |
1.3.6.1.4.1.232.23.2.4.7 | cpqLinOsMemLowFree | 0 | 0 | The amount of free memory of the low memory region. |
1.3.6.1.4.1.232.23.2.4.8 | cpqLinOsMemSwapTotal | 0 | 0 | The total amount of swap space. This is the sum of the capacities of all swap partitions. |
1.3.6.1.4.1.232.23.2.4.9 | cpqLinOsMemSwapFree | 0 | 0 | The amount of free swap space. |
1.3.6.1.4.1.232.23.2.4.10 | cpqLinOsMemCached | 0 | 0 | Memory in the page cache (diskcache) minus SwapCache. |
1.3.6.1.4.1.232.23.2.4.11 | cpqLinOsMemSwapCached | 0 | 0 | Memory that once was swapped out, is swapped back in but still also is in the swapfile. If memory is needed it doesn't need to be… |
1.3.6.1.4.1.232.23.2.4.12 | cpqLinOsMemActive | 0 | 0 | Memory that has been used more recently and usually not reclaimed unless absolutely necessary. |
1.3.6.1.4.1.232.23.2.4.14 | cpqLinOsMemInactiveClean | 0 | 0 | Assumed to be easily freeable. The kernel will try to keep some clean stuff around always to have a bit of breathing room. |