JBoss Profiler 2
================

JBoss Profiler 2 is a 100% pure Java profiler capable of profiling 
Java Enterprise 5 applications.

Overview:
---------
 * 100% Pure Java

 * Integration with JBoss Enterprise Middleware Suite (JEMS)

 * Access through multiple protocols using JBoss Remoting
   x Socket
   x Remote Method Invocation (RMI)
   x Hyper Text Transport Protocol (HTTP)

 * Reports
   x Overview
   x Packages
   x Classes
   x Methods
   x Hotspots
   x Caller
   x Wait time
   x PerThread
   x PerClass

 * Able to specify method visibility
   x Global
   x Package
   x Class

 * Component identification
   x Plain Old Java Object (POJO)
   x java.lang.Throwable
   x Enterprise JavaBean: Entity
   x Enterprise JavaBean: Session
   x Enterprise JavaBean: Message
   x Servlet
   x Servlet filter
   x JavaServer Pages
   x JMX MBean
   x JavaServer Faces Converter
   x JavaServer Faces Managed Bean
   x RMI: Remote
   x RMI: Server
   x CORBA: Object
   x CORBA: Servant
   x 3rd party plugins

 * Compare snapshots

 * Client
   x Ant integration
   x Command line


JBoss Profiler 2 was designed to run on the JBoss Application Server 4.2 and JBoss Application Server 5.0
releases or any other Java applications using Java Runtime Environment 5 or higher.

User guide:
-----------
See the user's guide for more information about installation, configuration and running
the profiler.

The JBoss Profiler 2 user guide is located in JBossProfiler2-UsersGuide.pdf.

Developer guide:
----------------
See the developer guide for more information about extending the profiler with new 
functionality.

The JBoss Profiler 2 developer guide is located in JBossProfiler2-DevelopersGuide.pdf.


Development:
------------
Home          : http://www.jboss.org/jbossprofiler/
Download      : http://www.jboss.org/jbossprofiler/downloads/
Forum         : http://www.jboss.org/index.html?module=bb&op=viewforum&f=199
Issue tracking: http://jira.jboss.com/jira/browse/JBPROFILER
AnonSVN       : http://anonsvn.jboss.org/repos/jbossprofiler/branches/JBossProfiler2
Developer SVN : https://svn.jboss.org/repos/jbossprofiler/branches/JBossProfiler2
