Announcement: JMC 8.0.1 Has Been Released!
The 8.0.1-ga tag was just set in the jmc8 repository on GitHub, a patch update release, and will therefore not include any new features.
Marcus Hirt
6,028 viewsThe 8.0.1-ga tag was just set in the jmc8 repository on GitHub, a patch update release, and will therefore not include any new features.

Marcus Hirt
3,528 viewsWith changes in the Java (and the computing) ecosystem, JFR has some loom-ing challenges to remain relevant for the future!

Gunnar Morling
3,064 viewsIntroduction to the JfrUnit open-source project, providing assertions not on metrics like latency/throughput, but on indirect metrics.
Jaroslav Bachorik
6,062 viewsThe new throughput management mechanism in JFR gets fine details about behavior without being overwhelmed by the sheer number of JFR events.
Erik Costlow
4,740 viewsFor Java developers and architects who design, build, and run applications, there are two core take-aways to the SolarWinds hack...
Brice Dutheil
7,546 viewsA discussion on the usage of JDK Flight Recorder and that it’s possible to aim at specific time frames where a recording could be useful.

Brice Dutheil
3,250 viewsDid you know Java Flight Recorder offers a public API for controling JFR programmatically or to read events from a JFR file? Read on!

Marcus Hirt
7,772 viewsI’ve gotten a lot of questions about continuous production profiling. Why to profile in production and why the heck leave it on …

Brice Dutheil
4,085 viewsContinuing from part 1, to exploit the recording by analyzing it, we have a tool named jfr that ships with the JDK. Let's get started!
Brice Dutheil
9,411 viewsJava Flight Recorder is the profiler you can use in production, continuously, it is a feature in the JVM that traces the JVM with events.