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/20 17:23:12 UTC

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

Author: sebb
Date: Thu Sep 20 08:23:11 2007
New Revision: 577795

URL: http://svn.apache.org/viewvc?rev=577795&view=rev
Log:
Document remote batching modes

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=577795&r1=577794&r2=577795&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 Thu Sep 20 08:23:11 2007
@@ -161,6 +161,29 @@
 </p>
 </subsection>
 
+<subsection name="&sect-num;.4 Using sample batching" anchor="batchmode">
+<p>
+Listeners in the test plan send their results back to the client JMeter which writes the results to the specified files
+By default, samples are sent back as they are generated. This can place a large load on the network and the JMeter client.
+There are some JMeter properties that can be set to alter this behaviour.
+</p>
+<ul>
+<li>mode - sample sending mode - default is Standard</li>
+    <ul>
+    <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>
+    </ul>
+</ul>
+<p>The following properties apply to the Batch and Statistical modes:</p>
+    <ul>
+    <li>num_sample_threshold - number of samples in a batch (default 100)</li>
+    <li>time_threshold - number of milliseconds to wait (default 60 seconds)</li>
+    </ul>
+</subsection>
+
+
 
 
 </section>

Modified: jakarta/jmeter/trunk/xdocs/usermanual/remote-test.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/remote-test.xml?rev=577795&r1=577794&r2=577795&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/remote-test.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/remote-test.xml Thu Sep 20 08:23:11 2007
@@ -161,6 +161,29 @@
 </p>
 </subsection>
 
+<subsection name="&sect-num;.4 Using sample batching" anchor="batchmode">
+<p>
+Listeners in the test plan send their results back to the client JMeter which writes the results to the specified files
+By default, samples are sent back as they are generated. This can place a large load on the network and the JMeter client.
+There are some JMeter properties that can be set to alter this behaviour.
+</p>
+<ul>
+<li>mode - sample sending mode - default is Standard</li>
+    <ul>
+    <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>
+    </ul>
+</ul>
+<p>The following properties apply to the Batch and Statistical modes:</p>
+    <ul>
+    <li>num_sample_threshold - number of samples in a batch (default 100)</li>
+    <li>time_threshold - number of milliseconds to wait (default 60 seconds)</li>
+    </ul>
+</subsection>
+
+
 
 
 </section>



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