Tags
Abstract Android Apache apt-get Art bash C++ calendar CentOS circuit CSS electronics emulator Excel ffmpeg FTP HTC http ImageMagick images ip javascript jquery LED linux math memory mvc MySQL nodejs PHP phpize PHP RAD Sharpy plaintext PostgreSQL Python resize root rotate security socketio ubuntu ui Windows yumCategories
Meta
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
