Thanks Everyone for suggestions. I setup JMeter as Antonio, Alexander, and Philippe suggested and it worked.
Thanks, Pravesh Shrivastava +91-7755918521 On Jan 24, 2018 13:06, "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. >
