/ Published in: Bash
resident memory
Expand |
Embed | Plain Text
ps uax | grep "apache2 -k start" | grep -v grep | awk '{ s += $6 } END { print "sum is", s/1024, "Mb"}'
You need to login to post a comment.
therobot on 10/04/07
1 person have marked this snippet as a favorite
resident memory
ps uax | grep "apache2 -k start" | grep -v grep | awk '{ s += $6 } END { print "sum is", s/1024, "Mb"}'
You need to login to post a comment.