Skip to content

Instantly share code, notes, and snippets.

@jaircuevajunior
Created February 19, 2018 14:59
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 jaircuevajunior/7a971aa5b0e0e74c0799f436285dc454 to your computer and use it in GitHub Desktop.
Save jaircuevajunior/7a971aa5b0e0e74c0799f436285dc454 to your computer and use it in GitHub Desktop.
Apache Average Memory Usage
ps -ylC apache2 --sort:rss | awk '{sum+=$8; ++n} END {print "Tot="sum"("n")";print "Avg="sum"/"n"="sum/n/1024"MB"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment