kernel-collector
kernel-collector copied to clipboard
Syscalls related to process
As an extension for the issue #205 , we also need to monitor the following syscalls related to process:
- unshare
- fork
We probably also want vfork()
and clone()
for this as well.
We probably also want
vfork()
andclone()
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.