Merge "[release] Yardstick release note 6.1.0" into stable/fraser
[yardstick.git] / docs / release / results / tc082-context-switches-under-load.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 TC082 context switches under load
8 ==================================================
9
10 .. toctree::
11    :maxdepth: 2
12
13
14 Overview of test case
15 =====================
16
17 TC082 measures various software performance events using perf.
18 The test results shown below are for context-switches.
19
20 Metric: context switches
21 Unit: N/A
22
23
24 Euphrates release
25 -----------------
26
27 Test results per scenario and pod (lower is better):
28
29 {
30
31     "os-nosdn-nofeature-ha:huawei-pod12:joid": [316],
32
33     "os-nosdn-nofeature-ha:intel-pod18:joid": [340],
34
35     "os-nosdn-nofeature-ha:intel-pod5:joid": [357.5],
36
37     "os-nosdn-nofeature-ha:ericsson-pod1:fuel": [384],
38
39     "os-nosdn-nofeature-ha:lf-pod2:fuel": [394.5],
40
41     "os-nosdn-nofeature-ha:lf-pod1:apex": [435],
42
43     "os-nosdn-nofeature-ha:flex-pod2:apex": [476],
44
45     "os-nosdn-nofeature-ha:huawei-pod2:compass": [518],
46
47     "os-odl-nofeature-ha:arm-pod5:fuel": [863],
48
49     "os-nosdn-nofeature-ha:arm-pod5:fuel": [871],
50
51     "os-nosdn-nofeature-ha:huawei-virtual9:compass": [1002],
52
53     "os-nosdn-nofeature-ha:huawei-virtual4:compass": [1174],
54
55     "os-nosdn-nofeature-ha:huawei-virtual3:compass": [1239],
56
57     "os-nosdn-nofeature-ha:huawei-virtual2:compass": [1430],
58
59     "os-nosdn-nofeature-ha:huawei-virtual1:compass": [1489],
60
61     "os-nosdn-nofeature-ha:arm-pod6:fuel": [1883.5]
62
63 }
64
65
66 The influence of the scenario
67 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
68
69 .. image:: images/tc082_scenario.png
70    :width: 800px
71    :alt: TC082 influence of scenario
72
73 the influence of the scenario
74
75 {
76
77     "os-nosdn-nofeature-ha": [505],
78
79     "os-odl-nofeature-ha": [863]
80
81 }
82
83
84 The influence of the POD
85 ^^^^^^^^^^^^^^^^^^^^^^^^
86
87 .. image:: images/tc082_pod.png
88    :width: 800px
89    :alt: TC082 influence of the POD
90
91 the influence of the POD
92
93 {
94
95     "huawei-pod12": [316],
96
97     "intel-pod18": [340],
98
99     "intel-pod5": [357.5],
100
101     "ericsson-pod1": [384],
102
103     "lf-pod2": [394.5],
104
105     "lf-pod1": [435],
106
107     "flex-pod2": [476],
108
109     "huawei-pod2": [518],
110
111     "arm-pod5": [869.5],
112
113     "huawei-virtual9": [1002],
114
115     "huawei-virtual4": [1174],
116
117     "huawei-virtual3": [1239],
118
119     "huawei-virtual2": [1430],
120
121     "huawei-virtual1": [1489],
122
123     "arm-pod6": [1883.5]
124
125 }
126
127
128 Fraser release
129 --------------