From owner-freebsd-current@FreeBSD.ORG Sat Jan 31 13:56:11 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB7BD16A4CF for ; Sat, 31 Jan 2004 13:56:11 -0800 (PST) Received: from maeko.hayai.de (maeko.hayai.de [217.172.178.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4664D43D41 for ; Sat, 31 Jan 2004 13:56:06 -0800 (PST) (envelope-from mail@maeko.hayai.de) Received: from maeko.hayai.de (localhost [127.0.0.1]) by maeko.hayai.de (8.12.7/8.12.7) with ESMTP id i0VLu4xj015164 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Sat, 31 Jan 2004 22:56:04 +0100 Received: (from mail@localhost) by maeko.hayai.de (8.12.7/8.12.7/Submit) id i0VLu4lQ015163; Sat, 31 Jan 2004 22:56:04 +0100 Date: Sat, 31 Jan 2004 22:56:04 +0100 From: Marco Wertejuk To: Harald Schmalzbauer Message-ID: <20040131215604.GA15079@maeko.hayai.de> Mail-Followup-To: Harald Schmalzbauer , Steve Kargl , freebsd-current@freebsd.org References: <200401312146.32847@harrymail> <20040131212419.GA76513@troutmask.apl.washington.edu> <200401312231.59784@harrymail> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200401312231.59784@harrymail> User-Agent: Mutt/1.5.4i cc: freebsd-current@freebsd.org cc: Steve Kargl Subject: Re: SCHED_ULE and nice still ignored X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jan 2004 21:56:11 -0000 Your problem does not seem to be reproducable on my system (current is probably 2 weeks old): I've ran /usr/ports/sysutils/cpdup>time sudo make (of course maked clean between the tests) and got following results: idle: 0.806u 0.382s 0:01.65 71.5% 1778+982k 0+1io 0pf+0w during seti with default nice level (1): 0.739u 0.488s 0:14.33 8.4% 1829+953k 0+1io 0pf+0w with seti reniced to 15: 0.800u 0.429s 0:04.59 26.5% 1807+974k 0+1io 0pf+0w with seti reniced to 20: 0.759u 0.464s 0:01.61 75.1% 1895+1042k 0+1io 0pf+0w Bye, Marco