Return to Snippet

Revision: 3931
at October 4, 2007 04:08 by therobot


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

Initial URL


Initial Description
virtual memory

Initial Title
memory size of a whole process

Initial Tags


Initial Language
Bash