Logging CPU / Memory usage

2010-05-18 Thread F10
Hello list I am writing a module that would be logged cpu time and memory usage for each query to the vhost. Need help how to implement it. -- Only one 0_o

Re: Logging CPU / Memory usage

2010-05-18 Thread Jerome Renard
Hello, On Tue, May 18, 2010 at 5:07 PM, F10 wrote: > Hello list > I am writing a module that would be logged cpu time and memory usage for each > query to the vhost. > Need help how to implement it. How about reading how mod_status works first ? :) - http://svn.apache.org/repos/asf/httpd/http

Re: Logging CPU / Memory usage

2010-05-18 Thread F10
Thank you for your reply. I'll see how this module works. On Tue, May 18, 2010 at 05:23:51PM +0200, Jerome Renard wrote: > Hello, > > On Tue, May 18, 2010 at 5:07 PM, F10 wrote: > > Hello list > > I am writing a module that would be logged cpu time and memory usage for > > each query to the vho