Re: [RFC PATCH 1/3] misc_cgroup: introduce misc.events and misc_events.local
From: brookxu <hidden>
Date: 2021-09-10 05:22:14
Also in:
lkml
From: brookxu <hidden>
Date: 2021-09-10 05:22:14
Also in:
lkml
Vipin Sharma wrote on 2021/9/10 12:56 上午:
On Tue, Sep 7, 2021 at 10:24 PM brookxu [off-list ref] wrote:quoted
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.
All right, thanks.