Index: bin/jmeter.properties =================================================================== --- bin/jmeter.properties (revision 786693) +++ bin/jmeter.properties (working copy) @@ -459,11 +459,13 @@ # Batch returns samples in batches # Statistical returns sample stats # hold_samples was originally defined as a separate property, -# but can now also be defined using remote.mode +# but can now also be defined using mode=Hold +# mode can also be the class name of an implementation of org.apache.jmeter.samplers.SampleSender #mode=Standard #mode=Batch #mode=Hold #mode=Statistical +#mode=org.example.load.MySampleSender #hold_samples=true #num_sample_threshold=100 #time_threshold=60000