summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2021-05-24 12:53:26 +0000
committerGitHub <noreply@github.com>2021-05-24 12:53:26 +0000
commite8e60465bf8b659a7acb821abb26541fa9809e05 (patch)
tree0a154e98462961192c6a41e40782e31e75564892 /web
parent56dfb07605c2e82699779f9597164856cf790250 (diff)
Ebpf swap (#11090)
Add new thread to ebpf.plugin.
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index fce006e2b6..786a2e5fa2 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -3504,6 +3504,14 @@ netdataDashboard.context = {
info: 'Difference between the number of process created and the number of threads created per period(<code>process</code> dimension), it also shows the number of possible zombie process running on system.'
},
+ 'apps.swap_read_call': {
+ info: 'The function <code>swap_readpage</code> is called when the kernel reads a page from swap memory.'
+ },
+
+ 'apps.swap_write_call': {
+ info: 'The function <code>swap_writepage</code> is called when the kernel writes a page to swap memory.'
+ },
+
// ------------------------------------------------------------------------
// ACLK Internal Stats
'netdata.aclk_status': {