Sign inSign up

cerberus237/loadgenerator-director

By cerberus237

•Updated about 1 year ago

Orchestration component for Adaptable TeaStore load testing

Image
Developer tools
Monitoring & observability
1

423

cerberus237/loadgenerator-director repository overview

⁠Load Director Image

Image Name: descartesresearch/loadgenerator-director:latest
Description: Orchestration component for TeaStore load testing

⁠Overview

The Load Director manages test execution and coordinates with Load Generator instances. It handles test profile distribution and result collection.

⁠Usage
services:
  director:
    image: descartesresearch/loadgenerator-director
    environment:
      - LOAD_PROFILE=./profiles/increasingHighIntensity.csv
      - APPLICATION_URL=http://webui:8080/tools.descartes.teastore.webui/
    networks:
      - teastore-network
⁠Command
java -jar httploadgenerator.jar director \
  --ip $LOAD_GENERATOR_IP \
  --load $LOAD_PROFILE \
  -o $OUTPUT_LOG \
  --lua $LUA_SCRIPT
⁠Key Features
  • Dynamic load profile configuration
  • Real-time test monitoring
  • Distributed load generation support
  • CSV output logging
⁠Run Instructions
docker run -e "LOAD_PROFILE=./profiles/increasingHighIntensity.csv" -e "APPLICATION_URL=http://webui:8080/tools.descartes.teastore.webui/" -d cerberus237/loadgenerator-director 
⁠Networking Requirements
  • Requires access to Load Generator service (loadgenerator)
  • Must be on same network as TeaStore web UI

For more information, visit the getting started documentation on GitLab: https://gitlab.inria.fr/adaptable-teastore/experimentation-platform⁠⁠

Tag summary

Content type

Image

Digest

sha256:1380933e1…

Size

77 MB

Last updated

about 1 year ago

docker pull cerberus237/loadgenerator-director