Line 20:
Line 20:
#/usr/bin
#/usr/bin
while true
while true
+
do
+
LOG=outlog.txt
+
OUTPUT=$(ps -ylC httpd | awk '{x += $8;y += 1} END {print "Apache Memory Usage (MB): "x/1024; print ":Average Proccess Size (MB): "x/((y-1)*1024)}' && echo -n ':Apache Processes: ' && ps -C httpd --no-headers | wc -l )