Strace example

From vpsget wiki
Revision as of 23:05, 30 July 2018 by Ndi (talk | contribs) (Created page with "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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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