Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open Source Java Profilers [closed]

Tags:

java

profiler

What can you guys recommend to use with Java?

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

like image 820
Hamza Yerlikaya Avatar asked Jun 04 '09 04:06

Hamza Yerlikaya


People also ask

Is YourKit Java profiler free?

YourKit offers both paid licenses for commercial use, with a free trial, and lower cost or free licenses for non-commercial use.

Is JVM a Java profiler?

It is a JVM-based tool that works at runtime. The JMC provides JMX (Java Management Console ), JFR (Java Flight Recorder), and many other plugin tools. The JMX is useful for monitoring and managing the Java application, and JFR is a profiler.

Which of the below Cannot be used profiling Java applications?

Which of the below is not a Java Profiler? Explanation: Memory leak is like holding a strong reference to an object although it would never be needed anymore. Objects that are reachable but not live are considered memory leaks.


2 Answers

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/

like image 191
Chi Avatar answered Sep 20 '22 06:09

Chi


you've got a list here (listing them below, in-case link gets broken)

  • JMemProf
  • JMP
  • DrMem
  • JTreeProfiler
  • NetBeans Profiler
  • JAMon API
  • JBoss Profiler
  • MessAdmin
  • InfraRED
  • TomcatProbe
  • Java Interactive Profiler (JIP)
  • Profiler4j
  • Stopwatch
  • JMeasurement
  • DJProf
  • TIJmp
  • Allmon
  • Appspy
  • EurekaJ
  • japex
  • OKTECH Profiler
  • Perf4j
like image 26
LB40 Avatar answered Sep 21 '22 06:09

LB40