摘要: ps -ef | grep 程序名| grep -v grep | wc -lcd $(dirname $0)source ~/.bash_profilecount=`ps -ef | grep "nginx: master process" | grep -v grep | wc -l`if [... 阅读全文
posted @ 2015-05-06 13:48 凌度 阅读(5441) 评论(0) 推荐(0)