
JProfiler is a debugging tool for Java programs. It helps you resolve performance bottlenecks, pin down memory leaks, and understand threading issues. Database calls are the top reasons for performance problems in business applications. JProfiler's JDBC and JPA/Hibernate probes as well as the NoSQL probes for MongoDB, Cassandra, and HBase show the reasons for slow database access and how slow statements are called by your code.
JProfiler has a number of probes that show you higher level data from interesting subsystems in the JRE. In addition to the Java EE subsystems like JDBC, JPA/Hibernate, JSP/Servlets, JMS, web services and JNDI, JProfiler also presents high level information about RMI calls, files, sockets and processes.
v9.0 [Jun 16, 2015]
JDBC probe: For Postgres, prepared statement execution was not recorded
Web service probe: Not all web service calls were tracked, for example when they were made from Weblogic
Probe telemetry comparison did not work if stacked telemetries were recorded (e.g. JPA/Hibernate)
Probe tracker did not work for formatted hot spots (e.g. JPA/Hibernate)
In snapshots, only the first activated probe displayed probe telemetry or probe tracking data
If instrumentation recording was started while a thread was inside a lambda, the call tree was corrupted
eclipse 4.5 integration did not work on Mac OS X
The Remote Debugger Installation is intended for computers without Visual Studio