Thread
:
How to check CPU Numbers in Linux
View Single Post
#
1
(
permalink
)
04-22-2008, 02:57 AM
raj
Contributors
User
Join Date: Jun 2005
Location: Hyderabad
Posts: 151
Rep Power:
4
How to check CPU Numbers in Linux
To display number of CPU in system type the following command:
Code:
grep processor /proc/cpuinfo
You can always obtain more information about CPU by viewing /proc/cpuinfo file:
Code:
more /proc/cpuinfo
__________________
Raj
Linux rulz.
I have never turned back in my life ; I shall not do so today.. haha
raj
View Public Profile
Find all posts by raj