analyze_jfr
Parse JDK Flight Recorder summary to analyze event distribution, detect performance hotspots, GC pressure, lock contention, I/O patterns, and excessive allocations.
Instructions
Parse JDK Flight Recorder summary output and analyze event distribution, detect performance hotspots, GC pressure, lock contention, I/O patterns, and excessive allocations. Input must be the text printed to stdout by jfr summary <recording.jfr> — not the binary .jfr file itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jfr_summary | Yes | The stdout text from running `jfr summary <recording.jfr>` (a text table of event types, counts, and sizes — not the binary .jfr file) |