From owner-svn-src-head@FreeBSD.ORG Thu Jun 2 17:14:02 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6DDF106564A; Thu, 2 Jun 2011 17:14:02 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id ACB968FC0C; Thu, 2 Jun 2011 17:14:02 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 4540C46B03; Thu, 2 Jun 2011 13:14:02 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id DC73E8A01F; Thu, 2 Jun 2011 13:14:01 -0400 (EDT) From: John Baldwin To: Alexander Best Date: Thu, 2 Jun 2011 13:13:15 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110325; KDE/4.5.5; amd64; ; ) References: <201105311511.p4VFBNnu028827@svn.freebsd.org> <20110602164236.GA95713@freebsd.org> In-Reply-To: <20110602164236.GA95713@freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201106021313.15386.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Thu, 02 Jun 2011 13:14:02 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r222530 - in head: contrib/top usr.bin/top X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2011 17:14:02 -0000 On Thursday, June 02, 2011 12:42:36 pm Alexander Best wrote: > On Tue May 31 11, John Baldwin wrote: > > Author: jhb > > Date: Tue May 31 15:11:23 2011 > > New Revision: 222530 > > URL: http://svn.freebsd.org/changeset/base/222530 > > > > Log: > > Add a new option to toggle the display of the system idle process (per-CPU > > idle threads). The process is displayed by default (subject to whether or > > not system processes are displayed) to preserve existing behavior. The > > system idle process can be hidden via the '-z' command line argument or the > > 'z' key while top is running. When it is hidden, top more closely matches > > the behavior of FreeBSD <= 4.x where idle time was not accounted to any > > process. > > does it make sense to have the -z flag and "z" key available, when the -S > flag or the "S" key was not specified? I view them as independent just as 'i' and 'S' are. I'm not sure it's worth trying to make it fancier as none of the other keys are dependent on another mode. -- John Baldwin