Re: [PATCH v4 1/3] misc_cgroup: introduce misc.events to count failures
From: Tejun Heo <tj@kernel.org>
Date: 2021-09-20 22:33:34
Also in:
cgroups, lkml
From: Tejun Heo <tj@kernel.org>
Date: 2021-09-20 22:33:34
Also in:
cgroups, lkml
On Fri, Sep 17, 2021 at 08:44:14PM +0800, brookxu wrote:
From: Chunguang Xu <redacted> Introduce misc.events to make it easier for us to understand the pressure of resources. Currently only the 'max' event is implemented, which indicates the times the resource is about to exceeds the max limit. Signed-off-by: Chunguang Xu <redacted> Reviewed-by: Vipin Sharma <redacted> Reviewed-by: Michal Koutný <mkoutny@suse.com>
Applied 1-3 to cgroup/for-5.16. Thanks. -- tejun