zmitchell / proctrace

A high-level profiler for process-level events such as fork, exec, exit, setpgid, and setsid
https://proctrace.xyz
Apache License 2.0
41 stars 0 forks source link

Terminate running processes when `proctrace` is terminated #7

Open zmitchell opened 2 months ago

zmitchell commented 2 months ago

Seems straightforward, but there's some complexity there.

Do we issue a SIGKILL and just demolish the processes, or do we issue a SIGTERM, wait a bit, and then issue a SIGKILL?