svn commit: r218695 - stable/8/usr.bin/top

jhell jhell at DataIX.net
Wed Feb 16 05:33:31 UTC 2011


On Tue, 15 Feb 2011 01:33, keramida@ wrote:
> Author: keramida (doc committer)
> Date: Tue Feb 15 06:33:35 2011
> New Revision: 218695
> URL: http://svn.freebsd.org/changeset/base/218695
>
> Log:
>  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.
>
>  Submitted by:   plunket
>  PR:             docs/153614
>
> -.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.

-- 

  jhell



More information about the svn-src-stable mailing list