The way I have it:
Thread Group > Loop Element > Simple Controller > HTTP Request > Simple
Config Element.
(i.e. it is in a Simple Config Element, under an HTTP req, in a simple
controller, etc....)
Within that HTTP Request, I have a regEx extractor, which extracts it
first, and then the Simple Config Element to log. I don't see how my script
should be running through that section more than once, per loop. I have the
'View Results Tree' element, and so I see that I only hit that page once per
iteration, within the Loop Controller.
On 10/21/05, sebb <[EMAIL PROTECTED]> wrote:
>
> But where is it in the script? Some test elements may retrieve the
> value more than once ...
>
> S.
> On 21/10/05, 821MARK <[EMAIL PROTECTED]> wrote:
> > For some reason, the logging function is writing the same message more
> than
> > once (at different times, a few seconds apart) to the log file.
> > Bug? I double checked my script, only calling the log method once.
> > I am using JMeter 2.1, with JRE 1.5.
> > Dump from log file...
> > 2005/10/21 14:20:22 INFO - jmeter.threads.JMeterThread: Thread Thread
> Group
> > 1-1 started
> > 2005/10/21 14:20:52 INFO - jmeter.functions.LogFunction: Thread Group
> 1-1
> > ${CLIENT_NUMBER}
> > 2005/10/21 14:20:55 INFO - jmeter.functions.LogFunction: Thread Group
> 1-1
> > 764123
> > 2005/10/21 14:21:55 INFO - jmeter.functions.LogFunction: Thread Group
> 1-1
> > 764123
> > 2005/10/21 14:21:56 INFO - jmeter.functions.LogFunction: Thread Group
> 1-1
> > 764124
> > 2005/10/21 14:22:56 INFO - jmeter.functions.LogFunction: Thread Group
> 1-1
> > 764124
> > 2005/10/21 14:22:57 INFO - jmeter.functions.LogFunction: Thread Group
> 1-1
> > 764125
> > 2005/10/21 14:23:39 INFO - jmeter.threads.JMeterThread: Thread Thread
> Group
> > 1-1 is done
> >