Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
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:

Public Member Functions

MetricAggregator provide ()
 Method is called to provide instance of private class: SuccessRateFailsAggregator that implements MetricAggregator<C extends Number> 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

Definition at line 14 of file SuccessRateFailsAggregatorProvider.java.


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