On 14/09/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Guys,
I want to know a basic Jmeter thing. I have parameterized my
requests using Regular expression extractors meaning I am picking up
values from earlier responses and then substituting them on subsequent
requests. When I am running a few threads the parameter values are getting
replaced as expected.But sometimes it is so happening that under heavy
load , the requests are not getting the parameter values substituted
meaning that previous responses didnt respond with proper values.
Are you providing a default value for the RE?
If so, is the variable set to the default value, or is the variable
not even set?
The RE extractor won't be run if the sampler did not provide a sample
result (but that should not happen for timeouts, only for unhandled
errors)
I've just noticed that the code exits without doing anything if the
response data length is zero. I think that is a bug, as the RE
extractor can be applied to headers as well as the body...
Now my question is does Jmeter always wait for the reponse to render and then
only it sends the subsequent requests?
JMeter waits for a response (or timeout if appropriate) before continuing.
What happens if there is a stuck
thread (response not rendered)at the server?
JMeter waits.
Or if the delay period is
reached then it bangs the server with a new request irrespective of
whether or not previous responses were rendered?
If a timeout occurs, JMeter will continue with the next sample.
Regards,
Subhrajyoti
Mobile: +919830079545
Mail: [EMAIL PROTECTED]
Web: www.labware.com
LabWare LIMS Solutions - Results Count
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]