LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: "Paul Menage" <menage@google.com>
To: "Dhaval Giani" <dhaval@linux.vnet.ibm.com>
Cc: fedora-devel-list@redhat.com, opensuse-packaging@opensuse.org,
lkml <linux-kernel@vger.kernel.org>,
containers@lists.linux-foundation.org,
"Balbir Singh" <balbir@in.ibm.com>,
"Peter Zijlstra" <a.p.zijlstra@chello.nl>,
"Srivatsa Vaddagiri" <vatsa@linux.vnet.ibm.com>,
"Sudhir Kumar" <skumar@linux.vnet.ibm.com>
Subject: Re: [RFC] libcg: design and plans
Date: Tue, 4 Mar 2008 22:15:20 -0800 [thread overview]
Message-ID: <6599ad830803042215n6aedb3eeub0c037e6a4e7bb34@mail.gmail.com> (raw)
In-Reply-To: <20080304152341.GB5659@linux.vnet.ibm.com>
Hi Dhaval,
On Tue, Mar 4, 2008 at 7:23 AM, Dhaval Giani <dhaval@linux.vnet.ibm.com> wrote:
> Hi,
>
> We have been working on a library for control groups which would provide
> simple APIs for programmers to utilize from userspace and make use of
> control groups.
>
> We are still designing the library and the APIs. I've attached the
> design (as of now) to get some feedback from the community whether we
> are heading in the correct direction and what else should be addressed.
There are a few things that it would be nice to include in such a
library, if you're going to develop one:
- the ability to create abstract groups of processes, and resource
groups, and have the ability to tie these together arbitrarily. E.g
you might create abstract groups A, B and C, and be able to say that A
and B share memory with each other but not with C, and all three
groups are isolated from each other for CPU. Then libcg would mount
different resource types in different cgroup hierarchies (you would
probably tell it ahead of time which combinations of sharing you would
want, in order that it could minimize the number of mounted
hierarchies). When you tell libcg to move a process into abstract
group A, it would move it into the appropriate resource group in each
hierarchy.
- an interface for gathering usage stats from cgroups.
- support for dynamically migrating processes between groups based on
process connector events (i.e. a finished version of the daemon that
you were working on last year)
Paul
next prev parent reply other threads:[~2008-03-05 6:15 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-04 15:23 [RFC] libcg: design and plans Dhaval Giani
2008-03-04 17:15 ` Xpl++
2008-03-05 4:48 ` Balbir Singh
2008-03-05 5:26 ` Dhaval Giani
2008-03-05 11:56 ` Xpl++
2008-03-05 15:53 ` Dhaval Giani
2008-03-05 19:36 ` Xpl++
2008-03-04 18:05 ` Dave Hansen
2008-03-05 6:15 ` Paul Menage [this message]
2008-03-05 7:17 ` [Devel] " Denis V. Lunev
2008-03-05 11:48 ` Balbir Singh
2008-03-05 10:33 ` Dhaval Giani
2008-03-05 10:41 ` Paul Menage
2008-03-05 11:07 ` Dhaval Giani
2008-03-05 11:51 ` Paul Menage
2008-03-05 14:24 ` Balbir Singh
2008-03-05 18:55 ` Paul Menage
2008-03-20 22:04 ` Rik van Riel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6599ad830803042215n6aedb3eeub0c037e6a4e7bb34@mail.gmail.com \
--to=menage@google.com \
--cc=a.p.zijlstra@chello.nl \
--cc=balbir@in.ibm.com \
--cc=containers@lists.linux-foundation.org \
--cc=dhaval@linux.vnet.ibm.com \
--cc=fedora-devel-list@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=opensuse-packaging@opensuse.org \
--cc=skumar@linux.vnet.ibm.com \
--cc=vatsa@linux.vnet.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).