From 7907774e5ab3b028d22b001a964a2963bc2144da Mon Sep 17 00:00:00 2001 From: thiagoftsm Date: Thu, 4 Mar 2021 11:54:31 +0000 Subject: New version eBPF programs. (#10707) Add new eBPF version to bring support for close events on kernel `5.11`. --- web/gui/dashboard_info.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'web') diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js index c8c7878f0f..97b563b965 100644 --- a/web/gui/dashboard_info.js +++ b/web/gui/dashboard_info.js @@ -1135,12 +1135,12 @@ netdataDashboard.context = { }, 'apps.file_closed': { - info: 'Calls to the internal function __close_fd, which is called from' + + info: 'Calls to the internal function __close_fd or close_fd according to your kernel version, which is called from' + ' close(2). ' }, 'apps.file_close_error': { - info: 'Failed calls to the internal function __close_fd.' + info: 'Failed calls to the internal function __close_fd or close_fd according to your kernel version.' }, 'apps.file_deleted': { @@ -3325,7 +3325,7 @@ netdataDashboard.context = { info: 'Calls for internal functions on Linux kernel. The open dimension is attached to the kernel internal function do_sys_open ( For kernels newer than 5.5.19 we add a kprobe to do_sys_openat2. ), which is the common function called from'+ ' open(2) ' + ' and openat(2). ' + - ' The close dimension is attached to the function __close_fd, which is called from system call' + + ' The close dimension is attached to the function __close_fd or close_fd according to your kernel version, which is called from system call' + ' close(2). ' }, @@ -3334,7 +3334,7 @@ netdataDashboard.context = { info: 'Failed calls to the kernel internal function do_sys_open ( For kernels newer than 5.5.19 we add a kprobe to do_sys_openat2. ), which is the common function called from'+ ' open(2) ' + ' and openat(2). ' + - ' The close dimension is attached to the function __close_fd, which is called from system call' + + ' The close dimension is attached to the function __close_fd or close_fd according to your kernel version, which is called from system call' + ' close(2). ' }, -- cgit v1.2.3