Skip to content
Florian Forster edited this page Nov 26, 2023 · 1 revision
Name: vmem plugin
Type: read
Callbacks: config, read
Status: supported
FirstVersion: 4.4
Copyright: 2008–2010 Florian Forster
License: MIT License
Manpage: collectd.conf(5)
See also: List of Plugins

The vmem plugin collects information about the virtual memory subsystem of the kernel. Per default, information such as page-faults, page-in and page-out to and from memory and swap, and the total number of pages are collected. When verbose statistics are enabled, all page actions (allocations, refills, steals, …) are collected per zone (DMA, DMA32, …).

Synopsis

 <Plugin vmem>
   Verbose false
 </Plugin>

Example graphs

vmem.png

Dependencies

  • Linux with /proc file system
Clone this wiki locally