thiagoftsm

Results 238 comments of thiagoftsm

> I see in local-sockets.h that you allow the program to switch namespaces when running with ebpf. Is this required? I mean, the kernel does not already know the sockets...

> The initial idea was to use ebpf to detect new sockets and socket changes, but maintain the list of all sockets in userspace. So, the idea was that the...

> 3 issues: > netdata_nv_tcp_close_kprobe and netdata_nv_tcp_close_fentry are not resolved and the compiler fails to compile this. The monitoring for this function was added later, because hash table was completely...

> ok, I managed to compile the latest version of the ebpf code. For some reason I didn't have the latest skel. Nice, I supposed this was happening, because I...

> Also, about old and new kernels, I think our strategy should be the following: > > 1. Always support whatever the latest kernel does. > > 2. If older...

> Also @thiagoftsm I am not sure I understood the reason of reading /proc/net files every 10 seconds. Can you elaborate a bit more. Of course. When employing eBPF for...

Hello, I added restrictions to show charts compatible with `proc` as default options: ![without_usepid](https://github.com/netdata/netdata/assets/49162938/c9114ea8-549e-40c8-8f14-e686874c7c12) And now users can append a new option to show previous information: ![usepid](https://github.com/netdata/netdata/assets/49162938/0e95bf2d-8678-4d5e-bb5a-73b83b59162f) The worker thread...

Hello @stelfrag , After to clone this branch, I observed the following errors during compilation time: ```sh proto/agent/v1/cmds.proto:7:1: warning: Import proto/aclk/v1/lib.proto is unused. ./libnetdata/libnetdata.h:513:35: error: expected declaration specifiers or '...'...

Hey @shyamvalsan and @sashwathn , The PR bringing what was required in this issue is already ready for review, but I consider this only the first step. Please, take a...

Hello @underhood , I am starting testing your PR today, and I observed that we are having different warning when we compile with CFLAGS: ```sh CFLAGS="-Og -ggdb -Wall -Wextra -fno-omit-frame-pointer...