dserodio
9/3/2015 - 3:07 AM

Hook into stdout and stderr of a running process

Hook into stdout and stderr of a running process

sudo strace -p $PID -e trace=write -e write=1,2

# To log started and elapsed times, add -ttT