On Fri, Dec 02, 2016 at 08:41:33AM -0600, John Marino wrote: > What command(s) does one use to get that information? It sounds like a > trick I need in my toolbox. :) I am lazy, so I did: ktrace -i, kdump and then basically "fgrep fork|fgrep RET", plus a bit of awk to sort for unique pid/progname. Martin