Thank you, Alexander, for asking this question. I am interested in the explanation about this as well.
-- Scott Dean Office of Information Technology, Shared Services Department North Carolina State University Ralegh, NC, USA On Wed, Jan 24, 2018 at 10:19 AM, Alexander Podelko < [email protected]> wrote: > Philippe, > Why Generate Parent Sampler is not advised? If we have several http > requests per user action, it doesn't make much sense to measure each > request separately (except we want to investigate it further) - we want to > measure how long the user action takes (all evoked http requests > together). Generate Parent Sampler sounds as the way to implement that. > It doesn't elaborate there why it is not advised and what should be used > instead. > Thanks,Alex > > On Wednesday, January 24, 2018, 2:36:04 AM EST, Philippe Mouawad < > [email protected]> wrote: > > Hello, > Summary only displays by default HTTP requests, so if you have checked > Generate Parent sampler in Transaction Controller and only have TC > generated, that would cause what you got. > So this would do the trick: > summariser.ignore_transaction_controller_sample_result=false > > Still, setting Generate Parent Sampler is not advised as per: > > - > http://jmeter.apache.org/usermanual/generating- > dashboard.html#configuration_requirements > > Regards > >
