I want to monitor a php process activity because sometime it keeps hanging there for a day although I have set time limit but it seems like its not working. I setup a cron job which runs this PHP application.

I tried to attach process from WHM but its not showing me any relevant info except following string

clock_gettime(CLOCK_MONOTONIC, {146528, 951364448}) = 0

Any clue how to monitor process activity?

link|improve this question
feedback

1 Answer

Look into strace - there's a lot of good documentation and even Youtube videos surrounding troubleshooting this behavior.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.