Skip to content

collectors VMStatCollector

Rob Smith edited this page Apr 30, 2014 · 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

This file was generated from the python source

Please edit the source to make changes

Clone this wiki locally