Skip to content

Instantly share code, notes, and snippets.

@jaysoo
Created May 18, 2010 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaysoo/405039 to your computer and use it in GitHub Desktop.
Save jaysoo/405039 to your computer and use it in GitHub Desktop.
# Count total memory by user
ps --no-headers -u username -o rss | (tr '\n' +; echo 0) | bc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment