Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 591 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 591 Bytes

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.