Saturday, December 29, 2012

Find CPU, RAM Size, Cache Size, etc., on Ubuntu Linux

cat /proc/cpuinfo to get the CPU info.
cat /proc/meminfo to get the RAM info.
lscpu to get the L1, L2 cache size.