Coder Social home page Coder Social logo

trandersen-ufst / javaflames Goto Github PK

View Code? Open in Web Editor NEW

This project forked from billybong/javaflames

0.0 0.0 1.0 27 KB

One file java script for visualizing JDK flight recorder execution logs as flamegraphs without any dependencies except Java and a browser.

Java 59.87% HTML 40.13%

javaflames's Introduction

Flamegraph from JFR logs

Simple one file Java script to generate flamegraphs from Java flight recordings without installing Perl and the Brendan Gregg scripts.

It also comes with a separate script to start profiling a java process using FlightRecorder and then call the flamegraph script.

Usage

With a fairly recent Java version installed simply run: java JavaFlames.java <path to jfr recording file>

This launches an http server serving the index.html file and endpoint for the folded format extracted from the JFR logs. The script then opens up a browser showing the results.

Alternatively if you don't have an existing JFR recording you can also start the Profile.java script to start profiling a java process generating the JFR file and then triggering flamegraph generation.

java Profile.java <pid> [<duration in seconds>]

The default profiling duration unless specified is 30 seconds.

Credits

Brendan Gregg for introducing the concept of flamegraphs and https://github.com/spiermar/d3-flame-graph for the javascript/html implementation.

javaflames's People

Contributors

billybong avatar trandersen-ufst avatar

Forkers

ravn

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.