I'm using jmeter v5.0. I have put my HTTP requests inside of Transaction Controllers with "Generate parent Sample" checkbox checked as shown below. When I run the test in GUI mode the aggregate report shows as expected with only the Transaction Controllers.
However, when I generate a report and then the charts and graphs from the command line, the aggregate report and all other charts/graphs include the controller and children.
jmeter -n -t ntwebMetisMaster.jmx -l 1.jtl
jmeter -g 1.jtl -o 1
Is there a setting in jmeter.properties I need to change? I'm using defaults.
Thanks in advance for any help.
Controller screenshot
GUI aggregate report screenshot
Dashboard Aggregate screenshot