6.22.2.2.8. 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:

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

6.22.2.2.8.1. Ping

Test Specification:

class: flent
method: ping
sla:
- '[type == ''agent''] >> (stats.ping_icmp.avg < 2.0)'
time: 10
title: Ping
../../../../_images/52751a66-4acd-4ecd-80ec-2722692dd601.svg

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

6.22.2.2.8.2. TCP

Test Specification:

class: iperf3
interval: 1
sla:
- '[type == ''agent''] >> (stats.bandwidth.avg > 5000)'
- '[type == ''agent''] >> (stats.retransmits.max < 10)'
title: TCP
../../../../_images/eba8ca00-5402-44ab-93d3-2bc0a32baad5.svg

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

6.22.2.2.8.3. UDP

Test Specification:

bandwidth: 0
class: iperf3
datagram_size: 32
interval: 1
sla:
- '[type == ''agent''] >> (stats.packets.avg > 100000)'
title: UDP
udp: true
../../../../_images/0c603cc9-dfa2-4ccd-8e9f-3c167bdd27b7.svg

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