Re: process snapshot
- From: tom@xxxxxxxxxxxxxx (Tom Phoenix)
- Date: Mon, 24 Dec 2007 08:08:40 -0800
On Dec 23, 2007 10:53 PM, lists user <practicalperl@xxxxxxxxx> wrote:
How to get a process's snapshot data in perl like Apache::Scoreboard
for apache processes?
Probably in much the same way.
What process's data are you trying to obtain? In the case of Apache,
it maintains the so-called scoreboard, which is to say that Apache
actively publishes scoreboard data. If the process you're interested
in doesn't try to make its internal data public, extracting that data
isn't easy, nor reliable. On the other hand, if that program publishes
its internal state in a way analogous to what Apache does, then how to
get what you want should be documented somewhere; find that (or make
it happen, if you've got the program's source) and you'll be most of
the way there.
Good luck with it!
--Tom Phoenix
Stonehenge Perl Training
.
- References:
- process snapshot
- From: Lists User
- process snapshot
- Prev by Date: Re: Application
- Next by Date: Re: regexp for two quotes
- Previous by thread: process snapshot
- Next by thread: Application
- Index(es):
Relevant Pages
|
|