Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fortitudepub/bfb6537274e1b82b78689f27888b7b57 to your computer and use it in GitHub Desktop.
Save fortitudepub/bfb6537274e1b82b78689f27888b7b57 to your computer and use it in GitHub Desktop.
one liner to count rss memory size.
ps -eo rss,pid,comm | awk '{s+=$1} END {print s}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment