You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2007/09/24 15:33:44 UTC

svn commit: r578808 - in /jakarta/jmeter: branches/rel-2-2/xdocs/usermanual/remote-test.xml trunk/xdocs/usermanual/remote-test.xml

Author: sebb
Date: Mon Sep 24 06:33:43 2007
New Revision: 578808

URL: http://svn.apache.org/viewvc?rev=578808&view=rev
Log:
Document Statistical batch mode

Modified:
    jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/remote-test.xml
    jakarta/jmeter/trunk/xdocs/usermanual/remote-test.xml

Modified: jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/remote-test.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/remote-test.xml?rev=578808&r1=578807&r2=578808&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/remote-test.xml (original)
+++ jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/remote-test.xml Mon Sep 24 06:33:43 2007
@@ -173,7 +173,18 @@
     <li>Standard - send samples as soon as they are generated</li>
     <li>Hold - hold samples in an array until the end of a run. This may use a lot of memory on the server.</li>
     <li>Batch - send saved samples when either the count or time exceeds a threshold</li>
-    <li>Statistical - send a summary report when either the count or time exceeds a threshold</li>
+    <li>Statistical - send a summary sample when either the count or time exceeds a threshold. 
+    The samples are summarised by thread group name and sample label.
+    The following fields are accumulated:
+    <ul>
+    <li>elapsed time</li>
+    <li>latency</li>
+    <li>bytes</li>
+    <li>sample count</li>
+    <li>error count</li>
+    </ul>
+    Other fields that vary between samples are lost. 
+    </li>
     </ul>
 </ul>
 <p>The following properties apply to the Batch and Statistical modes:</p>

Modified: jakarta/jmeter/trunk/xdocs/usermanual/remote-test.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/remote-test.xml?rev=578808&r1=578807&r2=578808&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/remote-test.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/remote-test.xml Mon Sep 24 06:33:43 2007
@@ -173,7 +173,18 @@
     <li>Standard - send samples as soon as they are generated</li>
     <li>Hold - hold samples in an array until the end of a run. This may use a lot of memory on the server.</li>
     <li>Batch - send saved samples when either the count or time exceeds a threshold</li>
-    <li>Statistical - send a summary report when either the count or time exceeds a threshold</li>
+    <li>Statistical - send a summary sample when either the count or time exceeds a threshold. 
+    The samples are summarised by thread group name and sample label.
+    The following fields are accumulated:
+    <ul>
+    <li>elapsed time</li>
+    <li>latency</li>
+    <li>bytes</li>
+    <li>sample count</li>
+    <li>error count</li>
+    </ul>
+    Other fields that vary between samples are lost. 
+    </li>
     </ul>
 </ul>
 <p>The following properties apply to the Batch and Statistical modes:</p>



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org