Re: [PATCH] per process I/O statistics for userspace

From: Levent Serinol
Date: Sat Sep 17 2005 - 12:36:37 EST


Hi Andrew,

What's your last decision about the patch ?

On 9/15/05, Jay Lan <jlan@xxxxxxxxxxxx> wrote:
> Andrew,
>
> These data are used in CSA Accounting today and i believe ELSA
> intends to use them also.
>
> Since PAGG is not in the tree, SGI have been offering our customers
> PAGG/JOB/CSA kernel code as either kernel patches at oss.sgi.com
> site or out-of-tree kernel modules today.
>
> SGI intends to submit another solution for PAGG/JOB soon.
>
> Once the future of PAGG/JOB becomes clear, we will know better how
> to integrate CSA and BSD accounting. We are not sitting on it.
>
> Thanks,
> - jay
>
>
> Andrew Morton wrote:
> > Levent Serinol <lserinol@xxxxxxxxx> wrote:
> >
> >>+int proc_pid_iostat(struct task_struct *task, char *buffer)
> >> +{
> >> + return sprintf(buffer,"%llu %llu\n",task->rchar,task->wchar);
> >> +}
> >
> >
> > Those fields have been sitting there unused for months. I'd like to hear
> > what the system accounting guys are intending to do with them before
> > proceeding, please.
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to majordomo@xxxxxxxxxxxxxxx
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at http://www.tux.org/lkml/
>
>


--

Stay out of the road, if you want to grow old.
~ Pink Floyd ~.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/