Skip to content

mormegil-cz/stackflame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

005260f · Feb 23, 2025

History

38 Commits
Nov 12, 2019
Aug 26, 2024
Sep 19, 2019
Apr 4, 2023
May 13, 2023
Feb 23, 2025
Feb 23, 2025
Nov 12, 2019
Nov 12, 2019

Repository files navigation

A simple (local, no-server) webapp visualizing the threads in a Java core dump using a flame graph.

Flame graph screenshot

You can use it at mormegil-cz.github.io/stackflame. Your data is not uploaded anywhere, all processing takes place locally.

Supported formats

  • IBM WebSphere Java core dump
  • IBM WebSphere SystemOut capturing hung threads
  • OpenJDK thread dump

Credits

Uses d3-flame-graph built on d3.js.