diff --git a/docs/20_Checks/check_memory.md b/docs/20_Checks/check_memory.md index 1e30b91bbdbd2dbd7348844d3c8b2038ef1e8545..c0fbc952f7d2af1a022e3e9169e483f9e5375113 100644 --- a/docs/20_Checks/check_memory.md +++ b/docs/20_Checks/check_memory.md @@ -3,6 +3,7 @@ ## Introduction **check_memory** Check memory usage incl. free, used and total memory. + It reads /proc/meminfo and fetches the needed values. * MemTotal: Total usable ram (i.e. physical ram minus a few reserved bits and the kernel binary code) @@ -16,6 +17,8 @@ It reads /proc/meminfo and fetches the needed values. * Slab: in-kernel data structures cache * SReclaimable: reclaimable parts of Slab, e.g., caches +This plugin sends all values as performance data. + ### Requirements * bc