View Single Post
Old 10-27-2002, 06:49 AM  
some_idiot
Confirmed User
 
Join Date: May 2002
Location: Doesn't matter, I'm not buying you another pint!
Posts: 1,511
Quote:
Originally posted by eronetwork
its freebsd

thanks
The ' dmesg ' command will give you the console boot
log. Within the top few lines are the CPU and installed
memory. This most likely what you are looking for since
it also tells all the driver devices loaded with the kernel.
It's going to be 2-4 pages so pipe it through the more
or use the scroll lock to back page. ' dmesg | more '

but if you need some realtime monitoring...

The ' systat -vmstat ' command will give you the memory
manager stats in real time.

The ' top ' command at the top of the console will give
you CPU utilization in loads and the overview report of
memory allocation and at the bottom running processess.

The FreeBSD email discussion groups are archived at
docs.freebsd.org , they have a search message base
option there so that you don't gunk up GFY with
distrobution specific questions in the future. If you
can't find your answers there then feel free to hit me
up.
some_idiot is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote