netdata / kernel-collector

Linux Kernel eBPF Collectors
61 stars 15 forks source link

Syscalls related to process #208

Open thiagoftsm opened 3 years ago

thiagoftsm commented 3 years ago

As an extension for the issue #205 , we also need to monitor the following syscalls related to process:

Ferroin commented 3 years ago

We probably also want vfork() and clone() for this as well.

thiagoftsm commented 3 years ago

We probably also want vfork() and clone() for this as well.

Yes, I agree. We already have monitoring for fork, but I will add for the others and organize them together on our dashboard.