From eb420bd5097a5cbbc4df984b87cf274038d80571 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 22 Mar 2018 15:15:45 +0100 Subject: [PATCH] CSIT-913: Continuous Trending, Analysis and Change Detection - CSIT-949: Add new plots - CSIT 951: Add new plots Change-Id: I09440df5209e3207339a8a9509c084da16f06356 Signed-off-by: Tibor Frank --- docs/cpta/trending/container_memif.rst | 38 ++- docs/cpta/trending/index.rst | 5 +- docs/cpta/trending/ip4.rst | 164 ++++++++++- docs/cpta/trending/ip4_tunnels.rst | 56 ++++ docs/cpta/trending/ip6_tunnels.rst | 3 + docs/cpta/trending/ipsec.rst | 2 + docs/cpta/trending/l2.rst | 162 +++++++++- docs/cpta/trending/vm_vhost.rst | 66 ++++- .../tools/presentation/specification_CPTA.yaml | 326 ++++++++++++++++++++- 9 files changed, 802 insertions(+), 20 deletions(-) create mode 100644 docs/cpta/trending/ip4_tunnels.rst create mode 100644 docs/cpta/trending/ip6_tunnels.rst create mode 100644 docs/cpta/trending/ipsec.rst diff --git a/docs/cpta/trending/container_memif.rst b/docs/cpta/trending/container_memif.rst index 5d145aa0f0..40ebc522e5 100644 --- a/docs/cpta/trending/container_memif.rst +++ b/docs/cpta/trending/container_memif.rst @@ -40,6 +40,24 @@ NIC 10ge2p1x520 *Figure 6. Monthly trend.* +.. raw:: html + + + +*Figure 7. Daily trend.* + +.. raw:: html + + + +*Figure 8. Weekly trend.* + +.. raw:: html + + + +*Figure 9. Monthly trend.* + NIC 40ge2p1xl710 ---------------- @@ -77,4 +95,22 @@ NIC 40ge2p1xl710 -*Figure 6. Monthly trend.* \ No newline at end of file +*Figure 6. Monthly trend.* + +.. raw:: html + + + +*Figure 7. Daily trend.* + +.. raw:: html + + + +*Figure 8. Weekly trend.* + +.. raw:: html + + + +*Figure 9. Monthly trend.* diff --git a/docs/cpta/trending/index.rst b/docs/cpta/trending/index.rst index 0dd9cf66a5..36c0754563 100644 --- a/docs/cpta/trending/index.rst +++ b/docs/cpta/trending/index.rst @@ -6,5 +6,8 @@ VPP Performance Trend l2 ip4 ip6 - container_memif + ip4_tunnels + ip6_tunnels vm_vhost + container_memif + ipsec diff --git a/docs/cpta/trending/ip4.rst b/docs/cpta/trending/ip4.rst index a84f362b5d..c8b4f8be33 100644 --- a/docs/cpta/trending/ip4.rst +++ b/docs/cpta/trending/ip4.rst @@ -1,20 +1,178 @@ IPv4 Routed-Forwarding ====================== +NIC 10ge2p1x520 +--------------- + +IPv4 Routed-Forwarding - Base and Scale +``````````````````````````````````````` + +.. raw:: html + + + +*Figure 1. Daily trend - base and scale.* + +.. raw:: html + + + +*Figure 2. Weekly trend - base and scale.* + +.. raw:: html + + + +*Figure 3. Monthly trend - base and scale.* + +.. raw:: html + + + +*Figure 4. Daily trend - base and scale.* + +.. raw:: html + + + +*Figure 5. Weekly trend - base and scale.* + +.. raw:: html + + + +*Figure 6. Monthly trend - base and scale.* + +.. raw:: html + + + +*Figure 7. Daily trend - base and scale.* + +.. raw:: html + + + +*Figure 8. Weekly trend - base and scale.* + +.. raw:: html + + + +*Figure 9. Monthly trend - base and scale.* + + +IPv4 Routed-Forwarding - Features +````````````````````````````````` + +.. raw:: html + + + +*Figure 1. Daily trend - features.* + +.. raw:: html + + + +*Figure 2. Weekly trend - features.* + +.. raw:: html + + + +*Figure 3. Monthly trend - features.* + +.. raw:: html + + + +*Figure 4. Daily trend - features.* + +.. raw:: html + + + +*Figure 5. Weekly trend - features.* + +.. raw:: html + + + +*Figure 6. Monthly trend - features.* + +.. raw:: html + + + +*Figure 7. Daily trend - features.* + +.. raw:: html + + + +*Figure 8. Weekly trend - features.* + +.. raw:: html + + + +*Figure 9. Monthly trend - features.* + +NIC 40ge2p1xl710 +---------------- + .. raw:: html - + *Figure 1. Daily trend.* .. raw:: html - + *Figure 2. Weekly trend.* .. raw:: html - + *Figure 3. Monthly trend.* + +.. raw:: html + + + +*Figure 4. Daily trend.* + +.. raw:: html + + + +*Figure 5. Weekly trend.* + +.. raw:: html + + + +*Figure 6. Monthly trend.* + +.. raw:: html + + + +*Figure 7. Daily trend.* + +.. raw:: html + + + +*Figure 8. Weekly trend.* + +.. raw:: html + + + +*Figure 9. Monthly trend.* + diff --git a/docs/cpta/trending/ip4_tunnels.rst b/docs/cpta/trending/ip4_tunnels.rst new file mode 100644 index 0000000000..a9de1a7614 --- /dev/null +++ b/docs/cpta/trending/ip4_tunnels.rst @@ -0,0 +1,56 @@ +IPv4 Overlay Tunnels +==================== + +.. raw:: html + + + +*Figure 1. Daily trend.* + +.. raw:: html + + + +*Figure 2. Weekly trend.* + +.. raw:: html + + + +*Figure 3. Monthly trend.* + +.. raw:: html + + + +*Figure 4. Daily trend.* + +.. raw:: html + + + +*Figure 5. Weekly trend.* + +.. raw:: html + + + +*Figure 6. Monthly trend.* + +.. raw:: html + + + +*Figure 7. Daily trend.* + +.. raw:: html + + + +*Figure 8. Weekly trend.* + +.. raw:: html + + + +*Figure 9. Monthly trend.* diff --git a/docs/cpta/trending/ip6_tunnels.rst b/docs/cpta/trending/ip6_tunnels.rst new file mode 100644 index 0000000000..6306588673 --- /dev/null +++ b/docs/cpta/trending/ip6_tunnels.rst @@ -0,0 +1,3 @@ +IPv6 Overlay Tunnels +==================== + diff --git a/docs/cpta/trending/ipsec.rst b/docs/cpta/trending/ipsec.rst new file mode 100644 index 0000000000..345f109d6b --- /dev/null +++ b/docs/cpta/trending/ipsec.rst @@ -0,0 +1,2 @@ +IPSec Crypto HW: IP4 Routed-Forwarding +====================================== diff --git a/docs/cpta/trending/l2.rst b/docs/cpta/trending/l2.rst index 8a51270ba5..88c2be3e0d 100644 --- a/docs/cpta/trending/l2.rst +++ b/docs/cpta/trending/l2.rst @@ -1,20 +1,176 @@ L2 Ethernet Switching ===================== +NIC 10ge2p1x520 +--------------- + +L2 Ethernet Switching - Base and Scale +`````````````````````````````````````` + +.. raw:: html + + + +*Figure 1. Daily trend - base and scale.* + +.. raw:: html + + + +*Figure 2. Weekly trend - base and scale.* + +.. raw:: html + + + +*Figure 3. Monthly trend - base and scale.* + +.. raw:: html + + + +*Figure 4. Daily trend - base and scale.* + +.. raw:: html + + + +*Figure 5. Weekly trend - base and scale.* + +.. raw:: html + + + +*Figure 6. Monthly trend - base and scale.* + +.. raw:: html + + + +*Figure 7. Daily trend - base and scale.* + +.. raw:: html + + + +*Figure 8. Weekly trend - base and scale.* + +.. raw:: html + + + +*Figure 9. Monthly trend - base and scale.* + +L2 Ethernet Switching - Features +```````````````````````````````` + +.. raw:: html + + + +*Figure 1. Daily trend - features.* + +.. raw:: html + + + +*Figure 2. Weekly trend - features.* + +.. raw:: html + + + +*Figure 3. Monthly trend - features.* + +.. raw:: html + + + +*Figure 4. Daily trend - features.* + +.. raw:: html + + + +*Figure 5. Weekly trend - features.* + +.. raw:: html + + + +*Figure 6. Monthly trend - features.* + +.. raw:: html + + + +*Figure 7. Daily trend - features.* + +.. raw:: html + + + +*Figure 8. Weekly trend - features.* + +.. raw:: html + + + +*Figure 9. Monthly trend - features.* + +NIC 40ge2p1xl710 +---------------- + .. raw:: html - + *Figure 1. Daily trend.* .. raw:: html - + *Figure 2. Weekly trend.* .. raw:: html - + *Figure 3. Monthly trend.* + +.. raw:: html + + + +*Figure 4. Daily trend.* + +.. raw:: html + + + +*Figure 5. Weekly trend.* + +.. raw:: html + + + +*Figure 6. Monthly trend.* + +.. raw:: html + + + +*Figure 7. Daily trend.* + +.. raw:: html + + + +*Figure 8. Weekly trend.* + +.. raw:: html + + + +*Figure 9. Monthly trend.* diff --git a/docs/cpta/trending/vm_vhost.rst b/docs/cpta/trending/vm_vhost.rst index 6b464cc3cb..da2c38f833 100644 --- a/docs/cpta/trending/vm_vhost.rst +++ b/docs/cpta/trending/vm_vhost.rst @@ -42,40 +42,76 @@ NIC 10ge2p1x520 .. raw:: html - + *Figure 7. Daily trend.* .. raw:: html - + *Figure 8. Weekly trend.* .. raw:: html - + *Figure 9. Monthly trend.* .. raw:: html - + *Figure 10. Daily trend.* .. raw:: html - + *Figure 11. Weekly trend.* .. raw:: html - + *Figure 12. Monthly trend.* +.. raw:: html + + + +*Figure 13. Daily trend.* + +.. raw:: html + + + +*Figure 14. Weekly trend.* + +.. raw:: html + + + +*Figure 15. Monthly trend.* + +.. raw:: html + + + +*Figure 16. Daily trend.* + +.. raw:: html + + + +*Figure 17. Weekly trend.* + +.. raw:: html + + + +*Figure 18. Monthly trend.* + NIC 40ge2p1xl710 ---------------- @@ -114,3 +150,21 @@ NIC 40ge2p1xl710 *Figure 6. Monthly trend.* + +.. raw:: html + + + +*Figure 4. Daily trend.* + +.. raw:: html + + + +*Figure 5. Weekly trend.* + +.. raw:: html + + + +*Figure 6. Monthly trend.* diff --git a/resources/tools/presentation/specification_CPTA.yaml b/resources/tools/presentation/specification_CPTA.yaml index 51cdc6324b..3ca8fd2641 100644 --- a/resources/tools/presentation/specification_CPTA.yaml +++ b/resources/tools/presentation/specification_CPTA.yaml @@ -79,7 +79,7 @@ plot-performance-trending: csit-vpp-perf-mrr-daily-master: start: 9 - end: 14 # "lastSuccessfulBuild" # take all from the 'start' + end: "lastSuccessfulBuild" # take all from the 'start' plot-layouts: plot-cpta: @@ -189,7 +189,7 @@ builds: csit-vpp-perf-mrr-daily-master: start: 9 - end: 14 #"lastSuccessfulBuild" # take all from the 'start' + end: "lastSuccessfulBuild" # take all from the 'start' # csit-vpp-perf-check-master: # start: 22 # end: 22 @@ -221,9 +221,113 @@ # L2 - title: "VPP 1T1C L2 64B Packet Throughput - {period} Trending" - output-file-name: "l2" + output-file-name: "l2-1t1c-x520" data: "plot-performance-trending" - filter: "'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + - "name" + periods: + - 1 + - 5 + - 30 + layout: "plot-cpta" + + - title: "VPP 2T2C L2 64B Packet Throughput - {period} Trending" + output-file-name: "l2-2t2c-x520" + data: "plot-performance-trending" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + - "name" + periods: + - 1 + - 5 + - 30 + layout: "plot-cpta" + + - title: "VPP 4T4C L2 64B Packet Throughput - {period} Trending" + output-file-name: "l2-4t4c-x520" + data: "plot-performance-trending" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + - "name" + periods: + - 1 + - 5 + - 30 + layout: "plot-cpta" + + - title: "VPP 1T1C L2 64B Packet Throughput - {period} Trending" + output-file-name: "l2-feature-1t1c-x520" + data: "plot-performance-trending" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + - "name" + periods: + - 1 + - 5 + - 30 + layout: "plot-cpta" + + - title: "VPP 2T2C L2 64B Packet Throughput - {period} Trending" + output-file-name: "l2-feature-2t2c-x520" + data: "plot-performance-trending" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + - "name" + periods: + - 1 + - 5 + - 30 + layout: "plot-cpta" + + - title: "VPP 4T4C L2 64B Packet Throughput - {period} Trending" + output-file-name: "l2-feature-4t4c-x520" + data: "plot-performance-trending" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + - "name" + periods: + - 1 + - 5 + - 30 + layout: "plot-cpta" + + - title: "VPP 1T1C L2 64B Packet Throughput - {period} Trending" + output-file-name: "l2-1t1c-xl710" + data: "plot-performance-trending" + filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + - "name" + periods: + - 1 + - 5 + - 30 + layout: "plot-cpta" + + - title: "VPP 2T2C L2 64B Packet Throughput - {period} Trending" + output-file-name: "l2-2t2c-xl710" + data: "plot-performance-trending" + filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" + parameters: + - "result" + - "name" + periods: + - 1 + - 5 + - 30 + layout: "plot-cpta" + + - title: "VPP 4T4C L2 64B Packet Throughput - {period} Trending" + output-file-name: "l2-4t4c-xl710" + data: "plot-performance-trending" + filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST' and not 'MEMIF'" parameters: - "result" - "name" @@ -236,9 +340,154 @@ # IPv4 - title: "VPP 1T1C IPv4 64B Packet Throughput - {period} Trending" - output-file-name: "ip4" + output-file-name: "ip4-1t1c-x520" + data: "plot-performance-trending" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + - "name" + periods: + - 1 + - 5 + - 30 + layout: "plot-cpta" + + - title: "VPP 2T2C IPv4 64B Packet Throughput - {period} Trending" + output-file-name: "ip4-2t2c-x520" + data: "plot-performance-trending" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + - "name" + periods: + - 1 + - 5 + - 30 + layout: "plot-cpta" + + - title: "VPP 4T4C IPv4 64B Packet Throughput - {period} Trending" + output-file-name: "ip4-4t4c-x520" + data: "plot-performance-trending" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and ('BASE' or 'SCALE') and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + - "name" + periods: + - 1 + - 5 + - 30 + layout: "plot-cpta" + + - title: "VPP 1T1C IPv4 64B Packet Throughput - {period} Trending" + output-file-name: "ip4-feature-1t1c-x520" + data: "plot-performance-trending" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + - "name" + periods: + - 1 + - 5 + - 30 + layout: "plot-cpta" + + - title: "VPP 2T2C IPv4 64B Packet Throughput - {period} Trending" + output-file-name: "ip4-feature-2t2c-x520" data: "plot-performance-trending" - filter: "'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + - "name" + periods: + - 1 + - 5 + - 30 + layout: "plot-cpta" + + - title: "VPP 4T4C IPv4 64B Packet Throughput - {period} Trending" + output-file-name: "ip4-feature-4t4c-x520" + data: "plot-performance-trending" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'FEATURE' and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + - "name" + periods: + - 1 + - 5 + - 30 + layout: "plot-cpta" + + - title: "VPP 1T1C IPv4 64B Packet Throughput - {period} Trending" + output-file-name: "ip4-1t1c-xl710" + data: "plot-performance-trending" + filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '1T1C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + - "name" + periods: + - 1 + - 5 + - 30 + layout: "plot-cpta" + + - title: "VPP 2T2C IPv4 64B Packet Throughput - {period} Trending" + output-file-name: "ip4-2t2c-xl710" + data: "plot-performance-trending" + filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '2T2C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + - "name" + periods: + - 1 + - 5 + - 30 + layout: "plot-cpta" + + - title: "VPP 4T4C IPv4 64B Packet Throughput - {period} Trending" + output-file-name: "ip4-4t4c-xl710" + data: "plot-performance-trending" + filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and ('BASE' or 'SCALE' or 'FEATURE') and '4T4C' and 'IP4FWD' and not 'IPSEC' and not 'VHOST'" + parameters: + - "result" + - "name" + periods: + - 1 + - 5 + - 30 + layout: "plot-cpta" + +# IPv4 Tunnels + + - title: "VPP 1T1C IPv4 Tunnels 64B Packet Throughput - {period} Trending" + output-file-name: "ip4-tunnels-1t1c-x520" + data: "plot-performance-trending" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'MRR' and '1T1C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'" + parameters: + - "result" + - "name" + periods: + - 1 + - 5 + - 30 + layout: "plot-cpta" + + - title: "VPP 2T2C IPv4 Tunnels 64B Packet Throughput - {period} Trending" + output-file-name: "ip4-tunnels-2t2c-x520" + data: "plot-performance-trending" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'MRR' and '2T2C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'" + parameters: + - "result" + - "name" + periods: + - 1 + - 5 + - 30 + layout: "plot-cpta" + + - title: "VPP 4T4C IPv4 Tunnels 64B Packet Throughput - {period} Trending" + output-file-name: "ip4-tunnels-4t4c-x520" + data: "plot-performance-trending" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'ENCAP' and 'MRR' and '4T4C' and ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and not 'VHOST' and not 'IPSECHW'" parameters: - "result" - "name" @@ -291,6 +540,19 @@ - 30 layout: "plot-cpta" + - title: "VPP 4T4C L2 Container memif 64B Packet Throughput - {period} Trending" + output-file-name: "container-memif-l2-4t4c-x520" + data: "plot-performance-trending" + filter: "'NIC_Intel-X520-DA2' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" + parameters: + - "result" + - "name" + periods: + - 1 + - 5 + - 30 + layout: "plot-cpta" + - title: "VPP 1T1C L2 Container memif 64B Packet Throughput - {period} Trending" output-file-name: "container-memif-l2-1t1c-xl710" data: "plot-performance-trending" @@ -317,6 +579,19 @@ - 30 layout: "plot-cpta" + - title: "VPP 4T4C L2 Container memif 64B Packet Throughput - {period} Trending" + output-file-name: "container-memif-l2-4t4c-xl710" + data: "plot-performance-trending" + filter: "'NIC_Intel-XL710' and 'MRR' and '64B' and 'BASE' and '4T4C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'" + parameters: + - "result" + - "name" + periods: + - 1 + - 5 + - 30 + layout: "plot-cpta" + # VM vhost - title: "VPP 1T1C VM vhost ethip4 64B Packet Throughput - {period} Trending" @@ -345,6 +620,19 @@ - 30 layout: "plot-cpta" + - title: "VPP 4T4C VM vhost ethip4 64B Packet Throughput - {period} Trending" + output-file-name: "vm-vhost-ethip4-4t4c-x520" + data: "plot-performance-trending" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')" + parameters: + - "result" + - "name" + periods: + - 1 + - 5 + - 30 + layout: "plot-cpta" + - title: "VPP 1T1C VM vhost eth 64B Packet Throughput - {period} Trending" output-file-name: "vm-vhost-eth-1t1c-x520" data: "plot-performance-trending" @@ -372,6 +660,19 @@ - 30 layout: "plot-cpta" + - title: "VPP 4T4C VM vhost eth 64B Packet Throughput - {period} Trending" + output-file-name: "vm-vhost-eth-4t4c-x520" + data: "plot-performance-trending" + filter: "'NIC_Intel-X520-DA2' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'" + parameters: + - "result" + - "name" + periods: + - 1 + - 5 + - 30 + layout: "plot-cpta" + - title: "VPP 1T1C VM vhost eth 64B Packet Throughput - {period} Trending" output-file-name: "vm-vhost-eth-1t1c-xl710" data: "plot-performance-trending" @@ -398,3 +699,16 @@ - 5 - 30 layout: "plot-cpta" + + - title: "VPP 4T4C VM vhost eth 64B Packet Throughput - {period} Trending" + output-file-name: "vm-vhost-eth-4t4c-xl710" + data: "plot-performance-trending" + filter: "'NIC_Intel-XL710' and '64B' and 'MRR' and '4T4C' and 'VHOST' and not 'VXLAN' and not 'IP4FWD' and not 'DOT1Q' and not '2VM'" + parameters: + - "result" + - "name" + periods: + - 1 + - 5 + - 30 + layout: "plot-cpta" -- 2.16.6