Orchestration component for Adaptable TeaStore load testing
423
Image Name: descartesresearch/loadgenerator-director:latest
Description: Orchestration component for TeaStore load testing
The Load Director manages test execution and coordinates with Load Generator instances. It handles test profile distribution and result collection.
services:
director:
image: descartesresearch/loadgenerator-director
environment:
- LOAD_PROFILE=./profiles/increasingHighIntensity.csv
- APPLICATION_URL=http://webui:8080/tools.descartes.teastore.webui/
networks:
- teastore-network
java -jar httploadgenerator.jar director \
--ip $LOAD_GENERATOR_IP \
--load $LOAD_PROFILE \
-o $OUTPUT_LOG \
--lua $LUA_SCRIPT
docker run -e "LOAD_PROFILE=./profiles/increasingHighIntensity.csv" -e "APPLICATION_URL=http://webui:8080/tools.descartes.teastore.webui/" -d cerberus237/loadgenerator-director
loadgenerator)For more information, visit the getting started documentation on GitLab: https://gitlab.inria.fr/adaptable-teastore/experimentation-platformâ â
Content type
Image
Digest
sha256:1380933e1âŚ
Size
77 MB
Last updated
about 1 year ago
docker pull cerberus237/loadgenerator-director