Justin Garrison
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.

--

--

Justin Garrison
Justin Garrison

Written by Justin Garrison

Trying new things. Breaking stuff. Likes open source.

Responses (1)