Skip to content

collectors VMStatCollector

Rob Smith edited this page Oct 29, 2012 · 14 revisions

VMStatCollector

Uses /proc/vmstat to collect data on virtual memory manager

Dependencies

  • /proc/vmstat

Options - Generic Options

Setting Default Description Type
byte_unit byte Default numeric output(s) str
enabled True Enable collecting these metrics str
measure_collector_time False Collect the collector run time in ms bool

Example Output

servers.hostname.vmstat.pgpgin 0.0
servers.hostname.vmstat.pgpgout 9.2
servers.hostname.vmstat.pswpin 0.0
servers.hostname.vmstat.pswpout 0.0
Clone this wiki locally