tomcat httpd memory check shell


tomcat httpd memory check shell

echo "# httpd"
ps -eo pmem,pcpu,rss,vsize,args | sort -k 1 -r| grep httpd| awk 'BEGIN{sum=0; print"-Memory:";}{sum+=$1}END{print sum"%"}'
echo "# tomcat"
ps -eo pmem,pcpu,rss,vsize,args | sort -k 1 -r| grep tomcat | awk 'BEGIN{sum=0; print"-Memory:";}{sum+=$1}END{print sum"%"}'

댓글

이 블로그의 인기 게시물

CoreOS Vagrant on Windows.md

The Docker User Guide

Install Docker