Re: [RFC PATCH 1/3] misc_cgroup: introduce misc.events and misc_events.local
From: Vipin Sharma <hidden>
Date: 2021-09-09 16:56:58
Also in:
lkml
From: Vipin Sharma <hidden>
Date: 2021-09-09 16:56:58
Also in:
lkml
On Tue, Sep 7, 2021 at 10:24 PM brookxu [off-list ref] wrote:
From: Chunguang Xu <redacted> Introduce misc.events and misc.events.local to make it easier for us to understand the pressure of resources. The main idea comes from mem_cgroup. Signed-off-by: Chunguang Xu <redacted> --- include/linux/misc_cgroup.h | 9 +++++++ kernel/cgroup/misc.c | 50 ++++++++++++++++++++++++++++++++++++- 2 files changed, 58 insertions(+), 1 deletion(-)
Thanks for the changes. Please also update the documentation at Documentation/admin-guide/cgroup-v2.rst for the new changes in the misc cgroup.