summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2018-11-12 22:55:48 +0100
committerFabian Mastenbroek <mail.fabianm@gmail.com>2018-11-12 22:55:48 +0100
commita8a9120e0cc563e3e056ebd81d8ee0bb13f38707 (patch)
treee912fb29d63dd3120729806a5d982145dc1deedc
parentad058270af5e27e32c91552bea4dfcd7ec7821a5 (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.
-rw-r--r--docker-compose.yml5
m---------opendc-simulator0
2 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
diff --git a/opendc-simulator b/opendc-simulator
-Subproject b4c7f4007ee8890ff25b0fcad4cd650cb0ef4f9
+Subproject 87bf2df9b290cc56eca14d293d2935b561200b7