Thanks Philippe for sharing the knowledge. On Jan 25, 2018 01:42, "Philippe Mouawad" <[email protected]> wrote:
> Hello Pravesh, Alexander, Scott, > Whether you check or not Generate Parent Sample, a sample result for the TC > is generated. > But if your check it, when CSV generatiion (default) is used, the children > are not written to CSV. > As a consequence (as suggested by Antonio), we lose all the information > contained in it which allows computing: > > - Hits per second > - Response code per second > - Top Errors : we lose the precise causes > - Top Errors by Sampler : we lose the precise causes > > So to get what you need: > > - Use on your TC "Apply Naming Policy" (right click popup menu ) > - Use Help > Export Transaction for Report and only keep the TCs you > want for the report > > And you'll get best of both. > > I hope this is clear, if somebody is willing to amend the docs: > > - http://jmeter.apache.org/usermanual/generating-dashboard.html > > By providing a PR to: > > - > https://github.com/apache/jmeter/blob/trunk/xdocs/ > usermanual/generating-dashboard.xml > - https://github.com/apache/jmeter/blob/trunk/CONTRIBUTING.md > - http://jmeter.apache.org/building.html => Contributing to JMeter > > If you have ideas to improve, they are welcome. > > By the way, 4.0 is coming soon (next week we hope), if you'd like ALL to > test it we'll be very happy: > > - https://github.com/apache/jmeter/blob/trunk/xdocs/changes.xml > - http://jmeter.apache.org/nightly.html > > Regards > > Philippe M. > > @philmdot > > On Wed, Jan 24, 2018 at 4:19 PM, 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 > > > > On Tue, Jan 23, 2018 at 5:31 PM, Alexander Podelko < > > [email protected]> wrote: > > > > > I had a similar issue - only one empty line in the end of > > > tests:Summariser: summary = 0 in 00:00:00 = ******/s Avg: 0 > Min: > > > 9223372036854775807 Max: -9223372036854775808 Err: 0 (0.00%) > > > > > > In my case the problem was in:# Ignore SampleResults generated by > > > TransactionControllers > > > # defaults to true > > > So changing it tosummariser.ignore_transaction_controller_sample_ > > result=falsein > > > jmeter.properties fixed the issue as I have everything in > > > TransactionControllers. > > > > > > On Tuesday, January 23, 2018, 10:20:55 AM EST, Ivan Rancati < > > > [email protected]> wrote: > > > > > > Probably you should try with JMeter 3.3 > > > > > > On Tue, Jan 23, 2018 at 1:08 PM, Pravesh Shrivastava < > > > [email protected]> wrote: > > > > > > > Yes, it is working in UI. And also giving me proper results in non > GUI. > > > The > > > > only thing is, I can't see the runtime summary > > > > > > > > > > > > > ------------------------------ > > > > > *From:* Pravesh Shrivastava <[email protected]> > > > > > *Sent:* Tuesday, January 23, 2018 11:38 AM > > > > > *To:* JMeter Users List > > > > > *Subject:* JMeter not showing runtime execution summary > > > > > > > > > > Hi Everyone, > > > > > > > > > > I am using JMeter 3.1 for Performance Testing for one of my > projects. > > > > When > > > > > I start execution in non-GUI mode using command > > > > > > > > > > jmeter -n -t -l -e -o > > > > > > > > > > It is not showing the runtime execution summary. It is directly > > showing > > > > end > > > > > of execution message after finishing the execution. > > > > > > > > > > Is there any property to be enable to see the runtime execution > > > summary? > > > > > Please suggest. > > > > > > > > > > > > > > > -- > > > > > Thanks, > > > > > Pravesh Shrivastava > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > Cordialement. > > Philippe Mouawad. > > > > >
