]> git.ipfire.org Git - thirdparty/collectd.git/commit
memory plugin: Remove "slab" and "available" memory.
authorFlorian Forster <octo@collectd.org>
Thu, 4 Jan 2024 07:58:14 +0000 (08:58 +0100)
committerFlorian Forster <octo@collectd.org>
Mon, 15 Jan 2024 14:21:58 +0000 (15:21 +0100)
commitc575d3e82f18a802948db93f14ec6886ded1007d
treecbdf8bade5f239209cd0cbde76fcad52270dcd69
parent8ec9a5455f0863af1f6859b31837e23a9029dab7
memory plugin: Remove "slab" and "available" memory.

Under Linux, the plugin reported "slab" (kernel data structures cache) and
"available" (estimate of how much memory might be available without swapping).
These metrics group memory along different dimensions than other reported
memory, leading to double counting of some memory. The result was that the sum
of all memory metrics was not constant.
src/memory.c