I believe this is configured by the following property in jmeter.properties

#
# Backend metrics sliding window size for Percentiles, Min, Max
#backend_metrics_window=100

and works using this class
http://commons.apache.org/proper/commons-math/apidocs/org/apache/commons/math3/stat/descriptive/DescriptiveStatistics.html

which calculates the min/max based on the window


On Wed, Jun 22, 2016 at 2:00 PM, MFP 4 Work <[email protected]> wrote:

> I am running my tests on a server and using the Backend Listener to
> get the data to Grafana.  There are a number of metrics on the
> http://jmeter.apache.org/usermanual/realtime-results.html page that
> are not clear to me.  For example
> <rootMetricsPrefix><samplerName>.ok.min, is this per some time
> interval or for the over all test.  That is to say is this the minimum
> response time for the past X number of API calls, or is this the
> minimum of all the API call since I started the test.  The same
> question applies to ok.max, ko.min, etc.  Does anyone know how these
> values are calculated?  And for the percentile values, are the the
> percentile of the past few samples, or an aggregate of all samples.
>
>
> Thank you for your help.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to