JDK Flight Recorder and Cryostat

Presenters
Date
Feb 21, 2024

Troubleshooting, Monitoring, and Profiling with Java Flight Recorder, Mission Control, and Cryostat

Java Flight Recorder and JDK Mission Control enable continuous collection of low-level, detailed runtime information for incident analysis. JFR is included with the JDK and has a tiny footprint, and Java Flight Recorder is a profiling and event collection framework built into the JDK. JDK Mission Control contains a set of tools that enable detailed analysis of the data collected by Java Flight Recorder. Cryotstat enables secure management of JFR recordings for containerized Java apps.

This presentation will dive into Java Flight Recorder, Java Mission Control, and Cryostat. You will leave knowing how to start, stop, and visualize data about your Java applications running in and out of containers.