Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Pull cgroup updates from Tejun Heo: "Just two patches: one to add system-level cpu.stat to the root cgroup for convenience and a trivial comment update" * 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup: cgroup: add cpu.stat file to root cgroup cgroup: Remove stale comments
This commit is contained in:
@@ -714,9 +714,7 @@ Conventions
|
||||
- Settings for a single feature should be contained in a single file.
|
||||
|
||||
- The root cgroup should be exempt from resource control and thus
|
||||
shouldn't have resource control interface files. Also,
|
||||
informational files on the root cgroup which end up showing global
|
||||
information available elsewhere shouldn't exist.
|
||||
shouldn't have resource control interface files.
|
||||
|
||||
- The default time unit is microseconds. If a different unit is ever
|
||||
used, an explicit unit suffix must be present.
|
||||
@@ -985,7 +983,7 @@ CPU Interface Files
|
||||
All time durations are in microseconds.
|
||||
|
||||
cpu.stat
|
||||
A read-only flat-keyed file which exists on non-root cgroups.
|
||||
A read-only flat-keyed file.
|
||||
This file exists whether the controller is enabled or not.
|
||||
|
||||
It always reports the following three stats:
|
||||
|
Reference in New Issue
Block a user