From owner-freebsd-arch@FreeBSD.ORG Fri May 26 13:36:00 2006 Return-Path: X-Original-To: freebsd-arch@freebsd.org Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68ACB16A438 for ; Fri, 26 May 2006 13:36:00 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from home.quip.cz (grimm.quip.cz [213.220.192.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id D823743D5E for ; Fri, 26 May 2006 13:35:58 +0000 (GMT) (envelope-from 000.fbsd@quip.cz) Received: from [192.168.1.2] (qwork.quip.test [192.168.1.2]) by home.quip.cz (Postfix) with ESMTP id BD8DA1A79; Fri, 26 May 2006 15:35:55 +0200 (CEST) Message-ID: <4477043B.7050401@quip.cz> Date: Fri, 26 May 2006 15:35:55 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: cs, cz, en, en-us MIME-Version: 1.0 To: Alexander Leidinger References: <20060415182413.GA8729@troutmask.apl.washington.edu> <20060416151128.5959ce56@Magellan.Leidinger.net> In-Reply-To: <20060416151128.5959ce56@Magellan.Leidinger.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-arch@freebsd.org Subject: Re: Google's summer of code topics? X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 May 2006 13:36:00 -0000 Alexander Leidinger wrote: > Feel free to submit an entry for http://www.freebsd.org/projects/ideas/ > (plain text is enough). It should be similar to the existing entries > there. > > Bye, > Alexander. I don't know where to submit project ideas, so I describe it here. I would like to see something like EclipseBSD QoS in current (6.x / 7.x) version of FreeBSD. (EclipseBSD project page: http://www.bell-labs.com/project/eclipse/release/). It means proportional-share cpu, disk and link schedulers with API to manipulate reservations. It would be nice in cooperation with Jails, so we could assign some maximal percentage of CPU / RAM / disk / net etc. per Jail. (the idea is very similar to Linux vserver implementation, but AFAIK EclipseBSD is earlier project [actual in FreeBSD 3.x days]) Because I am not a C programmer, it is just an idea for volunteers / Google's summer of code. Miroslav Lachman