摘要: n=$1if [ -z $n ];then n=1fipid=`jps -lv|grep Server|awk '{print $1}'`ps H -eo pid,ppid,tid,time,%cpu --sort=%cpu|grep $pid>Thread.txtjstack $pid ... 阅读全文
posted @ 2013-12-18 15:41 zymaxs 阅读(236) 评论(0) 推荐(0) 编辑