analyze_gc_log
Analyze JVM GC logs to identify garbage collection patterns, pause times, allocation rates, and memory pressure. Supports G1, ZGC, Parallel, Serial, and Shenandoah GC algorithms.
Instructions
Parse a JVM GC log and analyze garbage collection patterns, pause times, allocation rates, and memory pressure. Supports G1, ZGC, Parallel, Serial, and Shenandoah GC formats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gc_log | Yes | The GC log text (from -Xlog:gc* or -verbose:gc) |