lkml.org 
[lkml]   [2005]   [May]   [10]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateTue, 10 May 2005 10:16:56 +0200
FromDerbey Nadia <>
Subject[ANNOUNCE] Automatic Kernel Tunables
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

-- 


-
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-05-10 10:19    [from the cache]
©2003-2008