public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Derbey Nadia <Nadia.Derbey@bull.net>
To: akt-announce@lists.sourceforge.net
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: [ANNOUNCE] Automatic Kernel Tunables
Date: Tue, 10 May 2005 10:16:56 +0200	[thread overview]
Message-ID: <42806DF8.8020503@bull.net> (raw)

Hi,

I'm pleased to announce a new project related to Linux kernel tunables.
Any comment you have will be welcome!

Automatic Kernel Tunables Project
-------------------------

The AKT (Automatic Kernel Tunables) project aims at:

1. providing a standard API to unify the various ways Linux developers 
have to access kernel tunables, system information, resource 
consumptions: today, installation scripts, supervision scripts and more 
generally applications are facing the following issues:
    . There are quite multiple ways of accessing the kernel
      configuration and tunables: /procfs, /sysfs, sysconf(),
      rlimit(), etc...,
    . The associated executables are rarely portable, since they
      require to get, set and change values that are represented
      by objects that may change from distribution to distribution,
      or from one release to the other inside the same distribution.
This raises the need for a standard, well defined API to manipulate the 
kernel configuration and tunables for software products to relay on.
This API will be built on top of the existing mechanisms: it will "hide" 
them instead of replacing them, in order not to break backward 
compatibility.

2. making the kernel able to automatically tune the resources as it sees 
appropriate. This is a much more complicated feature that will be 
considered as a second step for the project


A design about 1st point will be available soon at 
http://akt.sourceforge.net/.
Everything related to this project will be dropped at this url, and 
further discussions will take place in the dedicated project mailing 
lists at SF.

Regards,
Nadia

-- 



             reply	other threads:[~2005-05-10  8:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-10  8:16 Derbey Nadia [this message]
2005-05-10 14:59 ` [ANNOUNCE] Automatic Kernel Tunables Joel Schopp

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=42806DF8.8020503@bull.net \
    --to=nadia.derbey@bull.net \
    --cc=akt-announce@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox