From 3a10f7cfdbc20b1c2b450695a1bba943af3d010e Mon Sep 17 00:00:00 2001 From: Holger Obermaier <40787752+ho-ob@users.noreply.github.com> Date: Thu, 23 Jun 2022 11:44:06 +0200 Subject: [PATCH] Add memstats and topprocs metric --- collectors.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/collectors.json b/collectors.json index be3eea7..42cb833 100644 --- a/collectors.json +++ b/collectors.json @@ -12,6 +12,7 @@ "proc_total" ] }, + "memstat": {}, "netstat": { "include_devices": [ "enp5s0" @@ -33,5 +34,8 @@ "type-id": "1" } } + }, + "topprocs": { + "num_procs": 5 } } \ No newline at end of file