From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S267555AbUHaJRw (ORCPT ); Tue, 31 Aug 2004 05:17:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S267571AbUHaJRw (ORCPT ); Tue, 31 Aug 2004 05:17:52 -0400 Received: from ecbull20.frec.bull.fr ([129.183.4.3]:28330 "EHLO ecbull20.frec.bull.fr") by vger.kernel.org with ESMTP id S267555AbUHaJRn (ORCPT ); Tue, 31 Aug 2004 05:17:43 -0400 Date: Tue, 31 Aug 2004 11:06:47 +0200 From: Guillaume Thouvenin To: Jay Lan Cc: Guillaume Thouvenin , Tim Schmielau , Arthur Corliss , Andrew Morton , Jay Lan , lkml , erikj@dbear.engr.sgi.com, limin@engr.sgi.com, lse-tech@lists.sourceforge.net, Ragnar =?iso-8859-1?Q?Kj=F8rstad?= , Yoshitaka ISHIKAWA Subject: Re: [Lse-tech] Re: [PATCH] new CSA patchset for 2.6.8 Message-ID: <20040831090647.GA3441@frec.bull.fr> References: <412D2E10.8010406@engr.sgi.com> <20040825221842.72dd83a4.akpm@osdl.org> <20040827054218.GA4142@frec.bull.fr> <412F9197.4030806@sgi.com> Mime-Version: 1.0 In-Reply-To: <412F9197.4030806@sgi.com> User-Agent: Mutt/1.5.6+20040722i X-MIMETrack: Itemize by SMTP Server on ECN002/FR/BULL(Release 5.0.12 |February 13, 2003) at 31/08/2004 11:12:08, Serialize by Router on ECN002/FR/BULL(Release 5.0.12 |February 13, 2003) at 31/08/2004 11:21:25, Serialize complete at 31/08/2004 11:21:25 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 27, 2004 at 12:55:03PM -0700, Jay Lan wrote: > Please visit http://oss.sgi.com/projects/pagg/ > The page has been updated to provide information on a per job > accounting project called 'job' based on PAGG. > > There is one userspace rpm and one kernel module for job. > This may provide what you are looking for. It is a mature product > as well. I am sure Limin(job) and Erik(pagg) would appreciate any > input you can provide to make 'job' more useful. I have a question about job. If I understand how it works, you can not add a process in a job. I mean when you start a session, a container is created and it's the only way to create it. If I'm right, I think that it could be interesting to add a process using ioctl and /proc interface. For example, if I want to know how resources are used by a compilation, I need to add the process gcc in a container. Any comments? Best, Guillaume