From owner-svn-src-stable-8@FreeBSD.ORG Wed Feb 16 07:07:24 2011 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55260106564A; Wed, 16 Feb 2011 07:07:24 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id AEF9D8FC08; Wed, 16 Feb 2011 07:07:23 +0000 (UTC) X-Spam-Status: No X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-2.9, required 5, autolearn=not spam, ALL_TRUSTED -1.00, BAYES_00 -1.90) X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-ID: p1G6sSYG003355 Received: from gkeramidas-glaptop.linux.gr (207.47.25.82.static.nextweb.net [207.47.25.82]) (authenticated bits=0) by igloo.linux.gr (8.14.4/8.14.4/Debian-2) with ESMTP id p1G6sSYG003355 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 16 Feb 2011 08:54:35 +0200 From: Giorgos Keramidas To: jhell References: <201102150633.p1F6XZrT020272@svn.freebsd.org> Date: Tue, 15 Feb 2011 22:54:28 -0800 In-Reply-To: (jhell@dataix.net's message of "Wed, 16 Feb 2011 00:06:39 -0500") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org Subject: Re: svn commit: r218695 - stable/8/usr.bin/top X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2011 07:07:24 -0000 On Wed, 16 Feb 2011 00:06:39 -0500, jhell wrote: > On Tue, 15 Feb 2011 01:33, keramida@ wrote: >> URL: http://svn.freebsd.org/changeset/base/218695 >> >> MFC 217746 from /head/usr.bin/top >> >> Touch up the sample memory usage numbers a bit, to avoid wrapping >> on terminal boundary. While here add definition for 'G' and fix >> the indentation of 'K' units. .. >> -.SH DESCRIPTION OF MEMORY >> -Mem: 9220K Active, 1032K Inact, 3284K Wired, 1M Cache, 2M Buf, 1320K Free >> +.SH DESCRIPTION OF MEMORY >> +Mem: 9220K Active, 1M Inact, 3284K Wired, 1M Cache, 2M Buf, 1320K Free >> Swap: 91M Total, 79M Free, 13% Inuse, 80K In, 104K Out > > Maybe being a little picky here but consistency in this might persuade > further questions on why Active is using K but yet Inact "being > smaller" than that is using M. > > Might be best to just take some active values straight from a running > top(1) output rather than blindly adjusting them. On Wed, 16 Feb 2011 08:50:30 +0300, Sergey Kandaurov wrote: > Well, that was already broken before the change. It's still not too late to do that. I'll replace the Mem: line with one from my current installation: Mem: 18M Active, 298M Inact, 119M Wired, 220K Cache, 110M Buf, 553M Free Does that look better?