2017年8月10日
摘要: 1.查看tomcat7_8080的gc状态 $ jps -v | awk '/tomcat7_8080/{print $1}' | xargs jstat -gcutil 2.查看tomcat7_8082的堆状态 $ jps -v | awk '/tomcat7_8080/{print $1}' | 阅读全文
posted @ 2017-08-10 09:24 ChaseForFuture 阅读(128) 评论(0) 推荐(0)