Return to Snippet

Revision: 3932
at October 4, 2007 04:09 by therobot


Initial Code
ps uax | grep "apache2 -k start" | grep -v grep | awk '{ s += $6 } END  { print "sum is", s/1024, "Mb"}'

Initial URL


Initial Description
resident memory

Initial Title
memory size of a whole process

Initial Tags


Initial Language
Bash