lkml.org 
[lkml]   [2009]   [Nov]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[PATCH RFC v0 0/3] cgroup notifications API and memory thresholds
    Date
    It's my first attempt to implement cgroup notifications API and memory
    thresholds on top of it. The idea of API was proposed by Paul Menage.

    It lacks some important features and need more testing, but I want publish
    it as soon as possible to get feedback from community.

    TODO:
    - memory thresholds on root cgroup;
    - memsw support;
    - documentation.

    Kirill A. Shutemov (3):
    cgroup: implement eventfd-based generic API for notifications
    res_counter: implement thresholds
    memcg: implement memory thresholds

    include/linux/cgroup.h | 8 ++
    include/linux/res_counter.h | 44 +++++++++++
    kernel/cgroup.c | 181 ++++++++++++++++++++++++++++++++++++++++++-
    kernel/res_counter.c | 4 +
    mm/memcontrol.c | 149 +++++++++++++++++++++++++++++++++++
    5 files changed, 385 insertions(+), 1 deletions(-)



    \
     
     \ /
      Last update: 2009-11-26 17:31    [W:4.029 / U:0.556 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site