Skip to content

free

# RAM and Swap memory information
free
free -m # Megabytes
free -h # readable
# CPU information
cat "/proc/cpuinfo"

# Memory information
cat "/proc/meminfo"