摘要: jmap -heap -histo -dump jhat Jstat Jstat –gcutil 2721 打印时间 打印次数 Jstack 消耗cpu高的进程,此java进程pid为3227 Jstack 3227 System消耗高的话,是否是io瓶颈(iostat,看队列);需要跟踪系统内核调用(在做什么操作:strace)。 User 应用程序造成的,找线程id。怎么... 阅读全文
posted @ 2015-01-26 14:44 hotarubi 阅读(415) 评论(0) 推荐(0) 编辑
摘要: tomcat启动文件 vim /usr/local/TC7_A/bin/catalina.sh while [ -h "$PRG" ]; do ls=`ls -ld "$PRG"` link=`expr "$ls" : '.*-> \(.*\)$'` if expr "$link" : '/.*' > /dev/null; then PRG="$link" ... 阅读全文
posted @ 2015-01-26 11:24 hotarubi 阅读(556) 评论(0) 推荐(0) 编辑