Re: while condition evaluates per each user?

2005-10-19 Thread Matt Edelman
There is no problem with the number of threads it seems. Is there some way to output the loop number as well as the thread number? Thanks, Matt On 10/19/05, sebb <[EMAIL PROTECTED]> wrote: > > Could be a large startup delay? And a short duration? > > There should be more information in jmeter.log

Re: while condition evaluates per each user?

2005-10-19 Thread sebb
Could be a large startup delay? And a short duration? There should be more information in jmeter.log about the number of threads and when they are started. S. On 19/10/05, Matt Edelman <[EMAIL PROTECTED]> wrote: > Thanks for your help so far. I added a listener as you suggested. The > listener is

Re: while condition evaluates per each user?

2005-10-19 Thread Matt Edelman
Thanks for your help so far. I added a listener as you suggested. The listener is logging that only the users 1-X are running. When I increase to two threads I should expect to see users: 1-X 2-X right? Here is a bit from that log file: 1129736584568,10640,checkStatus,Jakarta SOAP Users 1-15 11297

Re: while condition evaluates per each user?

2005-10-19 Thread sebb
Any Listener will do - the file output depends only on the Configuration - make sure you save the thread name. Or you can add a Java Sampler to the loop, and include the __threadNum() function in its label - this will show up nicely in the Table Listener. S. On 19/10/05, Matt Edelman <[EMAIL PROT

Re: while condition evaluates per each user?

2005-10-19 Thread Matt Edelman
sorry. statusString is the name of the variable, getStatusDone is just the label for the RegEx processor (you can see it in the screen capture). Sorry for such a basic question but what type of listener can I use to write to a file and tell how many loops each thread has done? Thanks, Matt On 10

Re: while condition evaluates per each user?

2005-10-19 Thread sebb
If you add a suitable Listener and write to a file, you can tell how many loops each thread has done. If the RE output is saved in "getStatusDone" then how does the variable "statusString" get set? S. On 19/10/05, Matt Edelman <[EMAIL PROTECTED]> wrote: > Hello, > > I'm writing a SOAP load test t

while condition evaluates per each user?

2005-10-19 Thread Matt Edelman
Hello, I'm writing a SOAP load test that has a while loop to check the status of a process on the server under test. The SOAP response is parsed with a RegEx post-processor looking for "done". That value is then put into a variable named getStatusDone. The while condition is as follows: ${__javaS