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 2013/08/15 23:19:57 UTC

svn commit: r1514498 - /jmeter/trunk/bin/jmeter.properties

Author: pmouawad
Date: Thu Aug 15 21:19:56 2013
New Revision: 1514498

URL: http://svn.apache.org/r1514498
Log:
Bug 55424 - Add Stripping to existing SampleSenders
Bugzilla Id: 55424

Modified:
    jmeter/trunk/bin/jmeter.properties

Modified: jmeter/trunk/bin/jmeter.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter.properties?rev=1514498&r1=1514497&r2=1514498&view=diff
==============================================================================
--- jmeter/trunk/bin/jmeter.properties (original)
+++ jmeter/trunk/bin/jmeter.properties Thu Aug 15 21:19:56 2013
@@ -612,10 +612,13 @@ wmlParser.types=text/vnd.wap.wml 
 #mode=Asynch
 # default queue size
 #asynch.batch.queue.size=100
+# Same as Asynch but strips response data from SampleResult
+#mode=StrippedAsynch
 #
 # DiskStore: as for Hold mode, but serialises the samples to disk, rather than saving in memory
 #mode=DiskStore
-
+# Same as DiskStore but strips response data from SampleResult
+#mode=StrippedDiskStore
 # Note: the mode is currently resolved on the client; 
 # other properties (e.g. time_threshold) are resolved on the server.