How to obtain CPU and memory information of Ubuntu system

cat /proc/cpuinfo | grep "model name"   

Command line

cat /proc/meminfo
free -m
vmstat -s

TUI

top
htop

About albertsk

Professor at the University of Hawaii
This entry was posted in Uncategorized. Bookmark the permalink.