Product Feature: Spatial Data
Operating System: Not stated
Database: Not stated
Configuration: Not stated
Operating System: Not stated
Database: Not stated
Configuration: Not stated
A Java thread dump can be accomplished using the JVM's jstack utility.
Windows requires Java JVM jstack thread dump to be run as SYSTEM user. Below is an example command line input for Solaris:
Windows requires Java JVM jstack thread dump to be run as SYSTEM user. Below is an example command line input for Solaris:
jstack -l pid > jstack.txt 2>&1
JVM's jstack utility uses process id to write a thread dump to a log file.
UPDATED:
April 19, 2017