Strace example

From vpsget wiki
Jump to: navigation, search

Some fast examples how to debug httpd or another app

strace -q -vttT -o strace.log -s4096 /usr/sbin/httpd -e debug -k start

show some outputs + detailed information will be listed in strace.log