/ Published in: Bash
virtual memory
Expand |
Embed | Plain Text
ps uax | grep "apache2 -k start" | grep -v grep | awk '{ s += $5 } END { print "sum is", s/1024, "Mb"}'
You need to login to post a comment.
virtual memory
ps uax | grep "apache2 -k start" | grep -v grep | awk '{ s += $5 } END { print "sum is", s/1024, "Mb"}'
You need to login to post a comment.