Re: [PATCH v3] mm, memcg: introduce memory.events.local

2019-05-28 Thread Michal Hocko
On Mon 27-05-19 10:46:43, Shakeel Butt wrote: > The memory controller in cgroup v2 exposes memory.events file for each > memcg which shows the number of times events like low, high, max, oom > and oom_kill have happened for the whole tree rooted at that memcg. > Users can also poll or register noti

[PATCH v3] mm, memcg: introduce memory.events.local

2019-05-27 Thread Shakeel Butt
The memory controller in cgroup v2 exposes memory.events file for each memcg which shows the number of times events like low, high, max, oom and oom_kill have happened for the whole tree rooted at that memcg. Users can also poll or register notification to monitor the changes in that file. Any even