Get CPU Info via Command Line in Mac OS X

Jul 15, 2011 - 1 Comment

Retrieving CPU information from the command line in Mac OS X is easy enough, first we’ll use sysctl because it give us everything on one easy to read line:

sysctl -n machdep.cpu.brand_string

Intel(R) Core(TM)2 Duo CPU E8600 @ 2.40GHz

This is advantageous because it reports back the chip model , if you don’t want the model number and simply want processor name, speed, and the number of processors, you can use grep with system_profiler:

system_profiler | grep Processor

Processor Name: Intel Core 2 Duo
Processor Speed: 2.4 GHz
Number of Processors: 1

There are probably other methods as well, but these two are detailed and give you the information you need. For the record, there is a much easier way to get this information, just go to “About This Mac” under the  Apple menu.

Related articles:

Posted by: William Pearson in Command Line, Tips & Tricks

One Comment

» Comments RSS Feed

  1. [...] is fairly powerful and can provide extensive technical information, we have used it before to get basic processor information, see if a Mac is 64 bit compatible, discover the precise boot, sleep, and wake times of a Mac, find [...]

Leave a Reply

 

Shop for Apple & Mac Deals on Amazon.com

Subscribe to OSXDaily

Subscribe to RSS Subscribe to Twitter Feed Follow on Facebook Subscribe to eMail Updates

OSXDaily on Facebook

OSXDaily on Google+

Shop at Amazon

Ad

Shared on Facebook