shaker/doc/source/examples.rst
Ilya Shakhat 4de3521e80 Add documentation
Change-Id: I4ab97018c6a2776da76b7b36b86cf17340cab3dd
2015-05-14 19:51:30 +03:00

1.7 KiB

Examples

L2 Same Domain

This scenario tests the bandwidth between pairs of instances in the same virtual network (L2 domain). Each instance is deployed on own compute node. The test increases the load from 1 pair until all available instances are used.

image

How To Run

shaker --server-endpoint <host:port> --scenario <full_l2.yaml> --report <full_l2.html>

Scenario

../../scenarios/networking/full_l2.yaml

L3 East-West

This scenario tests the bandwidth between pairs of instances deployed in different virtual networks plugged into the same router. Each instance is deployed on its own compute node. The test increases the load from 1 pair pair until all available instances are used.

image

How To Run

shaker --server-endpoint <host:port> --scenario <full_l3_east_west.yaml> --report <full_l3_east_west.html>

Scenario

../../scenarios/networking/full_l3_east_west.yaml

L3 North-South

This scenario tests the bandwidth between pairs of instances deployed in different virtual networks. Instances with master agents are located in one network, instances with slave agents are reached via floating IP. Each instance is deployed on its own compute node. The test increases the load from 1 pair pair until all available instances are used.

image

How To Run

shaker --server-endpoint <host:port> --scenario <full_l3_north_south.yaml> --report <full_l3_north_south.html>

Scenario

../../scenarios/networking/full_l3_north_south.yaml