Subject: Re: change to top (or top change 8)
To: Jaromir Dolecek <jdolecek@netbsd.org>
From: Chris Gilbert <chris@dokein.co.uk>
List: tech-userlevel
Date: 02/25/2003 10:58:26
On Tue, 25 Feb 2003 10:05:06 +0100 (CET)
Jaromir Dolecek <jdolecek@netbsd.org> wrote:
> Chris Gilbert wrote:
> > load averages: 0.39, 0.38, 0.36
> >
> > 00:59:01
> > 79 processes: 1 runnable, 77 sleeping, 1 on processor
> > CPU states: 5.9% user, 0.0% nice, 4.4% system, 0.0% interrupt,
> > 89.7% idle
> > Memory: 121M Act, 50M Inact, 1184K Wired, 14M Free
> > Memory usage: 86M Anon, 31M Exec, 68M File, 24K Rsvd
> > Swap: 641M Total, 181M Used, 461M Free
>
> I'd hate to lose another line in top output. It's all this information
> in uvmexp (vmstat -s) ?
Not the same thing, last time I checked vmstat -s gives a huge list of
uvm stats, and it doesn't display them nicely on the same page, any
update them, if you want updates you have to do vmstat -s -w 1, and you
really can't see what's changed. (note you can still see the top 16
processes on an 80x24 terminal)
Chris