90, 95 and 99 percentiles from the command line

1,487 views
Skip to first unread message

Mike Cavedon

unread,
Nov 5, 2015, 1:29:26 PM11/5/15
to jmeter-plugins
I see the following in 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


When I execute the following command I only see aggregate_report_90%_line in the output:

jmeter/apache-jmeter-2.13/lib/ext/JMeterPluginsCMD.sh --generate-csv aggregate.csv --input-jtl test.jtl --plugin-type AggregateReport

[dataxu@load-driver ~]$ cat aggregate.csv 
sampler_label,aggregate_report_count,average,aggregate_report_median,aggregate_report_90%_line,aggregate_report_min,aggregate_report_max,aggregate_report_error%,aggregate_report_rate,aggregate_report_bandwidth,aggregate_report_stddev
Java Request,144251,376,336,602,10,10576,100.00%,1656.2,.0,464.01
TOTAL,144251,376,336,602,10,10576,100.00%,1656.2,.0,464.01

Is there a way to get the 90, 95 and 99 percentiles from the command line?

Thanks

suran...@gmail.com

unread,
Mar 10, 2016, 11:25:30 PM3/10/16
to jmeter-plugins
hi have you found any solution? If yes please share with me.

harees...@olacabs.com

unread,
May 13, 2016, 8:00:54 AM5/13/16
to jmeter-plugins
Hi All,

Generate csv and/or png and use plugin-type as "ResponseTimesPercentiles". 
This csv will give you all the percentiles from 0.1-99.9 and a graph as png.

I have tried this & its working perfectly. This csv can suffice for any report. 

If you are getting ClassNotFound Exception, means you do not have that plugin. To resolve this, you need to download the JmeterPlugins-Extras Set from (http://jmeter-plugins.org/downloads/all/) and place in jars in /lib/ext folder.

Hope this will save a lot of time.

Regards,
Hareesh Pammi
Reply all
Reply to author
Forward
0 new messages