MENU

Fun & Interesting

Continuous Monitoring with JDK Flight Recorder

Java 15,645 2 years ago
Video Not Working? Fix It Now

The serviceability and observability of the Java platform is unparalleled. It provides numerous, different tools and APIs that provide insights into the application and the Java runtime itself. JDK Flight Recorder (JFR) is a monitoring and troubleshooting framework built directly into the Java runtime, designed to be always-on in production with negligible overhead. It has access to all the internal data of the JVM and can capture and surface events on a fine-grained level with extremely low overhead. This session will step through JFR and offer a demonstration of some of its powerful capabilities. An Oracle DevLive Level Up - Java Developer Day session. Presented by Mikael Vidstedt - Senior Director (Oracle) More on information on JFR ➱ https://inside.java/tag/jfr More Level Up videos ➱ https://www.youtube.com/playlist?list=PLX8CzqL3ArzX_RZNjtyETshl876jfE2bo Tags: #Java #OpenJDK #JFR #JDK #Oracle

Comment