From dd814a7c1a8de056a79f7238578b09236edd5506 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 10 Aug 2023 11:18:49 +0200 Subject: Adding upstream version 1.42.0. Signed-off-by: Daniel Baumann --- .../scenarios/aclk-testing/agent_netdata.conf | 45 ++++++++++++++++++++++ build_external/scenarios/gaps_lo/mostly_off.conf | 7 +++- 2 files changed, 50 insertions(+), 2 deletions(-) (limited to 'build_external') diff --git a/build_external/scenarios/aclk-testing/agent_netdata.conf b/build_external/scenarios/aclk-testing/agent_netdata.conf index b76f5fadb..6817a9453 100644 --- a/build_external/scenarios/aclk-testing/agent_netdata.conf +++ b/build_external/scenarios/aclk-testing/agent_netdata.conf @@ -7108,3 +7108,48 @@ # dim netdata algorithm = absolute # dim netdata multiplier = 1 # dim netdata divisor = 1 + +[system.power_consumption] + history = 5 + # enabled = yes + # cache directory = /var/cache/netdata/system.power_consumption + # chart type = stacked + # type = system + # family = power_consumption + # units = Watts + # context = system.power_consumption + # priority = 950 + # name = system.power_consumption + # title = Power Consumption + # dim HI name = HI + # dim HI algorithm = incremental + # dim HI multiplier = 1 + # dim HI divisor = 1 + # dim TIMER name = TIMER + # dim TIMER algorithm = incremental + # dim TIMER multiplier = 1 + # dim TIMER divisor = 1 + # dim NET_TX name = NET_TX + # dim NET_TX algorithm = incremental + # dim NET_TX multiplier = 1 + # dim NET_TX divisor = 1 + # dim NET_RX name = NET_RX + # dim NET_RX algorithm = incremental + # dim NET_RX multiplier = 1 + # dim NET_RX divisor = 1 + # dim TASKLET name = TASKLET + # dim TASKLET algorithm = incremental + # dim TASKLET multiplier = 1 + # dim TASKLET divisor = 1 + # dim SCHED name = SCHED + # dim SCHED algorithm = incremental + # dim SCHED multiplier = 1 + # dim SCHED divisor = 1 + # dim HRTIMER name = HRTIMER + # dim HRTIMER algorithm = incremental + # dim HRTIMER multiplier = 1 + # dim HRTIMER divisor = 1 + # dim RCU name = RCU + # dim RCU algorithm = incremental + # dim RCU multiplier = 1 + # dim RCU divisor = 1 diff --git a/build_external/scenarios/gaps_lo/mostly_off.conf b/build_external/scenarios/gaps_lo/mostly_off.conf index e66f928dd..dcfed367d 100644 --- a/build_external/scenarios/gaps_lo/mostly_off.conf +++ b/build_external/scenarios/gaps_lo/mostly_off.conf @@ -545,7 +545,7 @@ enabled = no [cpu.cpu7_softirqs] enabled = no -[system.swapio] +[mem.swapio] enabled = no [system.pgpgio] @@ -560,7 +560,7 @@ enabled = no [mem.available] enabled = no -[system.swap] +[mem.swap] enabled = no [mem.committed] @@ -961,3 +961,6 @@ enabled = no [netfilter.netlink_expect] enabled = no + +[system.power_consumption] +enabled = no -- cgit v1.2.3