Skip to content

Instantly share code, notes, and snippets.

@antonpirker
Created August 26, 2015 09:38
Show Gist options
  • Save antonpirker/43fe896cbed16112dc22 to your computer and use it in GitHub Desktop.
Save antonpirker/43fe896cbed16112dc22 to your computer and use it in GitHub Desktop.
Memory consumption of user
ps -u <username> -o pid,rss,command | awk '{print $0}{sum+=$2} END {print "Total", sum/1024, "MB"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment