[users@httpd] Timers and counters in Apache module

2013-09-27 Thread Creg Zolast
Hi, I am currently developing a module in Apache 2.4.4 I need a counter that is going to count all requests in the system and based on a small processing, some of them are to be tagged and counted separately. I would like to do this the right way, in memory and not using shared file on the hard

Re: [users@httpd] Timers and counters in Apache module

2013-09-27 Thread Jeff Trawick
On Sep 27, 2013 5:55 AM, Creg Zolast cregzol...@gmail.com wrote: Hi, I am currently developing a module in Apache 2.4.4 I need a counter http://httpd.apache.org/lists.html#modules-dev

Re: [users@httpd] Timers and counters in Apache module

2013-09-27 Thread Peter Phaal
Take a look at mod_sflow, it maintains basic HTTP counters and periodically exports them using the sFlow protocol. The counters you are looking for may already be exported; the following article shows the counter and transaction data exported by mod_sflow: http://blog.sflow.com/2011/01/http.html