G'day Also worth considering whether the JMeter JVM has enough memory. If it doesn't the JVM will spend a lot of time garbage collection. The JVM does not useful work while garbage collecting but the real time ticks away and this will give you longer response times.
Easiest way to see if this is significant is to use the JMeter parameters to give JMeter a lot more memory and then see if it makes any difference to the average response time. Ian Blavins Contract Performance Engineer Temenos -----Original Message----- From: sebb [mailto:[EMAIL PROTECTED] Sent: 06 September 2007 11:55 Cc: JMeter Users List Subject: Re: Variation in response time Using Jmeter The test plan uses Transaction Controllers, which I think will include the time of any additional processing, such as the Regex Extractor. But I doubt this makes much difference. The TCs also include downloads of stylesheets, which are the same in both cases. JMeter does not currently cache such repeated downloads (this is planned as a future enhancement), but perhaps the other test tools do. Likewise for the common javascript (only appears once in the plan, but would beome important for loops). What happens if you compare the raw figures for the individual pages in the test plan? S On 06/09/07, puneet jagtiani <[EMAIL PROTECTED]> wrote: > Hi Sebb, > Please find the attached Test plan. I am sending you edited test plan since > i can out send the company data out. > > Thanks, > Puneet > > sebb <[EMAIL PROTECTED]> wrote: > Perhaps you can send me the test plan privately (don't post it to the > list) and I can have a look in case there is anything obvious. > > On 05/09/07, puneet jagtiani wrote: > > Response size is same > > > > sebb wrote: Any error messages in jmeter.log? > > > > > Might be worth temporarily adding a View Results in Table Listener; > > this will show the data sizes, as well as individual times. > > > > What does the Summary report show for min and max, and how do these > > compare with the other test tools? > > > > On 04/09/07, puneet jagtiani > > wrote: > > > I am using HTTP Request sampler, > > > I am recording script through HTTP proxy server. > > > I am sure i am downloading same amount of data and generating same load > of 1 user. I am calculating average through summary report > > > > > > sebb wrote: Which HTTP Sampler are you using? > > > Are you using http: or https:? > > > > > > Are you sure that you are downloading the same amount of data in each > test? > > > Server responses may vary with the headers that are sent. > > > > > > Are you sure that you are generating the same load on the server in each > test? > > > Server response may vary if the load varies. > > > > > > How are you calculating the averages? > > > The individual sample times shown by JMeter only include the actual > > > sample time, but if you are using overall elapsed times and then > > > dividing by the number of samples, these will be affected by > > > assertions, and other test elements. > > > > > > S. > > > On 04/09/07, puneet jagtiani > > > wrote: > > > > Hi, > > > > I am using Jmeter for performance testing of one of the application. I > am encountering a lot of variation in response times between LoadRunner, > Rational Robot and Jmeter > > > > > > > > Jmeter Version : Version 2.2 > > > > JDK and JRE Version :1_5_0_12 > > > > > > > > Average Response times > > > > > > > > Jmeter: > > > > > > > > Homepage: 11.156Sec. > > > > Search : 22.407Sec > > > > > > > > > ------------------------------------------------------------- > > > > Rational Robot > > > > > > > > Homepage: 6.57Sec > > > > Search : 10.17Sec > > > > > > > > > -------------------------------------------------------------- > > > > > > > > LoadRunner: > > > > > > > > Homepage: 6.017Sec > > > > Search: 8.017 > > > > > > > > > ------------------------------------------------------------------- > > > > u can see there is difference of 12 seconds in response time of > Loadrunner and Jmeter. Help anyone help me to know why its so and how i can > over come this problem. > > > > > > > > Its Very URGENT > > > > > > > > Thanks > > > > Puneet > > > > > > > > > > > > --------------------------------- > > > > 5, 50, 500, 5000 - Store N number of mails in your inbox. Click here. > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > > For additional commands, e-mail: > [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > --------------------------------- > > > Try the revolutionary next-gen Yahoo! Mail. Click here. > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > For additional commands, e-mail: > [EMAIL PROTECTED] > > > > > > > > > > > > --------------------------------- > > Did you know? You can CHAT without downloading messenger. Click here > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > > > > ________________________________ > DELETE button is history. Unlimited mail storage is just a click away. > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] This email (and any attachments) contains confidential information, and is intended only for the named recipient. Distribution or copying of this email by anyone other than the named recipient is prohibited. If you are not the named or intended recipient, please notify TEMENOS or the sender immediately and permanently destroy this email (and any attachments) and all copies of it. No member of TEMENOS Group AG or any of its associated or affiliated companies is liable for any errors or omissions in the content or transmission of this email. Any opinions contained in this email are solely those of the author and, unless clearly indicated otherwise in writing, are not endorsed by any member of TEMENOS Group AG or any of its associated and affiliated companies. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

