diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-09-04 09:37:39 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-09-07 08:14:33 +0000 |
commit | 344ea908c94faf37a10f23627b2f5656ea3e289b (patch) | |
tree | 8528f5f230de0d33e966a5474d9f830a223e1f63 /docs/cpta/introduction/dashboard.rst | |
parent | 084295259c8c400068b12add325830388fffe0ba (diff) |
CSIT-1262: Add 2n/3n-skx to trending
CSIT-1263: Edit Trending static content
Change-Id: Ief60f3bea75fb9fd153f7abb0a5933f1a3e317aa
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'docs/cpta/introduction/dashboard.rst')
-rw-r--r-- | docs/cpta/introduction/dashboard.rst | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/docs/cpta/introduction/dashboard.rst b/docs/cpta/introduction/dashboard.rst new file mode 100644 index 0000000000..e1922daf82 --- /dev/null +++ b/docs/cpta/introduction/dashboard.rst @@ -0,0 +1,68 @@ +Data Plane Performance +====================== + +Legend to the tables: + + - **Test Case**: name of FD.io CSIT test case, naming convention + `here <https://wiki.fd.io/view/CSIT/csit-test-naming>`_. + - **Trend [Mpps]**: last value of performance trend. + - **Short-Term Change [%]**: Relative change of last trend value + vs. last week trend value. + - **Long-Term Change [%]**: Relative change of last trend value vs. + maximum of trend values over the last quarter except last week. + - **Regressions [#]**: Number of regressions detected. + - **Progressions [#]**: Number of progressions detected. + +3n-hsw +------ + +VPP worker on 1t1c +`````````````````` + +.. include:: ../../../_build/_static/vpp/performance-trending-dashboard-1t1c-3n-hsw.rst + +VPP worker on 2t2c +`````````````````` + +.. include:: ../../../_build/_static/vpp/performance-trending-dashboard-2t2c-3n-hsw.rst + +VPP worker on 4t4c +`````````````````` + +.. include:: ../../../_build/_static/vpp/performance-trending-dashboard-4t4c-3n-hsw.rst + +3n-skx +------ + +VPP worker on 1t1c +`````````````````` + +.. include:: ../../../_build/_static/vpp/performance-trending-dashboard-2t1c-3n-skx.rst + +VPP worker on 2t2c +`````````````````` + +.. include:: ../../../_build/_static/vpp/performance-trending-dashboard-4t2c-3n-skx.rst + +VPP worker on 4t4c +`````````````````` + +.. include:: ../../../_build/_static/vpp/performance-trending-dashboard-8t4c-3n-skx.rst + +2n-skx +------ + +VPP worker on 1t1c +`````````````````` + +.. include:: ../../../_build/_static/vpp/performance-trending-dashboard-2t1c-2n-skx.rst + +VPP worker on 2t2c +`````````````````` + +.. include:: ../../../_build/_static/vpp/performance-trending-dashboard-4t2c-2n-skx.rst + +VPP worker on 4t4c +`````````````````` + +.. include:: ../../../_build/_static/vpp/performance-trending-dashboard-8t4c-2n-skx.rst |