diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-07-11 23:53:57 +0200 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-07-11 23:53:57 +0200 |
| commit | e40a3262f0b5d0834fde5e8c5cbffb9e5ff534f2 (patch) | |
| tree | 1c7104a91d5e09314193a3bda4d5a8b091fb2281 /sources/config_files.tex | |
| parent | 95abbb9948ab7c8d4fe62aa9284c2abeced0515b (diff) | |
Diffstat (limited to 'sources/config_files.tex')
| -rw-r--r-- | sources/config_files.tex | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/sources/config_files.tex b/sources/config_files.tex new file mode 100644 index 0000000..e959942 --- /dev/null +++ b/sources/config_files.tex @@ -0,0 +1,48 @@ +\begin{lstlisting}[caption=The default experiment configuration. Here the trace is set to WhatsApp's.] +{ + "name": "greenifier-demo-scaling", + "topologies": [ + { + "pathToFile": "resources/topologies/surf.json" + } + ], + "workloads": [ + { + "pathToFile": "resources/workloads/surf_month", + "type": "ComputeWorkload" + } + ], + "failureModels" : [ + { + "type": "trace-based", + "pathToFile" : "resources/failures/Whatsapp_user_reported.parquet" + } + ], + "exportModels": [ + { + "exportInterval": 3600 + } + ] +}\end{lstlisting} +\begin{lstlisting}[caption=The default toplogy used in all experiments.] +{"clusters": [ + { + "name": "C01", + "hosts" : [ + { + "name": "H01", + "cpu": { + "coreCount": 16, + "coreSpeed": 2100 + }, + "memory": { + "memorySize": 128000000 + }, + "count": 277 + }], + "powerSource": { + "carbonTracePath": "resources/carbon_traces/NL_2021-2024.parquet" + } +}]}\end{lstlisting} + + |
