Hello, I'm using a global CounterConfig which is incremented once per thread. For testing I use following simple Testplan:
ThreadGroup (Threads 10) +OnceOnlyController ++CounterConfig (Start 1, Increment 1, ref TC) +DebugSampler +WhileController ++DebugSampler The DebugSampler inside the WhileController always shows the same value per thread. Thread 1 has value 1, Thread 2 has value 2 etc. How can I get the actual value of the counter? Thanks, Heinz --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org