It's useful to know how long each system call took, and at what
time each system call happened. In addition this patch causes
strace to print strings more fully allowing log messages to be seen
in the output.
Signed-off-by: Ethan Jackson <ethan@nicira.com>
;;
strace)
if (strace -V) > /dev/null 2>&1; then
- set strace -D -ff -o "$logdir/$daemon.strace.log" "$@"
+ set strace -tt -T -s 256 -D -ff -o "$logdir/$daemon.strace.log" "$@"
else
log_failure_msg "strace not installed, running $daemon without it"
fi