sebb 2004/06/10 08:40:29 Modified: bin Tag: rel-2_0 jmeter.properties Log: Added tcp property settings Revision Changes Path No revision No revision 1.100.2.3 +11 -2 jakarta-jmeter/bin/jmeter.properties Index: jmeter.properties =================================================================== RCS file: /home/cvs/jakarta-jmeter/bin/jmeter.properties,v retrieving revision 1.100.2.2 retrieving revision 1.100.2.3 diff -u -r1.100.2.2 -r1.100.2.3 --- jmeter.properties 20 May 2004 23:07:49 -0000 1.100.2.2 +++ jmeter.properties 10 Jun 2004 15:40:29 -0000 1.100.2.3 @@ -228,4 +228,13 @@ #jmeter.expertMode=true # To set the buffer size, enter the desired value -# monitor.buffer.size=800 \ No newline at end of file +# monitor.buffer.size=800 + +#TCP sampler +# eolByte = byte value for end of line +#tcp.eolByte=0 +# status.prefix and suffix = strings that enclose the status response code +#tcp.status.prefix=Status= +#tcp.status.suffix=. +# status.properties = property file to convert codes to messages +#tcp.status.properties=mytestfiles/tcpstatus.properties
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
