Module reports busy workers

2009-08-26 Thread ricardo13
Hi, I would like to implement a module that write information (busy worker and idle worker) in file. When request is processed, It writes information (ap_log_hook). I use mod_status to recovery these information. I don't know about use these information in my module. Ricardo -- View this

Re: Module reports busy workers

2009-08-26 Thread Eric Covener
On Wed, Aug 26, 2009 at 8:47 AM, ricardo13ricardoogra...@gmail.com wrote: Hi, I would like to implement a module that write information (busy worker and idle worker) in file. When request is processed, It writes information (ap_log_hook). I use mod_status to recovery these information. I

Re: Module reports busy workers

2009-08-26 Thread ricardo13
HI, How do I collect these informations in my module ? Ricardo ricardo13 wrote: Hi, I would like to implement a module that write information (busy worker and idle worker) in file. When request is processed, It writes information (ap_log_hook). I use mod_status to recovery these

Re: Module reports busy workers

2009-08-26 Thread Eric Covener
On Wed, Aug 26, 2009 at 11:56 AM, ricardo13ricardoogra...@gmail.com wrote: HI, How do I collect these informations in my module ? Same way mod_status does? -- Eric Covener cove...@gmail.com

Re: Module reports busy workers

2009-08-26 Thread ricardo13
Yes, Mod_status shows in browser and writes in file. But mod_status writes in a file only when I stop apache. Ricardo Eric Covener wrote: On Wed, Aug 26, 2009 at 11:56 AM, ricardo13ricardoogra...@gmail.com wrote: HI, How do I collect these informations in my module ? Same way