
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.
v8.0 [Jul 28, 2013]
Features:
- Tracking of RMI, web service and remote EJB calls between multiple profiled JVMs
- MongoDB probe
- HBase probe
- Cassandra probe
- Class loader probe with cross-link into the heap walker
- Recording profiles for switching on multiple recording types at the same time
- Support for loading PHD snapshots from IBM JVMs
- Support for profiling Java 8
- Heap walker: Optional retained size column in the classes view of the heap walker
- Heap walker: Action to use all retained objects for the current object set
- Heap walker: Actions to use retained objects for the selection in the classes and references views
- Heap walker: Action to use loaded classes for a class loader instance in the references views
- Heap walker: The class loader grouping table now has an action for using the selected class loader instance
- Reduced overhead, synchronization and allocations in the probe recording system
- Reduced overhead for recording exceptional method runs
- The status bar now shows all active recording types with a balloon
- All lists are now quick-searchable
- Support for JAR directories for local session types
- Added demo session: "Demo server" that helps to experiment with several probes
Bugs fixed:
- Script classes were not recompiled when the selected JVM was changed
- Hot spots views: Exceptional methods runs were not merged in backtraces
- Session settings: Relative paths in java file paths were not interpreted as relative to the installation directory
The Remote Debugger Installation is intended for computers without Visual Studio