Popularity
7.7
Stable
Activity
6.7
-
3,013
156
429

Code Quality Rank: L1
Programming language: Java
License: GNU General Public License v3.0 or later
Latest version: v1.4.0

JITWatch alternatives and similar libraries

Based on the "Performance analysis" category.
Alternatively, view JITWatch alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of JITWatch or a related project?

Add another 'Performance analysis' Library

README

JITWatch

Log analyser and visualiser for the HotSpot JIT compiler.

  • Video introduction to JITWatch video
  • Slides from my LJC lightning talk on JITWatch slides

For instructions and screenshots see the wiki https://github.com/AdoptOpenJDK/jitwatch/wiki

The JITWatch user interface is built using JavaFX which is downloaded as a maven dependency for JDK11+.

For pre-JDK11 you will need to use a JDK that includes JavaFX.

ant ant clean compile test run

maven mvn clean compile test exec:java

gradle gradlew clean build run

Build an example HotSpot log # Build the code first with ant / maven / IDE ./makeDemoLogFile.sh