Jonathan Horne wrote:
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
"[EMAIL PROTECTED]"

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,
systat

[pedja@ /usr/home/Pedja]$ systat

                   /0   /1   /2   /3   /4   /5   /6   /7   /8   /9   /10
Load Average
                   /0%  /10  /20  /30  /40  /50  /60  /70  /80  /90  /100
root     idle: cpu0 XXXXXXXXXXXXXXXXXXXXXXXXX
root     idle: cpu1 XXXXXXXXXXXXXXXXXXXXXXXXX


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to