码迷,mamicode.com
首页 > 编程语言 > 详细

java tools: jstack

时间:2016-08-05 19:40:19      阅读:171      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!