0

find overall Apache usage

How to find overall Apache usage along with its child process?

charmi
asked Sep 18, 2018
1 Answer
0

Use the below command for Apache Memory Usage and Average Process Size

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)}'
View More
gokulravichandran2
answered Sep 19, 2018
Your Answer
||||
x
 
100:0

Related News in find overall Apache usage

Related News in find overall Apache usage