JMP

JMP is a runtime profiler of the JVM, with object and method statistics.
Download

JMP Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Robert Olofsson
  • Publisher web site:
  • http://www.khelekore.org/jsizer/index.shtml

JMP Tags


JMP Description

JMP is a runtime profiler of the JVM, with object and method statistics. JMP is a profiler for java that can be used to trace objects usage and method timings. JMP uses the JVMPI interface to gather statistics and interact with the JVM. JMP project uses the GTK+ interface to show the status.JMP normally uses one window to show the classes in memory. Each class has summary information for number of instances and total bytes of used memory for all the instances.JMP can perform heap analysis and has the ability to show which objects own (have references to) all the objects of a specified class. This is a great way to find memory leaks.JMP also shows method timings and calls in another window. Several columns show time taken in the method, number of calls to each method, time taken in methods called.JMP collects information about which method are called and from where, this information is used to build call graphs.JMP interacts with the normal java threads and also uses one extra thread for GTK+ with a timer to systematically update the stats.JMP is written in C, it is designed for speed.What's New in This Release:· A few crash bugs were fixed.· Some compilation problems on FreeBSD and Solaris were fixed.


JMP Related Software