Showing posts with label strace. Show all posts
Showing posts with label strace. Show all posts

2010-11-05

"multi-strace"

Thanks to a colleague, we hereby present the multi-strace:
strace $(pgrep httpd | awk '{ print "-p " $1 }' | tr '\n' ' ')
(it's left as exercise to the reader to understand what it does) if you want to save the output and the play with it, just add '-o <file>'.

Welcome, new handy tool!