Did you check jmeter.log for errors like out of memory ? On Nov 7, 2015 1:11 PM, "Charles Lin (charlin)" <[email protected]> wrote:
> > > I have a script to download a file. It works fine when the file size is > below certain size. All 50 samplers are executed. > > > > But when file size is large – in this particular test, 330 MB file – when > the test plan execution is completed, I see that only 10 or so out of total > 50 samplers show up in the View Result Tree. Does that mean 40 download > did not occur? > > > > At first I thought 50 files were not saved onto my test machine when test > plan finished was due to the fact that test plan exited before all the data > could be written to disk files. However, when looking at the View Results > Tree and only seeing 10+ of the total 50 samplers, it now looks like many > of the samplers were not even executed. But why? Thread group is set up > for 50 user, ramp period = 2 (I was mistaken here … thinking 2 sec between > each user but it’s actually 2 sec for total of 50 user requests, so I have > readjusted it to 50 seconds duration to achieve 1 sec/user rate, will > retest to see …). I put a Constant Timer which appears to be delay of > submit between each # sampler, so #1 submitted (and timer start counting 60 > sec) and during this 60 sec, all 50 #1 samplers are submitted. Then #75 > gets submitted (all 50 of them), and 50 sec later, #17 samplers (50 times) > are submitted, etc. So that means when we get to #24 samplers, I should > expect to see all 50 of the #24 samplers to be there. > > > > So why did I see only 10+ #24 samplers, and end up with only 10+ actual > downloaded files instead of all 50? > > > > Thank you > > Charles > > > > > > > >
