Re: Runtime information

2014-04-04 Thread Malcolm
On 4/4/2014 11:33 AM, John Dunlap wrote: Is there any way to get internal runtime metrics from mod perl? For example, how many interpreters there are, how many interpreter pools there are etc? I'm trying to track down a connection leak at the moment and I think that this kind of information would

Runtime information

2014-04-04 Thread John Dunlap
Is there any way to get internal runtime metrics from mod perl? For example, how many interpreters there are, how many interpreter pools there are etc? I'm trying to track down a connection leak at the moment and I think that this kind of information would help me determine if I've fixed it or not.