public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 0/3] System accounting and taskstats update
@ 2006-08-03  4:19 Jay Lan
  2006-08-03  7:05 ` Andrew Morton
  0 siblings, 1 reply; 2+ messages in thread
From: Jay Lan @ 2006-08-03  4:19 UTC (permalink / raw)
  To: Andrew Morton
  Cc: LKML, Shailabh Nagar, Balbir Singh, Jes Sorensen,
	Chris Sturtivant, Tony Ernst, Guillaume Thouvenin

This posting is to replace the "CSA accounting and taskstats
update" patches i posted on 7/31.

This set of patches would provide basic system accounting
and extended system accounting data to userland using the
taskstats interface.

Patches are created against 2.6.18-rc2.

taskstats-rev2.patch
taskstats-acct.patch
bsd-to-xacct.patch

Regards,
  Jay Lan <jlan@sgi.com>

ChageLog:
  Feedbacks from Shailabh Nagar
  - realign new fields, and rename some fields names
  - keep ac_ prefix for basic accounting fields but
    remove prefix on extended accounting fields.
  - fix typos
  - use timespec_sub() routine simplify code
  - fix compilation issue if some CONFIG flags off
  - use 'static inlines' on CONFIG flag '#else' cases

  Feedbacks from Balbir Singh
  - use 'BUILD_DEBUG_ON' to check TS_COMM_LEN value
  - use portable cputime_to_msecs() API
  - set system time to 1 usec if both stime and utime
    are less than 1 usec.

  Since most of the accounting data required by CSA
  are also used in BSD Process Accounting, i initially
  named those accounting fields handling as "basic
  accounting" and the rest as "CSA extension". However,
  there is not really much left in CSA. Thus, it makes
  sense to eliminate CSA from the kernel all together.

  However, Shailabh liked to separate the taskstats
  interface part from the accounting data part and i
  agreed that it was the right thing to do.

  Thus, there will be kernel/tsacct.c and
  include/linux/tsacct_kern.h to become home of the
  accounting data handling code. A new config flag
  "CONFIG_TASK_XACCT" is added so that three routines
  dealing with extended accouting can be defined
  as dummy.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-08-03  7:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-03  4:19 [patch 0/3] System accounting and taskstats update Jay Lan
2006-08-03  7:05 ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox