Linux FAQ: How can I find Linux processor and memory information? (Also written as, How can I find Linux CPU information?, How can I find Linux RAM information?)
To see what type of processor/CPU your computer system has, use this Linux processor command:
cat /proc/cpuinfo
As you can see, all you have to do is use the Linux cat command on a special file on your Linux system. (See below for sample processor output.)
To see your Linux memory information and memory stats use this command: