From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422953AbXDRMea (ORCPT ); Wed, 18 Apr 2007 08:34:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422963AbXDRMea (ORCPT ); Wed, 18 Apr 2007 08:34:30 -0400 Received: from mail13.syd.optusnet.com.au ([211.29.132.194]:54175 "EHLO mail13.syd.optusnet.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422953AbXDRMe3 (ORCPT ); Wed, 18 Apr 2007 08:34:29 -0400 From: Con Kolivas To: Nick Piggin Subject: Re: [Announce] [patch] Modular Scheduler Core and Completely Fair Scheduler [CFS] Date: Wed, 18 Apr 2007 22:33:26 +1000 User-Agent: KMail/1.9.5 Cc: Ingo Molnar , Andy Whitcroft , linux-kernel@vger.kernel.org, Linus Torvalds , Andrew Morton , Mike Galbraith , Arjan van de Ven , Thomas Gleixner , Steve Fox , Nishanth Aravamudan References: <20070413202100.GA9957@elte.hu> <200704181933.57057.kernel@kolivas.org> <20070418121421.GB878@wotan.suse.de> In-Reply-To: <20070418121421.GB878@wotan.suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704182233.27378.kernel@kolivas.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 18 April 2007 22:14, Nick Piggin wrote: > On Wed, Apr 18, 2007 at 07:33:56PM +1000, Con Kolivas wrote: > > On Wednesday 18 April 2007 18:55, Nick Piggin wrote: > > > Again, for comparison 2.6.21-rc7 mainline: > > > > > > 508.87user 32.47system 2:17.82elapsed 392%CPU > > > 509.05user 32.25system 2:17.84elapsed 392%CPU > > > 508.75user 32.26system 2:17.83elapsed 392%CPU > > > 508.63user 32.17system 2:17.88elapsed 392%CPU > > > 509.01user 32.26system 2:17.90elapsed 392%CPU > > > 509.08user 32.20system 2:17.95elapsed 392%CPU > > > > > > So looking at elapsed time, a granularity of 100ms is just behind the > > > mainline score. However it is using slightly less user time and > > > slightly more idle time, which indicates that balancing might have got > > > a bit less aggressive. > > > > > > But anyway, it conclusively shows the efficiency impact of such tiny > > > timeslices. > > > > See test.kernel.org for how (the now defunct) SD was performing on > > kernbench. It had low latency _and_ equivalent throughput to mainline. > > Set the standard appropriately on both counts please. > > I can give it a run. Got an updated patch against -rc7? I said I wasn't pursuing it but since you're offering, the rc6 patch should apply ok. http://ck.kolivas.org/patches/staircase-deadline/2.6.21-rc6-sd-0.40.patch -- -ck