From owner-freebsd-stable@FreeBSD.ORG Tue Oct 16 20:43:35 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22B6D16A421; Tue, 16 Oct 2007 20:43:35 +0000 (UTC) (envelope-from jroberson@chesapeake.net) Received: from webaccess-cl.virtdom.com (webaccess-cl.virtdom.com [216.240.101.25]) by mx1.freebsd.org (Postfix) with ESMTP id D8E5513C46A; Tue, 16 Oct 2007 20:43:34 +0000 (UTC) (envelope-from jroberson@chesapeake.net) Received: from [192.168.1.104] (cpe-66-91-190-165.hawaii.res.rr.com [66.91.190.165]) (authenticated bits=0) by webaccess-cl.virtdom.com (8.13.6/8.13.6) with ESMTP id l9GKhVpL017432 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Tue, 16 Oct 2007 16:43:33 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Tue, 16 Oct 2007 13:46:10 -0700 (PDT) From: Jeff Roberson X-X-Sender: jroberson@10.0.0.1 To: Josh Carroll In-Reply-To: <8cb6106e0710161309o4658f41fse686b637d96be7f1@mail.gmail.com> Message-ID: <20071016134426.F598@10.0.0.1> References: <47150D87.3070804@gmx.de> <47150F82.9060805@FreeBSD.org> <8cb6106e0710161309o4658f41fse686b637d96be7f1@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: "\[LoN\]Kamikaze" , Kris Kennaway , freebsd-current@freebsd.org, freebsd-stable@freebsd.org Subject: Re: SCHED_4BSD in RELENG_7 disturbs workflow X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2007 20:43:35 -0000 On Tue, 16 Oct 2007, Josh Carroll wrote: >> Not to say that any problems that might have developed with SCHED_4BSD >> should not be fixed, but you should give SCHED_ULE a try since it brings >> benefits even for single CPU systems (e.g. better interactive response). > > For my particular work load, 4BSD is actually faster than ULE in > RELENG_7. Specifically, on a Q6600 running ffmpeg -threads 8 to > transcode some H.264 video, 4BSD is about 5% faster. I took a sample > video and transcoded the first 120 seconds of it, and here are the > results (including a control from 6.2-RELEASE-p7/4BSD scheduler): > > releng_6_2 (4BSD) 1:32.39 > releng_7 (4BSD) 1:32.44 > releng_7 (ULE) 1:37.15 > > This is obviously a different scenario from MySQL. So perhaps ULE > isn't as well tuned for cases like ffmpeg? Hi Josh, thanks for the report. How many CPUs are in your system? Can you give me the output of 'vmstat 5' over the course of one run on 4BSD and ULE? Or just one of them if you can't spare the time. Thanks, Jeff > > Josh > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >