JProfiler

From Wikipedia, the free encyclopedia

JProfiler is a commercially licensed Java profiling tool developed by ej-technologies GmbH, targeted at Java EE and Java SE applications.

Features[]

  • JProfiler works both as a stand-alone application and as a plug-in for the Eclipse software development environment.
  • JProfiler supports local profiling (analysis of applications running on the same machine as the JProfiler software) and remote profiling (analysis of Java applications running on remote machines).
  • Enables both memory profiling to assess memory usage and dynamic allocation leaks and CPU profiling to assess thread conflicts.
  • Provides a visual representation for the virtual machine load in terms of active and total bytes, instances, threads, classes, and garbage collector activity.

Reviews[]

  • Brown, Simon G. "JProfiler mini-review". Java.net. Retrieved 30 October 2009.
  • Hart-Davis, Damon. "A Note On the JProfiler Java Performance-tuning Tool: Review". Earth.org.uk. Retrieved 16 March 2012.

External links[]

Retrieved from ""