out of memory errors

2005-06-29 Thread Praveen Kallakuri
hello, i am using jmeter 2.1.20050327 (compiled from source) on a linux box. the box has 2068332 kB total memory of which 1932968 kB is free. the jmx file being used is 492 kB. the number of threads configured is 125 with a total rampup time of 2500 seconds. within a few seconds after i start jm

Re: out of memory errors

2005-06-29 Thread Praveen Kallakuri
kind of listeners do you have in the test? And how many seconds > > are "a few"? > > > > -Mike > > > > On Wed, 2005-06-29 at 07:56 -0500, Praveen Kallakuri wrote: > > > hello, > > > > > > i am using jmeter 2.1.20050327 (compiled fro

Re: out of memory errors

2005-06-29 Thread Praveen Kallakuri
for the lack of a better option... i have uploaded the jmx file to the below URL.. it should be accessible for a while... http://s51.yousendit.com/d.aspx?id=1649TJZY5OU5P1JA1MFNYIC3QU On 6/29/05, Praveen Kallakuri <[EMAIL PROTECTED]> wrote: > my mail to the list with the jmx attache

Re: out of memory errors

2005-06-29 Thread Praveen Kallakuri
READ, COPIED > AND USED ONLY BY THE INTENDED RECIPIENT. IF YOU HAVE RECEIVED IT IN > ERROR, PLEASE CONTACT THE SENDER IMMEDIATELY, BY RETURN EMAIL OR BY > TELEPHONING +91 79 2687 1002/ 3. > > -Original Message- > From: Praveen Kallakuri [mailto:[EMAIL PROTECTED] > Sent:

Re: [Fwd: Re: out of memory errors]

2005-06-29 Thread Praveen Kallakuri
the regex extractors - maybe they use a lot of memory setting up, and > once you've cloned them 125 times, it's just too much? Still, I would > not expect that to take 1800MB of memory! > > It would be interesting to run a profiler on this test. > > -Mike > > >

Re: [Fwd: Re: out of memory errors]

2005-06-29 Thread Praveen Kallakuri
jects are incredibly memory > intense, but that seems far-fetched. > > Java (32-bit) is only able to use something like 2G of memory anyway. > > -Mike > > On Wed, 2005-06-29 at 10:24 -0500, Praveen Kallakuri wrote: > > > The test script has a lot of regex extractors

Re: Errors in jmeter and tomcat at higher loads

2005-06-30 Thread Praveen Kallakuri
Your test is too intense. Do you have any delay between consecutive samplers in your test plan? You might very well be running a DOS attack against your server. As for the IO exceptions,.. I used to get IO exceptions in jmeter when there were too many threads receiving a response from the server.

Re: Multiple loginids and passwords

2005-06-30 Thread Praveen Kallakuri
it will be much simpler if you use the __CSVRead function.. see the manual. . http://jakarta.apache.org/jmeter/usermanual/functions.html#__CSVRead On 6/30/05, Anusha <[EMAIL PROTECTED]> wrote: > Good Day, > > I would like my test to run for 5 users. Each user should have it's own > unique login

jmeter helper package -- JmeterMeter

2006-01-29 Thread Praveen Kallakuri
http://wiki.apache.org/jakarta-jmeter/JmeterMeter I have finally put up some code that has become indispensible to me while using jmeter to run our load/stress tests. The core idea behind this is that the server running jmeter should do nothing except just that -- generate load. So aggregation o

Re: jmeter helper package -- JmeterMeter

2006-01-29 Thread Praveen Kallakuri
ult. Are there some INFO messages that should perhaps be > removed or made DEBUG? I don't remember, but I think there was some noise that I did not need. I will get back to you on this. Thank you. > > S. > On 29/01/06, Praveen Kallakuri <[EMAIL PROTECTED]> wrote: > >

Re: Testing Browser Specific things

2006-03-21 Thread Praveen Kallakuri
jmeter is for load/stress testing and not browser-based. it is not what you are looking for. not sure about what other tools could provide what you are looking for... maybe the likes of segue's silktest. On 3/21/06, Manjula Priyantha <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I'm new to JMeter. I

Re: Randomizing Throughput Controller HELP please

2006-03-21 Thread Praveen Kallakuri
Not sure if this is the best solution, but you could use an if controller containing javascript like ... if (rand(0,9) <= 8). Send HTTP Request B only if this evaluates to true and also set a user defined variable to indicate that this B has been sent. In the next if controller, send A only if the

Re: Randomizing Throughput Controller HELP please

2006-03-21 Thread Praveen Kallakuri
I meant if (rand(0,9) < 8) below. On 3/21/06, Praveen Kallakuri <[EMAIL PROTECTED]> wrote: > > Not sure if this is the best solution, but you could use an if controller > containing javascript like ... if (rand(0,9) <= 8). Send HTTP Request B only > if this evaluates to

Re: Diff Type of Timer

2006-03-21 Thread Praveen Kallakuri
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#timers On 3/21/06, Tapaswini Das <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > Can any one please let me know what is the different between different > type > of Timer like Constant throughput timer, Constant Timer, Gaussian Ran

how do I open a jtl file?

2004-05-17 Thread Praveen Kallakuri
i have a silly question. if i run jmeter in non-gui mode and specify a jtl file to write results to, how do i later open it up using jmeter? which visualizer would allow me to view the results in jmeter? i tried the aggregation report and a couple of other listeners but none seem to show me the

Re: how do I open a jtl file?

2004-05-18 Thread Praveen Kallakuri
panel. If that doesn't work, it's probably because something unexpected happened, and you should be able to see an error report in the log file. -Mike On Mon, 2004-05-17 at 20:05, Praveen Kallakuri wrote: i have a silly question. if i run jmeter in non-gui mode and specify a jtl file to w

large file support problems

2004-05-19 Thread Praveen Kallakuri
i posted this question a couple of days back, but couldn't invoke a response. second try. i have a 24MB file sitting on a http server. its an FLV (flash video) file. i setup jmeter to request that file using http://someserver/flashfile.flv. below the HTTP Request, i have an assert listener tha