public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] Automatic Kernel Tunables
@ 2005-05-10  8:16 Derbey Nadia
  2005-05-10 14:59 ` Joel Schopp
  0 siblings, 1 reply; 2+ messages in thread
From: Derbey Nadia @ 2005-05-10  8:16 UTC (permalink / raw)
  To: akt-announce; +Cc: LKML

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

-- 



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

* Re: [ANNOUNCE] Automatic Kernel Tunables
  2005-05-10  8:16 [ANNOUNCE] Automatic Kernel Tunables Derbey Nadia
@ 2005-05-10 14:59 ` Joel Schopp
  0 siblings, 0 replies; 2+ messages in thread
From: Joel Schopp @ 2005-05-10 14:59 UTC (permalink / raw)
  To: Derbey Nadia; +Cc: LKML

> 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

You might be interested in the work Jacob Moilanen has been doing with 
genetic algorithm tuning of I/O and CPU schedulers.  Google will 
probably turn up some discussion on this.  Also, he is scheduled to give 
a presentation and paper on this topic at the Ottawa Linux Symposium in 
July.


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

end of thread, other threads:[~2005-05-10 14:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-10  8:16 [ANNOUNCE] Automatic Kernel Tunables Derbey Nadia
2005-05-10 14:59 ` Joel Schopp

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