Andrew, CKRM has gone through a major overhaul by removing some of the complexity, cutting down on features and moving portions to userspace.
We have posted ckrm last week as an RFC: infrastructure: http://www.ussg.iu.edu/hypermail/linux/kernel/0604.2/1297.html numtasks controller: http://www.ussg.iu.edu/hypermail/linux/kernel/0604.2/1311.html CPU controller: http://www.ussg.iu.edu/hypermail/linux/kernel/0604.2/1310.html Diffstat of this patchset (including the numtasks controller that follows) is: 23 files changed, 2466 insertions(+), 5 deletions(-) including Documentaion and comments. This patchset will be followed with two controllers: - a simple controller, numtasks to control number of tasks - CPU controller, to control CPU resource. Please consider these for inclusion in -mm tree. -- Changes since last post: - CKRM has been replaced with Resource Groups - 'class' has been replaced with resource group - Limit the depth of the hierarchy. --------- Patch Descriptions: 01/12 - controller_support This patch defines data structures for defining a resource group and resource controller. Provides register/unregister functions for a controller. Provides utility functions to get a controller's data structure. 02/12 - resource_group_support Provides functions to alloc and free a user defined resource group. Provides utility macro to walk through the resource group hierarchy. 03/12 - shares_support Provides functions to set/get shares of a specific resource of a resource group. Defines a teardown function that is intended to be called when user disables resource group (by umount of the configfs component). 04/12 - tasksupport Adds logic to support adding/removing task to/from a resource group Provides interface to set a task's resource group. 05/12 - tasksupport_fork_exit_init Initializes and clears Resource Group specific information in a task at fork() and exit(). Inititalizes Resource Groups (called from start_kernel) 06/12: task_procsupport Adds an interface in /proc to get the name of a resource group to which a task is attached. 07/12 - user_interface Create the configfs component for managing Resource groups. Hooks up with configfs. Provides functions for creating and deleting resource groups. 08/12 - user_interface_attr_support Adds the basic attribute store and show functions. 09/12 - user_interface_stats Adds attr_store and attr_show support for stats file. 10/12 - user_interface_shares Adds attr_store and attr_show support for shares file. 11/12 - user_interface_members Adds attr_store and attr_show support for members file. 12/12 - res_groups_docs Documentation describing important Resource Groups components such as resource group, shares, controllers, and the configfs based user interface. -- Thanks & Regards, chandra -- ---------------------------------------------------------------------- Chandra Seetharaman | Be careful what you choose.... - [EMAIL PROTECTED] | .......you may get it. ---------------------------------------------------------------------- ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ ckrm-tech mailing list https://lists.sourceforge.net/lists/listinfo/ckrm-tech