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 +++++ opendc-simulator | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 diff --git a/opendc-simulator b/opendc-simulator index b4c7f400..87bf2df9 160000 --- a/opendc-simulator +++ b/opendc-simulator @@ -1 +1 @@ -Subproject commit b4c7f4007ee8890ff25b0fcad4cd650cb0ef4f9a +Subproject commit 87bf2df9b290cc56eca14d293d2935b561200b76 -- cgit v1.2.3