On 11 September 2011 18:34, vish <ringhal...@gmail.com> wrote: > All the requests/samples which are shown in the screenshot are the ones > which got recorded by Jmeter when I loaded the single report page in > browser. So Jmeter does not capture one page load as one request/sample but > it recored all the requests which are made when the page is loaded for eg. > .aspx, image requests, javascripts etc. > > > So all these requests are executed by browser when the page loads, but it > happens in 2 secs. But when Jmeter executes all these requests for one page > load it takes 10 to 11 secs to execute them. > > I am not able to understand this time difference actually. Hope I am able to > make it clear.
There are two likely causes for the difference: - browser has cached the embedded resources, so does not waste time downloading them. - browser loads the embedded resources in parallel; JMeter does not unless you tell it to, so the time will the the sum of all the requests instead of the longest request for the parallel case. > Thanks > > > > ----- > Thanks, > Vish > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/A-general-question-about-how-Jmeter-is-executing-the-request-tp4787130p4791947.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org > For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org