[jboss-cvs] JBossAS SVN: r107369 - in projects/jboss-jca/branches/performance/doc/perfguide/en: modules and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 4 03:08:43 EDT 2010


Author: jeff.zhang
Date: 2010-08-04 03:08:42 -0400 (Wed, 04 Aug 2010)
New Revision: 107369

Added:
   projects/jboss-jca/branches/performance/doc/perfguide/en/modules/benchmark.xml
Modified:
   projects/jboss-jca/branches/performance/doc/perfguide/en/master.xml
   projects/jboss-jca/branches/performance/doc/perfguide/en/modules/profiler.xml
Log:
update document, add simple benchmark description

Modified: projects/jboss-jca/branches/performance/doc/perfguide/en/master.xml
===================================================================
--- projects/jboss-jca/branches/performance/doc/perfguide/en/master.xml	2010-08-04 07:03:09 UTC (rev 107368)
+++ projects/jboss-jca/branches/performance/doc/perfguide/en/master.xml	2010-08-04 07:08:42 UTC (rev 107369)
@@ -4,6 +4,7 @@
         <!ENTITY about SYSTEM "modules/about.xml">
         <!ENTITY introduction SYSTEM "modules/introduction.xml">
         <!ENTITY profiler SYSTEM "modules/profiler.xml">
+        <!ENTITY benchmark SYSTEM "modules/benchmark.xml">
         ]>
 <book lang="en">
    <bookinfo>
@@ -20,4 +21,6 @@
    &introduction;
 
    &profiler;
+
+   &benchmark;
 </book>

Added: projects/jboss-jca/branches/performance/doc/perfguide/en/modules/benchmark.xml
===================================================================
--- projects/jboss-jca/branches/performance/doc/perfguide/en/modules/benchmark.xml	                        (rev 0)
+++ projects/jboss-jca/branches/performance/doc/perfguide/en/modules/benchmark.xml	2010-08-04 07:08:42 UTC (rev 107369)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter id="profiler">
+   <title>Benchmark</title>
+
+   <para>Record banchmark data and write into file.</para>
+
+   <section id="servers">
+     <title>JBoss AS and IronJacamar</title>
+
+     <para>JBoss AS 4.2.X, 5.X, 6.0 M4, IronJacamar Beta1 and daily</para>
+
+     <programlisting>
+ant download-servers
+ant benchmark
+     </programlisting>
+
+   </section>
+
+</chapter>

Modified: projects/jboss-jca/branches/performance/doc/perfguide/en/modules/profiler.xml
===================================================================
--- projects/jboss-jca/branches/performance/doc/perfguide/en/modules/profiler.xml	2010-08-04 07:03:09 UTC (rev 107368)
+++ projects/jboss-jca/branches/performance/doc/perfguide/en/modules/profiler.xml	2010-08-04 07:08:42 UTC (rev 107369)
@@ -7,18 +7,13 @@
    <section id="profilerservers">
      <title>JBoss AS and IronJacamar</title>
 
-     <para>JBoss AS 4.2.X, 5.X, 6.0 M3</para>
+     <para>JBoss AS 4.2.X, 5.X, 6.0 M4, IronJacamar Beta1 and daily</para>
 
      <programlisting>
-ant profiler -Djbas.home="jbossas.dir"
+ant download-servers
+ant profiler
      </programlisting>
 
-     <para>IronJacamar</para>
-
-     <programlisting>
-ant profiler -Djbjca.home="IronJacamar.sjc.dir"
-     </programlisting>
-
    </section>
 
 </chapter>



More information about the jboss-cvs-commits mailing list