Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
0 Kudos

Want to get a deep understanding of your application's resource consumption ? Identifying runtime bottlenecks, exhaustive memory usage or poor synchronization behavior is the first step to take your Java application to a higher level in terms of user experience. Even if you think your application behaves well, it is often valuable to see what happens "under the hood".


The SAP JVM Tools include a profiler and a debugger that work on-premise as well as in the SAP HANA Cloud Platform. With the new release, it is even easier to debug a Java application without any need for restart. Just use the VM Explorer to directly attach a debugger to a running Java application.


Have you ever had the feeling that your Java application does not do what is it supposed to do ? Try the new Thread Dump Analysis and the Thread Dump Report of the SAP JVM Profiler to see unusual behavior of your application.


Are you unsatisfied with your system's garbage collection performance ? Learn about potential issues in the operation and configuration of the JVM's garbage collectors using the new Garbage Collection Report of the SAP JVM Profiler.


Learn about the major 2.2 - features in What is New in SAP JVM Profiler 2.2.

Get more general information about the SAP JVM Profiler here.

  • SAP Managed Tags:
1 Comment
Labels in this area