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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
