Cdm probe shows different Physical Memory on AIX and Linux Servers
Release: Any UIM Version
Component: Any cdm probe version after 5.01
For this metric, the buffer cache will be subtracted from physical memory value if the key mem_buffer_used is set as no. This is the default value.
This support is added for Linux, AIX, Solaris and HPUX platforms.
To include the buffer and cache memory for physical memory calculation (by not subtracting it in the calculation), set the value of mem_buffer_used key to yes in the Raw Configuration for the cdm probe.
The following formulas for QOS_MEMORY_PHYSICAL are used:
QOS_MEMORY_PHYSICAL (Physical Memory Used MB) = (MemTotal - MemFree - Buffers - Cached) /1024
QOS_MEMORY_PHYSICAL (Physical Memory Used MB) = (MemTotal - MemFree) /1024