From c1a955b6b9e1790f679adc5b3c9963cdb1b4939a Mon Sep 17 00:00:00 2001 From: Ivana Hutarova Varekova Date: Wed, 20 Oct 2010 19:11:14 +0530 Subject: [PATCH] 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 --- samples/cgsnapshot_whitelist.conf | 45 +++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 samples/cgsnapshot_whitelist.conf 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 -- 2.47.2