aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release/results/tc083-network-throughput-between-vm.rst
blob: 0389eaafe0f99129260978d417e3fa0dfa9e18b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.Single */
.highlight .cs { color: #75715e } /* Comment.Special */
.highlight .gd { color: #f92672 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gi { color: #a6e22e } /* Generic.Inserted */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #75715e } /* Generic.Subheading */
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
.highlight .kn { color: #f92672 } /* Keyword.Namespace */
.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
.highlight .kr { color: #66d9ef } /* Keyword.Reserved */
.highlight .kt { color: #66d9ef } /* Keyword.Type */
.highlight .ld { color: #e6db74 } /* Literal.Date */
.highlight .m { color: #ae81ff } /* Literal.Number */
.highlight .s { color: #e6db74 } /* Literal.String */
.highlight .na { color: #a6e22e } /* Name.Attribute */
.highlight .nb { color: #f8f8f2 } /* Name.Builtin */
.highlight .nc { color: #a6e22e } /* Name.Class */
.highlight .no { color: #66d9ef } /* Name.Constant */
.highlight .nd { color: #a6e22e } /* Name.Decorator */
.highlight .ni { color: #f8f8f2 } /* Name.Entity */
.highlight .ne { color: #a6e22e } /* Name.Exception */
.highlight .nf { color: #a6e22e } /* Name.Function */
.highlight .nl { color: #f8f8f2 } /* Name.Label */
.highlight .nn { color: #f8f8f2 } /* Name.Namespace */
.highlight .nx { color: #a6e22e } /* Name.Other */
.highlight .py { color: #f8f8f2 } /* Name.Property */
.highlight .nt { color: #f92672 } /* Name.Tag */
.highlight .nv { color: #f8f8f2 } /* Name.Variable */
.highlight .ow { color: #f92672 } /* Operator.Word */
.highlight .w { color: #f8f8f2 } /* Text.Whitespace */
.highlight .mb { color: #ae81ff } /* Literal.Number.Bin */
.highlight .mf { color: #ae81ff } /* Literal.Number.Float */
.highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
.highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
.highlight .mo { color: #ae81ff } /* Literal.Number.Oct */
.highlight .sa { color: #e6db74 } /* Literal.String.Affix */
.highlight .sb { color: #e6db74 } /* Literal.String.Backtick */
.highlight .sc { color: #e6db74 } /* Literal.String.Char */
.highlight .dl { color: #e6db74 } /* Literal.String.Delimiter */
.highlight .sd { color: #e6db74 } /* Literal.String.Doc */
.highlight .s2 { color: #e6db74 } /* Literal.String.Double */
.highlight .se { color: #ae81ff } /* Literal.String.Escape */
.highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */
.highlight .si { color: #e6db74 } /* Literal.String.Interpol */
.highlight .sx { color: #e6db74 } /* Literal.String.Other */
.highlight .sr { color: #e6db74 } /* Literal.String.Regex */
.highlight .s1 { color: #e6db74 } /* Literal.String.Single */
.highlight .ss { color: #e6db74 } /* Literal.String.Symbol */
.highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #a6e22e } /* Name.Function.Magic */
.highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
.highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
.highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
.highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */
.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
}
@media (prefers-color-scheme: light) {
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #333333 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generi
.. This work is licensed under a Creative Commons Attribution 4.0 International
.. License.
.. http://creativecommons.org/licenses/by/4.0


=====================================================
Test results for TC083 network throughput between VMs
=====================================================

.. toctree::
   :maxdepth: 2


Overview of test case
=====================

TC083 measures network latency and throughput between VMs using netperf.
The test results shown below are for UDP throughout.

Metric: UDP stream throughput
Unit: 10^6bits/s


Euphrates release
-----------------

Test results per scenario and pod (higher is better):

{

    "os-nosdn-nofeature-ha:lf-pod1:apex": [2204.42],

    "os-nosdn-nofeature-ha:intel-pod18:joid": [1835.55],

    "os-nosdn-nofeature-ha:lf-pod2:fuel": [1676.705],

    "os-nosdn-nofeature-ha:intel-pod5:joid": [1612.555],

    "os-nosdn-nofeature-ha:flex-pod2:apex": [1370.23],

    "os-nosdn-nofeature-ha:huawei-pod12:joid": [1300.12],

    "os-nosdn-nofeature-ha:huawei-pod2:compass": [1070.455],

    "os-nosdn-nofeature-ha:ericsson-pod1:fuel": [1004.32],

    "os-nosdn-nofeature-ha:huawei-virtual9:compass": [753.46],

    "os-nosdn-nofeature-ha:huawei-virtual4:compass": [735.07],

    "os-odl-nofeature-ha:arm-pod5:fuel": [531.63],

    "os-nosdn-nofeature-ha:huawei-virtual3:compass": [493.985],

    "os-nosdn-nofeature-ha:arm-pod5:fuel": [448.82],

    "os-nosdn-nofeature-ha:arm-pod6:fuel": [193.43],

    "os-nosdn-nofeature-ha:huawei-virtual1:compass": [189.99],

    "os-nosdn-nofeature-ha:huawei-virtual2:compass": [80.15]

}


The influence of the scenario
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. image:: images/tc083_scenario.png
   :width: 800px
   :alt: TC083 influence of scenario

{

    "os-nosdn-nofeature-ha": [1109.12],

    "os-odl-nofeature-ha": [531.63]

}


The influence of the POD
^^^^^^^^^^^^^^^^^^^^^^^^

.. image:: images/tc083_pod.png
   :width: 800px
   :alt: TC083 influence of the POD

{

    "lf-pod1": [2204.42],

    "intel-pod18": [1835.55],

    "lf-pod2": [1676.705],

    "intel-pod5": [1612.555],

    "flex-pod2": [1370.23],

    "huawei-pod12": [1300.12],

    "huawei-pod2": [1070.455],

    "ericsson-pod1": [1004.32],

    "huawei-virtual9": [753.46],

    "huawei-virtual4": [735.07],

    "huawei-virtual3": [493.985],

    "arm-pod5": [451.38],

    "arm-pod6": [193.43],

    "huawei-virtual1": [189.99],

    "huawei-virtual2": [80.15]

}


Fraser release
--------------

Test results per scenario and pod (higher is better):

{

    "os-nosdn-nofeature-ha:lf-pod2:fuel": [1893.39],

    "os-nosdn-nofeature-ha:zte-pod2:daisy": [1543.995],

    "os-nosdn-nofeature-ha:lf-pod1:apex": [1480.86],

    "os-nosdn-nofeature-ha:intel-pod18:joid": [1417.015],

    "os-nosdn-nofeature-ha:huawei-pod12:joid": [1028.55],

    "os-nosdn-nofeature-ha:huawei-pod2:compass": [1007.65],

    "os-nosdn-nofeature-ha:ericsson-pod1:fuel": [811.795],

    "os-nosdn-nofeature-ha:huawei-virtual4:compass": [552.95],

    "os-nosdn-nofeature-ha:arm-pod6:fuel": [227.655],

    "os-nosdn-nofeature-ha:huawei-virtual1:compass": [216.63],

    "os-nosdn-nofeature-ha:huawei-virtual3:compass": [59.255]

}


The influence of the POD
^^^^^^^^^^^^^^^^^^^^^^^^

.. image:: images/tc083_pod_fraser.png
   :width: 800px
   :alt: TC083 influence of the POD

{

    "lf-pod2": [1893.39],

    "zte-pod2": [1543.995],

    "lf-pod1": [1480.86],

    "intel-pod18": [1417.015],

    "huawei-pod12": [1028.55],

    "huawei-pod2": [1007.65],

    "ericsson-pod1": [811.795],

    "huawei-virtual4": [552.95],

    "arm-pod6": [227.655],

    "huawei-virtual1": [216.63],

    "huawei-virtual3": [59.255]

}