Not possible currently, as JMeter does not support parallel downloads
in a single thread.

You could get an estimate of the minumum time required by taking the
maximum download time for all the component parts. But you will have
to do this calculation yourself.


On 07/11/06, Indraneel Chowdhury <[EMAIL PROTECTED]> wrote:
This may be a newbie question, but I haven't found a good answer for this
yet. Say, there is a page that has a some css, js, gif and png components,
along with an aspx component. When JMeter executes, even if these requests
may have been sent one after the other, we may get the responses in
parallel. So how would I calculate the total time taken to load the page (
which is actually made up by the sum of these components)? It cannot be the
sum of the times taken to load the individual components because of the
parallelism in the responses coming back from the web-server. Any help would
be greatly appreciated.

Thanks and regards
Neel


---------------------------------------------------------------------
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]

Reply via email to