From: Ivana Hutarova Varekova Date: Wed, 20 Oct 2010 13:41:14 +0000 (+0530) Subject: CHANGELOG v3 X-Git-Tag: v0.37~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5be7236fa18bde40e9da1b091fe6c0f3a9c7af2e;p=thirdparty%2Flibcgroup.git CHANGELOG v3 * change the structure of blacklist to be relevant to cgsnapshot changes * remove =n/y part of record * remove =y records CHANGELOG v2 * whitelist -> blacklist CHANGELOG v1 * fix balbir comments: remove devices.(deny/allow) the default cgsnapshot configuration file contains is relevant to kernel 2.6.34 Signed-off-by: Ivana Hutarova Varekova Signed-off-by: Balbir Singh Acked-by: Jan Safranek --- diff --git a/samples/cgsnapshot_whitelist.conf b/samples/cgsnapshot_whitelist.conf new file mode 100644 index 00000000..c8481ea6 --- /dev/null +++ b/samples/cgsnapshot_whitelist.conf @@ -0,0 +1,45 @@ +#cgsnapshot tool configuration file + +#memory +memory.memsw.failcnt +memory.memsw.limit_in_bytes +memory.memsw.max_usage_in_bytes +memory.swappiness +memory.use_hierarchy +memory.failcnt +memory.soft_limit_in_bytes +memory.limit_in_bytes +memory.max_usage_in_bytes +memory.move_charge_at_immigrate + +#cpu +cpu.rt_runtime_us +cpu.rt_period_us + +#cpuacct +cpuacct.usage + +#devices + +#cpuset +cpuset.memory_spread_slab +cpuset.memory_spread_page +cpuset.memory_migrate +cpuset.sched_relax_domain_level +cpuset.sched_load_balance +cpuset.mem_hardwall +cpuset.mem_exclusive +cpuset.cpu_exclusive +cpuset.mems +cpuset.cpus + +#ns + +#freezer +freezer.state + +#net_cls +net_cls.classid + +#blkio +blkio.weight \ No newline at end of file