Aug 14, 2012

Get CPU and RAM information on Linux machine

Use cat /proc/cpuinfo to get the detail information about the CPU.
Use cat /proc/meminfo to get the detail information about the memory.

There are other file under /proc/ though which you can get lots of information about the machine.

No comments:

Post a Comment