The base image for all available Load Generator Docker images
345
Image Name: cerberus237/loadgenerator-base
Description: Base image for Adaptable TeaStore load testing infrastructure
This base image provides the foundational environment for both Load Director and Load Generator components in the TeaStore performance testing setup. Built on openjdk:11-jre-slim, it includes preconfigured dependencies and assets for HTTP load generation.
FROM cerberus237/loadgenerator-base:latest
| Variable | Default Value | Description |
|---|---|---|
LOAD_PROFILE | ./profiles/increasingLowIntensity.csv | Path to load intensity profile |
OUTPUT_LOG | testlog.csv | Results output filename |
LUA_SCRIPT | ./lua/teastore_browse.lua | Path to Lua test scenario |
LOAD_GENERATOR_IP | loadgenerator | Load Generator service name |
APPLICATION_URL | http://webui:8080/tools.descartes.teastore.webui/ | TeaStore web UI endpoint |
docker build -t cerberus237/loadgenerator-base:latest -f Dockerfile.base .
For more information, visit the getting started documentation on GitLab: https://gitlab.inria.fr/adaptable-teastore/experimentation-platformâ â
Content type
Image
Digest
sha256:cda5b17d3âŚ
Size
77 MB
Last updated
about 1 year ago
docker pull cerberus237/loadgenerator-base