On 8 October 2015 at 06:29, SanderW <[email protected]> wrote: > You are right about the 3xx case. It depends if you redirect automatically in > JMeter. > The application I'm testing does not make use of re-directs. It is an API > application which is called upon with just HTTP GET requests. > > I think I have an idea why I'm missing the requests. The ones missing are at > the end of the test. > In the thread group I'm using scheduler duration set to 1 hour. In the > SYSlog from NGINX the missing ones are the last ones. > > I think JMeter already stopped and did not wait for the requests it did.
JMeter always waits for a response, unless you force to stop it abruptly using ^C or the "stop" command. > Is there a setting which avoids this when using duration? > Are you using any 3rd party add-ons? > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Missing-samples-in-JMeter-listener-tp5723305p5723317.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
