diff options
author | Vratko Polak <vrpolak@cisco.com> | 2020-06-25 14:50:16 +0200 |
---|---|---|
committer | Maciek Konstantynowicz <mkonstan@cisco.com> | 2020-07-13 15:33:24 +0000 |
commit | 8e7e436b037a38cb9d5ad8b14abdfcbe64cf9cc6 (patch) | |
tree | 936f306e8068c5ba64d66b65624b500a36235281 /docs/report | |
parent | 25f8a0f4a8f52fe1fee2d385cdfd40704fb4538c (diff) |
Report: Improve vnf_service_chains_reconf.rst
+ Use the quantity name from methodology (not from test implementation).
Change-Id: Ic46f0447af840b392fe5dbbfec2bd11a847b06ca
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'docs/report')
-rw-r--r-- | docs/report/vpp_performance_tests/reconf_tests/vnf_service_chains_reconf.rst | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/report/vpp_performance_tests/reconf_tests/vnf_service_chains_reconf.rst b/docs/report/vpp_performance_tests/reconf_tests/vnf_service_chains_reconf.rst index f63d12f01b..64b2010113 100644 --- a/docs/report/vpp_performance_tests/reconf_tests/vnf_service_chains_reconf.rst +++ b/docs/report/vpp_performance_tests/reconf_tests/vnf_service_chains_reconf.rst @@ -43,22 +43,23 @@ Additional information about graph data: - wire encapsulation ``dot1qip4vlxan``, - VPP forwarding mode ``l2bd``, - - total number {Y} of service chains ``{Y}ch``, - - total number of chains being reconfigured ``1ach``, - - total number of vhost-user interfaces forwarding packets on VPP with {Y} - chains and {X} VMs per chain ``{2XY}vh`` (2 interfaces per {X} VMs per {Y} - chains), - - total number {XY} of VNF VMs forwarding packets ``{XY}vm`` and finally + - total number {Y} of initial service chains ``{Y}ch``, + - total number of additional chains being reconfigured ``1ach``, + - total number of initial vhost-user interfaces forwarding packets + on VPP with {Y} chains and {X} VMs per chain ``{2XY}vh`` + (2 interfaces per {X} VMs per {Y} chains), + - total number {XY} of (both initial and final) VNF VMs forwarding packets + ``{XY}vm`` and finally - VNF workload in VM ``testpmd``. #. **X-axis Labels**: indices of individual test suites as listed in Graph Legend. -#. **Y-axis Labels**: measured Implied time loss [s] values. +#. **Y-axis Labels**: measured Effective Blocked Time [s] values. #. **Graph Legend**: lists X-axis indices with associated CSIT test suites executed to generate graphed test results and the average value - of measured packet loss. + of packet loss (measured in packets). #. **Hover Information**: lists minimum, first quartile, median, third quartile, and maximum. If either type of outlier is present the |