We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The MemoryCgroupCollector collects memory metric for cgroups
Example config:
method=Threaded memory_path=/sys/fs/cgroup/memory/ skip=group\d+,mygroup\d\d enabled=True
memory_path -- path to CGroups memory stat skip -- comma-separated list of regexps, which paths should we skip
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
Metrics with total_ prefixes - summarized data from children CGroups.
/sys/fs/cgroup/memory/memory.stat
__EXAMPLESHERE__