Sometimes you have a multi threaded / multi processed application and you need to see where are things hanging.
ps auxw | grep sbin/apache | awk '{print"-p " $2}' | xargs strace
nJoy 😉
Sometimes you have a multi threaded / multi processed application and you need to see where are things hanging.
ps auxw | grep sbin/apache | awk '{print"-p " $2}' | xargs strace
nJoy 😉