summaryrefslogtreecommitdiffstats
path: root/build_external
diff options
context:
space:
mode:
authorFrank Riley <fhriley@gmail.com>2023-07-20 05:17:45 -0700
committerGitHub <noreply@github.com>2023-07-20 12:17:45 +0000
commit7766ec91a54f3ee7328d6187ae28255099b06ac8 (patch)
tree872ffbfe2220d350a4799c7ad6c033607df09c20 /build_external
parentd790c0d2f509ccc9203ccf6e95e41bc73be79d54 (diff)
Add linux powercap metrics collector (#15364)
Diffstat (limited to 'build_external')
-rw-r--r--build_external/scenarios/aclk-testing/agent_netdata.conf45
-rw-r--r--build_external/scenarios/gaps_lo/mostly_off.conf3
2 files changed, 48 insertions, 0 deletions
diff --git a/build_external/scenarios/aclk-testing/agent_netdata.conf b/build_external/scenarios/aclk-testing/agent_netdata.conf
index b76f5fadb3..6817a9453c 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 e66f928dd2..86b76459db 100644
--- a/build_external/scenarios/gaps_lo/mostly_off.conf
+++ b/build_external/scenarios/gaps_lo/mostly_off.conf
@@ -961,3 +961,6 @@ enabled = no
[netfilter.netlink_expect]
enabled = no
+
+[system.power_consumption]
+enabled = no