On 16/04/2010, Petteri Lyytinen <[email protected]> wrote: > > The Transaction Controller does not calculate throughput, it merely > > aggregates samples. > > > > What Listener are you using? > > > Aggregate report and View Results Tree for specifics on each call. >
Both of these use a lot of memory (Aggregate will be better in the next version of JMeter), so should be disabled for long runs. Summary Report is cheaper; please read: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#listeners > > The ones that do aggregation generally ignore the thread name, and > > just aggregate based on the sampler name, so throughput should be > > for all threads. > > > So is there a way to get the Transaction Controller to show the time > it takes for each loop to complete (or how many loops are completed > per second/minute/hour), when doing several loops per thread, with > multiple concurrent threads? The TC does not calculate any statistics nor does it loop. http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Transaction_Controller Use the TC controller to enclose the samples you want to aggregate, and then use the appropriate Listener to summarise these. > > -Petteri > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

