Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
Collecting metrics

Section provides full information about validation of the SUT responses and metrics collection


All metrics, collected by Jagger can be separated to the following categories:

For every validator, framework is storing single value: success rate of the validator - how many responses from the SUT (related to the full number of responses) successfully passed this validator.

For every metric, framework is storing summary value and detailed results (aka 'plot data'): metric values during test execution

How is it done:
During test execution raw values for every metric are stores in the file system in the time series format. After the test is over, raw data is aggregated. Depending on the setup for every metric, framework can aggregate only summary value or, additionally, detailed results (metric vs time). You can setup how metric will be aggregated during metric creation. Every metric can be aggregated by single aggregator or multiple aggregators, running one after another. As example, from the raw data of the Success rate metric, with use of two different aggregators we are calculating two parameters: Success rate and Number of fails.
More information about raw values aggregation you can read here: metric aggregation