Plugin:vmem

From collectd Wiki

Jump to: navigation, search
vmem plugin
Type: read
Callbacks: config, read
Status: supported
First version: 4.4
Copyright: 2008 Florian octo Forster
License: GPLv2
Manpage: collectd.conf(5)
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, …).

[edit] Synopsis

<Plugin vmem>
  Verbose false
</Plugin>

[edit] Example graphs

Image:vmem.png

[edit] Dependencies

  • Linux with /proc file system