Aug 242007
Here's how to display the number of processor of your linux box.
Simply issue the following command as root
# cat /proc/cpuinfo | grep processor
Everything in linux is files. This command simply retrieves the number of processors that linux detected from /proc/cpuinfo and displays it. Usually, the processor number comes at the first set of line from issuing the command.
Here's what the command returned for me:
~~~~~~~~~~~~~~~~~~~~~~~~
processor : 0
~~~~~~~~~~~~~~~~~~~~~~~~
which means You have 1 processor with a processor ID number 0. Processor counting starts with 0.
So if you have a PC with core duo, you will probably have 2 lines that says 0 and 1.That is 2 processors.
Incoming search terms:
- linux number of cpus (64)
- linux number of cpus command line (52)
- number of processors linux (45)
- linux number of processors (35)
- number of cpus linux (31)
- how to check number of cpus in linux (26)
- how to find number of cpus in linux (26)
- number of cpu in linux (23)
- command to find number of cpu in linux (23)
- linux processors (20)
-
Lev
-
Eddie303
-
http://none Igor
-
Bubax
-
Bubax
-
Randall
-
cbn
-
http://www.hostvelocity.com Tracy Phillips
