Re: How many processors do I have?
Re: How many processors do I have?
- Subject: Re: How many processors do I have?
- From: Ben Haller <email@hidden>
- Date: Wed, 11 Nov 2009 18:40:38 -0500
On 11-Nov-09, at 6:19 PM, Shawn Erickson wrote:
IIRC the latest Mac Pro system use Xeon processors that are HT
(hyper-threading, aka SMT) capable, each core is capable of running
two threads concurrently. This gives you 16 "logical" cores even
though you only have 8 physical cores.
Try the following...
[0:512] > sysctl hw.physicalcpu hw.logicalcpu
hw.physicalcpu: 8
hw.logicalcpu: 8
This seems to be it. Interesting. I get:
darwin:~ bhaller $ sysctl hw.physicalcpu hw.logicalcpu
hw.physicalcpu: 8
hw.logicalcpu: 16
New to me. :-> Thanks!
Ben Haller
Stick Software
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden