summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorUman Shahzad <uman@mslm.io>2021-09-29 05:53:24 +0500
committerGitHub <noreply@github.com>2021-09-29 05:53:24 +0500
commit5e91a7bc0c8b33a8c45d1c20c90af266ebe96454 (patch)
tree78b1ed77c5b2d4e0d1059e307f9ba3ceefa9fa28 /web
parentd1d630243731acc3974d3ba1b3d7b3433669ef02 (diff)
eBPF Shared Memory system call tracking (#11560)
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js20
1 files changed, 20 insertions, 0 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index 2ee9b075cc..a1828f95f8 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -1169,6 +1169,10 @@ netdataDashboard.context = {
'The run-time limit on the maximum shared memory segment size that can be created is specified in <code>/proc/sys/kernel/shmmax</code> file.'
},
+ 'system.shared_memory_calls': {
+ info: 'Monitor calls to functions <code>shmget</code>, <code>shmat</code>, <code>shmdt</code>, and <code>shmctl</code>. When integration with apps is <a href="https://learn.netdata.cloud/guides/troubleshoot/monitor-debug-applications-ebpf" target="_blank">enabled</a>, Netdata also shows shared memory system call usage <a href="#menu_apps_submenu_ipc_shared_memory">per application</a>.'
+ },
+
'system.message_queue_messages': {
info: 'Number of messages that are currently present in System V IPC message queues.'
},
@@ -4565,6 +4569,22 @@ netdataDashboard.context = {
info: 'The function <code>swap_writepage</code> is called when the kernel writes a page to swap memory.'
},
+ 'apps.shmget_call': {
+ info: 'Number of times the syscall <code>shmget</code> is called. Netdata also gives a summary for these charts in <a href="#menu_system_submenu_ipc_shared_memory">System overview</a>.'
+ },
+
+ 'apps.shmat_call': {
+ info: 'Number of times the syscall <code>shmat</code> is called.'
+ },
+
+ 'apps.shmdt_call': {
+ info: 'Number of times the syscall <code>shmdt</code> is called.'
+ },
+
+ 'apps.shmctl_call': {
+ info: 'Number of times the syscall <code>shmctl</code> is called.'
+ },
+
// ------------------------------------------------------------------------
// ACLK Internal Stats
'netdata.aclk_status': {