0

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?

quanta
  • 51,413
  • 19
  • 159
  • 217
Maximus
  • 345
  • 1
  • 3
  • 7

1 Answers1

0

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

thinice
  • 4,716
  • 21
  • 38