From e0c6303f6a9a8a808c9460dd070d9ff171685082 Mon Sep 17 00:00:00 2001 From: itraviv Date: Mon, 6 Mar 2017 10:06:33 +0200 Subject: added error description to asciidoc Signed-off-by: itraviv --- doc/trex_analytics.asciidoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/trex_analytics.asciidoc b/doc/trex_analytics.asciidoc index a5b223ea..85a83b37 100755 --- a/doc/trex_analytics.asciidoc +++ b/doc/trex_analytics.asciidoc @@ -38,6 +38,17 @@ How to run these tests? + ---- trex-core/scripts> ./run_regression --stl -t --cfg setups/ ---- +The Error (%) metric: + + + +You will see a column titled 'Error (%)' next to other metrics (avg,std etc) + +Error(%) is calculated for each batch of test results + + + +Taking the Max value (max) and the Min value (min), calculating the difference max-min + +We take the difference and then normalize it to the Average value to get (max-min)/Avg + +Then, we present it as percentage + + + +Error (%) = ((max-min)/Avg)*100 + + + == Setup: XL710 (4x40GbE) trex-08 -- cgit 1.2.3-korg