how to get cpu information on Linux machine

Hi,

I want to display cpu information like model number, vender information, and how many cpu’s are there in the system (Linux machine)

Is there any system call ? or /proc/cpuinfo is the only way

And also how get information regarding controllers and adapters installed on system(Linux machine) using any system call



Thanks and regards
laxmi

 

re:

cat /proc/cpuinfo
cat /proc/meminfo
dmesg
lspci

or

 


/usr/sbin/./x86info -a

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.