up vote 0 down vote favorite
1
share [g+] share [fb]

How to know the number of CPUs and spec for each CPU/Core in Ubuntu Karmic?

link|improve this question
feedback

3 Answers

I found it: cat /proc/cpuinfo

link|improve this answer
feedback

dmidecode gives some good system information as well. Useful when debugging hardware issues.

link|improve this answer
feedback

I personally prefer lshw, which provides extremely detailed info, a wide choice of output forms (including a gui), and is packaged for Karmic (so you can install it with apt-get install lshw).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.