diff options
Diffstat (limited to 'output/experiment_simple')
| -rw-r--r-- | output/experiment_simple/trackr.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/output/experiment_simple/trackr.json b/output/experiment_simple/trackr.json new file mode 100644 index 00000000..d0492245 --- /dev/null +++ b/output/experiment_simple/trackr.json @@ -0,0 +1,27 @@ +[{ + "name": "experiment_simple", + "topology": { + "pathToFile": "templates/topologies/simple_topology.json" + }, + "workload": { + "pathToFile": "templates/workload_traces/bitbrains-small", + "type": "ComputeWorkload" + }, + "exportModel": { + "exportInterval": 3600, + "printFrequency": 168, + "filesToExport": [ + "host", + "powerSource", + "service", + "task" + ], + "filesToExportDict": { + "host": true, + "task": true, + "powerSource": true, + "battery": false, + "service": true + } + } +}]
\ No newline at end of file |
