On 22/02/2008, Amit <[EMAIL PROTECTED]> wrote: > > Is there any way to retrieve the actual page load time in JMeter?
Yes, in that JMeter measures the amount of time it takes to download a page (and all its embedded resources if selected). No, in that JMeter is not a browser; it does not measure the time needed to render the page. JMeter is intended for testing servers, which generally don't know or care what is asking for the data. Note that different browsers will take different times to render the same page; even a single version of a browser will be affected by OS resources such as memory and graphics capability. > Request + Response + Time taken by browser to parse the html response and > display the page content. > > > Thanks, > > Amit > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

