RE: Did anyone try JMeter with 1000 virtual users?

2008-08-01 Thread Jagadeesha J
To run these huge number of users, do we need to make any necessary chnages?  somewhere in properties file or in other file? else what needs to be taken care in the script?   Thanks, Jags --- On Fri, 1/8/08, Chakrabarti, Bhaskar [EMAIL PROTECTED] wrote: From: Chakrabarti, Bhaskar [EMAIL

Re: Infinite While Controller

2008-08-01 Thread Andrey Beznogov
Hi, quoting http://jakarta.apache.org/jmeter/usermanual/functions.html#what_can_do Note that variables cannot currently be nested; i.e ${Var${N}} does not work. The __V (variable) function (versions after 2.2) can be used to do this: ${__V(Var${N})}. In earlier JMeter versions one can use

Remote servers and ramp up

2008-08-01 Thread Fitzpatrick, Adrian
Hi all, Our JMeter testing platform consists of 7 PCs - one controller and 6 running Jmeter servers that we use for load generation. Many of the tests we run are stress tests - where we gradually increase the load over time to establish system capacity and breaking points. We use the JMeter

RE: Did anyone try JMeter with 1000 virtual users?

2008-08-01 Thread Chakrabarti, Bhaskar
Not that I'm aware of (or had the need of) Maybe someone can throw some light on this also Thanks, Bhaskar. -Original Message- From: Jagadeesha J [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2008 12:01 PM To: JMeter Users List Subject: RE: Did anyone try JMeter with 1000

Re: Remote servers and ramp up

2008-08-01 Thread Andrey Beznogov
Hi, trying to synchronize the request generation by different servers is probably too hard to implement. It is easier - and probably more realistic if we think about user generated requests - to just insert a (Once Only Controller - Uniform Random Timer) as the first element of your tests

Re: Two parallels threads for a single virtual user

2008-08-01 Thread Milamber
Hello, Anyone for a solution? I can't simulate IE behavior? Thanks Le 26.07.2008 09:22, Milamber a ecrit : Hello, I need simulate a web client that communicates with a server using Internet Explorer API. This client generates multiples shorts requests (as like webservices), with short

looping through CSV data file

2008-08-01 Thread Wei Z
Hi, I have a particular issue I wonder if anyone can help to solve or to suggest an alternative. I'm using JM v2.3.2. I use a CVS Data Set Config at the thread group level to control what each thread(user) should do. This includes username, pw, which record on a page to edit etc.The data

Re: Infinite While Controller

2008-08-01 Thread Jose Castro
Thanks a lot for this answer,I was wondering how to do this. Now I have another question. How do I save ${__V(inputVar_${counter}_g1)} in a convenient ${MYVAR} so I can use ${MYVAR} everywhere else instead of the long format? Thank you On Fri, Aug 1, 2008 at 2:37 AM, Andrey Beznogov [EMAIL

Ant-jmeter task problem

2008-08-01 Thread Krzysieq
Hi, I also posted this on the ant mailing list, because I don't know which one is better. Here goes. Has anyone here used the ant-jmeter task from programmerplanet.org? I have the latest version and am experiencing difficulty trying to pass some parameters to the jmeter commandline. Here's my

RE: Infinite While Controller

2008-08-01 Thread Ryan Miling
In order to cut down the ${__V(inputVar_${counter}_g1)} to access it by ${MYVAR}, use a User Parameters Pre-Processor. Simply set the Name to MYVAR and User_1 to ${__V(inputVar_${counter}_g1)}. Just make sure you place the pre-processor in a sampler or logic controller so it will be executed at

RE: looping through CSV data file

2008-08-01 Thread Fitzpatrick, Adrian
Hi, You could create a seperate data file for each line, named of the form JMeterDataFile1.csv, JMeterDataFile2.csv, JMeterDataFile3.csv, and so on Thenn, in your CVS Data Set Config, specify the file name as JMeterDataFile${__threadNum()}.csv. Therefore thread #1 will used

RE: looping through CSV data file

2008-08-01 Thread Wei Z
Thanks Adrian, this would help, but potentially could be tedious because the number of users could be as many as 500 – this means I need to create 500 files and each of them only has one line. Would have expected JM can handle this. Fitzpatrick, Adrian wrote: Hi, You could create a

header when saving listener data as CSV

2008-08-01 Thread Hari Krishna Dara
I am adding a Simple Data Writer with the defaults, except for the Save as XML unchecked and Save Field Names (CSV) checked and expected the later to add a CSV header with the field names, but I am not able to get this header, even after a fresh run after removing the file. Is there a different