RE: Help with __counter function

2008-04-09 Thread Steve Kapinos
pful tip in the documentation. > -Original Message- > From: sebb [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, April 09, 2008 9:21 AM > To: JMeter Users List > Subject: Re: Help with __counter function > > On 09/04/2008, Steve Kapinos <[EMAIL PROTECTED]> wrote: >

Re: Help with __counter function

2008-04-09 Thread sebb
ike me (maybe should be noted in > documentation?) is that function names seem to be case sensative where > variables are not? > They are both case-sensitive. > > -Steve > > > -Original Message- > From: sebb [mailto:[EMAIL PROTECTED] > > Sent: Wednes

RE: Help with __counter function

2008-04-09 Thread Steve Kapinos
e for all three thread instances. > > Is __threadNum simply not usable and not the same as 'user1' 'user2' > 'user3' meaning of 'thread' ? > > I will try with a user paremeter similar to your suggestion now > > > -Original Message-

Re: Help with __counter function

2008-04-09 Thread sebb
not usable and not the same as 'user1' 'user2' > 'user3' meaning of 'thread' ? > > I will try with a user paremeter similar to your suggestion now > > > -Original Message- > From: sebb [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, April

RE: Help with __counter function

2008-04-09 Thread Steve Kapinos
-Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 09, 2008 8:16 AM To: JMeter Users List Subject: Re: Help with __counter function On 09/04/2008, Steve Kapinos <[EMAIL PROTECTED]> wrote: > Any help sebb? I know what I want is simple, just I'm stupid

Re: Help with __counter function

2008-04-09 Thread sebb
-- > From: Steve Kapinos > Sent: Tuesday, April 08, 2008 8:07 PM > To: JMeter Users List > > Subject: RE: Help with __counter function > > Rather simple in the practical sense.. > > I need each thread to use a different number for each pass that will not > overlap

RE: Help with __counter function

2008-04-09 Thread Steve Kapinos
hout the thread. -Original Message- From: Steve Kapinos Sent: Tuesday, April 08, 2008 8:07 PM To: JMeter Users List Subject: RE: Help with __counter function Rather simple in the practical sense.. I need each thread to use a different number for each pass that will not overlap with the other th

RE: Help with __counter function

2008-04-08 Thread Steve Kapinos
s referenced. -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Tue 4/8/2008 6:35 PM To: JMeter Users List Cc: Subject: Re: Help with __counter function What do you mean by "unique per thread"? If there are two threads, unique per thread could mea

Re: Help with __counter function

2008-04-08 Thread sebb
What do you mean by "unique per thread"? If there are two threads, unique per thread could mean that they each see the same unique set of numbers, or that each thread sees numbers that are different from the numbers seen in all other threads. On 08/04/2008, Steve Kapinos <[EMAIL PROTECTED]> wrot

Help with __counter function

2008-04-08 Thread Steve Kapinos
I'm trying to create an integeter that is going to be unique per thread. I have a UDV element defining vcsGlobalCount ${__counter(FALSE,vcsCount)} However, each time vcsCount is referenced, that seems to increment the counter. I would have thought the counter would only increment when the UDV