Re: [Grinder-use] Fwd: Problem changing grinder properties
Distributed load testing framework - Java, Jython, or Clojure scripts.
Brought to you by:
philipa
|
From: Philip A. <ph...@ma...> - 2013-09-22 11:24:37
|
You mean HTTP record and replay? Check out the TCP Proxy: http://grinder.sourceforge.net/g3/tcpproxy.html#HTTPPluginTCPProxyFilter - Phil On 18/09/13 09:05, Salma Bouriat wrote: > > Thank you for the response, it worked, but i still have a question: is > there a way to have the jython code generated from a sort of scenario? > I think i read it somewhere, but couldn't find how to do it, thank you > again > > On Sep 16, 2013 6:01 PM, "Marc Holden" <mho...@gm... > <mailto:mho...@gm...>> wrote: > > Hi Salma > > This is a windows thing. Windows expects double quotes around > arguments instead of single quote. To fix this simply place > double quotes around the -d argument and escape the double quotes > within the json body itself. > > -d "{\"propertiesFile\":\"grinder.properties\"}" > > The examples on the grinder site were done on linux which accepts > the single quotes. > > > -Marc > > > On Mon, Sep 16, 2013 at 4:33 AM, Salma Bouriat > <sal...@gm... <mailto:sal...@gm...>> wrote: > > Hello, > > First, thank you for the quick tutorial, but I am having a > problem changing the grinder properties: I run the command the > following command from the grinder file (version 3.11): > > curl -X PUT -H "Content-Type: application/json" > http://localhost:6373/properties -d > '{"propertiesFile":"grinder.properties"}' > > The resulting error comes from the json parser saying that > there is an unexpected character (find attached a snapshot of > the execution and the error) > > Thank you very much for the help > > Have a good day > > > -- > Salma BOURIAT > Master of Science in Software Engineering > Al Akhawayn University > > > |