On 13 August 2012 20:19, unjc email <[email protected]> wrote: > Hello there, > > I wonder if there is a way to generate summary reports per sampler. > Since I need to run a load test for few hours, I don't want the > lengthy log affects Jmeter's performance. I want to generate summary > report as like the summariser for each sampler in the test plan.
Just add the listener to each sampler. However, another way is to write the data to a CSV file, which you can then process at will. > It would be bonus to know a way to custom the summary report as well. Not possible, unless you modify the JMeter code. > > Thanks, > Jacky > > --------------------------------------------------------------------- > 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]
