1 min readMay 17, 2017
You can get all child processes with ppid option. Something like this should work
ps h -o pid --ppid 1 | xargs strace
This would obviously require xargs in your support container but that shouldn’t be an issue.
You can get all child processes with ppid option. Something like this should work
ps h -o pid --ppid 1 | xargs strace
This would obviously require xargs in your support container but that shouldn’t be an issue.
Trying new things. Breaking stuff. Likes open source.