Linux查看进程堆栈信息命令

jps -lvm #查看进程ID
jstack -l <进程ID> # 查看进程堆栈信息

原文地址:https://www.cnblogs.com/aston/p/9053151.html