Sample Number

2011-09-27 Thread Bruce Wobbe
Hi All, is there a way to get the sample number produced in the jtl? I've tried property name=jmeter.save.saveservice.sample_count value=true/ but this value is 1 for each sample. I want to be able to look at the jtl and and a particular item to see it line up with the html that is

Re: Sample Number

2011-09-27 Thread Bruce Wobbe
Thanks for the info On Tue, Sep 27, 2011 at 11:51 AM, sebb seb...@gmail.com wrote: On 27 September 2011 19:04, Bruce Wobbe br...@thewobbes.com wrote: Hi All, is there a way to get the sample number produced in the jtl? I've tried property name

Variables not being replaced?

2011-09-22 Thread Bruce Wobbe
I have a jmeter HTTP request where I define the server to be ${TestServer} I then pass the variable via ant with the server I want to use property name=TestServer value=192.168.1.2/ However when I run the test the substitution doesn't seem to happen I get this in the jtl responseData

Re: Variables not being replaced?

2011-09-22 Thread Bruce Wobbe
Yep, thanks I figured this out right after I sent the email Bruce On Thu, Sep 22, 2011 at 2:16 PM, Bruce Ide flyingrhenqu...@gmail.comwrote: To pull java properties into jmeter variables you have to use the __P function. Try making a user defined variable config element with TestServer

Re: Nested While controller Loops question

2011-09-20 Thread Bruce Wobbe
your CSV file so that you dont need the nesting regards deepak On Mon, Sep 19, 2011 at 7:45 PM, Bruce Wobbe br...@thewobbes.com wrote: I have a nested while loo controller p in jmeter. It's 3 levels deep. Each level has it's own config csv So it looks something like this While( File1

Nested While controller Loops question

2011-09-19 Thread Bruce Wobbe
I have a nested while loo controller p in jmeter. It's 3 levels deep. Each level has it's own config csv So it looks something like this While( File1 !- EOF) While (file2 != EOF) While(file3 != EOF) HTPRequest The most inner loop will run with data from the first