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

From: Andrew Morton
Date: Wed Sep 14 2005 - 15:26:43 EST


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/