Lines Matching refs:cgroup
12 Accounting groups can be created by first mounting the cgroup filesystem::
14 # mount -t cgroup -ocpuacct none /sys/fs/cgroup
17 visible at /sys/fs/cgroup. At bootup, this group includes all the tasks in
18 the system. /sys/fs/cgroup/tasks lists the tasks in this cgroup.
19 /sys/fs/cgroup/cpuacct.usage gives the CPU time (in nanoseconds) obtained
23 New accounting groups can be created under the parent group /sys/fs/cgroup::
25 # cd /sys/fs/cgroup
32 /sys/fs/cgroup/cpuacct.usage also.
35 CPU time obtained by the cgroup into user and system times. Currently
38 user: Time spent by tasks of the cgroup in user mode.
39 system: Time spent by tasks of the cgroup in kernel mode.