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