Skip to content

Instantly share code, notes, and snippets.

@kindy61
Created November 10, 2009 14:51
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 kindy61/230918 to your computer and use it in GitHub Desktop.
Save kindy61/230918 to your computer and use it in GitHub Desktop.
ps -eo pid,comm,rss|grep httpd|grep -v grep|awk '{print $3}'|perl -e '$s = 0;while (<>){chomp;$s += $_;}print $s/1024,"M\n";'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment