Friday, July 23, 2010

How to view CPU and RAM information from terminal

In some cases you are unable to use system monitor or any other tool to check what is your processor type, how much memory in the RAM. You can use /proc to view the information

To view cpu info
open a terminal
type:
less /proc/cpuinfo

To view ram information
open a terminal
type:
less /proc/meminfo

No comments:

Post a Comment