summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2021-10-01 10:45:03 +0000
committerGitHub <noreply@github.com>2021-10-01 10:45:03 +0000
commit9c4e17dd00de645d7943f358c89dac8dccf2b785 (patch)
tree4ffdaeac7ee0e6c9b5a0ed6f72169e06dadec93e /web
parentce74354558e354b3423027e3b085da1fe702d6f9 (diff)
Integrate eBPF and cgroup (consumer side) (#11573)
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index feebb66b9e..865485b3d9 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -4659,6 +4659,17 @@ netdataDashboard.context = {
},
// ------------------------------------------------------------------------
+ // Services units
+
+ 'services.swap_read_call': {
+ info: 'The function <code>swap_readpage</code> is called when the kernel reads a page from swap memory. This chart is provided by eBPF plugin.'
+ },
+
+ 'services.swap_write_call': {
+ info: 'The function <code>swap_writepage</code> is called when the kernel writes a page to swap memory. This chart is provided by eBPF plugin.'
+ },
+
+ // ------------------------------------------------------------------------
// ACLK Internal Stats
'netdata.aclk_status': {
valueRange: "[0, 1]",