LWN.net Logo

new enhanced accounting data collection

From:  Jay Lan <jlan@engr.sgi.com>
To:  lse-tech <lse-tech@lists.sourceforge.net>
Subject:  [PATCH 2.6.9 0/2] new enhanced accounting data collection
Date:  Mon, 08 Nov 2004 10:52:50 -0800
Cc:  Andrew Morton <akpm@osdl.org>, LKML <linux-kernel@vger.kernel.org>, Guillaume Thouvenin <guillaume.thouvenin@bull.net>, Tim Schmielau <tim@physik3.uni-rostock.de>

In earlier round of discussion, all partipants favored  a common
layer of accounting data collection.

This is intended to offer common data collection method for various
accounting packages including BSD accounting, ELSA, CSA, and any other
acct packages that use a common layer of data collection.

This patchset consists of two parts: acct_io and acct_mm. Discussion
identified that improved data collection in the area of I/O and Memory
are useful to larger systems.

acct_io:
         collects per process data on charater read/written in bytes
         and number of read/write syscalls made.

acct_mm:
         collects per process data on rss and vm total usage and
         peak usage.

Andrew, this new version incorporated feedback from your prior comment.


Best Regards,

Jay Lan - Linux System Software
Silicon Graphics Inc., Mountain View, CA

-
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/

Copyright © 2004, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds