Search code examples
javaprofiler

Open Source Java Profilers


What can you guys recommend to use with Java?

Only requirement is it should be open source, or has not too expensive academic licence .


Solution

  • The VisualVM which comes with jdk6 has a basic profiler inside it. VisualVM is provided with the jdk, so if you have the jdk6 installed, you likely have it installed as well.

    https://visualvm.github.io/