From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965537AbXDNUM6 (ORCPT ); Sat, 14 Apr 2007 16:12:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964934AbXDNUM6 (ORCPT ); Sat, 14 Apr 2007 16:12:58 -0400 Received: from 1wt.eu ([62.212.114.60]:1916 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965537AbXDNUM5 (ORCPT ); Sat, 14 Apr 2007 16:12:57 -0400 Date: Sat, 14 Apr 2007 22:12:27 +0200 From: Willy Tarreau To: William Lee Irwin III Cc: Ingo Molnar , Nick Piggin , linux-kernel@vger.kernel.org, Linus Torvalds , Andrew Morton , Con Kolivas , Mike Galbraith , Arjan van de Ven , Thomas Gleixner Subject: Re: [Announce] [patch] Modular Scheduler Core and Completely Fair Scheduler [CFS] Message-ID: <20070414201227.GA4536@1wt.eu> References: <20070413202100.GA9957@elte.hu> <20070414020424.GB14544@wotan.suse.de> <20070414063254.GB14875@elte.hu> <20070414064334.GA19463@elte.hu> <20070414080833.GL943@1wt.eu> <20070414083625.GM943@1wt.eu> <20070414194855.GZ2986@holomorphy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070414194855.GZ2986@holomorphy.com> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Apr 14, 2007 at 12:48:55PM -0700, William Lee Irwin III wrote: > On Sat, Apr 14, 2007 at 10:36:25AM +0200, Willy Tarreau wrote: > > Forking becomes very slow above a load of 100 it seems. Sometimes, > > the shell takes 2 or 3 seconds to return to prompt after I run > > "scheddos &" > > Those are very promising results, I nearly observe the same responsiveness > > as I had on a solaris 10 with 10k running processes on a bigger machine. > > I would be curious what a mysql test result would look like now. > > Where is scheddos? I will send it to you off-list. I've been avoiding to publish it for a long time because the stock scheduler was *very* sensible to trivial attacks (freezes larger than 30s, impossible to log in). It's very basic, and I have no problem sending it to anyone who requests it, it's just that as long as some distros ship early 2.6 kernels I do not want it to appear on mailing list archives for anyone to grab it and annoy their admins for free. Cheers, Willy