apache内存占用统计

计算httpd占用内存的平均数:
ps aux|grep -v grep|awk '/httpd/{sum+=$6;n++};END{print sum/n}'

猜你喜欢

转载自phoenix-mvp.iteye.com/blog/1827520