Created
September 21, 2016 21:33
-
-
Save nixjobin/ee1e93ca6472a84e34af47eeb8e15bae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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