How to get CPU Info of a Linux Machine

This worked with me in Redhat and Ubuntu-based distros:

“less /proc/cpuinfo”

you can get the number of processors easily if you don’t want to read a lot of text:

“less /proc/cpuinfo | grep processor”
processor : 0
processor : 1
processor : 2
processor : 3

The above sample is on my own laptop with a quad-core Intel Core i5 Processor

About SoCRaT

Systems Engineer, OSS & Linux Geek
This entry was posted in Uncategorized and tagged , , , , , . Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s