top
top -H -p pid
按 shift + p 以cpu来排序 按 shift + m 以memory来排序
printf "%x\n" pid
jstack Pid(进程id) |grep -A 50 id(线程id)