added error description to asciidoc
authoritraviv <[email protected]>
Mon, 6 Mar 2017 08:06:33 +0000 (10:06 +0200)
committeritraviv <[email protected]>
Mon, 6 Mar 2017 08:06:49 +0000 (10:06 +0200)
Signed-off-by: itraviv <[email protected]>
doc/trex_analytics.asciidoc

index a5b223e..85a83b3 100755 (executable)
@@ -38,6 +38,17 @@ How to run these tests? +
 ----
        trex-core/scripts> ./run_regression --stl -t <name of test> --cfg setups/<name of setup>
 ----
+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