Author: sebb
Date: Sat Sep 24 00:47:11 2011
New Revision: 1175088

URL: http://svn.apache.org/viewvc?rev=1175088&view=rev
Log:
Synch

Modified:
    jakarta/jmeter/trunk/docs/changes.html
    jakarta/jmeter/trunk/docs/usermanual/remote-test.html

Modified: jakarta/jmeter/trunk/docs/changes.html
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/changes.html?rev=1175088&r1=1175087&r2=1175088&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/changes.html (original)
+++ jakarta/jmeter/trunk/docs/changes.html Sat Sep 24 00:47:11 2011
@@ -429,6 +429,11 @@ Bug 51880 - The shutdown command is not 
 </li>
 
 
+<li>
+Remote Shut host menu item was not being enabled.
+</li>
+
+
 </ul>
 <h2>
 Improvements

Modified: jakarta/jmeter/trunk/docs/usermanual/remote-test.html
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/usermanual/remote-test.html?rev=1175088&r1=1175087&r2=1175088&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/usermanual/remote-test.html (original)
+++ jakarta/jmeter/trunk/docs/usermanual/remote-test.html Sat Sep 24 00:47:11 
2011
@@ -577,9 +577,28 @@ Hold - hold samples in an array until th
     
 <li>
 Batch - send saved samples when either the count or time exceeds a threshold,
-    at which point the samples are sent synchronously. See also the Asynch 
mode, described below.
+    at which point the samples are sent synchronously.
+    The thresholds can be configured on the server using the following 
properties:
+    
+<ul>
+
+    
+<li>
+num_sample_threshold - number of samples to accumulate, default 100
+</li>
+
+    
+<li>
+time_threshold - time threshold, default 60000 ms = 60 seconds
+</li>
+
+    
+</ul>
+
+    
 </li>
 
+     See also the Asynch mode, described below.
     
 <li>
 Statistical - send a summary sample when either the count or time exceeds a 
threshold. 
@@ -627,7 +646,7 @@ Stripped - remove responseData from succ
 
     
 <li>
-StrippedBatch - remove responseData from succesful samples, and send as batches
+StrippedBatch - remove responseData from succesful samples, and use Batch 
sender to send them.
 </li>
 
     
@@ -644,7 +663,7 @@ Asynch - samples are temporarily stored 
 asynch.batch.queue.size
 </code>
 </b>
- (default 20) on the client node.
+ (default 20) on the server node.
     
 </li>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to