Re: Problem with JMeter recording http put

2009-06-27 Thread sebb
On 24/06/2009, Chintan Kachhi wrote: > > I am using JMeter 2.3.3 to test REST services. JMeter 2.3.3 has been superseded by JMeter 2.3.4; please upgrade. > I am able to record all my junit tests successfully with the HTTP Proxy > server in JMeter for all the requests, except the ones which inc

Re: TCP Sampler

2009-06-27 Thread sebb
On 27/06/2009, smartfish wrote: > > Hi, > > My server responds to the user with a message that is appended by "\r\n" , > so how do i set tcp.eolbyte to "\r\n" in jmeter.properties file . You can't, because that is two bytes. However you can set it to "\n", which is 10. > Thanks in advance

Re: TCP Sampler

2009-06-27 Thread smartfish
Hi, My server responds to the user with a message that is appended by "\r\n" , so how do i set tcp.eolbyte to "\r\n" in jmeter.properties file . Thanks in advance... smartfish wrote: > > Thanks for the reply > According to what i have tried, users fire commands to the server and