Back to Browse

Spying on Apache and PHP with Strace

24.7K views
Mar 16, 2011
15:00

This video shows how to use strace to determine why an apache worker loads a page slowly. Commands shown in this video: telnet localhost 80 lsof -p `pidof telnet` netstat -nap | grep pid strace -o /tmp/output -f -s4096 -r -p pid cat /tmp/output | cut -c12-16 | sort -rn | head

Download

1 formats

Video Formats

360pmp425.6 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Spying on Apache and PHP with Strace | NatokHD