JMeter doesn't automatically download resources. There is a checkbox on the HTTP Sampler (and the HTTP Request Defaults) to tell JMeter to download all resources for the page. But note, this would ignore the fact that a browser would be cacheing many of these resources.
In addition JMeter will not execute any javascript, so if you want some Ajax requests you will have to create HTTP Samplers for those. You can use a Transaction Controller to group all of the HTTP Samplers for a page. This controller will generate a sample with the total time for all it's children. Regards, Matt C. -----Original Message----- From: Rsekhar [mailto:[EMAIL PROTECTED] Sent: Friday, June 01, 2007 2:22 AM To: [email protected] Subject: Page download time calculation from Aggregate graph report Hi All, How to calculate the page download time that has some css, js, gif and png components, along with an Ajax 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 from report (which is actually made up by the sum of these components)? Any help would be greatly appreciated. Thanks Raja -- View this message in context: http://www.nabble.com/Page-download-time-calculation-from-Aggregate-graph-re port-tf3850743.html#a10907939 Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- 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]

