summaryrefslogtreecommitdiff
path: root/resources/experiments
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-06-17 18:08:56 +0200
committermjkwiatkowski <mati.rewa@gmail.com>2026-06-17 18:08:56 +0200
commit4562f52c9b540944200b33d4ffbd60b3cbc5ee79 (patch)
tree82d028faf5a0555cb80ce9602890a3257ef695c2 /resources/experiments
parent78a9d920cc8aca951aff798272b0d5e7a2e356b9 (diff)
feat: managed to retrieve metric-by-metric from Redis in real timeHEADmaster
Diffstat (limited to 'resources/experiments')
-rw-r--r--resources/experiments/experiment_failures.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/resources/experiments/experiment_failures.json b/resources/experiments/experiment_failures.json
new file mode 100644
index 00000000..4fd5cdf6
--- /dev/null
+++ b/resources/experiments/experiment_failures.json
@@ -0,0 +1,26 @@
+{
+ "name": "greenifier-demo-scaling",
+ "topologies": [
+ {
+ "pathToFile": "resources/topologies/surf.json"
+ }
+ ],
+ "workloads": [
+ {
+ "pathToFile": "resources/workloads/surf_month",
+ "type": "ComputeWorkload"
+ }
+ ],
+
+ "failureModels" : [
+ {
+ "pathToFile": "resources/failures/Skype_user_reported.parquet",
+ "type": "trace-based"
+ }
+ ],
+ "exportModels": [
+ {
+ "exportInterval": 3600
+ }
+ ]
+}