Re: a question about FreeBSD

2010-08-27 Thread Freddie Cash
On Fri, Aug 27, 2010 at 11:05 AM, V. T. Mueller, Continum
 wrote:
> Freddie Cash wrote:

 Also, try man top.
>>
>> -C will show stats for individual CPUs at the top of the screen
>> (similar to pressing 0 in top on Linux).  This was added to top in 7.2
>> or 7.3 or thereabouts.
>
> You mean top -P

Whoops, you're right.  That's what I get for looking at "echo $TOP"
and guessing at which of CHP did it, instead of reading the man page.
:)


-- 
Freddie Cash
fjwc...@gmail.com
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: a question about FreeBSD

2010-08-27 Thread V. T. Mueller, Continum

Freddie Cash wrote:

Also, try man top.

-C will show stats for individual CPUs at the top of the screen
(similar to pressing 0 in top on Linux).  This was added to top in 7.2
or 7.3 or thereabouts.


You mean top -P

--
Volker T. Mueller
Continum AG
Bismarckallee 7d
79098 Freiburg i. Br.
Tel. +49 761 21711171
Fax. +49 761 21711198
http://www.continum.net

Sitz der Gesellschaft: Freiburg im Breisgau
Registergericht: Amtsgericht Freiburg, HRB 6866
Vorstand: Rolf Mathis, Volker T. Mueller
Vorsitzender d. Aufsichtsrats: Prof. Dr. Karl-F. Fischbach

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: a question about FreeBSD

2010-08-27 Thread Ventsislav Nikolov
Hi,

Try using htop from the ports.


--
Love & Light
Ventsislav Nikolov



On Fri, Aug 27, 2010 at 7:07 AM, 崔岩ccuiy...@gmail.com wrote:

> Dear all:
>
> A quick question about the FreeBSD. In my lab, there is a multicore
> machine and i install a FreeBSD
> system on it. I wonder to know how to see the utilization for each
> core? are there such tools? Thanks!
>
> --
> Think big; Dream impossible; Make it happen.
> ___
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
>
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: a question about FreeBSD

2010-08-27 Thread Freddie Cash
On Fri, Aug 27, 2010 at 9:45 AM, Julian Elischer  wrote:
> On 8/26/10 10:10 PM, Steve Kargl wrote:
>> On Fri, Aug 27, 2010 at 12:07:11PM +0800, ccuiy...@gmail.com wrote:
>>>
>>> Dear all:
>>>
>>>      A quick question about the FreeBSD. In my lab, there is a multicore
>>> machine and i install a FreeBSD
>>>      system on it. I wonder to know how to see the utilization for each
>>> core? are there such tools? Thanks!
>>
>> Wrong mailing list.  Try freebsd-quest...@freebsd.org.
>>
>> Also, try man top.
>
> specifically, there will be an idle thread for each CPU
>
> so top -SH will allow you to see how much idle time there is on each cpu.

-C will show stats for individual CPUs at the top of the screen
(similar to pressing 0 in top on Linux).  This was added to top in 7.2
or 7.3 or thereabouts.

-- 
Freddie Cash
fjwc...@gmail.com
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: a question about FreeBSD

2010-08-27 Thread Julian Elischer

On 8/26/10 10:10 PM, Steve Kargl wrote:

On Fri, Aug 27, 2010 at 12:07:11PM +0800, ccuiy...@gmail.com wrote:

Dear all:

  A quick question about the FreeBSD. In my lab, there is a multicore
machine and i install a FreeBSD
  system on it. I wonder to know how to see the utilization for each
core? are there such tools? Thanks!



Wrong mailing list.  Try freebsd-quest...@freebsd.org.

Also, try man top.



specifically, there will be an idle thread for each CPU

so top -SH will allow you to see how much idle time there is on each cpu.

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: a question about FreeBSD

2010-08-27 Thread Denny Lin
On Fri, Aug 27, 2010 at 12:07:11PM +0800, 崔岩ccuiy...@gmail.com wrote:
>  A quick question about the FreeBSD. In my lab, there is a multicore
> machine and i install a FreeBSD
>  system on it. I wonder to know how to see the utilization for each
> core? are there such tools? Thanks!

Try $ top -P.

-- 
Denny Lin
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: a question about FreeBSD

2010-08-26 Thread Steve Kargl
On Fri, Aug 27, 2010 at 12:07:11PM +0800, ccuiy...@gmail.com wrote:
> Dear all:
> 
>  A quick question about the FreeBSD. In my lab, there is a multicore
> machine and i install a FreeBSD
>  system on it. I wonder to know how to see the utilization for each
> core? are there such tools? Thanks!
> 

Wrong mailing list.  Try freebsd-quest...@freebsd.org.

Also, try man top.

-- 
Steve
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


a question about FreeBSD

2010-08-26 Thread 崔岩ccuiyyan
Dear all:

 A quick question about the FreeBSD. In my lab, there is a multicore
machine and i install a FreeBSD
 system on it. I wonder to know how to see the utilization for each
core? are there such tools? Thanks!

-- 
Think big; Dream impossible; Make it happen.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"