Is there any DX UIM probe that is able to monitor huge pages free memory on Linux servers?
Does the CDM probe support monitoring huge pages?
Guidance
Huge Pages:
Huge Pages or Large Pages are a memory management feature in operating systems like Linux. Huge Pages allow the system to allocate memory in larger chunks (e.g., 2MB, 1GB) instead of the default page size (e.g., 4KB). This can reduce the overhead of memory management and improve performance for applications that use a lot of memory, like databases (e.g., Oracle, PostgreSQL) or virtual machines.
Huge Pages can be seen by querying /proc/meminfo
How to monitor: