5秒钟检查,tomcat进程。
while date
do
ps -wef|grep tomcat|grep -v grep |wc -l
sleep 5
done
while date
do
ps -wef|grep tomcat|grep -v grep |wc -l
sleep 5
done