From a08af3b050b9d4769bc8cb6b6627a39e917a4ec5 Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Thu, 25 Mar 2021 14:47:44 +0100 Subject: [PATCH] Update configuration file --- config.json | 34 +++++++++------------------------- 1 file changed, 9 insertions(+), 25 deletions(-) diff --git a/config.json b/config.json index 1c836ac..a496060 100644 --- a/config.json +++ b/config.json @@ -5,29 +5,13 @@ }, "host": "localhost", "port": "8080", - "report": { - "levels": ["core","node"], - "interval": 120 - }, - "schedule": { - "core": { - "frequency": 30, - "duration": 10 - }, - "node":{ - "frequency": 60, - "duration": 20 - } - }, - "metrics": [ - "ipc", - "flops_any", - "clock", - "load", - "mem_bw", - "mem_used", - "net_bw", - "file_bw" - ], - "collector_path": "./collectors" + "interval" : 3, + "duration" : 1, + "collectors": [ + "memstat", + "likwid", + "loadavg", + "netstat" + ] } +