> -----Message d'origine-----
> De : André Warnier [mailto:a...@ice-sa.com]
> Envoyé : vendredi 18 décembre 2009 10:27
> À : users@httpd.apache.org
> Objet : Re: [us...@httpd] Counting requests
> 
> ricardo figueiredo wrote:
> > hi,
> >
> > How Can I count the number of requests processed ?
> >
> > For example,
> > I would like to count the number of requests were processed each ten
> > seconds. Like as monitor
> Maybe first look at tools such as munin
> (http://munin.projects.linpro.no/) and webalizer.
> 
> In a very generic way, I would recommend looking at it this way : Apache
> can already generate an access log (CustomLog) with basically all the
> information you need or want for analysing your webserver traffic, and
> this log generation is fairly-well optimised.
> Anything that you would introduce in addition in the webserver is likely
> to have a significant impact on performance.
> So look at existing tools which analyse the access log after the fact
> and present it nicely, rather than re-inventing the world.
> 

Hi,

Apachetop (http://www.webta.org/projects/apachetop/) could be of interest in 
this case : it continuously reads the access_log file and presents the results 
as top would do for system stats. It also has the advantage of being very 
lightweight ...

Regards

Emmanuel

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to