https://github.com/openstack/rally
Raw File
Tip revision: e8613ffeb01f109083f6a75dd148d5a8d37c9564 authored by Andrey Kurilin on 19 May 2023, 21:31:59 UTC
Propose rally 3.4.0 release
Tip revision: e8613ff
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