From owner-freebsd-questions@FreeBSD.ORG Wed Oct 25 20:03:03 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43A2016A403 for ; Wed, 25 Oct 2006 20:03:03 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE2E943D69 for ; Wed, 25 Oct 2006 20:03:02 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.6/8.13.8) id k9PK31cO061950; Wed, 25 Oct 2006 15:03:01 -0500 (CDT) (envelope-from dan) Date: Wed, 25 Oct 2006 15:03:01 -0500 From: Dan Nelson To: Bill Moran Message-ID: <20061025200301.GK53901@dan.emsphone.com> References: <20061025151446.f1169ccc.wmoran@collaborativefusion.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061025151446.f1169ccc.wmoran@collaborativefusion.com> X-OS: FreeBSD 6.2-PRERELEASE X-message-flag: Outlook Error User-Agent: Mutt/1.5.13 (2006-08-11) Cc: questions@freebsd.org Subject: Re: nice values outside the expected range ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Oct 2006 20:03:03 -0000 In the last episode (Oct 25), Bill Moran said: > > I didn't know this was possible: > PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND > 11348 root 1 -4 -100 5740K 5764K getblk 0 0:00 0.00% cdrecord > 11346 root 1 -8 -104 5740K 5764K cbwait 0 0:00 0.00% cdrecord > > I thought the allowed values for nice were -20 to 20. Is this something > new in the 6.x branch? cdrecord sets at least one of its processes to a realtime priority, and they're printed in the NICE field as those big numbers. -- Dan Nelson dnelson@allantgroup.com