Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Suggestions on differentiating child processes

by steves (Curate)
on Nov 12, 2004 at 16:08 UTC ( [id://407400]=note: print w/replies, xml ) Need Help??


in reply to Suggestions on differentiating child processes

Can you use Proc::ProcessTable to get extended ps like data to find what you need?

I personally like to use unbuffered logs that log enough data to make it easy to track and watch things. That way I also have a historical reference I can look back on to investigate problems. The framework I'm using now (self built) has standard logging and statistics for each process that you mostly just get by using the packages of the framework. We have verbose and debug levels that can be used to control the level and type of output. Those can be set either globally or at the package level. There are command line options that are tied to those settings.

  • Comment on Re: Suggestions on differentiating child processes

Replies are listed 'Best First'.
Re^2: Suggestions on differentiating child processes
by gnu@perl (Pilgrim) on Nov 12, 2004 at 16:15 UTC
    Proc::ProcessTable offers extensive searching of process relatd information, but you still cannot determine what an individual process may be doing at any one time.
    As for your second note, and external source, you are the second person to recommend this (third if I count myself) and it looks like I may have to go this route.
    Thanks.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://407400]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-26 06:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found