diff options
author | pmikus <pmikus@cisco.com> | 2017-04-03 09:35:52 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-04-03 07:56:20 +0000 |
commit | dcd21cb3a5524384d173ff80d4a71b17aa45022f (patch) | |
tree | 366c8f322d81d7fa6d24f119e118d7ad6c5be6f7 /jjb | |
parent | d8e9b87846aea7b4c471d66ce2d58326851f9729 (diff) |
CSIT-perf plots update
- Add DPDK-perf plots
- Remove obsolete NDR/PDR tests
Change-Id: Id017b06acc0309f83280d5119b56f13065883df7
Signed-off-by: pmikus <pmikus@cisco.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/csit/csit.yaml | 201 |
1 files changed, 68 insertions, 133 deletions
diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index c3ea71aea..92b4d00a6 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -143,6 +143,74 @@ - robot-report: output-path: '' + - plot: + - title: '64B-1t1c-eth-l2xcbase-testpmd-ndrdisc' + group: 'RFC2544: Xconnect' + yaxis: 'Packets Per Second' + num-builds: '20' + keep-records: True + csv-file-name: 'csit-dpdk-perf-{stream}-{type}-l2-1.csv' + series: + - file: 'output_perf_data.xml' + format: xml + xpath-type: 'nodeset' + xpath: '//*[@framesize="64B" and contains(@tags, "DPDK") and contains(@tags, "BASE") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "L2XCFWD")]' + - title: '64B-2t2c-eth-l2xcbase-testpmd-ndrdisc' + group: 'RFC2544: Xconnect' + yaxis: 'Packets Per Second' + num-builds: '20' + keep-records: True + csv-file-name: 'csit-dpdk-perf-{stream}-{type}-l2-2.csv' + series: + - file: 'output_perf_data.xml' + format: xml + xpath-type: 'nodeset' + xpath: '//*[@framesize="64B" and contains(@tags, "DPDK") and contains(@tags, "BASE") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "L2XCFWD")]' + - title: '64B-4t4c-eth-l2xcbase-testpmd-ndrdisc' + group: 'RFC2544: Xconnect' + yaxis: 'Packets Per Second' + num-builds: '20' + keep-records: True + csv-file-name: 'csit-dpdk-perf-{stream}-{type}-l2-3.csv' + series: + - file: 'output_perf_data.xml' + format: xml + xpath-type: 'nodeset' + xpath: '//*[@framesize="64B" and contains(@tags, "DPDK") and contains(@tags, "BASE") and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and contains(@tags, "L2XCFWD")]' + - title: '64B-1t1c-eth-l2xcbase-testpmd-pdrdisc' + group: 'RFC2544: Xconnect' + yaxis: 'Packets Per Second' + num-builds: '20' + keep-records: True + csv-file-name: 'csit-dpdk-perf-{stream}-{type}-l2-4.csv' + series: + - file: 'output_perf_data.xml' + format: xml + xpath-type: 'nodeset' + xpath: '//*[@framesize="64B" and contains(@tags, "DPDK") and contains(@tags, "BASE") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and contains(@tags, "L2XCFWD")]' + - title: '64B-2t2c-eth-l2xcbase-testpmd-pdrdisc' + group: 'RFC2544: Xconnect' + yaxis: 'Packets Per Second' + num-builds: '20' + keep-records: True + csv-file-name: 'csit-dpdk-perf-{stream}-{type}-l2-5.csv' + series: + - file: 'output_perf_data.xml' + format: xml + xpath-type: 'nodeset' + xpath: '//*[@framesize="64B" and contains(@tags, "DPDK") and contains(@tags, "BASE") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and contains(@tags, "L2XCFWD")]' + - title: '64B-4t4c-eth-l2xcbase-testpmd-pdrdisc' + group: 'RFC2544: Xconnect' + yaxis: 'Packets Per Second' + num-builds: '20' + keep-records: True + csv-file-name: 'csit-dpdk-perf-{stream}-{type}-l2-6.csv' + series: + - file: 'output_perf_data.xml' + format: xml + xpath-type: 'nodeset' + xpath: '//*[@framesize="64B" and contains(@tags, "DPDK") and contains(@tags, "BASE") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and contains(@tags, "L2XCFWD")]' + - fdio-infra-shiplogs: maven-version: 'mvn33-new' @@ -196,139 +264,6 @@ output-path: '' - plot: - - title: 'RFC2544 binary search with 64B, worker-thread=1, rss=1, NDR' - yaxis: 'Packets Per Second' - group: 'RFC2544:NDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-perf-{stream}-{type}-1.csv' - series: - - file: 'output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="64" and contains(@tags,"NDR") and @workerthreads="1"]' - - title: 'RFC2544 binary search with 78B, worker-thread=1, rss=1, NDR' - yaxis: 'Packets Per Second' - group: 'RFC2544:NDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-perf-{stream}-{type}-2.csv' - series: - - file: 'output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="78" and contains(@tags,"NDR") and @workerthreads="1"]' - - title: 'RFC2544 binary search with 64B, worker-thread=2, rss=1, NDR' - yaxis: 'Packets Per Second' - group: 'RFC2544:NDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-perf-{stream}-{type}-3.csv' - series: - - file: 'output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="64" and contains(@tags,"NDR") and @workerthreads="2"]' - - title: 'RFC2544 binary search with 78B, worker-thread=2, rss=1, NDR' - yaxis: 'Packets Per Second' - group: 'RFC2544:NDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-perf-{stream}-{type}-4.csv' - series: - - file: 'output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="78" and contains(@tags,"NDR") and @workerthreads="2"]' - - title: 'RFC2544 binary search with 64B, worker-thread=4, rss=2, NDR' - yaxis: 'Packets Per Second' - group: 'RFC2544:NDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-perf-{stream}-{type}-5.csv' - series: - - file: 'output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="64" and contains(@tags,"NDR") and @workerthreads="4"]' - - title: 'RFC2544 binary search with 78B, worker-thread=4, rss=2, NDR' - yaxis: 'Packets Per Second' - group: 'RFC2544:NDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-perf-{stream}-{type}-6.csv' - series: - - file: 'output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="78" and contains(@tags,"NDR") and @workerthreads="4"]' - - title: 'RFC2544 binary search with 64B, worker-thread=1, rss=1, PDR=0.5%' - yaxis: 'Packets Per Second' - group: 'RFC2544:PDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-perf-{stream}-{type}-7.csv' - series: - - file: 'output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="64" and contains(@tags,"PDR") and @workerthreads="1"]' - - title: 'RFC2544 binary search with 78B, worker-thread=1, rss=1, PDR=0.5%' - yaxis: 'Packets Per Second' - group: 'RFC2544:PDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-perf-{stream}-{type}-8.csv' - series: - - file: 'output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="78" and contains(@tags,"PDR") and @workerthreads="1"]' - - title: 'RFC2544 binary search with 64B, worker-thread=2, rss=1, PDR=0.5%' - yaxis: 'Packets Per Second' - group: 'RFC2544:PDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-perf-{stream}-{type}-9.csv' - series: - - file: 'output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="64" and contains(@tags,"PDR") and @workerthreads="2"]' - - title: 'RFC2544 binary search with 78B, worker-thread=2, rss=1, PDR=0.5%' - yaxis: 'Packets Per Second' - group: 'RFC2544:PDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-perf-{stream}-{type}-10.csv' - series: - - file: 'output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="78" and contains(@tags,"PDR") and @workerthreads="2"]' - - title: 'RFC2544 binary search with 64B, worker-thread=4, rss=2, PDR=0.5%' - yaxis: 'Packets Per Second' - group: 'RFC2544:PDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-perf-{stream}-{type}-11.csv' - series: - - file: 'output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="64" and contains(@tags,"PDR") and @workerthreads="4"]' - - title: 'RFC2544 binary search with 78B, worker-thread=4, rss=2, PDR=0.5%' - yaxis: 'Packets Per Second' - group: 'RFC2544:PDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-perf-{stream}-{type}-12.csv' - series: - - file: 'output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="78" and contains(@tags,"PDR") and @workerthreads="4"]' - - title: '64B-1t1c-eth-l2*-ndrdisc' group: 'RFC2544: Xconnect and Bridge Domain' yaxis: 'Packets Per Second' |