sebb 2005/04/02 15:17:56 Modified: bin jmeter.properties Log: Add comment for sampleresult.default.encoding Remove duplicate comments for batching Revision Changes Path 1.116 +4 -14 jakarta-jmeter/bin/jmeter.properties Index: jmeter.properties =================================================================== RCS file: /home/cvs/jakarta-jmeter/bin/jmeter.properties,v retrieving revision 1.115 retrieving revision 1.116 diff -u -r1.115 -r1.116 --- jmeter.properties 18 Mar 2005 15:26:54 -0000 1.115 +++ jmeter.properties 2 Apr 2005 23:17:56 -0000 1.116 @@ -242,6 +242,9 @@ # Put the start time stamp in logs instead of the end #sampleresult.timestamp.start=true +# The encoding to be used if none is provided (default ISO-8859-1) +#sampleresult.default.encoding=ISO-8859-1 + # Remote batching support # default is Standard, which returns each sample # Hold retains samples until end of test (may need lots of memory) @@ -275,19 +278,6 @@ # status.properties = property file to convert codes to messages #tcp.status.properties=mytestfiles/tcpstatus.properties -# Remote batching support -# default is Standard, which returns each sample -# Hold retains samples until end of test (may need lots of memory) -# Batch returns samples in batches -# hold_samples was originally defined as a separate property, -# but can now also be defined using remote.mode -#mode=Standard -#mode=Batch -#mode=Hold -#hold_samples=true -#num_sample_threshold=100 -#time_threshold=60000 - # Summariser settings # # Define the following property to automatically start a summariser with that name
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
