Change footprint variabel from bool to string

The footprint variable also indicates the type of statistic used now
This commit is contained in:
2024-07-20 08:59:07 +02:00
parent b6f011c669
commit 721b6b2afa
7 changed files with 29 additions and 29 deletions

View File

@@ -8,7 +8,7 @@
},
"scope": "node",
"aggregation": "avg",
"footprint": true,
"footprint": "avg",
"timestep": 60,
"peak": 72,
"normal": 72,
@@ -36,7 +36,7 @@
},
"scope": "node",
"aggregation": "sum",
"footprint": true,
"footprint": "max",
"timestep": 60,
"peak": 256,
"normal": 128,
@@ -51,7 +51,7 @@
},
"scope": "hwthread",
"aggregation": "sum",
"footprint": true,
"footprint": "avg",
"timestep": 60,
"peak": 5600,
"normal": 1000,
@@ -94,7 +94,7 @@
},
"scope": "socket",
"aggregation": "sum",
"footprint": true,
"footprint": "avg",
"timestep": 60,
"peak": 350,
"normal": 100,