Memory Use

Check memory state of the system

free -m  # or top / htop

Which processes use memory?

top # or htop 
# Then sort by memory use (shortcut: shift+m)

Which processes use swap ?

# sudo aptitude install smem
sudo smem -k --sort=swap  # -k --> human readable units    , sort by swap use