What problem does it solve?
This Skill helps you analyze complex JVM diagnostic files to pinpoint and resolve performance bottlenecks, memory leaks, thread deadlocks, and other critical issues affecting your Java applications.
Core Features & Use Cases
- Comprehensive Analysis: Parses JFR recordings, heap dumps, thread dumps, GC logs, and core dumps.
- Automated Issue Detection: Identifies common JVM problems like memory leaks, thread churn, GC pressure, and CPU bottlenecks based on predefined rules.
- Structured Reporting: Generates a detailed
jvm-diagnostics.md report outlining findings and actionable recommendations.
- Use Case: When your Java application is experiencing high latency, you can feed its JFR recording or heap dump to this Skill to get a quick, expert-level analysis of the root cause.
Quick Start
Analyze the provided JFR file 'application.jfr' to identify performance issues.