diff options
author | Vratko Polak <vrpolak@cisco.com> | 2018-06-11 14:47:50 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2018-06-11 14:47:50 +0200 |
commit | a03906050f719a3d80376e17cf1dc62359663433 (patch) | |
tree | 7f91c2c643490083e8c04090cfda03d1c717b14e /docs/cpta/new/introduction | |
parent | beeb2acb9ac153eaa54983bea46a76d596168965 (diff) |
CSIT-1110: Cherry-pick edits into new detection
+ Edit methodology documentation.
Change-Id: I441e17862aba4a8572c7c532ed8995790111b4d4
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'docs/cpta/new/introduction')
-rw-r--r-- | docs/cpta/new/introduction/index.rst | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/docs/cpta/new/introduction/index.rst b/docs/cpta/new/introduction/index.rst new file mode 100644 index 0000000000..016037b067 --- /dev/null +++ b/docs/cpta/new/introduction/index.rst @@ -0,0 +1,54 @@ +VPP Performance Dashboard +========================= + +Description +----------- + +Performance dashboard tables provide the latest VPP throughput trend, +trend compliance and detected anomalies, all on a per VPP test case +basis. Linked trendline graphs enable further drill-down into the +trendline compliance, sequence and nature of anomalies, as well as +pointers to performance test builds/logs and VPP builds. Performance +trending is currently based on the Maximum Receive Rate (MRR) tests. MRR +tests measure the packet forwarding rate under the maximum load offered +by traffic generator over a set trial duration, regardless of packet +loss. See :ref:`trending_methodology` section for more detail including +trend and anomaly calculations. + +Data samples are generated by the CSIT VPP performance trending jobs +executed twice a day (target start: every 12 hrs, 02:00, 14:00 UTC). All +trend and anomaly evaluation is based on a rolling window of <N=14> data +samples, covering last 7 days. + +Legend to table: + + - **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. + - **Outliers [#]** : Number of outliers detected. + +Tested VPP worker-thread-core combinations (1t1c, 2t2c, 4t4c) are listed +in separate tables in section 1.x. Followed by trending methodology in +section 2. and trendline graphs in sections 3.x. Performance test data +used for trendline graphs is provided in sections 4.x. + +VPP worker on 1t1c +------------------ + +.. include:: ../../../_build/_static/vpp/performance-trending-dashboard-1t1c.rst + +VPP worker on 2t2c +------------------ + +.. include:: ../../../_build/_static/vpp/performance-trending-dashboard-2t2c.rst + +VPP worker on 4t4c +------------------ + +.. include:: ../../../_build/_static/vpp/performance-trending-dashboard-4t4c.rst |