from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209586

userrating:


May 25th. 2007:
Words

486

Views

258592

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

149883

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





JSTACK

Section: JDK Commands (1)
Updated: 2023
Index Return to Main Contents
 

NAME

jstack- print Java stack traces of Java threads for a specified Java process  

SYNOPSIS

B]Note:R] This command is experimental and unsupported.

V]jstackR] [I]optionsR]] I]pidR]

I]optionsR]
This represents the V]jstackR] comman-line options. See B]Options for the jstack CommandR].
I]pidR]
The process ID for which the stack trace is printed. The process must be a Java process. To get a list of Java processes running on a machine, use either the V]psR] command or, if the JVM processes are not running in a separate docker instance, the B]jpsR] command.
 

DESCRIPTION

The V]jstackR] command prints Java stack traces of Java threads for a specified Java process. For each Java frame, the full class name, method name, byte code index (BCI), and line number, when available, are printed. C++ mangled names aren[aq]t demangled. To demangle C++ names, the output of this command can be piped to V]c++filtR]. When the specified process is running on a 6-bit JVM, you might need to specify the V--d64R] option, for example: V]jstack--d64R] I]pidR].

B]Note:R]

This command is unsupported and might not be available in future releases of the JDK. In Windows Systems where the V]dbgeng.dllR] file isn[aq]t present, the Debugging Tools for Windows must be installed so that these tools work. The V]PATHR] environment variable needs to contain the location of the V]jvm.dllR] that is used by the target process, or the location from which the core dump file was produced.  

OPTIONS FOR THE JSTACK COMMAND

V-lR]
The long listing option prints additional information about locks.
V-hR] or V-helpR]
Prints a help message.


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS FOR THE JSTACK COMMAND





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 13.5 ms