diff options
author | itraviv <itraviv@cisco.com> | 2017-03-06 10:06:33 +0200 |
---|---|---|
committer | itraviv <itraviv@cisco.com> | 2017-03-06 10:06:49 +0200 |
commit | e0c6303f6a9a8a808c9460dd070d9ff171685082 (patch) | |
tree | b2804f320edc55a4dfabc505918da1591afbe46a | |
parent | f444fad9054907b52773c5ce93623a18fba0f2a3 (diff) |
added error description to asciidoc
Signed-off-by: itraviv <itraviv@cisco.com>
-rwxr-xr-x | doc/trex_analytics.asciidoc | 11 |
1 files changed, 11 insertions, 0 deletions
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 <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 |