Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760789AbZKZRLs (ORCPT ); Thu, 26 Nov 2009 12:11:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760706AbZKZRLm (ORCPT ); Thu, 26 Nov 2009 12:11:42 -0500 Received: from mail-fx0-f213.google.com ([209.85.220.213]:42543 "EHLO mail-fx0-f213.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760546AbZKZRLl convert rfc822-to-8bit (ORCPT ); Thu, 26 Nov 2009 12:11:41 -0500 MIME-Version: 1.0 In-Reply-To: <661de9470911260903h4996070emec678f09a7ba2c9e@mail.gmail.com> References: <8524ba285f6dd59cda939c28da523f344cdab3da.1259248846.git.kirill@shutemov.name> <661de9470911260903h4996070emec678f09a7ba2c9e@mail.gmail.com> Date: Thu, 26 Nov 2009 19:11:46 +0200 Message-ID: Subject: Re: [PATCH RFC v0 3/3] memcg: implement memory thresholds From: "Kirill A. Shutemov" To: Balbir Singh Cc: containers@lists.linux-foundation.org, linux-mm@kvack.org, Paul Menage , Li Zefan , Andrew Morton , KAMEZAWA Hiroyuki , Pavel Emelyanov , linux-kernel@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 989 Lines: 26 On Thu, Nov 26, 2009 at 7:03 PM, Balbir Singh wrote: > On Thu, Nov 26, 2009 at 9:57 PM, Kirill A. Shutemov > wrote: >> It allows to register multiple memory thresholds and gets notifications >> when it crosses. >> >> To register a threshold application need: >> - create an eventfd; >> - open file memory.usage_in_bytes of a cgroup >> - write string " " to >>  cgroup.event_control. >> >> Application will be notified through eventfd when memory usage crosses >> threshold in any direction. >> >> Signed-off-by: Kirill A. Shutemov >> > > I don't see the patches attached or inlined in the emails that follow Sorry. Resent. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/