Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
com.griddynamics.jagger.engine.e1.collector.SuccessRateAggregatorProvider Class Reference

Calculates accumulative success rate from data collected by SuccessRateCollector<Q,R,E> More...

Inheritance diagram for com.griddynamics.jagger.engine.e1.collector.SuccessRateAggregatorProvider:

Public Member Functions

MetricAggregator provide ()
 Method is called to provide instance of private class: SuccessRateAggregator that implements MetricAggregator<C extends Number> and provides necessary calculations. More...
 

Detailed Description

Calculates accumulative success rate from data collected by SuccessRateCollector<Q,R,E>

Author
Dmitry Latnikov
Details:

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

Definition at line 14 of file SuccessRateAggregatorProvider.java.


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