![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| finding no of core in processor | manoj.solaris | Red Hat | 4 | 12-15-2008 08:01 PM |
| Want API for finding HDA information | Anand Phatak | AIX | 0 | 02-20-2006 03:03 AM |
| Finding timezone information | kartik.patel | High Level Programming | 2 | 11-25-2005 11:39 AM |
| finding information about a server | legato | UNIX for Dummies Questions & Answers | 3 | 02-03-2005 11:05 AM |
| what commands are used to deal with core files on linux redhat??? | TRUEST | UNIX for Advanced & Expert Users | 2 | 02-20-2003 12:17 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi,
I want to know how to find out no of cores in linux. I have given the command more /proc/cpuinfo NOw I want to know what is diffrence between cpu cores and core id? How to find out exact no of cores? Regards, Manoj |
|
||||
|
You're looking for physical id and core id. They both start from zero. I'm looking at a dual quad core system right now. I have 8 entries that look like: physical id: 0 core id: 0 physical id: 0 core id: 1 ... physical id: 1 core id: 3 You can also get CPU info with Code:
dmesg | grep -i cpu A quick way to see how many cores total is to run 'top' and then press '1' on your keyboard. That will expand out the processor information at the top and will show you all the cores so you can do a quick count. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|