Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jan 2008 10:37:56 -0600
From:      Jonathan Horne <freebsd08@dfwlp.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Dual Processor?
Message-ID:  <200801191037.56296.freebsd08@dfwlp.com>
In-Reply-To: <479225B9.1030507@chrismaness.com>
References:  <479225B9.1030507@chrismaness.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 19 January 2008 10:30:49 am Chris Maness wrote:
> Is there a way to see if the system is utilizing both processors on a
> two processor system?  I seem to remember the top command in Linux
> showed the load balance between the two processors (I could be wrong it
> has been a while since I used it).  Is there some ap that can display
> these kinds of statistics?
>
> Chris
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe@freebsd.org"

its still top, it just doesnt display the same way it does in linux.  look for 
a column C:

 PID USERNAME    THR PRI NICE   SIZE    RES STATE  C   TIME   WCPU COMMAND
 2211 jhorne        1  96    0   125M 50892K CPU1   0  18.9H  4.59% Xorg
35271 jhorne        1  96    0   107M 88500K select 1  20:03  0.44% opera
 2301 jhorne        1  96    0 81652K 50320K select 0 100:57  0.20% kstars

the C column tells you what processor the thread is using.

cheers,
-- 
Jonathan Horne
http://dfwlpiki.dfwlp.org
freebsd08 _@_ dfwlp.com



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