Open Source Java Profilers

Hamza Yerlikaya picture Hamza Yerlikaya · Jun 4, 2009 · Viewed 89.7k times · Source

What can you guys recommend to use with Java?

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

Answer

Chi picture Chi · Jun 4, 2009

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/