Hi Did you check status codes in your access log ? are any of them 3xx i.e. redirects ? Im assuming you dont have transaction controllers or embedded resources or things like that in your plan Other reasons is something (like a load balancer) in between retried a request (some do based on configured timeouts) Its still possible its a JMeter bug - but that would need you'd have to identify the missing samples and see if this behavior repeats exactly or random
regards deepak On Mon, Oct 5, 2015 at 3:59 AM, SanderW <[email protected]> wrote: > Hi all, > > I'm using JMeter 2.13 and ran a test from the GUI interface with 4 users. > I have a thread group which contains a counter config element which I'm > sending in the user-agent string. > During the test I have a Aggregate Report active which also sends the data > to a jtl-file. > > After the test the aggregate report tells me that 6.824 samples were > executed, but if I look at access_log from the server I count 6.827 > samples. > The access_log from the server looks correct (no duplicates). It seems > JMeter is not registering all samples. > > I don't know if this is because of the aggregate report listener or because > I ran the test from the GUI. > > The script contains a Constant Throughput Timer (30 samples per minute), so > with 4 users the load is 2 hits per second. > > I expect JMeter to report the correct number of samples executed. > Any idea why I'm missing samples? > Should I use a different listener which is capable of registering all > samples? > > > > > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Missing-samples-in-JMeter-listener-tp5723305.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] > >
