You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
(1) |
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Nadia D. <Nad...@bu...> - 2007-01-30 16:10:19
|
A new version of AKT has just been released (only 1 week after the other one): fixes have been done in some test cases. Regards, Nadia |
From: Nadia D. <Nad...@bu...> - 2007-01-22 10:35:18
|
AKT 0.8 has just been rleased. The most important changes are: 1) the akt_mod module does not exist anymore 2) the sysfs hierarchy for the tunables has changed 3) the config_tunables script has been updated to reflect the changes under sysfs The kernel patches apply to 2.6.20-rc4 kernel release Regards, Nadia -- =============================================================== Name.......... Nadia DERBEY Organization.. BULL/DT/OSwR&D/Linux --------------------------------------------------------------- Email......... mailto:Nad...@bu... Address....... BULL, B.P. 208, 38432 Echirolles Cedex, France Tel........... (33) 76 29 77 62 [Internal Bull: (229) 77 62] Telex,Fax..... 980648 F - (33) 76 29 76 00 Internal Bull. Mail: FREC-B1405 =============================================================== |
From: Nadia D. <Nad...@bu...> - 2006-05-22 14:05:16
|
The 3rd version of AKT has just been released. The most important changes since version 0.2 are: 1) Tunables management has been moved from configfs to sysfs 2) Some more tunables are now supported: . semmni . semmns . shmmni . shmall . msgmni . threads-max Regards, Nadia -- =============================================================== Name.......... Nadia DERBEY Organization.. BULL/DT/OSwR&D/Linux --------------------------------------------------------------- Email......... mailto:Nad...@bu... Address....... BULL, B.P. 208, 38432 Echirolles Cedex, France Tel........... (33) 76 29 77 62 [Internal Bull: (229) 77 62] Telex,Fax..... 980648 F - (33) 76 29 76 00 Internal Bull. Mail: FREC-B1405 =============================================================== |
From: Derbey N. <Nad...@bu...> - 2006-04-06 08:57:43
|
Hi, Version 0.2 of the Automatic Kernel Tunables package has just been released. This package is a prototype. It currently includes only what is needed to dynamically adjust the semmni tunable (maximum number of semaphores that can be created on the system) . 2.6.16-rc2 kernel patch to register semmni as potentially dynamically adjustable. . akt_mod module, that should be loaded to enable dynamic adjustment of the registered kernel tunables. . a set of scripts that help managing automatic adjustment. . a test of semaphores creation limits. The design can be found at http://akt.sourceforge.net/doc/akt/index.html The package can be downloaded from http://sourceforge.net/project/showfiles.php?group_id=136028 Regards, Nadia |
From: Jean-Pierre D. <jea...@bu...> - 2005-09-29 15:43:59
|
Thanks again Nadia for this great job ! A very good first step to kernel auto tuning. jean-pierre Derbey Nadia wrote: > Hi, > > libtune version 0.7 has just been released: > 1) Support for various kernel releases, distributions and families has > been added > 2) tun_get_kwd() functionality has been added > 3) tun_lst_all() functionality has been added > > Note: the release number has "suddenly" jumped from 0.3 to 0.7 to make > it coherent with the design release number. > > > Regards, > Nadia > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > akt-announce mailing list > akt...@li... > https://lists.sourceforge.net/lists/listinfo/akt-announce > |
From: Derbey N. <Nad...@bu...> - 2005-09-29 14:12:03
|
Hi, libtune version 0.7 has just been released: 1) Support for various kernel releases, distributions and families has been added 2) tun_get_kwd() functionality has been added 3) tun_lst_all() functionality has been added Note: the release number has "suddenly" jumped from 0.3 to 0.7 to make it coherent with the design release number. Regards, Nadia |
From: Derbey N. <Nad...@bu...> - 2005-07-12 13:12:53
|
Hi, Third version of the libtune API has just been released: 1) The tuned daemon has been added: it detects any pseudo-file added under /proc or /sys 2) TUNDB has been split in 7 sub-databases 3) The tests have been updated accordingly This version can be downloaded from http://sourceforge.net/project/showfiles.php?group_id=136028 Regards, Nadia |
From: Derbey N. <Nad...@bu...> - 2005-06-20 09:54:21
|
Hi, Second version of the libtune API has just been released: . The following interfaces have been added to libtune: . tun_set(), tun_locate() and tun_help() . The tests have been updated accordingly . Some commands built on top of the API, can also be foud in the "tests" directory It can be downloaded from http://sourceforge.net/project/showfiles.php?group_id=136028 Regards, Nadia -- =============================================================== Name.......... Nadia DERBEY Organization.. BULL/DT/OSwR&D/Linux --------------------------------------------------------------- Email......... mailto:Nad...@bu... Address....... BULL, B.P. 208, 38432 Echirolles Cedex, France Tel........... (33) 76 29 77 62 [Internal Bull: (229) 77 62] Telex,Fax..... 980648 F - (33) 76 29 76 00 Internal Bull. Mail: FREC-B1405 =============================================================== |
From: Derbey N. <Nad...@bu...> - 2005-06-02 10:00:03
|
Hi, The libtune API v0.1 has just been released. It can be downloaded from <http://sourceforge.net/project/showfiles.php?group_id=136028>. This package currently includes: 1) libtune: . it interfaces a number of files in procfs, sysfs (only 1), as well as the shmctl(), setrlimit(), getrlimit() syscalls. . it is based on Linux kernel version 2.6.9 . it only contains the get part of the API . it is not yet multi-distros/multi-release 2) an example usage for each tunable listed in libtune.h, in the "tests" directory The libtune API overall design can be found at: <http://akt.sourceforge.net/doc/aktapi.design.03.html>. Regards, Nadia -- =============================================================== Name.......... Nadia DERBEY Organization.. BULL/DT/OSwR&D/Linux --------------------------------------------------------------- Email......... mailto:Nad...@bu... Address....... BULL, B.P. 208, 38432 Echirolles Cedex, France Tel........... (33) 76 29 77 62 [Internal Bull: (229) 77 62] Telex,Fax..... 980648 F - (33) 76 29 76 00 Internal Bull. Mail: FREC-B1405 =============================================================== |