From a8a9120e0cc563e3e056ebd81d8ee0bb13f38707 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Mon, 12 Nov 2018 22:55:48 +0100 Subject: 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. --- docker-compose.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docker-compose.yml') 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 -- cgit v1.2.3