Skip to content

Instantly share code, notes, and snippets.

@ekinertac
Created March 2, 2020 17:36
Show Gist options
  • Save ekinertac/3b91c5cb133f77896e294e6e1b388267 to your computer and use it in GitHub Desktop.
Save ekinertac/3b91c5cb133f77896e294e6e1b388267 to your computer and use it in GitHub Desktop.
ps -ylC apache2 | 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