All of lore.kernel.org
 help / color / mirror / Atom feed
From: John Hesterberg <jh@sgi.com>
To: linux-kernel@vger.kernel.org, csa@oss.sgi.com, pagg@oss.sgi.com
Cc: Robin Holt <holt@sgi.com>
Subject: [PATCH] 2.5.44 CSA, Job, and PAGG
Date: Wed, 23 Oct 2002 14:53:42 -0500	[thread overview]
Message-ID: <20021023145342.A6595@sgi.com> (raw)

2.5.44 versions of CSA, Job, and PAGG patches are available at:
    ftp://oss.sgi.com/projects/pagg/download/linux-2.5.44-pagg.patch
    ftp://oss.sgi.com/projects/pagg/download/linux-2.5.44-job.patch
    ftp://oss.sgi.com/projects/csa/download/linux-2.5.44-csa.patch
Apply them in that order.
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.44-pagg.patch
 Documentation/pagg.txt    |  148 +++++++++++++++++
 include/linux/init_task.h |    4 
 include/linux/pagg.h      |  216 +++++++++++++++++++++++++
 include/linux/sched.h     |    4 
 init/Config.help          |    6 
 init/Config.in            |    1 
 kernel/Makefile           |    3 
 kernel/exit.c             |    4 
 kernel/fork.c             |   11 +
 kernel/pagg.c             |  396 ++++++++++++++++++++++++++++++++++++++++++++++
 10 files changed, 792 insertions(+), 1 deletion(-)

diffstat linux-2.5.44-job.patch
 Documentation/job.txt |  434 ++++++++++
 include/linux/job.h   |  250 ++++++
 init/Config.help      |   22 
 init/Config.in        |    3 
 kernel/Makefile       |    3 
 kernel/job.c          | 2001 ++++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 2712 insertions(+), 1 deletion(-)

diffstat linux-2.5.44-csa.patch
 drivers/block/ll_rw_blk.c    |    4 
 fs/exec.c                    |    4 
 fs/read_write.c              |   25 
 include/linux/csa.h          |  518 ++++++++++++++
 include/linux/csa_internal.h |   84 ++
 include/linux/sched.h        |   20 
 init/Config.help             |   19 
 init/Config.in               |    1 
 kernel/Makefile              |    1 
 kernel/csa_job_acct.c        | 1582 +++++++++++++++++++++++++++++++++++++++++++
 kernel/exit.c                |    7 
 kernel/fork.c                |    8 
 kernel/ksyms.c               |    4 
 mm/memory.c                  |   18 
 mm/mmap.c                    |   10 
 mm/mremap.c                  |    8 
 mm/rmap.c                    |    3 
 mm/swapfile.c                |    4 
 18 files changed, 2317 insertions(+), 3 deletions(-)

John Hesterberg and Robin Holt

             reply	other threads:[~2002-10-23 19:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-23 19:53 John Hesterberg [this message]
2002-10-23 21:20 ` [PATCH] 2.5.44 CSA, Job, and PAGG Jan-Frode Myklebust
2002-10-23 21:35   ` Robin Holt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021023145342.A6595@sgi.com \
    --to=jh@sgi.com \
    --cc=csa@oss.sgi.com \
    --cc=holt@sgi.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pagg@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.