>1. Not all samples came back. What does it tell you?
That your server errored. You will have to see what the error is and rerun
your tests. Errors might skew your times badly so you either need to
eliminate them altogether or atleast from your results (custom reports) if
the former is not possible.

>2 The test is still running after an hour has passed.
This may happen if a thread is waiting for the server to respond and the
server has hung, JMeter cant quit till the thread returns. So if your server
is just taking too long to respond or has deadlocked or something you may
get this
Would need further investigation as to whats hung (usually you would take a
ThreadDump and see, but you have to be a pretty good java developer).

>3. Help me to interpret this data.
Thats tough
a. Your average time for just your home page (ignoring errors) is 59
seconds! Thats just too high - whats the value for just 1 thread?. However
your minimum and maximum vary from 3 seconds to 220 seconds - this is just
too big a variance so somethings wrong with either your client machine ,
your server or your app (I know thats not very helpful :) ). Once you can
figure this out , then you might see how much time it takes for a browser to
load your static resources and add this value to your home page times. Im
assuming ScriptResource.axd is some generated javascript file in .NET. You
will have to investigate either in IIS or your app why you are seeing such
slow responses. You might also want to reduce your load (10 threads then 50
threads) and see what your response times are. Its possible that 150 is too
high for your system (or your system is not tuned)



On Mon, Sep 13, 2010 at 3:06 PM, Prostak <[email protected]> wrote:

>
> Very detailed answer, Deepak. Thank you.
>
> I am attaching listener results for 150 users generated over 20 seconds (0
> loops).
>
> 1. Not all samples came back. What does it tell you?
>
> 2. The test is still running after an hour has passed. I can't stop it
> neither by CTRL-Period nor by CTRL-Comma. The alert box pops up telling me
> that it is trying to stop and to be patient, but nothing happens for a 10
> minutes so I just close the window and restrat Jmeter. Is it normal? How
> should I handle this situation?
>
> 3. Help me to interpret this data. How long does my home page take to load
> on average (all homepage resources are above "home page" sample on the pic
> attached)?
>
> http://tinypic.com?ref=29nxnq9  http://i54.tinypic.com/29nxnq9.png
> --
> View this message in context:
> http://jmeter.512774.n5.nabble.com/Test-plan-for-970-page-requests-every-5-min-tp2826174p2838341.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]
>
>

Reply via email to