Skip to content

Instantly share code, notes, and snippets.

@suminb
Last active December 20, 2015 19:19
Show Gist options
  • Save suminb/6182130 to your computer and use it in GitHub Desktop.
Save suminb/6182130 to your computer and use it in GitHub Desktop.
Memory usage of Better Translator (in KB)
ps aux | grep translator/apache | awk '{ mem+=$6 } END { print mem } '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment