Publish tenant networking reports for 378 nodes
Change-Id: Ie03e2472335484ae9e1098d5ea0fcb3203e8a0a5
@ -429,3 +429,4 @@ Reports
|
||||
|
||||
Test plan execution reports:
|
||||
* :ref:`tenant_networking_report_vxlan_dvr_200_nodes`
|
||||
* :ref:`tenant_networking_report_vxlan_dvr_378_nodes`
|
||||
|
@ -8,5 +8,6 @@ OpenStack tenant networking
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
:glob:
|
||||
|
||||
neutron_vxlan_dvr_200/index
|
||||
*/index
|
||||
|
@ -1,7 +1,7 @@
|
||||
.. _openstack_l2:
|
||||
|
||||
OpenStack L2
|
||||
************
|
||||
OpenStack L2 Full
|
||||
*****************
|
||||
|
||||
In this scenario Shaker launches pairs of instances in the same tenant network.
|
||||
Every instance is hosted on a separate compute node, all available compute
|
||||
|
@ -1,7 +1,7 @@
|
||||
.. _openstack_l3_east_west:
|
||||
|
||||
OpenStack L3 East-West
|
||||
**********************
|
||||
OpenStack L3 East-West Full
|
||||
***************************
|
||||
|
||||
In this scenario Shaker launches pairs of instances, each instance on its own
|
||||
compute node. All available compute nodes are utilized. Instances are connected
|
||||
|
@ -1,7 +1,7 @@
|
||||
.. _openstack_l2_performance:
|
||||
|
||||
OpenStack L2 Performance
|
||||
************************
|
||||
OpenStack L2 Performance 2 nodes
|
||||
********************************
|
||||
|
||||
In this scenario Shaker launches 1 pair of instances in the same tenant
|
||||
network. Each instance is hosted on a separate compute node. The traffic goes
|
||||
|
@ -1,7 +1,7 @@
|
||||
.. _openstack_l3_east_west_performance:
|
||||
|
||||
OpenStack L3 East-West Performance
|
||||
**********************************
|
||||
OpenStack L3 East-West Performance 2 nodes
|
||||
******************************************
|
||||
|
||||
In this scenario Shaker launches 1 pair of instances, each instance on its own
|
||||
compute node. Instances are connected to one of 2 tenant networks, which
|
||||
|
@ -1,7 +1,7 @@
|
||||
.. _openstack_l3_north_south_performance:
|
||||
|
||||
OpenStack L3 North-South Performance
|
||||
************************************
|
||||
OpenStack L3 North-South Performance 2 nodes
|
||||
********************************************
|
||||
|
||||
In this scenario Shaker launches 1 pair of instances on different compute
|
||||
nodes. Instances are in different networks connected to different routers,
|
||||
|
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 21 KiB |
@ -0,0 +1,470 @@
|
||||
.. _openstack_l2_dense:
|
||||
|
||||
OpenStack L2 Performance within single compute node
|
||||
***************************************************
|
||||
|
||||
In this scenario Shaker launches several pairs of instances on a single compute
|
||||
node. Instances are plugged into the same tenant network. The traffic goes
|
||||
within the tenant network (L2 domain).
|
||||
|
||||
**Scenario**:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
deployment:
|
||||
accommodation:
|
||||
- pair
|
||||
- double_room
|
||||
- density: 8
|
||||
- compute_nodes: 1
|
||||
template: l2.hot
|
||||
description: In this scenario Shaker launches several pairs of instances on a single
|
||||
compute node. Instances are plugged into the same tenant network. The traffic goes
|
||||
within the tenant network (L2 domain).
|
||||
execution:
|
||||
progression: linear
|
||||
tests:
|
||||
- class: flent
|
||||
method: tcp_download
|
||||
title: Download
|
||||
- class: flent
|
||||
method: tcp_upload
|
||||
title: Upload
|
||||
- class: flent
|
||||
method: tcp_bidirectional
|
||||
title: Bi-directional
|
||||
file_name: shaker/shaker/scenarios/openstack/dense_l2.yaml
|
||||
title: OpenStack L2 Dense
|
||||
|
||||
Bi-directional
|
||||
==============
|
||||
|
||||
**Test Specification**:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
class: flent
|
||||
method: tcp_bidirectional
|
||||
title: Bi-directional
|
||||
|
||||
.. image:: 0aa74b7c-f80a-4015-830f-84cde77bc7c1.*
|
||||
|
||||
**Stats**:
|
||||
|
||||
=========== ============= ===================== ===================
|
||||
concurrency ping_icmp, ms tcp_download, Mbits/s tcp_upload, Mbits/s
|
||||
=========== ============= ===================== ===================
|
||||
1 1.47 8932.92 8731.85
|
||||
2 1.42 9018.73 9050.41
|
||||
3 1.52 8394.38 8367.59
|
||||
4 1.38 9170.84 9145.60
|
||||
5 1.31 10104.35 9976.37
|
||||
6 1.47 8993.65 8909.14
|
||||
7 1.57 8222.63 8158.56
|
||||
8 1.80 7258.13 7210.99
|
||||
=========== ============= ===================== ===================
|
||||
|
||||
Concurrency 1
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================== ===================
|
||||
node ping_icmp, ms tcp_download, Mbits/s tcp_upload, Mbits/s
|
||||
=================== ============= ===================== ===================
|
||||
node-141.domain.tld 1.47 8932.92 8731.85
|
||||
=================== ============= ===================== ===================
|
||||
|
||||
Concurrency 2
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================== ===================
|
||||
node ping_icmp, ms tcp_download, Mbits/s tcp_upload, Mbits/s
|
||||
=================== ============= ===================== ===================
|
||||
node-141.domain.tld 1.41 9017.37 9067.10
|
||||
node-141.domain.tld 1.43 9020.09 9033.72
|
||||
=================== ============= ===================== ===================
|
||||
|
||||
Concurrency 3
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================== ===================
|
||||
node ping_icmp, ms tcp_download, Mbits/s tcp_upload, Mbits/s
|
||||
=================== ============= ===================== ===================
|
||||
node-141.domain.tld 1.45 8787.73 8743.41
|
||||
node-141.domain.tld 1.47 8724.54 8706.40
|
||||
node-141.domain.tld 1.64 7670.87 7652.98
|
||||
=================== ============= ===================== ===================
|
||||
|
||||
Concurrency 4
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================== ===================
|
||||
node ping_icmp, ms tcp_download, Mbits/s tcp_upload, Mbits/s
|
||||
=================== ============= ===================== ===================
|
||||
node-141.domain.tld 1.42 8678.19 8641.71
|
||||
node-141.domain.tld 1.75 7710.73 7750.88
|
||||
node-141.domain.tld 0.98 11529.86 11349.28
|
||||
node-141.domain.tld 1.39 8764.57 8840.53
|
||||
=================== ============= ===================== ===================
|
||||
|
||||
Concurrency 5
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================== ===================
|
||||
node ping_icmp, ms tcp_download, Mbits/s tcp_upload, Mbits/s
|
||||
=================== ============= ===================== ===================
|
||||
node-141.domain.tld 1.61 8258.34 8172.89
|
||||
node-141.domain.tld 1.40 9481.39 9450.14
|
||||
node-141.domain.tld 1.08 11532.37 11445.50
|
||||
node-141.domain.tld 1.57 8344.98 8230.28
|
||||
node-141.domain.tld 0.91 12904.68 12583.05
|
||||
=================== ============= ===================== ===================
|
||||
|
||||
Concurrency 6
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================== ===================
|
||||
node ping_icmp, ms tcp_download, Mbits/s tcp_upload, Mbits/s
|
||||
=================== ============= ===================== ===================
|
||||
node-141.domain.tld 1.81 7406.28 7345.23
|
||||
node-141.domain.tld 1.02 11434.87 11142.51
|
||||
node-141.domain.tld 1.29 9507.96 9382.82
|
||||
node-141.domain.tld 1.29 10045.68 10089.79
|
||||
node-141.domain.tld 1.73 7691.97 7666.05
|
||||
node-141.domain.tld 1.68 7875.17 7828.46
|
||||
=================== ============= ===================== ===================
|
||||
|
||||
Concurrency 7
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================== ===================
|
||||
node ping_icmp, ms tcp_download, Mbits/s tcp_upload, Mbits/s
|
||||
=================== ============= ===================== ===================
|
||||
node-141.domain.tld 1.61 7989.37 7895.56
|
||||
node-141.domain.tld 1.52 8237.34 8123.65
|
||||
node-141.domain.tld 1.53 8538.53 8476.13
|
||||
node-141.domain.tld 1.89 6885.80 6855.69
|
||||
node-141.domain.tld 1.24 9843.51 9674.68
|
||||
node-141.domain.tld 1.65 7604.83 7577.78
|
||||
node-141.domain.tld 1.55 8459.05 8506.46
|
||||
=================== ============= ===================== ===================
|
||||
|
||||
Concurrency 8
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================== ===================
|
||||
node ping_icmp, ms tcp_download, Mbits/s tcp_upload, Mbits/s
|
||||
=================== ============= ===================== ===================
|
||||
node-141.domain.tld 1.50 8584.58 8455.17
|
||||
node-141.domain.tld 1.97 6677.43 6619.24
|
||||
node-141.domain.tld 1.56 8131.01 8136.20
|
||||
node-141.domain.tld 1.96 6647.47 6640.80
|
||||
node-141.domain.tld 2.00 6443.56 6425.13
|
||||
node-141.domain.tld 1.90 6984.43 6871.97
|
||||
node-141.domain.tld 1.88 6708.52 6693.98
|
||||
node-141.domain.tld 1.63 7888.02 7845.44
|
||||
=================== ============= ===================== ===================
|
||||
|
||||
Download
|
||||
========
|
||||
|
||||
**Test Specification**:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
class: flent
|
||||
method: tcp_download
|
||||
title: Download
|
||||
|
||||
.. image:: ed1ea52c-d270-49db-b81c-94511046677b.*
|
||||
|
||||
**Stats**:
|
||||
|
||||
=========== ============= =====================
|
||||
concurrency ping_icmp, ms tcp_download, Mbits/s
|
||||
=========== ============= =====================
|
||||
1 0.70 17174.86
|
||||
2 0.75 16343.71
|
||||
3 0.79 15061.77
|
||||
4 0.79 15045.57
|
||||
5 0.87 13991.47
|
||||
6 0.94 13250.97
|
||||
7 0.95 13230.50
|
||||
8 0.98 12729.51
|
||||
=========== ============= =====================
|
||||
|
||||
Concurrency 1
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= =====================
|
||||
node ping_icmp, ms tcp_download, Mbits/s
|
||||
=================== ============= =====================
|
||||
node-141.domain.tld 0.70 17174.86
|
||||
=================== ============= =====================
|
||||
|
||||
Concurrency 2
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= =====================
|
||||
node ping_icmp, ms tcp_download, Mbits/s
|
||||
=================== ============= =====================
|
||||
node-141.domain.tld 0.75 16354.16
|
||||
node-141.domain.tld 0.74 16333.25
|
||||
=================== ============= =====================
|
||||
|
||||
Concurrency 3
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= =====================
|
||||
node ping_icmp, ms tcp_download, Mbits/s
|
||||
=================== ============= =====================
|
||||
node-141.domain.tld 0.94 13407.88
|
||||
node-141.domain.tld 0.74 15494.12
|
||||
node-141.domain.tld 0.70 16283.32
|
||||
=================== ============= =====================
|
||||
|
||||
Concurrency 4
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= =====================
|
||||
node ping_icmp, ms tcp_download, Mbits/s
|
||||
=================== ============= =====================
|
||||
node-141.domain.tld 0.75 15354.06
|
||||
node-141.domain.tld 0.89 12873.12
|
||||
node-141.domain.tld 0.75 15783.54
|
||||
node-141.domain.tld 0.76 16171.55
|
||||
=================== ============= =====================
|
||||
|
||||
Concurrency 5
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= =====================
|
||||
node ping_icmp, ms tcp_download, Mbits/s
|
||||
=================== ============= =====================
|
||||
node-141.domain.tld 0.79 14708.10
|
||||
node-141.domain.tld 0.96 12132.16
|
||||
node-141.domain.tld 0.87 14437.94
|
||||
node-141.domain.tld 0.88 14437.93
|
||||
node-141.domain.tld 0.82 14241.21
|
||||
=================== ============= =====================
|
||||
|
||||
Concurrency 6
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= =====================
|
||||
node ping_icmp, ms tcp_download, Mbits/s
|
||||
=================== ============= =====================
|
||||
node-141.domain.tld 0.77 15037.82
|
||||
node-141.domain.tld 1.01 12723.78
|
||||
node-141.domain.tld 0.91 13645.23
|
||||
node-141.domain.tld 0.80 14589.91
|
||||
node-141.domain.tld 1.08 12021.81
|
||||
node-141.domain.tld 1.09 11487.27
|
||||
=================== ============= =====================
|
||||
|
||||
Concurrency 7
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= =====================
|
||||
node ping_icmp, ms tcp_download, Mbits/s
|
||||
=================== ============= =====================
|
||||
node-141.domain.tld 0.83 14182.20
|
||||
node-141.domain.tld 0.97 12545.83
|
||||
node-141.domain.tld 0.94 12665.17
|
||||
node-141.domain.tld 1.14 11937.60
|
||||
node-141.domain.tld 0.87 15161.94
|
||||
node-141.domain.tld 0.87 13544.19
|
||||
node-141.domain.tld 1.02 12576.59
|
||||
=================== ============= =====================
|
||||
|
||||
Concurrency 8
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= =====================
|
||||
node ping_icmp, ms tcp_download, Mbits/s
|
||||
=================== ============= =====================
|
||||
node-141.domain.tld 1.06 11766.60
|
||||
node-141.domain.tld 1.06 11854.18
|
||||
node-141.domain.tld 0.93 13082.38
|
||||
node-141.domain.tld 1.00 12669.54
|
||||
node-141.domain.tld 1.13 10735.65
|
||||
node-141.domain.tld 0.80 15464.54
|
||||
node-141.domain.tld 1.01 12574.11
|
||||
node-141.domain.tld 0.90 13689.09
|
||||
=================== ============= =====================
|
||||
|
||||
Upload
|
||||
======
|
||||
|
||||
**Test Specification**:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
class: flent
|
||||
method: tcp_upload
|
||||
title: Upload
|
||||
|
||||
.. image:: 65b31bdf-ec3f-4017-9a9a-5f8913d6e249.*
|
||||
|
||||
**Stats**:
|
||||
|
||||
=========== ============= ===================
|
||||
concurrency ping_icmp, ms tcp_upload, Mbits/s
|
||||
=========== ============= ===================
|
||||
1 0.90 15985.96
|
||||
2 0.83 16971.57
|
||||
3 0.91 15858.46
|
||||
4 0.79 17651.69
|
||||
5 0.84 16438.54
|
||||
6 0.89 15655.78
|
||||
7 0.99 14351.86
|
||||
8 1.01 14213.86
|
||||
=========== ============= ===================
|
||||
|
||||
Concurrency 1
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================
|
||||
node ping_icmp, ms tcp_upload, Mbits/s
|
||||
=================== ============= ===================
|
||||
node-141.domain.tld 0.90 15985.96
|
||||
=================== ============= ===================
|
||||
|
||||
Concurrency 2
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================
|
||||
node ping_icmp, ms tcp_upload, Mbits/s
|
||||
=================== ============= ===================
|
||||
node-141.domain.tld 0.74 18265.24
|
||||
node-141.domain.tld 0.92 15677.91
|
||||
=================== ============= ===================
|
||||
|
||||
Concurrency 3
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================
|
||||
node ping_icmp, ms tcp_upload, Mbits/s
|
||||
=================== ============= ===================
|
||||
node-141.domain.tld 0.96 14825.99
|
||||
node-141.domain.tld 0.93 14878.60
|
||||
node-141.domain.tld 0.84 17870.81
|
||||
=================== ============= ===================
|
||||
|
||||
Concurrency 4
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================
|
||||
node ping_icmp, ms tcp_upload, Mbits/s
|
||||
=================== ============= ===================
|
||||
node-141.domain.tld 0.94 15110.30
|
||||
node-141.domain.tld 0.79 17212.34
|
||||
node-141.domain.tld 0.89 16294.36
|
||||
node-141.domain.tld 0.56 21989.74
|
||||
=================== ============= ===================
|
||||
|
||||
Concurrency 5
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================
|
||||
node ping_icmp, ms tcp_upload, Mbits/s
|
||||
=================== ============= ===================
|
||||
node-141.domain.tld 0.70 19377.28
|
||||
node-141.domain.tld 0.93 14911.98
|
||||
node-141.domain.tld 0.86 15314.42
|
||||
node-141.domain.tld 0.90 15643.99
|
||||
node-141.domain.tld 0.82 16945.03
|
||||
=================== ============= ===================
|
||||
|
||||
Concurrency 6
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================
|
||||
node ping_icmp, ms tcp_upload, Mbits/s
|
||||
=================== ============= ===================
|
||||
node-141.domain.tld 0.95 14825.44
|
||||
node-141.domain.tld 0.73 19108.33
|
||||
node-141.domain.tld 0.88 15285.79
|
||||
node-141.domain.tld 0.89 15682.64
|
||||
node-141.domain.tld 0.88 15163.88
|
||||
node-141.domain.tld 1.01 13868.61
|
||||
=================== ============= ===================
|
||||
|
||||
Concurrency 7
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================
|
||||
node ping_icmp, ms tcp_upload, Mbits/s
|
||||
=================== ============= ===================
|
||||
node-141.domain.tld 1.09 13067.09
|
||||
node-141.domain.tld 0.98 14422.92
|
||||
node-141.domain.tld 1.02 13441.86
|
||||
node-141.domain.tld 0.86 15986.76
|
||||
node-141.domain.tld 1.06 13036.66
|
||||
node-141.domain.tld 0.85 16705.04
|
||||
node-141.domain.tld 1.04 13802.73
|
||||
=================== ============= ===================
|
||||
|
||||
Concurrency 8
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================
|
||||
node ping_icmp, ms tcp_upload, Mbits/s
|
||||
=================== ============= ===================
|
||||
node-141.domain.tld 0.88 16555.03
|
||||
node-141.domain.tld 1.05 13632.18
|
||||
node-141.domain.tld 1.03 13332.33
|
||||
node-141.domain.tld 0.90 15874.93
|
||||
node-141.domain.tld 1.01 13767.51
|
||||
node-141.domain.tld 1.03 14362.50
|
||||
node-141.domain.tld 1.06 13227.78
|
||||
node-141.domain.tld 1.11 12958.61
|
||||
=================== ============= ===================
|
||||
|
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 21 KiB |
@ -0,0 +1,470 @@
|
||||
.. _openstack_l3_east_west_dense:
|
||||
|
||||
OpenStack L3 East-West Performance within single compute node
|
||||
*************************************************************
|
||||
|
||||
In this scenario Shaker launches pairs of instances on the same compute node.
|
||||
Instances are connected to different tenant networks connected to one router.
|
||||
The traffic goes from one network to the other (L3 east-west).
|
||||
|
||||
**Scenario**:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
deployment:
|
||||
accommodation:
|
||||
- pair
|
||||
- double_room
|
||||
- density: 8
|
||||
- compute_nodes: 1
|
||||
template: l3_east_west.hot
|
||||
description: In this scenario Shaker launches pairs of instances on the same compute
|
||||
node. Instances are connected to different tenant networks connected to one router.
|
||||
The traffic goes from one network to the other (L3 east-west).
|
||||
execution:
|
||||
progression: linear
|
||||
tests:
|
||||
- class: flent
|
||||
method: tcp_download
|
||||
title: Download
|
||||
- class: flent
|
||||
method: tcp_upload
|
||||
title: Upload
|
||||
- class: flent
|
||||
method: tcp_bidirectional
|
||||
title: Bi-directional
|
||||
file_name: shaker/shaker/scenarios/openstack/dense_l3_east_west.yaml
|
||||
title: OpenStack L3 East-West Dense
|
||||
|
||||
Bi-directional
|
||||
==============
|
||||
|
||||
**Test Specification**:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
class: flent
|
||||
method: tcp_bidirectional
|
||||
title: Bi-directional
|
||||
|
||||
.. image:: 4e4a93eb-45a9-4036-90ba-e8d012646879.*
|
||||
|
||||
**Stats**:
|
||||
|
||||
=========== ============= ===================== ===================
|
||||
concurrency ping_icmp, ms tcp_download, Mbits/s tcp_upload, Mbits/s
|
||||
=========== ============= ===================== ===================
|
||||
1 1.52 8457.75 8327.69
|
||||
2 1.49 8800.78 8801.67
|
||||
3 1.62 8043.17 8004.92
|
||||
4 1.55 8479.99 8596.77
|
||||
5 1.78 7635.20 7622.58
|
||||
6 1.90 7069.66 7086.26
|
||||
7 2.02 6675.86 6656.08
|
||||
8 2.02 6470.81 6446.46
|
||||
=========== ============= ===================== ===================
|
||||
|
||||
Concurrency 1
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================== ===================
|
||||
node ping_icmp, ms tcp_download, Mbits/s tcp_upload, Mbits/s
|
||||
=================== ============= ===================== ===================
|
||||
node-275.domain.tld 1.52 8457.75 8327.69
|
||||
=================== ============= ===================== ===================
|
||||
|
||||
Concurrency 2
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================== ===================
|
||||
node ping_icmp, ms tcp_download, Mbits/s tcp_upload, Mbits/s
|
||||
=================== ============= ===================== ===================
|
||||
node-275.domain.tld 1.39 9440.58 9516.83
|
||||
node-275.domain.tld 1.59 8160.98 8086.51
|
||||
=================== ============= ===================== ===================
|
||||
|
||||
Concurrency 3
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================== ===================
|
||||
node ping_icmp, ms tcp_download, Mbits/s tcp_upload, Mbits/s
|
||||
=================== ============= ===================== ===================
|
||||
node-275.domain.tld 1.47 8706.72 8862.80
|
||||
node-275.domain.tld 1.71 7659.76 7527.31
|
||||
node-275.domain.tld 1.68 7763.02 7624.65
|
||||
=================== ============= ===================== ===================
|
||||
|
||||
Concurrency 4
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================== ===================
|
||||
node ping_icmp, ms tcp_download, Mbits/s tcp_upload, Mbits/s
|
||||
=================== ============= ===================== ===================
|
||||
node-275.domain.tld 1.37 8850.28 9189.17
|
||||
node-275.domain.tld 1.66 7847.05 7846.57
|
||||
node-275.domain.tld 1.79 7136.96 7053.48
|
||||
node-275.domain.tld 1.36 10085.66 10297.87
|
||||
=================== ============= ===================== ===================
|
||||
|
||||
Concurrency 5
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================== ===================
|
||||
node ping_icmp, ms tcp_download, Mbits/s tcp_upload, Mbits/s
|
||||
=================== ============= ===================== ===================
|
||||
node-275.domain.tld 1.36 9686.97 9610.78
|
||||
node-275.domain.tld 1.89 7059.85 7027.04
|
||||
node-275.domain.tld 1.67 7987.25 8008.20
|
||||
node-275.domain.tld 2.18 6139.24 6180.48
|
||||
node-275.domain.tld 1.77 7302.68 7286.40
|
||||
=================== ============= ===================== ===================
|
||||
|
||||
Concurrency 6
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================== ===================
|
||||
node ping_icmp, ms tcp_download, Mbits/s tcp_upload, Mbits/s
|
||||
=================== ============= ===================== ===================
|
||||
node-275.domain.tld 2.10 6286.37 6188.49
|
||||
node-275.domain.tld 2.22 5955.32 5843.52
|
||||
node-275.domain.tld 1.48 9413.73 9623.87
|
||||
node-275.domain.tld 1.83 7101.78 7238.23
|
||||
node-275.domain.tld 1.73 7404.99 7383.09
|
||||
node-275.domain.tld 2.05 6255.81 6240.34
|
||||
=================== ============= ===================== ===================
|
||||
|
||||
Concurrency 7
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================== ===================
|
||||
node ping_icmp, ms tcp_download, Mbits/s tcp_upload, Mbits/s
|
||||
=================== ============= ===================== ===================
|
||||
node-275.domain.tld 2.08 6168.70 6152.67
|
||||
node-275.domain.tld 1.88 6926.98 6868.13
|
||||
node-275.domain.tld 2.25 5744.58 5712.43
|
||||
node-275.domain.tld 1.48 8867.42 8945.64
|
||||
node-275.domain.tld 2.34 5785.97 5883.03
|
||||
node-275.domain.tld 1.82 7405.34 7150.14
|
||||
node-275.domain.tld 2.27 5832.03 5880.53
|
||||
=================== ============= ===================== ===================
|
||||
|
||||
Concurrency 8
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================== ===================
|
||||
node ping_icmp, ms tcp_download, Mbits/s tcp_upload, Mbits/s
|
||||
=================== ============= ===================== ===================
|
||||
node-275.domain.tld 1.77 7084.71 7091.14
|
||||
node-275.domain.tld 2.33 5679.46 5683.84
|
||||
node-275.domain.tld 2.15 6087.16 6058.08
|
||||
node-275.domain.tld 2.21 6017.14 6028.22
|
||||
node-275.domain.tld 1.99 6576.39 6501.82
|
||||
node-275.domain.tld 1.84 7010.07 6980.70
|
||||
node-275.domain.tld 2.06 6302.22 6352.23
|
||||
node-275.domain.tld 1.82 7009.31 6875.67
|
||||
=================== ============= ===================== ===================
|
||||
|
||||
Download
|
||||
========
|
||||
|
||||
**Test Specification**:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
class: flent
|
||||
method: tcp_download
|
||||
title: Download
|
||||
|
||||
.. image:: 6e251245-3505-4d8b-b102-c97377ffdf4c.*
|
||||
|
||||
**Stats**:
|
||||
|
||||
=========== ============= =====================
|
||||
concurrency ping_icmp, ms tcp_download, Mbits/s
|
||||
=========== ============= =====================
|
||||
1 0.78 15881.89
|
||||
2 0.75 15510.19
|
||||
3 0.73 16571.65
|
||||
4 0.79 15301.45
|
||||
5 0.86 14437.04
|
||||
6 0.87 14113.35
|
||||
7 0.98 12694.34
|
||||
8 1.00 12262.89
|
||||
=========== ============= =====================
|
||||
|
||||
Concurrency 1
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= =====================
|
||||
node ping_icmp, ms tcp_download, Mbits/s
|
||||
=================== ============= =====================
|
||||
node-275.domain.tld 0.78 15881.89
|
||||
=================== ============= =====================
|
||||
|
||||
Concurrency 2
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= =====================
|
||||
node ping_icmp, ms tcp_download, Mbits/s
|
||||
=================== ============= =====================
|
||||
node-275.domain.tld 0.76 15247.03
|
||||
node-275.domain.tld 0.74 15773.35
|
||||
=================== ============= =====================
|
||||
|
||||
Concurrency 3
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= =====================
|
||||
node ping_icmp, ms tcp_download, Mbits/s
|
||||
=================== ============= =====================
|
||||
node-275.domain.tld 0.70 16886.26
|
||||
node-275.domain.tld 0.71 17199.99
|
||||
node-275.domain.tld 0.77 15628.70
|
||||
=================== ============= =====================
|
||||
|
||||
Concurrency 4
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= =====================
|
||||
node ping_icmp, ms tcp_download, Mbits/s
|
||||
=================== ============= =====================
|
||||
node-275.domain.tld 0.70 16376.26
|
||||
node-275.domain.tld 0.77 15238.86
|
||||
node-275.domain.tld 0.73 16570.47
|
||||
node-275.domain.tld 0.96 13020.20
|
||||
=================== ============= =====================
|
||||
|
||||
Concurrency 5
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= =====================
|
||||
node ping_icmp, ms tcp_download, Mbits/s
|
||||
=================== ============= =====================
|
||||
node-275.domain.tld 1.05 12317.70
|
||||
node-275.domain.tld 0.71 16836.23
|
||||
node-275.domain.tld 0.82 14478.83
|
||||
node-275.domain.tld 0.79 15427.59
|
||||
node-275.domain.tld 0.92 13124.87
|
||||
=================== ============= =====================
|
||||
|
||||
Concurrency 6
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= =====================
|
||||
node ping_icmp, ms tcp_download, Mbits/s
|
||||
=================== ============= =====================
|
||||
node-275.domain.tld 0.89 14133.96
|
||||
node-275.domain.tld 0.89 13404.21
|
||||
node-275.domain.tld 1.01 12714.91
|
||||
node-275.domain.tld 0.91 13516.74
|
||||
node-275.domain.tld 0.72 16215.22
|
||||
node-275.domain.tld 0.80 14695.04
|
||||
=================== ============= =====================
|
||||
|
||||
Concurrency 7
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= =====================
|
||||
node ping_icmp, ms tcp_download, Mbits/s
|
||||
=================== ============= =====================
|
||||
node-275.domain.tld 1.01 12526.78
|
||||
node-275.domain.tld 1.08 12375.26
|
||||
node-275.domain.tld 1.00 12247.29
|
||||
node-275.domain.tld 0.85 13329.27
|
||||
node-275.domain.tld 0.90 13466.65
|
||||
node-275.domain.tld 1.13 11618.70
|
||||
node-275.domain.tld 0.94 13296.40
|
||||
=================== ============= =====================
|
||||
|
||||
Concurrency 8
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= =====================
|
||||
node ping_icmp, ms tcp_download, Mbits/s
|
||||
=================== ============= =====================
|
||||
node-275.domain.tld 1.04 12543.69
|
||||
node-275.domain.tld 1.04 11794.31
|
||||
node-275.domain.tld 0.96 12560.19
|
||||
node-275.domain.tld 1.04 11568.23
|
||||
node-275.domain.tld 0.88 13299.47
|
||||
node-275.domain.tld 1.04 11703.82
|
||||
node-275.domain.tld 1.03 12345.28
|
||||
node-275.domain.tld 1.00 12288.11
|
||||
=================== ============= =====================
|
||||
|
||||
Upload
|
||||
======
|
||||
|
||||
**Test Specification**:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
class: flent
|
||||
method: tcp_upload
|
||||
title: Upload
|
||||
|
||||
.. image:: a60fb96b-633e-4d80-9570-f3005b582862.*
|
||||
|
||||
**Stats**:
|
||||
|
||||
=========== ============= ===================
|
||||
concurrency ping_icmp, ms tcp_upload, Mbits/s
|
||||
=========== ============= ===================
|
||||
1 0.84 17167.63
|
||||
2 0.72 19966.74
|
||||
3 0.83 17006.97
|
||||
4 0.87 16349.17
|
||||
5 0.98 14671.08
|
||||
6 1.06 13574.77
|
||||
7 1.07 12967.83
|
||||
8 1.14 12481.79
|
||||
=========== ============= ===================
|
||||
|
||||
Concurrency 1
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================
|
||||
node ping_icmp, ms tcp_upload, Mbits/s
|
||||
=================== ============= ===================
|
||||
node-275.domain.tld 0.84 17167.63
|
||||
=================== ============= ===================
|
||||
|
||||
Concurrency 2
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================
|
||||
node ping_icmp, ms tcp_upload, Mbits/s
|
||||
=================== ============= ===================
|
||||
node-275.domain.tld 0.73 19687.23
|
||||
node-275.domain.tld 0.71 20246.26
|
||||
=================== ============= ===================
|
||||
|
||||
Concurrency 3
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================
|
||||
node ping_icmp, ms tcp_upload, Mbits/s
|
||||
=================== ============= ===================
|
||||
node-275.domain.tld 0.78 18773.29
|
||||
node-275.domain.tld 0.82 16864.34
|
||||
node-275.domain.tld 0.90 15383.29
|
||||
=================== ============= ===================
|
||||
|
||||
Concurrency 4
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================
|
||||
node ping_icmp, ms tcp_upload, Mbits/s
|
||||
=================== ============= ===================
|
||||
node-275.domain.tld 0.96 14120.73
|
||||
node-275.domain.tld 0.89 15999.36
|
||||
node-275.domain.tld 0.78 18222.04
|
||||
node-275.domain.tld 0.84 17054.53
|
||||
=================== ============= ===================
|
||||
|
||||
Concurrency 5
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================
|
||||
node ping_icmp, ms tcp_upload, Mbits/s
|
||||
=================== ============= ===================
|
||||
node-275.domain.tld 0.99 14385.39
|
||||
node-275.domain.tld 1.13 12955.86
|
||||
node-275.domain.tld 0.96 14531.94
|
||||
node-275.domain.tld 1.02 13953.28
|
||||
node-275.domain.tld 0.81 17528.92
|
||||
=================== ============= ===================
|
||||
|
||||
Concurrency 6
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================
|
||||
node ping_icmp, ms tcp_upload, Mbits/s
|
||||
=================== ============= ===================
|
||||
node-275.domain.tld 0.99 14701.80
|
||||
node-275.domain.tld 1.07 13396.36
|
||||
node-275.domain.tld 1.00 13535.07
|
||||
node-275.domain.tld 1.13 12807.53
|
||||
node-275.domain.tld 0.99 14619.33
|
||||
node-275.domain.tld 1.19 12388.53
|
||||
=================== ============= ===================
|
||||
|
||||
Concurrency 7
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================
|
||||
node ping_icmp, ms tcp_upload, Mbits/s
|
||||
=================== ============= ===================
|
||||
node-275.domain.tld 0.95 15082.15
|
||||
node-275.domain.tld 1.02 12995.54
|
||||
node-275.domain.tld 1.03 13800.15
|
||||
node-275.domain.tld 1.15 11982.45
|
||||
node-275.domain.tld 1.12 12270.46
|
||||
node-275.domain.tld 1.12 11981.77
|
||||
node-275.domain.tld 1.11 12662.30
|
||||
=================== ============= ===================
|
||||
|
||||
Concurrency 8
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================
|
||||
node ping_icmp, ms tcp_upload, Mbits/s
|
||||
=================== ============= ===================
|
||||
node-275.domain.tld 1.18 12192.89
|
||||
node-275.domain.tld 1.27 11128.53
|
||||
node-275.domain.tld 1.07 12911.47
|
||||
node-275.domain.tld 0.92 14827.95
|
||||
node-275.domain.tld 1.24 11961.62
|
||||
node-275.domain.tld 1.27 11163.74
|
||||
node-275.domain.tld 1.19 11914.73
|
||||
node-275.domain.tld 0.98 13753.36
|
||||
=================== ============= ===================
|
||||
|
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 24 KiB |
@ -0,0 +1,472 @@
|
||||
.. _openstack_l3_north_south_dense:
|
||||
|
||||
OpenStack L3 North-South Performance within single compute node
|
||||
***************************************************************
|
||||
|
||||
In this scenario Shaker launches pairs of instances on the same compute node.
|
||||
Instances are connected to different tenant networks, each connected to own
|
||||
router. Instances in one of networks have floating IPs. The traffic goes from
|
||||
one network via external network to the other network.
|
||||
|
||||
**Scenario**:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
deployment:
|
||||
accommodation:
|
||||
- pair
|
||||
- double_room
|
||||
- density: 8
|
||||
- compute_nodes: 1
|
||||
template: l3_north_south.hot
|
||||
description: In this scenario Shaker launches pairs of instances on the same compute
|
||||
node. Instances are connected to different tenant networks, each connected to own
|
||||
router. Instances in one of networks have floating IPs. The traffic goes from one
|
||||
network via external network to the other network.
|
||||
execution:
|
||||
progression: linear
|
||||
tests:
|
||||
- class: flent
|
||||
method: tcp_download
|
||||
title: Download
|
||||
- class: flent
|
||||
method: tcp_upload
|
||||
title: Upload
|
||||
- class: flent
|
||||
method: tcp_bidirectional
|
||||
title: Bi-directional
|
||||
file_name: shaker/shaker/scenarios/openstack/dense_l3_north_south.yaml
|
||||
title: OpenStack L3 North-South Dense
|
||||
|
||||
Bi-directional
|
||||
==============
|
||||
|
||||
**Test Specification**:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
class: flent
|
||||
method: tcp_bidirectional
|
||||
title: Bi-directional
|
||||
|
||||
.. image:: ef97118d-c610-4779-a3a9-8f79e6a60fe9.*
|
||||
|
||||
**Stats**:
|
||||
|
||||
=========== ============= ===================== ===================
|
||||
concurrency ping_icmp, ms tcp_download, Mbits/s tcp_upload, Mbits/s
|
||||
=========== ============= ===================== ===================
|
||||
1 6.32 1546.04 2158.92
|
||||
2 13.34 848.30 1152.63
|
||||
3 3.66 1233.43 1096.07
|
||||
4 6.22 1140.33 876.81
|
||||
5 3.40 935.68 860.99
|
||||
6 3.25 521.32 587.13
|
||||
7 4.85 536.31 468.74
|
||||
8 5.80 468.90 301.11
|
||||
=========== ============= ===================== ===================
|
||||
|
||||
Concurrency 1
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================== ===================
|
||||
node ping_icmp, ms tcp_download, Mbits/s tcp_upload, Mbits/s
|
||||
=================== ============= ===================== ===================
|
||||
node-410.domain.tld 6.32 1546.04 2158.92
|
||||
=================== ============= ===================== ===================
|
||||
|
||||
Concurrency 2
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================== ===================
|
||||
node ping_icmp, ms tcp_download, Mbits/s tcp_upload, Mbits/s
|
||||
=================== ============= ===================== ===================
|
||||
node-410.domain.tld 13.57 812.12 1135.77
|
||||
node-410.domain.tld 13.10 884.47 1169.49
|
||||
=================== ============= ===================== ===================
|
||||
|
||||
Concurrency 3
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================== ===================
|
||||
node ping_icmp, ms tcp_download, Mbits/s tcp_upload, Mbits/s
|
||||
=================== ============= ===================== ===================
|
||||
node-410.domain.tld 1.50 1763.03 1076.26
|
||||
node-410.domain.tld 8.55 754.86 990.66
|
||||
node-410.domain.tld 0.93 1182.42 1221.30
|
||||
=================== ============= ===================== ===================
|
||||
|
||||
Concurrency 4
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================== ===================
|
||||
node ping_icmp, ms tcp_download, Mbits/s tcp_upload, Mbits/s
|
||||
=================== ============= ===================== ===================
|
||||
node-410.domain.tld 1.72 1992.45 929.17
|
||||
node-410.domain.tld 10.82 698.61 758.42
|
||||
node-410.domain.tld 1.60 1312.01 884.43
|
||||
node-410.domain.tld 10.76 558.26 935.25
|
||||
=================== ============= ===================== ===================
|
||||
|
||||
Concurrency 5
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================== ===================
|
||||
node ping_icmp, ms tcp_download, Mbits/s tcp_upload, Mbits/s
|
||||
=================== ============= ===================== ===================
|
||||
node-410.domain.tld 5.13 943.98 886.43
|
||||
node-410.domain.tld 2.34 1052.92 829.42
|
||||
node-410.domain.tld 5.02 563.52 1125.07
|
||||
node-410.domain.tld 2.14 732.98 913.07
|
||||
node-410.domain.tld 2.35 1384.99 550.96
|
||||
=================== ============= ===================== ===================
|
||||
|
||||
Concurrency 6
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================== ===================
|
||||
node ping_icmp, ms tcp_download, Mbits/s tcp_upload, Mbits/s
|
||||
=================== ============= ===================== ===================
|
||||
node-410.domain.tld 2.36 501.11 568.39
|
||||
node-410.domain.tld 2.22 632.64 782.23
|
||||
node-410.domain.tld 2.20 567.90 349.99
|
||||
node-410.domain.tld 6.03 436.01 489.04
|
||||
node-410.domain.tld 3.99 472.03 507.83
|
||||
node-410.domain.tld 2.74 518.22 825.30
|
||||
=================== ============= ===================== ===================
|
||||
|
||||
Concurrency 7
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================== ===================
|
||||
node ping_icmp, ms tcp_download, Mbits/s tcp_upload, Mbits/s
|
||||
=================== ============= ===================== ===================
|
||||
node-410.domain.tld 4.39 596.15 450.79
|
||||
node-410.domain.tld 4.98 459.32 368.12
|
||||
node-410.domain.tld 8.22 503.66 313.17
|
||||
node-410.domain.tld 3.42 564.59 644.54
|
||||
node-410.domain.tld 3.67 524.89 653.84
|
||||
node-410.domain.tld 3.56 671.12 455.48
|
||||
node-410.domain.tld 5.67 434.41 395.21
|
||||
=================== ============= ===================== ===================
|
||||
|
||||
Concurrency 8
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================== ===================
|
||||
node ping_icmp, ms tcp_download, Mbits/s tcp_upload, Mbits/s
|
||||
=================== ============= ===================== ===================
|
||||
node-410.domain.tld 8.74 625.17 186.65
|
||||
node-410.domain.tld 3.13 374.05 435.98
|
||||
node-410.domain.tld 4.60 453.88 307.88
|
||||
node-410.domain.tld 8.27 483.55 178.31
|
||||
node-410.domain.tld 4.73 581.72 278.37
|
||||
node-410.domain.tld 7.39 322.35 200.09
|
||||
node-410.domain.tld 4.37 380.28 340.41
|
||||
node-410.domain.tld 5.18 530.20 481.19
|
||||
=================== ============= ===================== ===================
|
||||
|
||||
Download
|
||||
========
|
||||
|
||||
**Test Specification**:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
class: flent
|
||||
method: tcp_download
|
||||
title: Download
|
||||
|
||||
.. image:: 8f2c9ba1-3990-4de6-8ddd-4acef9132235.*
|
||||
|
||||
**Stats**:
|
||||
|
||||
=========== ============= =====================
|
||||
concurrency ping_icmp, ms tcp_download, Mbits/s
|
||||
=========== ============= =====================
|
||||
1 1.33 4729.39
|
||||
2 1.37 3654.80
|
||||
3 1.82 2177.89
|
||||
4 1.50 2182.97
|
||||
5 2.26 1790.82
|
||||
6 2.05 1508.21
|
||||
7 1.07 1299.28
|
||||
8 1.84 993.01
|
||||
=========== ============= =====================
|
||||
|
||||
Concurrency 1
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= =====================
|
||||
node ping_icmp, ms tcp_download, Mbits/s
|
||||
=================== ============= =====================
|
||||
node-410.domain.tld 1.33 4729.39
|
||||
=================== ============= =====================
|
||||
|
||||
Concurrency 2
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= =====================
|
||||
node ping_icmp, ms tcp_download, Mbits/s
|
||||
=================== ============= =====================
|
||||
node-410.domain.tld 1.46 3637.35
|
||||
node-410.domain.tld 1.28 3672.26
|
||||
=================== ============= =====================
|
||||
|
||||
Concurrency 3
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= =====================
|
||||
node ping_icmp, ms tcp_download, Mbits/s
|
||||
=================== ============= =====================
|
||||
node-410.domain.tld 1.72 1879.20
|
||||
node-410.domain.tld 1.41 3216.68
|
||||
node-410.domain.tld 2.34 1437.80
|
||||
=================== ============= =====================
|
||||
|
||||
Concurrency 4
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= =====================
|
||||
node ping_icmp, ms tcp_download, Mbits/s
|
||||
=================== ============= =====================
|
||||
node-410.domain.tld 3.38 2436.53
|
||||
node-410.domain.tld 0.83 2329.07
|
||||
node-410.domain.tld 0.88 2144.68
|
||||
node-410.domain.tld 0.91 1821.59
|
||||
=================== ============= =====================
|
||||
|
||||
Concurrency 5
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= =====================
|
||||
node ping_icmp, ms tcp_download, Mbits/s
|
||||
=================== ============= =====================
|
||||
node-410.domain.tld 2.08 1452.92
|
||||
node-410.domain.tld 1.32 2404.24
|
||||
node-410.domain.tld 2.48 1391.38
|
||||
node-410.domain.tld 1.52 1826.32
|
||||
node-410.domain.tld 3.90 1879.26
|
||||
=================== ============= =====================
|
||||
|
||||
Concurrency 6
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= =====================
|
||||
node ping_icmp, ms tcp_download, Mbits/s
|
||||
=================== ============= =====================
|
||||
node-410.domain.tld 1.21 1962.90
|
||||
node-410.domain.tld 1.21 1054.63
|
||||
node-410.domain.tld 1.67 2020.94
|
||||
node-410.domain.tld 5.66 1240.59
|
||||
node-410.domain.tld 1.08 1384.27
|
||||
node-410.domain.tld 1.48 1385.92
|
||||
=================== ============= =====================
|
||||
|
||||
Concurrency 7
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= =====================
|
||||
node ping_icmp, ms tcp_download, Mbits/s
|
||||
=================== ============= =====================
|
||||
node-410.domain.tld 1.10 1430.96
|
||||
node-410.domain.tld 1.26 966.16
|
||||
node-410.domain.tld 1.11 1338.35
|
||||
node-410.domain.tld 1.00 1594.95
|
||||
node-410.domain.tld 1.15 1473.48
|
||||
node-410.domain.tld 0.84 931.41
|
||||
node-410.domain.tld 1.04 1359.67
|
||||
=================== ============= =====================
|
||||
|
||||
Concurrency 8
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= =====================
|
||||
node ping_icmp, ms tcp_download, Mbits/s
|
||||
=================== ============= =====================
|
||||
node-410.domain.tld 1.26 995.66
|
||||
node-410.domain.tld 2.36 760.26
|
||||
node-410.domain.tld 2.42 1212.19
|
||||
node-410.domain.tld 1.76 1147.19
|
||||
node-410.domain.tld 2.03 993.95
|
||||
node-410.domain.tld 1.39 987.38
|
||||
node-410.domain.tld 1.90 808.68
|
||||
node-410.domain.tld 1.56 1038.74
|
||||
=================== ============= =====================
|
||||
|
||||
Upload
|
||||
======
|
||||
|
||||
**Test Specification**:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
class: flent
|
||||
method: tcp_upload
|
||||
title: Upload
|
||||
|
||||
.. image:: ad7218a9-06cc-49c3-b695-05c8f926056c.*
|
||||
|
||||
**Stats**:
|
||||
|
||||
=========== ============= ===================
|
||||
concurrency ping_icmp, ms tcp_upload, Mbits/s
|
||||
=========== ============= ===================
|
||||
1 5.12 2898.77
|
||||
2 5.68 1999.00
|
||||
3 7.00 1878.53
|
||||
4 2.88 1819.38
|
||||
5 2.32 1209.07
|
||||
6 1.24 1242.51
|
||||
7 1.83 1021.09
|
||||
8 1.71 805.24
|
||||
=========== ============= ===================
|
||||
|
||||
Concurrency 1
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================
|
||||
node ping_icmp, ms tcp_upload, Mbits/s
|
||||
=================== ============= ===================
|
||||
node-410.domain.tld 5.12 2898.77
|
||||
=================== ============= ===================
|
||||
|
||||
Concurrency 2
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================
|
||||
node ping_icmp, ms tcp_upload, Mbits/s
|
||||
=================== ============= ===================
|
||||
node-410.domain.tld 4.70 2198.43
|
||||
node-410.domain.tld 6.66 1799.57
|
||||
=================== ============= ===================
|
||||
|
||||
Concurrency 3
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================
|
||||
node ping_icmp, ms tcp_upload, Mbits/s
|
||||
=================== ============= ===================
|
||||
node-410.domain.tld 1.84 2370.90
|
||||
node-410.domain.tld 8.19 1852.47
|
||||
node-410.domain.tld 10.97 1412.22
|
||||
=================== ============= ===================
|
||||
|
||||
Concurrency 4
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================
|
||||
node ping_icmp, ms tcp_upload, Mbits/s
|
||||
=================== ============= ===================
|
||||
node-410.domain.tld 2.60 2198.87
|
||||
node-410.domain.tld 1.21 2410.40
|
||||
node-410.domain.tld 3.38 1442.20
|
||||
node-410.domain.tld 4.34 1226.04
|
||||
=================== ============= ===================
|
||||
|
||||
Concurrency 5
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================
|
||||
node ping_icmp, ms tcp_upload, Mbits/s
|
||||
=================== ============= ===================
|
||||
node-410.domain.tld 2.13 1673.02
|
||||
node-410.domain.tld 1.82 1256.90
|
||||
node-410.domain.tld 2.44 982.50
|
||||
node-410.domain.tld 2.27 1266.84
|
||||
node-410.domain.tld 2.93 866.08
|
||||
=================== ============= ===================
|
||||
|
||||
Concurrency 6
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================
|
||||
node ping_icmp, ms tcp_upload, Mbits/s
|
||||
=================== ============= ===================
|
||||
node-410.domain.tld 1.07 1502.23
|
||||
node-410.domain.tld 1.17 1541.96
|
||||
node-410.domain.tld 1.29 908.99
|
||||
node-410.domain.tld 1.54 1007.39
|
||||
node-410.domain.tld 1.15 1562.41
|
||||
node-410.domain.tld 1.20 932.07
|
||||
=================== ============= ===================
|
||||
|
||||
Concurrency 7
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================
|
||||
node ping_icmp, ms tcp_upload, Mbits/s
|
||||
=================== ============= ===================
|
||||
node-410.domain.tld 2.16 858.05
|
||||
node-410.domain.tld 1.92 1068.49
|
||||
node-410.domain.tld 1.68 1153.24
|
||||
node-410.domain.tld 2.52 888.18
|
||||
node-410.domain.tld 1.48 934.01
|
||||
node-410.domain.tld 1.44 1124.57
|
||||
node-410.domain.tld 1.64 1121.10
|
||||
=================== ============= ===================
|
||||
|
||||
Concurrency 8
|
||||
-------------
|
||||
|
||||
**Stats**:
|
||||
|
||||
=================== ============= ===================
|
||||
node ping_icmp, ms tcp_upload, Mbits/s
|
||||
=================== ============= ===================
|
||||
node-410.domain.tld 1.42 827.88
|
||||
node-410.domain.tld 1.92 722.71
|
||||
node-410.domain.tld 1.61 943.77
|
||||
node-410.domain.tld 2.25 649.87
|
||||
node-410.domain.tld 1.49 874.17
|
||||
node-410.domain.tld 1.43 1046.07
|
||||
node-410.domain.tld 1.65 657.74
|
||||
node-410.domain.tld 1.89 719.70
|
||||
=================== ============= ===================
|
||||
|
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 20 KiB |
@ -0,0 +1,46 @@
|
||||
.. raw:: pdf
|
||||
|
||||
PageBreak oneColumn
|
||||
|
||||
.. _tenant_networking_report_vxlan_dvr_378_nodes:
|
||||
|
||||
===================================================
|
||||
Tenant Networking: Neutron DVR + VXLAN at 378 nodes
|
||||
===================================================
|
||||
|
||||
Environment description
|
||||
^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
This report is generated for :ref:`openstack_tenant_networking_test_plan`
|
||||
test plan with `Shaker`_ tool. The data is collected in
|
||||
:ref:`intel_mirantis_performance_lab`.
|
||||
|
||||
|
||||
Software
|
||||
~~~~~~~~
|
||||
|
||||
This section describes installed software.
|
||||
|
||||
+---------------+-------------------------------------------------------------+
|
||||
| Parameter | Value |
|
||||
+---------------+-------------------------------------------------------------+
|
||||
| OS | Ubuntu 14.04.3 |
|
||||
+---------------+-------------------------------------------------------------+
|
||||
| OpenStack | Mitaka |
|
||||
+---------------+-------------------------------------------------------------+
|
||||
| Networking | Neutron OVS ML2 plugin, VxLAN, DVR, L2pop, MTU 9000 |
|
||||
+---------------+-------------------------------------------------------------+
|
||||
| HW offloading | Tx, Rx checksumming, TSO, GSO, GRO, tx-udp_tnl-segmentation |
|
||||
+---------------+-------------------------------------------------------------+
|
||||
|
||||
|
||||
Reports
|
||||
^^^^^^^
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:glob:
|
||||
|
||||
*/index
|
||||
|
||||
.. _Shaker: http://pyshaker.readthedocs.io/
|
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 44 KiB |
After Width: | Height: | Size: 28 KiB |
@ -0,0 +1,147 @@
|
||||
.. _openstack_l2_performance:
|
||||
|
||||
OpenStack L2 Performance 2 nodes
|
||||
********************************
|
||||
|
||||
In this scenario Shaker launches 1 pair of instances in the same tenant
|
||||
network. Each instance is hosted on a separate compute node. The traffic goes
|
||||
within the tenant network (L2 domain).
|
||||
|
||||
**Scenario**:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
deployment:
|
||||
accommodation:
|
||||
- pair
|
||||
- single_room
|
||||
- compute_nodes: 2
|
||||
template: l2.hot
|
||||
description: In this scenario Shaker launches 1 pair of instances in the same tenant
|
||||
network. Each instance is hosted on a separate compute node. The traffic goes within
|
||||
the tenant network (L2 domain).
|
||||
execution:
|
||||
tests:
|
||||
- class: flent
|
||||
method: ping
|
||||
sla:
|
||||
- '[type == ''agent''] >> (stats.ping_icmp.avg < 2.0)'
|
||||
time: 10
|
||||
title: Ping
|
||||
- class: iperf3
|
||||
sla:
|
||||
- '[type == ''agent''] >> (stats.bandwidth.avg > 5000)'
|
||||
- '[type == ''agent''] >> (stats.retransmits.max < 10)'
|
||||
title: TCP
|
||||
- bandwidth: 0
|
||||
class: iperf3
|
||||
datagram_size: 32
|
||||
sla:
|
||||
- '[type == ''agent''] >> (stats.packets.avg > 100000)'
|
||||
title: UDP
|
||||
udp: true
|
||||
file_name: shaker/shaker/scenarios/openstack/perf_l2.yaml
|
||||
title: OpenStack L2 Performance
|
||||
|
||||
Ping
|
||||
====
|
||||
|
||||
**Test Specification**:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
class: flent
|
||||
method: ping
|
||||
sla:
|
||||
- '[type == ''agent''] >> (stats.ping_icmp.avg < 2.0)'
|
||||
time: 10
|
||||
title: Ping
|
||||
|
||||
.. image:: 040fbe4a-8b9d-4288-bd53-23133ab0d780.*
|
||||
|
||||
**Stats**:
|
||||
|
||||
============= ======== ======== ========
|
||||
Metric Min Avg Max
|
||||
============= ======== ======== ========
|
||||
ping_icmp, ms 0.26 0.43 1.12
|
||||
============= ======== ======== ========
|
||||
|
||||
**SLA**:
|
||||
|
||||
========================= =========== =================== ========
|
||||
Expression Concurrency Node Result
|
||||
========================= =========== =================== ========
|
||||
stats.ping_icmp.avg < 2.0 1 node-228.domain.tld OK
|
||||
========================= =========== =================== ========
|
||||
|
||||
TCP
|
||||
===
|
||||
|
||||
**Test Specification**:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
class: iperf3
|
||||
interval: 1
|
||||
sla:
|
||||
- '[type == ''agent''] >> (stats.bandwidth.avg > 5000)'
|
||||
- '[type == ''agent''] >> (stats.retransmits.max < 10)'
|
||||
title: TCP
|
||||
|
||||
.. image:: d4d58e1d-355b-421b-830e-431e97e594b1.*
|
||||
|
||||
**Stats**:
|
||||
|
||||
================= ======== ======== ========
|
||||
Metric Min Avg Max
|
||||
================= ======== ======== ========
|
||||
bandwidth, Mbit/s 9309.98 9378.30 9390.23
|
||||
retransmits 1 104
|
||||
================= ======== ======== ========
|
||||
|
||||
**SLA**:
|
||||
|
||||
========================== =========== =================== ========
|
||||
Expression Concurrency Node Result
|
||||
========================== =========== =================== ========
|
||||
stats.bandwidth.avg > 5000 1 node-228.domain.tld OK
|
||||
stats.retransmits.max < 10 1 node-228.domain.tld FAIL
|
||||
========================== =========== =================== ========
|
||||
|
||||
UDP
|
||||
===
|
||||
|
||||
**Test Specification**:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
bandwidth: 0
|
||||
class: iperf3
|
||||
datagram_size: 32
|
||||
interval: 1
|
||||
sla:
|
||||
- '[type == ''agent''] >> (stats.packets.avg > 100000)'
|
||||
title: UDP
|
||||
udp: true
|
||||
|
||||
.. image:: e7e6243f-d0ed-43f9-a75c-13874be522a3.*
|
||||
|
||||
**Stats**:
|
||||
|
||||
============ ======== ======== ========
|
||||
Metric Min Avg Max
|
||||
============ ======== ======== ========
|
||||
loss, % 4.09
|
||||
jitter, ms 0.01
|
||||
packets, pps 190320 199583 213660
|
||||
============ ======== ======== ========
|
||||
|
||||
**SLA**:
|
||||
|
||||
========================== =========== =================== ========
|
||||
Expression Concurrency Node Result
|
||||
========================== =========== =================== ========
|
||||
stats.packets.avg > 100000 1 node-228.domain.tld OK
|
||||
========================== =========== =================== ========
|
||||
|
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 44 KiB |
@ -0,0 +1,148 @@
|
||||
.. _openstack_l3_east_west_performance:
|
||||
|
||||
OpenStack L3 East-West Performance 2 nodes
|
||||
******************************************
|
||||
|
||||
In this scenario Shaker launches 1 pair of instances, each instance on its own
|
||||
compute node. Instances are connected to one of 2 tenant networks, which
|
||||
plugged into single router. The traffic goes from one network to the other (L3
|
||||
east-west).
|
||||
|
||||
**Scenario**:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
deployment:
|
||||
accommodation:
|
||||
- pair
|
||||
- single_room
|
||||
- compute_nodes: 2
|
||||
template: l3_east_west.hot
|
||||
description: In this scenario Shaker launches 1 pair of instances, each instance on
|
||||
its own compute node. Instances are connected to one of 2 tenant networks, which
|
||||
plugged into single router. The traffic goes from one network to the other (L3 east-west).
|
||||
execution:
|
||||
tests:
|
||||
- class: flent
|
||||
method: ping
|
||||
sla:
|
||||
- '[type == ''agent''] >> (stats.ping_icmp.avg < 2.0)'
|
||||
time: 10
|
||||
title: Ping
|
||||
- class: iperf3
|
||||
sla:
|
||||
- '[type == ''agent''] >> (stats.bandwidth.avg > 5000)'
|
||||
- '[type == ''agent''] >> (stats.retransmits.max < 10)'
|
||||
title: TCP
|
||||
- bandwidth: 0
|
||||
class: iperf3
|
||||
datagram_size: 32
|
||||
sla:
|
||||
- '[type == ''agent''] >> (stats.packets.avg > 100000)'
|
||||
title: UDP
|
||||
udp: true
|
||||
file_name: shaker/shaker/scenarios/openstack/perf_l3_east_west.yaml
|
||||
title: OpenStack L3 East-West Performance
|
||||
|
||||
Ping
|
||||
====
|
||||
|
||||
**Test Specification**:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
class: flent
|
||||
method: ping
|
||||
sla:
|
||||
- '[type == ''agent''] >> (stats.ping_icmp.avg < 2.0)'
|
||||
time: 10
|
||||
title: Ping
|
||||
|
||||
.. image:: 52751a66-4acd-4ecd-80ec-2722692dd601.*
|
||||
|
||||
**Stats**:
|
||||
|
||||
============= ======== ======== ========
|
||||
Metric Min Avg Max
|
||||
============= ======== ======== ========
|
||||
ping_icmp, ms 0.26 0.51 0.90
|
||||
============= ======== ======== ========
|
||||
|
||||
**SLA**:
|
||||
|
||||
========================= =========== =================== ========
|
||||
Expression Concurrency Node Result
|
||||
========================= =========== =================== ========
|
||||
stats.ping_icmp.avg < 2.0 1 node-248.domain.tld OK
|
||||
========================= =========== =================== ========
|
||||
|
||||
TCP
|
||||
===
|
||||
|
||||
**Test Specification**:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
class: iperf3
|
||||
interval: 1
|
||||
sla:
|
||||
- '[type == ''agent''] >> (stats.bandwidth.avg > 5000)'
|
||||
- '[type == ''agent''] >> (stats.retransmits.max < 10)'
|
||||
title: TCP
|
||||
|
||||
.. image:: eba8ca00-5402-44ab-93d3-2bc0a32baad5.*
|
||||
|
||||
**Stats**:
|
||||
|
||||
================= ======== ======== ========
|
||||
Metric Min Avg Max
|
||||
================= ======== ======== ========
|
||||
bandwidth, Mbit/s 9309.96 9376.98 9389.82
|
||||
retransmits 1 98
|
||||
================= ======== ======== ========
|
||||
|
||||
**SLA**:
|
||||
|
||||
========================== =========== =================== ========
|
||||
Expression Concurrency Node Result
|
||||
========================== =========== =================== ========
|
||||
stats.bandwidth.avg > 5000 1 node-248.domain.tld OK
|
||||
stats.retransmits.max < 10 1 node-248.domain.tld FAIL
|
||||
========================== =========== =================== ========
|
||||
|
||||
UDP
|
||||
===
|
||||
|
||||
**Test Specification**:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
bandwidth: 0
|
||||
class: iperf3
|
||||
datagram_size: 32
|
||||
interval: 1
|
||||
sla:
|
||||
- '[type == ''agent''] >> (stats.packets.avg > 100000)'
|
||||
title: UDP
|
||||
udp: true
|
||||
|
||||
.. image:: 0c603cc9-dfa2-4ccd-8e9f-3c167bdd27b7.*
|
||||
|
||||
**Stats**:
|
||||
|
||||
============ ======== ======== ========
|
||||
Metric Min Avg Max
|
||||
============ ======== ======== ========
|
||||
loss, % 0.00
|
||||
jitter, ms 0.00
|
||||
packets, pps 134550 142620 150010
|
||||
============ ======== ======== ========
|
||||
|
||||
**SLA**:
|
||||
|
||||
========================== =========== =================== ========
|
||||
Expression Concurrency Node Result
|
||||
========================== =========== =================== ========
|
||||
stats.packets.avg > 100000 1 node-248.domain.tld OK
|
||||
========================== =========== =================== ========
|
||||
|