Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
teeratpitakrat authored Mar 28, 2017
1 parent f00f844 commit ee34e88
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# docker-locust
# 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)

0 comments on commit ee34e88

Please sign in to comment.