-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f00f844
commit ee34e88
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |