lkml.org 
[lkml]   [2002]   [Oct]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[PATCH] 2.5.43 CSA, Job, and PAGG
2.5.43 versions of CSA, Job, and PAGG patches are available at:
ftp://oss.sgi.com/projects/pagg/download/linux-2.5.43-pagg-job.patch
ftp://oss.sgi.com/projects/csa/download/linux-2.5.43-csa.patch
The CSA and job user-level code is in the same directories.

CSA (Comprehensive System Accounting) provides methods for
collecting per-process resource usage data, monitoring disk usage,
and charging fees to specific login accounts. CSA provides features
which are not available with the other Linux accounting packages.
For more information, see:
http://oss.sgi.com/projects/csa/

Linux Jobs is an inescapable process container that is typically
created by point of entry processes like login, and inherited by
children. PAGG (Process Aggregates) is a generic framework for
implementing process containers such as Linux Jobs.
For more information, see:
http://oss.sgi.com/projects/pagg/

CSA depends on Linux Jobs, and Linux Jobs depends on PAGG.

diffstat linux-2.5.43-pagg-job.patch
Documentation/job.txt | 436 +++++++++
Documentation/pagg.txt | 151 +++
include/linux/init_task.h | 4
include/linux/job.h | 261 +++++
include/linux/jobctl.h | 167 +++
include/linux/pagg.h | 242 +++++
include/linux/sched.h | 4
init/Config.help | 28
init/Config.in | 4
kernel/Makefile | 10
kernel/exit.c | 15
kernel/fork.c | 11
kernel/job.c | 2023 ++++++++++++++++++++++++++++++++++++++++++++++
kernel/pagg.c | 418 +++++++++
14 files changed, 3768 insertions(+), 6 deletions(-)

diffstat linux-2.5.43-csa.patch
drivers/block/ll_rw_blk.c | 4
fs/exec.c | 4
fs/read_write.c | 18
include/linux/csa.h | 522 ++++++++++++++
include/linux/csa_internal.h | 87 ++
include/linux/sched.h | 20
init/Config.help | 19
init/Config.in | 1
kernel/Makefile | 1
kernel/csa_job_acct.c | 1586 +++++++++++++++++++++++++++++++++++++++++++
kernel/exit.c | 7
kernel/fork.c | 7
kernel/ksyms.c | 4
mm/memory.c | 18
mm/mmap.c | 9
mm/mremap.c | 8
mm/rmap.c | 3
mm/swapfile.c | 4
18 files changed, 2319 insertions(+), 3 deletions(-)

John Hesterberg and Robin Holt
-
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/

\
 
 \ /
  Last update: 2005-03-22 13:30    [W:0.121 / U:0.088 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site