]> arthur.barton.de Git - netdata.git/commit - src/plugin_proc.c
cgroups are now on their own thread; cgroup names are controlled by plugins.d/cgroup...
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 24 Apr 2016 22:33:54 +0000 (01:33 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 24 Apr 2016 22:33:54 +0000 (01:33 +0300)
commitb1dfe19b4f139a7e213d078dab8dd430040851b2
tree903fdcbd1f8a98ed6933bafd7f430b1c000b75e5
parent4f70e286e364acf64a5cea254652938b4a81f392
cgroups are now on their own thread; cgroup names are controlled by plugins.d/cgroup-name.sh which uses /etc/netdata/cgroups-names.conf to pick up unique ID (chart names) for the containers
plugins.d/Makefile.am
plugins.d/cgroup-name.sh [new file with mode: 0755]
src/apps_plugin.c
src/common.c
src/common.h
src/main.c
src/plugin_proc.c
src/plugin_proc.h
src/sys_fs_cgroup.c