Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2009 23:59:24 +0000
From:      Frank Shute <frank@shute.org.uk>
To:        mojo fms <fbsdlilly@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Top returning 0.0% cpu usage
Message-ID:  <20090224235924.GA85975@melon.esperance-linux.co.uk>
In-Reply-To: <f151ba00902231521v37007a1difb4b9eb823c3b92d@mail.gmail.com>
References:  <f151ba00902201307n2a730429mac0ce7bc86063199@mail.gmail.com> <20090221180331.GB71010@melon.esperance-linux.co.uk> <f151ba00902231521v37007a1difb4b9eb823c3b92d@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 23, 2009 at 03:21:28PM -0800, mojo fms wrote:
>
> last pid: 11406;  load averages:  0.07,  0.02,
> 0.00                           up 2+20:54:15  15:36:35
> 23 processes:  1 running, 22 sleeping
> CPU:  0.0% user,  0.0% nice,  0.0% system,  0.0% interrupt,  0.0% idle
> 
> That is what it is displaying, the load adverage isnt it, its just the CPU
> stats.  It always displays 0.0% all the way across the board with the
> machine idle or doing any kind of work.
> 

Ummm, that's not right. You could try:

# cd /usr/src/usr.bin/top/
# make obj && make depend && make && make install

You obviously need the source files for that. There's a section in the
handbook on how to install them if they're not installed already:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/updating-upgrading.html

You want to use cvsup/csup(1)

The problem suggests that your world and kernel might not be in sync
and a rebuild might be in order.

How did you build/install your system?

Regards,

-- 

 Frank 


 Contact info: http://www.shute.org.uk/misc/contact.html 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090224235924.GA85975>