Ubuntu Linux: Process swap memory and memory usage
- by David Halter
My Ubuntu eats more memory than the task manager is showing:
sudo ps -e --format rss | awk 'BEGIN{c=0} {c+=$1} END{print c/1024}'
1043.84
free -m
total used free shared buffers cached
Mem: 3860 1878 1982 0 20 679
-/+ buffers/cache: 1178 2681
Swap: …