Re: understanding aggregate report throughput values

2010-07-28 Thread Felix Frank
Yes. Thanks to Deepak for a very good post. Also, Jörg, in your case it's even more simple mathematics: Case 1: Each thread does a request each ~30.7secs Case 2: Each thread does a request each ~19.6secs the intervals being avg. Timer pause plus avg. response time. So, even though your latency

Re: constant rate testing (again)

2010-07-28 Thread Felix Frank
Hi Deepak, all of the below is true and quite accurate. The trouble with Jmeter is that it is too patient, and even starting 1000 threads or more won't inject the same level of stress to on your server as a couple hundred real world users would. That's because Jmeter will gladly stand by for

Re: constant rate testing (again)

2010-07-28 Thread Deepak Goel
Hey Felix Namaskara~Nalama~Guten Tag I did try your scenario with Webload (www.webload.org) and it worked fine. It could crash the webserver. I am unsure why Jmeter is waiting. Is your application response time increasing so much, that no mater how much you increase the threads, nothing happens.

Re: Query regarding Response time

2010-07-28 Thread ankitR
Thanks for your help -- View this message in context: http://jmeter.512774.n5.nabble.com/Query-regarding-Response-time-tp1438738p2256674.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe,

Re: Upload a document [word or pdf]

2010-07-28 Thread gsub
Hi i have a same scenaior in my php pplication, can you please let me know if you have over come with your prblem regards GP -- View this message in context: http://jmeter.512774.n5.nabble.com/Upload-a-document-word-or-pdf-tp532383p2256678.html Sent from the JMeter - User mailing list archive

Page expiration come when run the script

2010-07-28 Thread gsub
HI All, I have created a script for uploading a PDF (expculed .js, jgp, gif .png while recording). After I running that script, it is giving me http://www.abc.com/pageexipration; when i checked in REQUEST response(samplerresult tree). after every sampler i already have cookie manager in my

Re: Page expiration come when run the script

2010-07-28 Thread Felix Frank
There should be only one Cookie Manager in your Thread Group. Not one after each sampler. I don't know whether that can be the reason of your problem, though. HTH, Felix On 07/28/2010 03:19 PM, gsub wrote: HI All, I have created a script for uploading a PDF (expculed .js, jgp, gif .png

Page expiration come when run the script

2010-07-28 Thread gsub
HI All, I have created a script for uploading a PDF (exclued .js, jgp, gif .png while recording). After I running that script, it is giving me GET http://www.abc.com/PageExpired when i checked in REQUEST response(samplerresult tree). after every sampler i already have cookie manager in my

Corelation

2010-07-28 Thread Jain, Kapil
Hi Can any one please tell me how to correlate long chunk of data (More then 1 character) in jmeter? Regards Kapil Please help Logica to respect the environment by not printing this email / Pour contribuer comme Logica au respect de l'environnement, merci de ne pas

OutOfMemoryError: Java heap space

2010-07-28 Thread Patty . Wong
Hi, When I set the number of threads up to 120, the plan runs well without issues. However, when I set the number of threads to 130, I will have the following error in the jmeter.log: ERROR - jmeter.threads.JMeterThread: Test failed! java.lang.OutOfMemoryError: Java heap space I have

Re: OutOfMemoryError: Java heap space

2010-07-28 Thread Deepak Shetty
http://jakarta.apache.org/jmeter/usermanual/best-practices.html#lean_mean Are you running in GUI mode, if so dont? Did you verify your changes got picked correctly (java process should show 2GB being used) regards deepak On Wed, Jul 28, 2010 at 2:58 PM, patty.w...@sybase.com wrote: Hi, When

Re: Corelation

2010-07-28 Thread Deepak Shetty
what do you mean by correlate? On Wed, Jul 28, 2010 at 7:39 AM, Jain, Kapil kapil.j...@logica.com wrote: Hi Can any one please tell me how to correlate long chunk of data (More then 1 character) in jmeter? Regards Kapil Please help Logica to respect the environment by

Re: Page expiration come when run the script

2010-07-28 Thread Deepak Shetty
Hi you need to check what the browser sends and does and compare with JMeter. regards deepak On Wed, Jul 28, 2010 at 6:19 AM, gsub affablepr...@gmail.com wrote: HI All, I have created a script for uploading a PDF (expculed .js, jgp, gif .png while recording). After I running that script,