stoptest.sh works only for last remote server

2011-10-14 Thread Luca Maragnani
Hi all, I'm using a distributed configuration of jmeter and using the script stoptest.sh to stop a test on all the remote servers. Currently the stop command is sent only to last initialized remote server, so to be able to run it again, remaining remote jmeter instances must be restarted. I invest

Re: Can't adjust characters per second

2007-07-29 Thread Luca Maragnani
Hi, I think the problem was related to version 2.2 and it is now fixed. I posted the problem about SOAP sampler on the 11th of June, you can search the archive for the subject "SOAP and slow connection". Regards, Luca Alf Høgemark wrote: > Hi > > I have tested this now, and I can reproduce you

Multiple soap messages communication

2007-06-15 Thread Luca Maragnani
Hi all, I need to implement a communication with the SOAP sampler composed by two client-server interactions over the same HTTP 1.1 socket. Is there a way to do it with the current jmeter version? Regards, Luca - To unsubscribe,

Re: SOAP and slow connection

2007-06-11 Thread Luca Maragnani
Quoting sebb <[EMAIL PROTECTED]>: Are you using SOAP/XML-RPC or WebService (SOAP) ? I'm using SOAP/XML-RPC. Luca - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SOAP and slow connection

2007-06-11 Thread Luca Maragnani
Thank you Sebb. sebb wrote: > Which version of JMeter are you using? > > Which SOAP sampler are you using? > I'm using version 2.2 from stable downloads (for both SOAP Sampler and SlowHttpClientSocketFactory). >> Last, to get it work I had to overwrite in a custom library >> SlowHttpClientSocketFa

SOAP and slow connection

2007-06-11 Thread Luca Maragnani
Hi, I need to test a SOAP application using SlowSocket to simulate real users links. So I modified jmeter.properties to use HTTPSampler2 and setted the cps property. Last, to get it work I had to overwrite in a custom library SlowHttpClientSocketFactory because the createSocket method returned al