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