Okay, let's rephrase the question once more. Nevermind the transaction controller mentioned in the subject.
What I want: With 15 threads doing 10 iterations each I want to see 150 results. What I don't want: With 15 threads doing 10 iterations each I don't want to see only 15 results. So the question is: Is there any way I could possibly see the time it takes for each thread to complete each iteration, not just one result per thread? -Petteri > The TC does not calculate any statistics nor does it loop. > > http://jakarta.apache.org/jmeter/usermanual/component_reference.htm > l#Transaction_Controller > > Use the TC controller to enclose the samples you want to aggregate, > and then use the appropriate Listener to summarise these. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

