> There's another flag to strace, -f, if I recall correctly, that will 
> follow forks of children.
>

straced father process (pid 14850) using -f, caught the moment when a 
process was spawned that didn't go away and stayed at 100% cpu load (pid 
18915). It's a lot output so I grep'ed for child process pid 18915 and 
piped it to | sort -u for a first look. 

Sorted/uniqued output: 
http://pkqs.net/~cf/strace_14850_child-18915_sort-u.log
Whole output just grep'ed for child process pid: 
http://pkqs.net/~cf/strace_14850_child-18915.log

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/nSRz8zeVVP4J.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to