On 12/04/06, Simon <[EMAIL PROTECTED]> wrote: > i measure the request using OpenSTA, and it return me (the page load > 1.71mb) 20 secs per page .... and it is more credible that 100 ms ... > then i rewrite the httpSampler.java .. i put the 2 following lines: > > String simon = new String(responseData); > System.out.println(simon); > > before the "res.sampleEnd();" > > this print all the page ... and it took 17 secs ....
Well, that will certainly slow it down... > JMeter doesn´t count the time that is necessary to print the page on the > browser. > that is what i supouse. JMeter downloads the page data and measures how long it takes to do that. JMeter is not a browser; it is a server test tool. == However, I'm still a bit surprised at the timings you are getting. I'll see if I can send you a simpler updated plan that you can try with your server. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

