RE: Issues with JDBC Request and variables

2011-07-27 Thread Nermin Caluk
Derek, Regarding the issue #2, substitution, have you tried using __evalVar instead of __V? V function evaluates a variable name and you need evalVar to actually get the value [integer in your case] stored in that variable. As for the first issue, double check the values using Debug Sampler

iterations and re-connects

2011-07-27 Thread Andrej van der Zee
Hi, Is it possible in JMeter to keep a connection open when it goes into the next iteration? It seems that it breaks off the connection and re-connects on every iteration. Cheers, Andrej - To unsubscribe, e-mail:

Re: iterations and re-connects

2011-07-27 Thread sebb
On 27 July 2011 08:36, Andrej van der Zee andrejvander...@gmail.com wrote: Hi, Is it possible in JMeter to keep a connection open when it goes into the next iteration? It seems that it breaks off the connection and re-connects on every iteration. That should not happen if you are using the

Re: iterations and re-connects

2011-07-27 Thread Felix Frank
On 07/27/2011 10:37 AM, sebb wrote: Hi, Is it possible in JMeter to keep a connection open when it goes into the next iteration? It seems that it breaks off the connection and re-connects on every iteration. That should not happen if you are using the HttpClient sampler and you select

RE: Issues with JDBC Request and variables

2011-07-27 Thread derekmw
Thanks for the comment. On the count, I am not sure what happened but it is working again. lol. Oh well. For #2, the problem is I do not know what variable I want to use, so I have to do a nested variable (member_ combined with a random number). So I at least at some point have to first

Re: jp@gc - HTTP Raw Request for POST requests

2011-07-27 Thread apc
There's some difference in request that you send via JMeter and another tool. Use Wireshark to find that difference. - -- Andrey Pohilko JP@GC Maintainer -- View this message in context: http://jmeter.512774.n5.nabble.com/jp-gc-HTTP-Raw-Request-for-POST-requests-tp4635060p4639181.html Sent

RE: Issues with JDBC Request and variables

2011-07-27 Thread Nermin Caluk
Derek, I was thinking something like ${__evalVar(member_${__Random(1,10)})} And if you think nesting might be the issue, simply try using Random Variable node (not __Random() function), e.g. ${__evalVar(member_${RND})} provided that your random value is stored in ${RND}

RE: Issues with JDBC Request and variables

2011-07-27 Thread derekmw
Ok, so that helped me get a bit further. I noticed you can choose the output format for Random Variable. So I set the output format to be member_0. This works great but I still have one problem. When generating the random variable, I do not want to hard code the max value. I tried entering

Re: iterations and re-connects

2011-07-27 Thread Valentine Petrovsky
On 27/07/2011 09:36 +0200, Andrej van der Zee wrote: Hi, Is it possible in JMeter to keep a connection open when it goes into the next iteration? It seems that it breaks off the connection and re-connects on every iteration. Cheers, Andrej Hi, Andrej, Do you use a secure HTTP (HTTPS)

Re: Parameterization by CSV or user parameters not working -

2011-07-27 Thread sprasad
Hi Oliver, I have a question for you, the Response Time which JMeter gives is just the time taken by server to process the request or it includes rendering time also?? does JMeter record just response time of server or rendering time which is equal to response time+load time to render on