mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jay Lan <jlan@engr.sgi.com>
To: Shailabh Nagar <nagar@watson.ibm.com>
Cc: Andrew Morton <akpm@osdl.org>,
	balbir@in.ibm.com, greg@kroah.com, arjan@infradead.org,
	hadi@cyberus.ca, ak@suse.de, linux-kernel@vger.kernel.org,
	lse-tech@lists.sourceforge.net, erikj@sgi.com,
	lserinol@gmail.com, guillaume.thouvenin@bull.net,
	Dipankar Sarma <dipankar@in.ibm.com>,
	Peter Chubb <peterc@gelato.unsw.edu.au>,
	Jes Sorensen <jes@sgi.com>
Subject: Re: [Patch 0/8] per-task delay accounting
Date: Mon, 10 Apr 2006 10:15:06 -0700	[thread overview]
Message-ID: <443A929A.9040102@engr.sgi.com> (raw)
In-Reply-To: <442DED81.5060009@engr.sgi.com>

I made two feedback on 3/31 only to see them bounced
back over the weekend. :(

Here was my first feedback:

Shailabh Nagar wrote:
 >>
 >>Following Andrew's suggestion, here's my quick overview
 >>of the various other accounting packages that have been
 >>proposed on lse-tech with a focus on whether they can
 >>utilize the netlink-based taskstats interface being proposed
 >>by the delay accounting patches.
 >>
 >>Please note that unification of statistics *collection* is not
 >>being discussed since that kind of merger can be done as these
 >>patches get accepted, if at all, into the kernel. To try and
 >>unify right away would hold every patch (esp. delay accounting !)
 >>hostage to the problems in every other patch unnecessarily. As
 >>long as the interface can be unified, the merger of the
 >>collection bits can always happen without affecting user space.
 >>
 >>Stakeholders of each of these patches, on cc, are requested to
 >>please correct any misunderstandings of what their patches do.
 >
 >To me, data collection and formation before sending down to
 >userspace is very important part.  What this taskstats netlink
 >interface does is  just to provide an interface to send "already
 >formatted" data to userspace. In other words, it will replace
 >"writing accounting records to an accounting file" step currently
 >performed in BSD accouting and in CSA. If i understand it correctly,
 >you have delayacct.c sitting on top of taskstats interface, and
 >all other accounting methods should build their own layer on top
 >of taskstats as well. For example, potentially BSD acct.c can replace
 >fput() (and other statements dealing with acctounting file) with
 >this interface. Same for CSA.
 >
 >This approach sounds right to me. Actually i am very glad that you
 >made effort to provide a common ground here. Yet, this is only
 >one step. I will apply your patchset on top of 2.6.16-mm to see
 >what i get and give more feedback later.

And, here is the second one:

> 
> 
> This taskstats thing is much more complicated than what Guillaume
> used to have when he put up a prototype of doing ELSA over netlink.
> One confusing point is the struct taskstats. If it is to be used
> as the big data struct to contain all accounting data everybody
> needs (as Shailabh suggested on his CSA analysis section), then
> if at do_exit() every accounting methods are to be invoked to
> handle their netlink transmission (as currently implemented in
> delayed accounting), would it be a lot of overhead sending "grand
> data" too many times? Maybe each layer should just format data of
> their interest when invoked from do_exit, and then we do one call
> to genetlink to deliver formated struct taskstats data?
> 
> Also, as you pointed out, CSA only retrieve data at end of task
> but delayed accounting needs to retrieve data during the process.
> So, i think we need more than one record types, not just the
> struct taskstats, so that the user space delayed accounting 
> application can specify to get only delayed accounting record.
> 
> Honestly, this taskstats.c layer looks more like something
> extracted from delayed accounting than a carefully designed 
> common ground to me. Patch 8/8 is about documentation of delayed
> accounting than the common ground for various accounting methods.
> Can you please present us a documentation of design concept of
> such a common layer? That would help me. I guess i also need to 
> catch up on genetlink to better understand taskstats code.
> 
> Regards.
>  - jay
> 

Regards,
  - jay


  parent reply	other threads:[~2006-04-10 17:16 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-30  0:32 Shailabh Nagar
2006-03-30  0:35 ` [Patch 1/8] Setup Shailabh Nagar
2006-03-30  5:03   ` Andrew Morton
2006-03-30 15:07     ` Shailabh Nagar
2006-03-30  0:37 ` [Patch 2/8] Block I/O, swapin delays Shailabh Nagar
2006-03-30  5:03   ` Andrew Morton
2006-03-30 15:21     ` Shailabh Nagar
2006-03-30  0:42 ` [Patch 3/8] cpu delays Shailabh Nagar
2006-03-30  5:03   ` Andrew Morton
2006-03-30 16:01     ` Shailabh Nagar
2006-03-30 16:00   ` Dave Hansen
2006-03-30 16:03     ` Shailabh Nagar
2006-03-30  0:48 ` [Patch 4/8] generic netlink utility functions Shailabh Nagar
2006-03-30  0:52 ` [Patch 5/8] generic netlink interface for delay accounting Shailabh Nagar
2006-03-30  5:04   ` Andrew Morton
2006-03-30  6:10     ` Balbir Singh
2006-03-30  6:26       ` Andrew Morton
2006-03-30  6:29         ` Balbir Singh
2006-03-30 16:24       ` Shailabh Nagar
2006-03-30  0:54 ` [Patch 6/8] virtual cpu run time Shailabh Nagar
2006-03-30  5:04   ` Andrew Morton
2006-03-30 16:10     ` Shailabh Nagar
2006-03-30  0:56 ` [Patch 7/8] proc interface for block I/O delays Shailabh Nagar
2006-03-30  5:04   ` Andrew Morton
2006-03-30  0:59 ` [Patch 8/8] documentation, userspace utility Shailabh Nagar
2006-03-30  5:03 ` [Patch 0/8] per-task delay accounting Andrew Morton
2006-03-30  6:23   ` Balbir Singh
2006-03-30  6:47     ` Andrew Morton
2006-03-30  9:55       ` Paul Jackson
2006-03-30 13:23       ` [Lse-tech] " Dipankar Sarma
2006-03-30 17:23       ` Shailabh Nagar
2006-03-31  2:54         ` Peter Chubb
2006-03-31  5:27           ` Shailabh Nagar
2006-03-31  8:17             ` Peter Chubb
2006-03-31 16:03               ` Shailabh Nagar
     [not found]       ` <442CCF54.3000501@watson.ibm.com>
2006-03-31  7:31         ` Guillaume Thouvenin
2006-03-31 17:01           ` Shailabh Nagar
     [not found]         ` <442D8E39.8080606@engr.sgi.com>
     [not found]           ` <442DED81.5060009@engr.sgi.com>
2006-04-10 17:15             ` Jay Lan [this message]
2006-04-10 21:44               ` Shailabh Nagar
2006-04-10 22:33                 ` [Lse-tech] " Jay Lan
2006-04-22  2:16 Shailabh Nagar
2006-04-25 15:07 ` Shailabh Nagar
2006-05-02  6:11 Balbir Singh

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=443A929A.9040102@engr.sgi.com \
    --to=jlan@engr.sgi.com \
    --cc=ak@suse.de \
    --cc=akpm@osdl.org \
    --cc=arjan@infradead.org \
    --cc=balbir@in.ibm.com \
    --cc=dipankar@in.ibm.com \
    --cc=erikj@sgi.com \
    --cc=greg@kroah.com \
    --cc=guillaume.thouvenin@bull.net \
    --cc=hadi@cyberus.ca \
    --cc=jes@sgi.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lse-tech@lists.sourceforge.net \
    --cc=lserinol@gmail.com \
    --cc=nagar@watson.ibm.com \
    --cc=peterc@gelato.unsw.edu.au \
    /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

Powered by JetHome