Difference between revisions of "Strace example"

From vpsget wiki
Jump to: navigation, search
(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 ...")
 
(No difference)

Latest revision as of 23:05, 30 July 2018

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