Comment on Strace - The Sysadmin's Microscope (2010) parentComments−bingaling14yIt's possible to pass up to 32 -p arguments. For example, tracing multiple apache worker processes: strace `ps -C httpd -o pid= |xargs -Ix echo -n '-p x '`
Comments
It's possible to pass up to 32 -p arguments. For example, tracing multiple apache worker processes: