The total amount of memory in the low memory region.
This is the memory the kernel can address directly. All kernel
datastructures need to go into low memory.
Parsed from file cpqlinos.mib.txt
Company: None
Module: CPQLINOS-MIB
The total amount of memory in the low memory region.
This is the memory the kernel can address directly. All kernel
datastructures need to go into low memory.
Parsed from file CPQLINOS-MIB.mib
Module: CPQLINOS-MIB
cpqLinOsMemLowTotal OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total amount of memory in the low memory region. This is the memory the kernel can address directly. All kernel datastructures need to go into low memory." ::= { cpqLinOsMemory 6 }
Vendor: Compaq
Module: CPQLINOS-MIB
[Automatically extracted from oidview.com]
cpqLinOsMemLowTotal OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total amount of memory in the low memory region. This is the memory the kernel can address directly. All kernel datastructures need to go into low memory." ::= { cpqLinOsMemory 6 }
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.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.13 | cpqLinOsMemInactiveDirty | 0 | 0 | Dirty means 'might need writing to disk or swap'. This takes more work to free. Examples might be files that have not been writte… |
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. |