# GCログを解析するツール 2024

- https://docs.azul.com/prime/GC-Log-Analyzer
  - Swing ベースっぽい
- https://www.ibm.com/support/pages/garbage-collection-and-memory-visualizer
  - Eclipse ベースっぽい
- https://github.com/chewiebug/GCViewer
  - ひさしぶりに使って G1GC のログを食べさせたら `Failed to recognize file format. Failed to recognize file format.` になった。ファイルがわるいのかな。
    - [GCViwerでG1GCのログが解析できない場合](https://gist.github.com/buzztaiki/cc29d6ea3419b85ade13a3c20ca92d03)
- https://gceasy.io/
  - Freeだと1月5ファイルまで
- https://github.com/mgm3746/garbagecat
  - テキストだけ
- https://github.com/microsoft/gctoolkit
  - ライブラリ
- https://github.com/apple/GCGC
  - jupyter notebook で動かす