ps -ef | grep java | grep -v 'grep ' | awk '{print $2}'java
jstack pid > jstack_dump.txt線程
jmap -dump:format=b,file=jmap_dump.txt pidorm