They only concern : Aggregate Report and Aggregate Graph Regards
On Wed, Nov 4, 2015 at 11:00 PM, Mike Cavedon <[email protected]> wrote: > I commented in the following from jmeter.properties: > > > #--------------------------------------------------------------------------- > # Aggregate Report and Aggregate Graph - configuration > > #--------------------------------------------------------------------------- > # > # Percentiles to display in reports > # Can be float value between 0 and 100 > # First percentile to display, defaults to 90% > aggregate_rpt_pct1=90 > # Second percentile to display, defaults to 95% > aggregate_rpt_pct2=95 > # Second percentile to display, defaults to 99% > aggregate_rpt_pct3=99 > > > Since they exist I'm expecting the percentiles to be displaced when > executing something like: > > jmeter/apache-jmeter-2.13/bin/jmeter -n -t jmx/test.jmx > > > On Wed, Nov 4, 2015 at 4:50 PM, Philippe Mouawad < > [email protected] > > wrote: > > > Hello, > > I hope you found 2.13 better than 2.3 :-) > > > > Regarding your issue, are you sure you were in 2.3 ? are you sure you > were > > not using a 3rd party plugin ? > > Looking at code ( > > > > > https://github.com/apache/jmeter/blob/v2_3/src/core/org/apache/jmeter/reporters/Summariser.java > > ) > > I see nowhere SD > > > > Maybe sebb can answer. > > > > You can see the history of changes here: > > http://jmeter.apache.org/changes.html > > http://jmeter.apache.org/changes_history.html > > > > Regards > > @philmdot > > > > On Wed, Nov 4, 2015 at 10:04 PM, Mike Cavedon <[email protected]> wrote: > > > > > Hi, > > > > > > I had been working with JMeter 2.3 and recently switched to 2.13. With > > > JMeter 2.3 I was able to get SD output as part of running a jmeter > > console > > > test: > > > > > > summary + 4518 in 4.2s = 1068.6/s Avg: 1 SD: 2.00 2xSD(~95%): > > 3.00 > > > 3xSD(~99%): 3.74 Min: 1 Max: 73 Err: 0 (0.00%) > > > > > > I can't seem to get the SD output now with 2.13: > > > > > > summary + 10746 in 5.2s = 2052.7/s Avg: 10 Min: 3 Max: 4007 > > Err: > > > 0 (0.00%) Active: 25 Started: 25 Finished: 0 > > > > > > I am using StatisticalSampleResult. At first I was getting 0's for Avg, > > Min > > > and Max until I realized the StatisticalSampleResult constructor I was > > > calling has been deprecated. Now I'm at least getting values for Avg, > Min > > > and Max. > > > > > > Should I still be able to see SD values as part of the JMeter console > > > output with version 2.13? > > > > > > Thanks. > > > > > > Mike > > > > > > > > > > > -- > > Cordialement. > > Philippe Mouawad. > > > -- Cordialement. Philippe Mouawad.
