diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2018-11-12 22:55:48 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2018-11-12 22:55:48 +0100 |
| commit | a8a9120e0cc563e3e056ebd81d8ee0bb13f38707 (patch) | |
| tree | e912fb29d63dd3120729806a5d982145dc1deedc /docker-compose.yml | |
| parent | ad058270af5e27e32c91552bea4dfcd7ec7821a5 (diff) | |
Configure simulator to track machine and task states
This change configures the simulator to track machine and task states
during simulation to be able to show the nice graphs in the OpenDC
frontend. During the SC18 experiments, these options were not enabled and
forgot to renable them for the website.
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index a89b7260..9145c551 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,6 +28,11 @@ services: - PERSISTENCE_URL=jdbc:mysql://mariadb:3306/opendc - PERSISTENCE_USER=opendc - PERSISTENCE_PASSWORD=opendcpassword + - COLLECT_MACHINE_STATES=ON + - COLLECT_TASK_STATES=ON + - COLLECT_STAGE_MEASUREMENTS=OFF + - COLLECT_TASK_METRICS=OFF + - COLLECT_JOB_METRICS=OFF mariadb: build: context: ./database |
