Merge "Document for Euphrates test case results"
[yardstick.git] / docs / release / results / tc083-network-throughput-between-vm.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International
2 .. License.
3 .. http://creativecommons.org/licenses/by/4.0
4
5
6 =====================================================
7 Test results for TC083 network throughput between VMs
8 =====================================================
9
10 .. toctree::
11    :maxdepth: 2
12
13
14 Overview of test case
15 =====================
16
17 TC083 measures network latency and throughput between VMs using netperf.
18 The test results shown below are for UDP throughout.
19
20 Metric: UDP stream throughput
21 Unit: 10^6bits/s
22
23
24 Euphrates release
25 -----------------
26
27 Test results per scenario and pod (higher is better):
28
29 {
30
31     "os-nosdn-nofeature-ha:lf-pod1:apex": [2204.42],
32
33     "os-nosdn-nofeature-ha:intel-pod18:joid": [1835.55],
34
35     "os-nosdn-nofeature-ha:lf-pod2:fuel": [1676.705],
36
37     "os-nosdn-nofeature-ha:intel-pod5:joid": [1612.555],
38
39     "os-nosdn-nofeature-ha:flex-pod2:apex": [1370.23],
40
41     "os-nosdn-nofeature-ha:huawei-pod12:joid": [1300.12],
42
43     "os-nosdn-nofeature-ha:huawei-pod2:compass": [1070.455],
44
45     "os-nosdn-nofeature-ha:ericsson-pod1:fuel": [1004.32],
46
47     "os-nosdn-nofeature-ha:huawei-virtual9:compass": [753.46],
48
49     "os-nosdn-nofeature-ha:huawei-virtual4:compass": [735.07],
50
51     "os-odl-nofeature-ha:arm-pod5:fuel": [531.63],
52
53     "os-nosdn-nofeature-ha:huawei-virtual3:compass": [493.985],
54
55     "os-nosdn-nofeature-ha:arm-pod5:fuel": [448.82],
56
57     "os-nosdn-nofeature-ha:arm-pod6:fuel": [193.43],
58
59     "os-nosdn-nofeature-ha:huawei-virtual1:compass": [189.99],
60
61     "os-nosdn-nofeature-ha:huawei-virtual2:compass": [80.15]
62
63 }
64
65
66 The influence of the scenario
67 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
68
69 .. image:: images/tc083_scenario.png
70    :width: 800px
71    :alt: TC083 influence of scenario
72
73 the influence of the scenario
74
75 {
76
77     "os-nosdn-nofeature-ha": [1109.12],
78
79     "os-odl-nofeature-ha": [531.63]
80
81 }
82
83
84 The influence of the POD
85 ^^^^^^^^^^^^^^^^^^^^^^^^
86
87 .. image:: images/tc083_pod.png
88    :width: 800px
89    :alt: TC083 influence of the POD
90
91 the influence of the POD
92
93 {
94
95     "lf-pod1": [2204.42],
96
97     "intel-pod18": [1835.55],
98
99     "lf-pod2": [1676.705],
100
101     "intel-pod5": [1612.555],
102
103     "flex-pod2": [1370.23],
104
105     "huawei-pod12": [1300.12],
106
107     "huawei-pod2": [1070.455],
108
109     "ericsson-pod1": [1004.32],
110
111     "huawei-virtual9": [753.46],
112
113     "huawei-virtual4": [735.07],
114
115     "huawei-virtual3": [493.985],
116
117     "arm-pod5": [451.38],
118
119     "arm-pod6": [193.43],
120
121     "huawei-virtual1": [189.99],
122
123     "huawei-virtual2": [80.15]
124
125 }
126
127
128 Fraser release
129 --------------