Re: [RFD] cgroup: about multiple hierarchies
From: C Anthony Risinger <hidden>
Date: 2012-03-13 16:31:11
Also in:
lkml
From: C Anthony Risinger <hidden>
Date: 2012-03-13 16:31:11
Also in:
lkml
On Tue, Mar 13, 2012 at 11:11 AM, C Anthony Risinger [off-list ref] wrote:
# what controllers are available for this process? $ cat /proc/self/tags/TYPE
^^^^^ should list of controllers either assigned to TYPE or not masked by MASK
# explicit assign `users` 50 shares $ echo 50 > /proc/self/tags/admin.cpuacct.cpu.shares
^^^^^ s,admin,users,
# `name`'s priority relative to sibling `name` groups (like shares) $ echo 100 > /proc/self/tags/admin.cpuacct.cpu.PRIORITY
^^^^^ maybe redundant, my original reasoning for it escapes me, but could be useful for controllers that accept multiple `name`s -- C Anthony