Thursday, September 23, 2010

Jprofiler


Java profiler

  •   java profiler is a tool for monitoring performance of a Java application.
  •   It's written entirely in Java (100% Java)
  •   It allows the developer/testers to filter which classes and packages are profiled
  •   There are many options available for controlling the output of the profiler
    such as html,excel or xml
  •   Export summary of performance statistics into Excel spreadsheets, html, xml formates
 

Why we can use profiler:

  • It  is Mainly Used to analyze the performance of a Java program and overall performance of an application
  • We can find which components of code are heavily effecting the overall performance of a program
 
BENEFITS OF PROFILER

              It increase its overall speed, & decrease its memory requirement or sometimes both.


What  we can find in the Jprofiler:


  • Execution time analysis
  • Memory analysis
  • Thread analysis
JPROFILER(Paid version)

Features:


  • JProfiler is an award-winning all-in-one Java profiler
  • It supports, tomcat server, glassfish, weblogic, jboss
  • JProfiler - Best Java Profiling / Testing Tool--2003, 2005, and 2007
  • supported platform-windows,linux, mac os, solaris
  • Ide integration- like eclipse,netbeans,jbuilder,oracle jdeveloper 
Supported server



       

        

      Here we need to give the tomcat bin location 

      For more info,check blogs of http://www.mpowerglobal.com