首页 > 编程语言 > 详细

java tools: jstack

时间:2016-08-05 19:39:06      阅读:169      评论:0      收藏:0      [点我收藏+]

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.

 

java tools: jstack

原文:http://www.cnblogs.com/zno2/p/4602635.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!