Tag Archives: Apache

Apache memory used per process

*To update with more useful information* ps -ylC httpd –sort:rss | grep -v RSS | awk ‘{print "Proccess "++n" is using "$8/1024"MB"} {sum+=$8}; END {print "\nTotal Memory Used: "sum/1024/1024"GB"}’; Output: Proccess 1 is using 37.1914MB Proccess 2 is using 118.828MB … Continue reading

Posted in Apache, Commands, Linux | Tagged , , | Leave a comment