yum install htop 安裝htop工具,幫助排查究竟是什麼進程佔用的工具
printf "%x\n" 子進程id 把10進制轉化爲16進制輸出 3d
jstack pid |grep 子進程id -A 30 pid項目過濾出子進程 定位問題blog