Execute the thdump.exe command with the thdump.exe storage destination directory specified in the environment variable PATH, or with the full path specified.
Format
thdump.exe [-f logfile | -j] -p processid
or
thdump.exe [-f logfile | -j] program name with ".exe"
Refer to "F.1.3 Options" for information on each option.
How to use the thdump command
If outputting thread dumps of applications started using "java.exe" as standard output of applications:
C:\> thdump java.exe
If outputting a process thread dump for the process ID 123 to "a.log":
C:\> thdump -f a.log -p 123
If outputting a thread dump of the applet that is operated using Internet Explorer with the JBK plugin to the JBK plugin error log (jbktrace.0):
C:\> thdump -j iexplore.exe
[jbkplugin.properties file]
jbk.plugin.debug.tracedir=C:\temp jbk.plugin.debug.showvmmsg=true