zno2

java tools: jstack

SYNOPSIS

jstack [ option ] pid
click here to see other detail

If the given process is running on a 64-bit VM, you may need to specify the -J-d64 option, e.g.:

jstack -J-d64 -m pid

OPTIONS

-F
Force a stack dump when 'jstack [-l] pid' does not respond.
-l
Long listing. Prints additional information about locks such as list of owned java.util.concurrent ownable synchronizers.
-m
prints mixed mode (both Java and native C/C++ frames) stack trace.

 

posted on 2016-08-05 18:37  zno2  阅读(108)  评论(0编辑  收藏  举报

导航