查找哪个进程占用,并且获取占用代码

top
top -H -p PID_1
printf "0x%x\n" PID_2
jstack PID | grep PID_2  -A 20
Last Updated:
Contributors: 刘荣杰