summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2023-03-08 14:49:35 +0000
committerGitHub <noreply@github.com>2023-03-08 14:49:35 +0000
commitb3f59597c47f108df1303eeb2702b487c08a188e (patch)
tree14410df486a1f23de8793f911bfea444763c4bbc /web
parentf4fced9b90b1569c82a809a048af5d0591b2ea6d (diff)
eBPF new charts (user ring) (#14623)
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js18
1 files changed, 17 insertions, 1 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index 0d03382d22..2894293b76 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -4921,7 +4921,23 @@ netdataDashboard.context = {
info: 'Show number of threads loaded using legacy code (independent binary) or <code>CO-RE (Compile Once Run Everywhere)</code>.'
},
- // ------------------------------------------------------------------------
+ 'netdata.ebpf_kernel_memory': {
+ info: 'Show amount of memory allocated inside kernel ring for hash tables. This chart shows the same information displayed by command `bpftool map show`.'
+ },
+
+ 'netdata.ebpf_hash_tables_count': {
+ info: 'Show total number of hash tables loaded by eBPF.plugin`.'
+ },
+
+ 'netdata.ebpf_aral_stat_size': {
+ info: 'Show total memory allocated for the specific ARAL.'
+ },
+
+ 'netdata.ebpf_aral_stat_alloc': {
+ info: 'Show total memory of calls to get a specific region of memory inside an ARAL region.'
+ },
+
+// ------------------------------------------------------------------------
// RETROSHARE
'retroshare.bandwidth': {