Hi Anatarajan, If i understood your question correctly, then in Summary report you need information only at transaction controller level and View result Tree complete request information.
For ex: When you hit say login page, main login request say login.aspx and other depended request for the login page going to combine under transaction controller "Login". When you add transaction controller , by default in transaction controller property, "Include duration of timer and pre-post processor in genrated sample" option is selected. So in summary report you will get the all the request information which will be heavy. But if you select "Generate parent Sample" check box and de-select the other one, you will get the only Login transaction controller information in summary report. Which will be combine of Login request and depended request also. I hope this is well you. Thanks, Niraj On Tue, Aug 21, 2012 at 10:34 AM, Anandkumar Natarajan < [email protected]> wrote: > Hi, > > Please suggest how to configure Jmeter to display information from > Transaction Controller at "Summary Report" Listener and at the same time > display complete request level information at other listeners like "View > Results Tree". > > When Requests are grouped under Simple Controller, request level > information is displayed at all listeners. This is too much of information > for some of the reports that has to be shared with management hence grouped > requests under Transaction Controller which solved the need. But this > removed much needed information from other reports which are required to > trouble shoot the bottleneck. > > We could have two sets of scripts, one for management and other for > engineering but execution and maintenance overheads creep_up and some > intermediate issues are getting missed. > > Looking forward to your suggestions, thank you in advance. > > Regards, > AK >
