You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2016/09/27 21:22:50 UTC

svn commit: r1762565 - /jmeter/trunk/xdocs/usermanual/properties_reference.xml

Author: pmouawad
Date: Tue Sep 27 21:22:50 2016
New Revision: 1762565

URL: http://svn.apache.org/viewvc?rev=1762565&view=rev
Log:
Improve Remote batching configuration section next

Modified:
    jmeter/trunk/xdocs/usermanual/properties_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/properties_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/properties_reference.xml?rev=1762565&r1=1762564&r2=1762565&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/properties_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/properties_reference.xml Tue Sep 27 21:22:50 2016
@@ -469,6 +469,8 @@ Other parsers:<br/>
 Configure how SampleResults are sent from server to client when using distributed testing.
 Note that the mode is currently resolved on the client, while other properties (e.g. time_threshold) are resolved on the server.<br/>
 Since JMeter 2.9, default is StrippedBatch, which returns samples in batch mode (every 100 samples or every minute by default).<br/>
+You can set mode by configuring:
+<source>mode=one of the possible modes below</source>
 <note>StrippedBatch strips response data from SampleResult, so if you need the response data, change to another mode.</note>
 </p>
 <p>