jaokim's blog

JVM sustaining engineer at Oracle.

9 November 2023

Øredev conference talk on JFR

This is my talk about JFR that I gave at Øredev in November 2023.

Slides

Synopsis

Key takeaways

JDK Flight Recorder (JFR) is a low overhead profiling and troubleshooting framework built into the Java Virtual Machine. It comes with a powerful programming API that allows you to create application specific events. The API can also be used as a datasource for your own infrastructure for example when building dashboards and triggers. This talk will deep dive into the API and look at events, settings, content types, and other metadata.

It will:

tags: Conference - JFR