Skip to content

Instantly share code, notes, and snippets.

@flickerfly
Created September 12, 2013 15: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 flickerfly/6539034 to your computer and use it in GitHub Desktop.
Save flickerfly/6539034 to your computer and use it in GitHub Desktop.
Get memory usage of a user
$user = apache
ps u -u $user | awk '{total+=$3}END{print total}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment