[jboss-cvs] JBossAS SVN: r111261 - projects/jboss-jca/trunk/doc/developerguide/en-US/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 28 12:32:30 EDT 2011


Author: jesper.pedersen
Date: 2011-04-28 12:32:30 -0400 (Thu, 28 Apr 2011)
New Revision: 111261

Modified:
   projects/jboss-jca/trunk/doc/developerguide/en-US/modules/testing.xml
Log:
Add JProfiler instructions

Modified: projects/jboss-jca/trunk/doc/developerguide/en-US/modules/testing.xml
===================================================================
--- projects/jboss-jca/trunk/doc/developerguide/en-US/modules/testing.xml	2011-04-28 16:31:55 UTC (rev 111260)
+++ projects/jboss-jca/trunk/doc/developerguide/en-US/modules/testing.xml	2011-04-28 16:32:30 UTC (rev 111261)
@@ -350,4 +350,24 @@
 
   </section>
 
+  <section id="performance">
+    <title>Performance testing</title>
+    <para>Performance testing can identify areas that needs to be improved or completely replaced.</para>
+
+    <section id="jprofiler">
+      <title>JProfiler</title>
+
+      <para>Insert the following line in <code>run.sh</code> or <code>run.bat</code>:</para>
+
+      <programlisting>
+-agentpath:&lt;path&gt;/jprofiler6/bin/linux-x64/libjprofilerti.so=port=8849 
+      </programlisting>
+
+      <para>where the Java command is executed.</para>
+
+      <para>The home of JProfiler is located here: <ulink url="http://www.ej-technologies.com/products/jprofiler/overview.html"/>.</para>
+
+    </section>
+  </section>
+
 </chapter>



More information about the jboss-cvs-commits mailing list