Howto: Linux detect or find out a dual-core cpu
Q. How do I find out my cpu is a dual-core cpu on Cent Os Linux?
A. Following are are few tips for identifying whether a cpu is dual-core or not. Please note there are few factors that might give your wrong result. For example wrong kernel image installed.
Task: Display CPU information
Type the following command to get overall cpu info:
$ less /proc/cpuinfo
Task: Identif whether a cpu is dual-core or not
$ grep cores /proc/cpuinfo
Output:
cpu cores : 2
Or type following command:
$ grep "core id" /proc/cpuinfo
Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
Related Other Helpful FAQs:
- Enable Linux dual core CPU support for my Server
- Why does Linux top command shows two CPU when I have only one processor?
- Dual boot 2 or 3 different Linux distributions on a laptop
- Does Linux grub replace Windows MBR?
- How to identify format and characteristics of image file
Discussion on This FAQ
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!




June 25th, 2007 at 10:25 am
Hi.. Can u plz say how to find the details in windows too??