Re: [Patch v2] cgroup: pretty format /proc/cgroups
From: Michal Koutný <hidden>
Date: 2021-11-16 18:00:27
Also in:
lkml
From: Michal Koutný <hidden>
Date: 2021-11-16 18:00:27
Also in:
lkml
Hello. On Mon, Nov 15, 2021 at 01:12:53AM +0000, Wei Yang [off-list ref] wrote:
Let's align the title and value. After this patch, it looks like this.
For machines this change may come as a surprise (so better not change it). For humans (for instance column from util-linux) $ column -t /proc/cgroups #subsys_name hierarchy num_cgroups enabled cpuset 11 2 1 cpu 4 9 1 cpuacct 4 9 1 ... Michal