Skip to content

Instantly share code, notes, and snippets.

@makeittotop
Created March 30, 2016 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save makeittotop/026466f2f9191afd46dedd74f77277db to your computer and use it in GitHub Desktop.
Save makeittotop/026466f2f9191afd46dedd74f77277db to your computer and use it in GitHub Desktop.
echo "httpd or apache2 ?"
read httpd
ps -ylC $httpd | awk '{x += $8;y += 1} END {print "Apache Memory Usage (MB): "x/1024; print "Average Proccess Size (MB): "x/((y-1)*1024)}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment