-
Notifications
You must be signed in to change notification settings - Fork 0
Description
The faban data we save from the transformers already contain most of the trial level metrics and statistics we want. The only one that needs computing come from the detail.xan files, which need statistics to be computed for both the WebDriver Throughput and WebDriver Response Times.
At experiment level, for every data we have from faban, we need to compute our statistics.
From our summary.xml files we then have to compute from data:
- totalOps (normal avg)
- operation successes
- operation failures
- operation mix (metrics for each single operation, as well as for the sum of all operations)
- operation response times stats
- operation delay times average (weighted by the totalOps avg)
- operation delay times min
- operation delay times max
From the custom stats, we could either need to compute our statistics or metrics however. Because these are dynamic, we need to know what needs to be done with those custom stats.
The boolean values have to be aggregated using an AND at experiment level.
@VincenzoFerme We need a way to know what needs to be done on the custom stats. Either we can insert a new field in the xml to tell us, or insert a tag in the description field.