Java Profiler


Try Free Try Free

JProfiler is an award-winning all-in-one Java profiler. JProfiler’s intuitive GUI helps you find performance bottlenecks, pin down memory leaks and resolve threading issues.

Key Features

Live profiling of a local session

Once you define how your application is started, JProfiler is the perfect Java Profiler to profile it and you immediately see live data from the profiled JVM. To eliminate the need for session configuration, you can use one of the many IDE plugins to profile the application from within your favorite IDE.


Live profiling of a remote session

By modifying the VM parameters of the java start command you can get any Java application to listen for a connection from the GUI. The profiled application can not only run on your local computer, JProfiler can attach to a profiled application over the network. In addition, JProfiler provides numerous integration wizards for all popular application servers that help you in setting up your application for profiling.


Offline Profiling

You do not have to connect with the JProfiler GUI to the profiled application in order to profile it: With offline profiling you can use JProfiler’s powerful trigger system or the JProfiler API to control the profiling agent and save snapshots to disk. At a later time you can open these snapshots in the JProfiler GUI or programmatically export profiling views with the command line export tool or the export ant task.


Snapshot Comparisons

In JProfiler, you can save a snapshot of all current profiling data to disk. It offers a rich comparison facility to see what has changed between two or more snapshots. Alternatively you can create comparison reports programmatically with the command line comparison tool or the comparison ant task.


Viewing an HPROF Snapshot

JProfiler can open HPROF snapshots that have been taken with JVM tools such as jconsole or jmap or that have been triggerd by the -XX:+HeapDumpOnOutOfMemoryError JVM parameter.