On 04/06/07, Michael Schwarz <[EMAIL PROTECTED]> wrote:
hey,
fine it works. I am able to record my request. All requested files are
listed.
Now i want to get the duration from first element until the last element
is loaded. First i thought of just adding the loadtime of each element.
By doing this I won't get the real total load time of the application.
The elements are requested parallel.
Ahh i see You have mentioned that already
>>Note that JMeter does not at present support parallel downloads in a
single thread.
So I won't get the total loadtime? Am I right??? :(
You can add a Transaction Controller as the parent of all the
samplers; it will generate a sample that spans the time it takes to
process all it's children. However, that does not add anything that
you could not do yourself from the log file.
Do you know another load tool which supports parallel downloads?
Sorry, no.
We may add parallel downloads of embedded resources at some point.
In the meantime, all I can suggest (if you are using JMeter) is to
look at the download times for the embedded resources. Add the longest
time to the download time of the parent page to get some idea of the
minimum time needed to do a parallel download.
This assumes that the parent page is fully downloaded before any
embedded resources, and that the embedded resources can be downloaded
in parallel without affecting each other.
A real browser may start downloading embedded resources before the
parent page is fully downloaded, and of parallel downloads may slow
each other down.
But the calculation may give a better idea of the download time.
Note that a real browser also has to render the page once it has
downloaded the elements.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]