From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965371AbXCLIzh (ORCPT ); Mon, 12 Mar 2007 04:55:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965365AbXCLIzh (ORCPT ); Mon, 12 Mar 2007 04:55:37 -0400 Received: from mail.gmx.net ([213.165.64.20]:40952 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S965375AbXCLIzg (ORCPT ); Mon, 12 Mar 2007 04:55:36 -0400 X-Authenticated: #14349625 X-Provags-ID: V01U2FsdGVkX1+Ig9wYnceIm02d0cqrqDo2FIIrClmmNdM8hj2oYf bJzEC3nygz1FVD Subject: Re: [PATCH][RSDL-mm 0/7] RSDL cpu scheduler for 2.6.21-rc3-mm2 From: Mike Galbraith To: Con Kolivas Cc: Ingo Molnar , linux kernel mailing list , ck list , Andrew Morton In-Reply-To: <200703121929.39702.kernel@kolivas.org> References: <200703111457.17624.kernel@kolivas.org> <1173684174.6659.13.camel@Homer.simpson.net> <200703121848.44714.kernel@kolivas.org> <200703121929.39702.kernel@kolivas.org> Content-Type: text/plain Date: Mon, 12 Mar 2007 09:55:33 +0100 Message-Id: <1173689733.6748.18.camel@Homer.simpson.net> Mime-Version: 1.0 X-Mailer: Evolution 2.8.2 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2007-03-12 at 19:29 +1100, Con Kolivas wrote: > I'll save you the trouble. I just checked myself and indeed the load is only > 1. What this means is that although there are 2 tasks running, only one is > running at any time making a total load of 1. So, if we add two other tasks > that add 2 more to the load the total load is 3. However if we weight the > other two tasks at nice 5, they only add .75 each to the load making a > weighted total of 2.5. This means that X+Gforce together should get a total > of 1/2.5 or 40% of the overall cpu. That sounds like exactly what you're > describing is happening. Hmm. So... anything that's client/server is going to suffer horribly unless niced tasks are niced all the way down to 19? -Mike