Skip to content

collectors MemoryCgroupCollector

Rob Smith edited this page Apr 19, 2013 · 2 revisions

MemoryCgroupCollector

The MemoryCgroupCollector collects memory metric for cgroups

Stats that we are interested in tracking cache - # of bytes of page cache memory. rss - # of bytes of anonymous and swap cache memory. swap - # of bytes of swap usage

Dependencies

/sys/fs/cgroup/memory/memory.stat

Options - Generic Options

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

Example Output

__EXAMPLESHERE__

This file was generated from the python source

Please edit the source to make changes

Clone this wiki locally