Re: Is there a way to set the duration for which JMeter waits for a response

2013-06-20 Thread Deepak Shetty
see timeout
http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Request
The action you want to take on error can be configured on the thread group
http://jmeter.apache.org/usermanual/component_reference.html#Thread_Group
You rarely want to stop the thread though - you usually just want it to
skip the rest of the steps of that test and move onto the next data item


On Thu, Jun 20, 2013 at 12:29 PM, nmq nmq0...@gmail.com wrote:

 I googled this but didn't find anything.
 Is there a way to force JMeter to terminate the current thread and move on
 to another if an HTTP Sampler receives no response for a certain amount of
 time?
 This is a situation where there was no response whatsoever for over an hour
 and JMeter kept waiting for a response.

 Regards
 Sam



RE: Is there a way to set the duration for which JMeter waits for a response

2013-06-20 Thread Robin D. Wilson
The HTTP sampler includes several 'timeout' values. I use them. It reports an 
error if the timeout expires, then moves on to the
next request (either within the same thread, or in the next - depending on how 
you setup the thread group).

--
Robin D. Wilson
Sr. Director of Web Development
KingsIsle Entertainment, Inc.
VOICE: 512-777-1861
http://www.kingsisle.com


-Original Message-
From: nmq [mailto:nmq0...@gmail.com] 
Sent: Thursday, June 20, 2013 2:30 PM
To: JMeter Users List
Subject: Is there a way to set the duration for which JMeter waits for a 
response

I googled this but didn't find anything.
Is there a way to force JMeter to terminate the current thread and move on to 
another if an HTTP Sampler receives no response for a
certain amount of time?
This is a situation where there was no response whatsoever for over an hour and 
JMeter kept waiting for a response.

Regards
Sam


-
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org



Re: Is there a way to set the duration for which JMeter waits for a response

2013-06-20 Thread nmq
Thank you
On Jun 20, 2013 3:38 PM, Deepak Shetty shet...@gmail.com wrote:

 see timeout
 http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Request
 The action you want to take on error can be configured on the thread group
 http://jmeter.apache.org/usermanual/component_reference.html#Thread_Group
 You rarely want to stop the thread though - you usually just want it to
 skip the rest of the steps of that test and move onto the next data item


 On Thu, Jun 20, 2013 at 12:29 PM, nmq nmq0...@gmail.com wrote:

  I googled this but didn't find anything.
  Is there a way to force JMeter to terminate the current thread and move
 on
  to another if an HTTP Sampler receives no response for a certain amount
 of
  time?
  This is a situation where there was no response whatsoever for over an
 hour
  and JMeter kept waiting for a response.
 
  Regards
  Sam