Architecture#
Overview#
stressor is a tool, that runs a sequence of activities in one or more
parallel sessions.
The most common use case is to run a test script with HTTP commands
against a web server, simulating a bunch of parallel user sessions.
As a result we get metrics about reponse times, failures, resource usage,
etc.
Concepts#
The stressor.run_manager.RunManager
…
Run manager
Session manager
Config manager
Class Overview#
Activities & Macros#

Standard Stressor Activities and Macros#
Session Runner#

Session Runner#