Use Windows Process Explorer to troubleshoot Jira server Performance

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

概要

This article outlines a way to analyze JIRA application performance using Process Explorer on Windows. You'll need to collect thread dumps and correlate that with the thread IDs from Process Explorer. 

(warning) This will only work for Windows systems and requires the use of a third-party application.

(info) For *nix system please see Troubleshooting Jira performance with Thread dumps. Another option for a high level overview is Using jvmtop to analyze JIRA performance.

セットアップ

  1. Download Process Explorer and run it on the server JIRA application is installed;
    (info) This is a third-party application, and as such it's not supported by Atlassian.
  2. Locate the tomcat.exe process, which is the application server that serves JIRA application;

  3. Right-click the process and select Properties.
  4. Go to the Threads tab to get an overview of the running threads within the process.

    (info) The first column is the thread ID (TID) and the second column is the CPU utilization for each thread. Notice that the thread ID (TID) in Process Explorer is in Decimal format and corresponds to NID in the thread dumps. NID in thread dumps is in hexadecimal, so you will need to convert decimal to hexadecimal to identify those threads
  5. With this information, we can now see which threads are consuming the most CPU and relate with what's being performed by each, as reported in the thread dumps;

サポートに情報を提供する

Atlassian Support may request thread dumps when troubleshooting JIRA application. Adding additional information showing which threads are consuming the most CPU may considerably expedite the troubleshooting process.

最終更新日 2023 年 7 月 18 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.