Skip to content

Instantly share code, notes, and snippets.

@unixapple
Created April 15, 2016 07:48
Show Gist options
  • Select an option

  • Save unixapple/bfb6537274e1b82b78689f27888b7b57 to your computer and use it in GitHub Desktop.

Select an option

Save unixapple/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