Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751126AbWC3G0e (ORCPT ); Thu, 30 Mar 2006 01:26:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751127AbWC3G0e (ORCPT ); Thu, 30 Mar 2006 01:26:34 -0500 Received: from e31.co.us.ibm.com ([32.97.110.149]:50828 "EHLO e31.co.us.ibm.com") by vger.kernel.org with ESMTP id S1751126AbWC3G0d (ORCPT ); Thu, 30 Mar 2006 01:26:33 -0500 Date: Thu, 30 Mar 2006 11:53:57 +0530 From: Balbir Singh To: Andrew Morton Cc: Shailabh Nagar , greg@kroah.com, arjan@infradead.org, hadi@cyberus.ca, ak@suse.de, linux-kernel@vger.kernel.org, lse-tech@lists.sourceforge.net Subject: Re: [Patch 0/8] per-task delay accounting Message-ID: <20060330062357.GB18387@in.ibm.com> Reply-To: balbir@in.ibm.com References: <442B271D.10208@watson.ibm.com> <20060329210314.3db53aaa.akpm@osdl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060329210314.3db53aaa.akpm@osdl.org> User-Agent: Mutt/1.5.10i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3243 Lines: 70 On Wed, Mar 29, 2006 at 09:03:14PM -0800, Andrew Morton wrote: > Shailabh Nagar wrote: > > > > Could you please include the following delay accounting patches > > in -mm ? > > I'm at a loss to evaluate the suitability of this work, really. I always > am when accounting patches come along. > > There are various people and various groups working on various different > things and there appears to be no coordination and little commonality of > aims. I worry that picking one submission basically at random will provide > nothing which the other groups can work on to build up their feature. > > On the other hand, we don't want to do nothing until some uber-grand > all-singing, all-dancing statistics-gathering infrastructure comes along. > > So I'm a bit stuck. What I would like to see happen is that there be some > coordination between the various stakeholders, and some vague plan which > they're all happy with as a basis for the eventual grand solution. > > We already have various bits and pieces of statistics gathering in the > kernel and it's already a bit ad-hoc. Adding more one-requirement-specific > accounting code won't improve that situation. > > But then, I said all this a year or two ago and nothing much has happened > since then. It's not your fault, but it's a problem. > > Perhaps a good starting point would be a one-page bullet-point-form > wishlist of all the accounting which people want to get out of the kernel, > and a description of what the kernel<->user interface should look like. > Right now, I don't think we even have a picture of that. > > We need a statistics maintainer, too, to pull together the plan, > coordinate, push things forwards. The first step would be to identify the > stakeholders, come up with that page of bullet-points. > > Then again, maybe the right thing to do is to keep adding low-impact > requirement-specific statistics patches as they come along. But if we're > going to do it that way, we need an up-front reason for doing so, and I > don't know what that would be. > > See my problem? One of the issues we have tried to address is the ability to provide some form of a common ground for all the statistics to co-exist. Various methods were discussed for exchanging data between kernel and user space, genetlink was suggested often and the clear winner. To that end, we have created a taskstats.c file. Any subsystem wanting to add their statistics and sending it to user space can add their own types by extending taskstats.c (changing the version number) and creating their own types using genetlink. They will have to do the following 1. Add statistics gathering in their own subsystem 2. Add a type to taskstats.c, extend it and use data from (1) and send it to user space. The data from various subsystems can co-exist. I feel that this could serve as the basic common infrastructure to begin with and refined later (depending on the needs of other people). Thoughts? Balbir - 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/