diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-10 08:14:41 +0100 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-10 08:14:41 +0100 |
| commit | 4d37bbed4a1f745c331ba996fc860d79e3e51e8f (patch) | |
| tree | 69d4e530f1f5a5192f98bb422d46618afb291c23 /output/greenifier-demo-scaling/trackr.json | |
| parent | 7a078fac132d10933e52edafd0f2527c50c9b1b6 (diff) | |
Diffstat (limited to 'output/greenifier-demo-scaling/trackr.json')
| -rw-r--r-- | output/greenifier-demo-scaling/trackr.json | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/output/greenifier-demo-scaling/trackr.json b/output/greenifier-demo-scaling/trackr.json new file mode 100644 index 00000000..f5113dfd --- /dev/null +++ b/output/greenifier-demo-scaling/trackr.json @@ -0,0 +1,60 @@ +[{ + "name": "greenifier-demo-scaling", + "topology": { + "pathToFile": "resources/topologies/surf.json" + }, + "workload": { + "pathToFile": "resources/workloads/surf_month", + "type": "ComputeWorkload" + }, + "exportModel": { + "exportInterval": 3600, + "filesToExportDict": { + "host": true, + "task": true, + "powerSource": true, + "battery": true, + "service": true + } + } +}, +{ + "name": "greenifier-demo-scaling", + "topology": { + "pathToFile": "resources/topologies/surf_medium.json" + }, + "workload": { + "pathToFile": "resources/workloads/surf_month", + "type": "ComputeWorkload" + }, + "exportModel": { + "exportInterval": 3600, + "filesToExportDict": { + "host": true, + "task": true, + "powerSource": true, + "battery": true, + "service": true + } + } +}, +{ + "name": "greenifier-demo-scaling", + "topology": { + "pathToFile": "resources/topologies/surf_small.json" + }, + "workload": { + "pathToFile": "resources/workloads/surf_month", + "type": "ComputeWorkload" + }, + "exportModel": { + "exportInterval": 3600, + "filesToExportDict": { + "host": true, + "task": true, + "powerSource": true, + "battery": true, + "service": true + } + } +}]
\ No newline at end of file |
