Skip to content

hora-prediction/docker-locust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Dockerized Locust

A dockerized locust workload generator. The locustfile.py is downloaded at startup from the configured URL. This allows this docker image to be used in different scenarios without having to rebuild it.

Usage

The following environment variables have to be set:

  • LOCUST_MODE: master, slave or standalone
  • LOCUST_FILE_URL: URL of the locustfile that will be downloaded at startup
  • TARGET_URL: URL of the target system (e.g., http://edge:8080)
  • INFLUXDB_URL: URL of InfluxDB to write workload statistics
  • INFLUXDB_PORT: Port of InfluxDB (default: 8086)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages