Friday, February 10, 2012

CPU info of linux machine

# cat /proc/cpuinfo
----------------------

Step by step check

# less /proc/cpuinfo

-----------------------

# grep processor /proc/cpuinfo

-----------------------

Count Cores in CPU

# grep cores /proc/cpuinfo

-----------------------------

To Verify that you have dual core cpu

# grep -i core /proc/cpuinfo

No comments:

Post a Comment