Thread Dump documentation enhancement

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Obsolete
    • None
    • Component/s: Documentation - All
    • None
    • Environment:
      JDK1.5+

      NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.

      Hello all,

      another method to capture thread dumps should be added to the documentation page: Thread Dump.

      Since JDK1.5 the following general procedure is possible:

      • identify the PID of the JIRA process
        • on Microsoft Windows configure the Task Manager to display process PIDs (View > Select Columns... > PID) and search for Image Name "tomcat5.exe"
        • on UNIX like systems use command "ps"
      • on a command line shell and execute the following:
        • "JDK_PATH/bin/jstack.exe -l PID >> WRITABLE_PATH/threaddump.log" (works on both Microsoft Windows and UNIX)
      • attach the generated file

      Best,
      Eddy

            Assignee:
            Rosie Jameson [Atlassian] (Inactive)
            Reporter:
            Edoardo Causarano [Atlassian]
            Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: