summaryrefslogtreecommitdiff
path: root/sources/config_files.tex
diff options
context:
space:
mode:
Diffstat (limited to 'sources/config_files.tex')
-rw-r--r--sources/config_files.tex48
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}
+
+