RE: HELP Req: JMeter closes abruptly ...

2005-01-31 Thread Niket Redkar
Hi, I again executed the script today and faced the same issue. I monitored memory and processor utilization on all the JMeter client machines and found that processor utilization reaches 100% on all the machines and then JMeter gets closed abruptly. I also tried executing the script in no

RE: HELP Req: JMeter closes abruptly ...

2005-01-31 Thread Niket Redkar
Sorry to bother you again. Here is a bit more info that I found on the JMeter Dos window. There is an error as: [GC Exception java.lang.OutOfMemoryError: requested 176 bytes for promotion. Out of swap space? The machines on which I am executing JMeter have following configuration: PIV 1.

Re: HELP Req: JMeter closes abruptly ...

2005-01-31 Thread Daniel Browne
Perhaps edit your jmeter.bat file and increase the available memory for the JVM. Change the line: set HEAP=-Xms256m -Xmx256m Cheers, Daniel. Niket Redkar wrote: Sorry to bother you again. Here is a bit more info that I found on the JMeter Dos window. There is an error as: [GC Exception ja

RE: HELP Req: JMeter closes abruptly ...

2005-01-31 Thread Niket Redkar
Thanks Daniel. I have already tried this. I changed the heap memory from 256MB to 384MB. i.e. I have changed the settings to: Set HEAP=-Xms256 -Xmx384m But it did not solve the problem. The JMeter client machine has 512MB memory. Do you think increasing the heap further will solve the issue? Tha

Re: HELP Req: JMeter closes abruptly ...

2005-01-31 Thread Daniel Browne
I'm not too sure as I'm not really talking from experience with JMeter however I would give it a try and see what happens. Niket Redkar wrote: Thanks Daniel. I have already tried this. I changed the heap memory from 256MB to 384MB. i.e. I have changed the settings to: Set HEAP=-Xms256 -Xmx384m Bu

Re: HELP Req: JMeter closes abruptly ...

2005-01-31 Thread Deepa Rangarajan
Let the heap be HEAP="-Xms256m -Xmx256m" Try using the -incgc option.. java -Xincgc $ARGS -jar `dirname $0`/ApacheJMeter.jar "$@" I too have a 512MB machine and this works for me. -Deepa From: Daniel Browne <[EMAIL PROTECTED]> Reply-To: "JMeter Users List" To: JMeter Users List Subject: Re: HELP

Attach File using Variable Filename???

2005-01-31 Thread Adam Levy
Does JMeter (I'm using v2.0.1) support variables in the Filename string for file attachments to HTTP Sampler Requests? For example, let's say that I've got a ThreadGroup with 3 threads, and I want each thread to attach a different file to a given HTTP Request. So I've got my three files called "m

Re: Attach File using Variable Filename???

2005-01-31 Thread Adam Levy
Nevermind -- it does work. The problem I was having was due to the lack of URI encoding around spaces and backslashes in the path to the file. __ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/mai

Re: HELP Req: JMeter closes abruptly ...

2005-01-31 Thread sebb
Which JVM are you using? And which OS? If I undertand correctly, you only have the problem with one particular script - it would be useful to know what is different about that script. Does it include a lot of Listeners? S. On Mon, 31 Jan 2005 10:30:25 -0600, Deepa Rangarajan <[EMAIL PROTECTED]>

RE: HELP Req: JMeter closes abruptly ...

2005-01-31 Thread Geschelin, Mark
I had a similar problem. The issue for me is in debugging my script I left a assertion listener in it. Which was logging everything. This is like having a built in memory leak in your script. Be sure especially if you are running long duration tests that you minimize these things Mark Y. Ges

Need help for HTTP Cookie Manager

2005-01-31 Thread Liao, Avian
Hi, Jmeter Users, I have test plan looks like the following, and when I run the test plan, the session that cookie manager maintain will looks like -Thread Group -cookie Manager -simple controller -http request1 >>> cookie 1

RE: Providing User variables in JMeter through a file

2005-01-31 Thread Liao, Avian
Hi, Craig, and all users, Regarding to Craig's response, I have question for my testing script. I have no problem for using CSVRead() to read my file, but I did not know how to use next() function. Say if I have 10 rows(with two columns-userId and password) of data in my file, and I have 30

RE: Providing User variables in JMeter through a file

2005-01-31 Thread Craig Palmer
There are two ways of doing it, one is elegant the other is not so elegant. The not so elegant way is: ${__CSVRead(c:\file.csv,next())} or ${__CSVRead(c:\file.csv,next)} You assign this into a dummy variable after you have read all the columns. For example: Variable value ${first} ${_

questions about Jmeter Asseration

2005-01-31 Thread memeMa
Hi, All, Does anyone knows how to make asseration for the pop-up window? Can Jmeter perform this kind of asseration? Thanks!

Re: Providing User variables in JMeter through a file

2005-01-31 Thread sebb
On Tue, 1 Feb 2005 10:28:49 +1300, Craig Palmer <[EMAIL PROTECTED]> wrote: > There are two ways of doing it, one is elegant the other is not so > elegant. > The not so elegant way is: > > ${__CSVRead(c:\file.csv,next())} or ${__CSVRead(c:\file.csv,next)} > > You assign this into a dummy variable

Querry..

2005-01-31 Thread santosh
Hello Sir/Madam   Myself Santosh Kumar, Professionally i am working with Idealake Information Technologies as a QA. I always wanted to provide bets solution to my organization while searching of Open Source tools for Load Testing (Web Based) i found JMeter intrested in the comparison of othe