Check manual page of mem_vmalloc
Usage of Vmalloc Address Space
Distribution | Official part of Checkmk |
---|---|
License | GPLv2 |
Supported Agents | Linux |
/proc/meminfo
that area is called
VmallocTotal
. On 32 bit architectures this area has
a very limited size and is subject to fragmentation or
consumption by buggy graphics drivers.This check monitors the current usage of the the vmalloc address space and also the size of the largest available chunk (indicating the degree of fragmentation).
Discovery
One service is created if {VmallocTotal} is available in {/proc/meminfo} and only if the total size of the vmalloc area is less then 4 GB. This is generally only possible for 32 bit architectures.