coffee_cn

博客园 首页 新随笔 联系 订阅 管理

09 2016 档案

摘要:参考:http://www.linuxidc.com/Linux/2012-11/74003.htm#!/bin/sh monitorlog=/opt/tomcat7/logs/monitor.log monitor() { tomcatid=$(ps -ef |grep tomcat |grep -w 'tomcat7'|grep -v 'grep'|awk '{print $2}') ... 阅读全文
posted @ 2016-09-30 10:58 coffee 阅读(289) 评论(0) 推荐(0)