Gunnar Morling 2/28/2023

Finding Java Thread Leaks With JDK Flight Recorder and a Bit Of SQL

Read Original

This technical article explains how to identify and analyze Java thread leaks, a form of memory leak where threads are continuously created but not stopped. It details using JDK Flight Recorder events like jdk.JavaThreadStatistics, jdk.ThreadStart, and jdk.ThreadEnd, and demonstrates how to perform root cause analysis using SQL queries with the JFR Analytics tool.

Finding Java Thread Leaks With JDK Flight Recorder and a Bit Of SQL

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser