IoTDB Runtime information collection tools
- 主要言語
- Java
- スター
- 6.4k
- フォーク
- 1.2k
- 平均マージ
- 1日 23時間
- マージ済み PR(30日)
- 115
説明
# Tools
Supply two scripts to collect the information of an IoTDB process. This could be used by the operations people in the production environment.
* tools/iotdb-runtime-information-collection.sh
* tools/iotdb-runtime-information-collection.bat
# Collect information:
## Thread status (To detect deadlock)
* use jps to get the IoTDB process id -> pid
* collect the thread status twice (interval 1s)
* jstack -l pid > jstack_1.log
* jstack -l pid > jstack_2.log
コントリビューションガイド
調査の方向性
toolsディレクトリから開始し、要求されたエントリポイント tools/iotdb-runtime-information-collection.sh と tools/iotdb-runtime-information-collection.bat を確認します。jps が IoTDB プロセスをどのように識別するかを確認し、その後、1秒間隔で jstack を2回使用して jstack_1.log と jstack_2.log を生成します。両方のスクリプトが本番運用向けに指定されたスレッド状態情報を収集すれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java, shell
- 領域
- devops, tooling
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100