in reply to Re^2: Debugging forking perl script? GDB?
in thread Debugging forking perl script? GDB?

Include the PID and workload information (request url, rpc method name, queue item details, etc) in your logs along with start/end timestamps for processing the work.

You can then look up the PID in the logs and find out what that pesky pegged worker is up to.

  • Comment on Re^3: Debugging forking perl script? GDB?