https://github.com/openstack/rally
Raw File
Tip revision: 7153e0cbc5b0e6433313a3bc6051b2c0775d3804 authored by Zuul on 21 October 2017, 10:20:45 UTC
Merge "Propose release notes for Rally 0.10.0"
Tip revision: 7153e0c
distributed_load_generation.rst
===========================
Distributed load generation
===========================

Use Case
--------

Some OpenStack projects (Marconi, MagnetoDB) require a real huge load,
like 10-100k request per second for load testing.

To generate such huge load Rally has to create load from different
servers.

Problem Description
-------------------

* Rally can't generate load from different servers
* Result processing can't handle big amount of data
* There is no support for chunking results
back to top