Jagger
 All Classes Namespaces Files Functions Variables Groups Pages
Classes | Public Member Functions | List of all members
com.griddynamics.jagger.engine.e1.collector.SuccessRateFailsAggregatorProvider Class Reference

Calculates accumulative number of failed invokes from data collected by SuccessRateCollector<Q,R,E> More...

Inheritance diagram for com.griddynamics.jagger.engine.e1.collector.SuccessRateFailsAggregatorProvider:
Inheritance graph
[legend]

Public Member Functions

MetricAggregator provide ()
 Method is called to provide instance of private class: SuccessRateFailsAggregator that implements MetricAggregator and provides necessary calculations. More...
 

Detailed Description

Calculates accumulative number of failed invokes from data collected by SuccessRateCollector<Q,R,E>

Author
Dmitry Latnikov
Details:

Aggregator is calculating number of fails in every point for full set of data from beginning of the test
This means you are getting accumulative value and can see in dynamics how number of fails was changing and influencing success rate.
Results of calculation are presented in SuccessRateCollector<Q,R,E> docu

This aggregator is used by default when metric-success-rate collector is included in info-collectors block.
When necessary you can use different aggregator(s) like in example in SuccessRateCollector<Q,R,E> docu


The documentation for this class was generated from the following file: