yum install htop 安装htop工具,帮助排查究竟是什么进程占用的工具
printf "%x\n" 子进程id 把10进制转化为16进制输出 3d
jstack pid |grep 子进程id -A 30 pid项目过滤出子进程 定位问题blog