-
Type:
Suggestion
-
Resolution: Won't Do
-
None
-
Component/s: Documentation - All
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
Current documentation on Generating Thread Dump include limited option.
The documentation should also include Jvisualvm as another option that can be use in all Operating System.
Especially for JIRA installed using the Archive Files , Jvisualvm can be use to generate the thread dump with the assumption that the JIRA server has JAVA_HOME configured.
To generate the thread dump using Jvisualvm:
- check the Process ID for JIRA Application.
- in Linux this can be confirmed by executing the command
ps -ef | grep java
- in Windows, this can checked in Task Manager
- in Linux this can be confirmed by executing the command
- navigate to the $JAVA_HOME/bin directory
- execute jvisualvm command/
- in Linux run the command jvisualvm
- in Windows run the command jvisualvm.exe
- in JVisualVm , right click on the JIRA's Process ID and the option to generate thread dump will be shown.
clicking on the "Thread Dump" will generate one thread dump - to save the generated thread dump, right click on the thread dump generated and select "Save"
- relates to
-
JRACLOUD-38300 Add JVisualVm as another option to generate thread dump
- Closed