kernel-collector icon indicating copy to clipboard operation
kernel-collector copied to clipboard

Syscalls related to process

Open thiagoftsm opened this issue 3 years ago • 2 comments

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

  • unshare
  • fork

thiagoftsm avatar Mar 18 '21 21:03 thiagoftsm

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

Ferroin avatar Mar 19 '21 11:03 Ferroin

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.

thiagoftsm avatar Mar 19 '21 14:03 thiagoftsm