Counting requests

--0015175cdcfc1f12ab047af767a1
Content-Type: text/plain; charset=ISO-8859-1

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
--
Ricardo

--0015175cdcfc1f12ab047af767a1
Content-Type: text/html; charset=ISO-8859-1

hi,<div><br></div><div>How Can I count the number of requests processed ?</div><div><br></div><div>For example,</div><div>I would like to count the number of requests were processed each ten seconds. Like as monitor</div><div>
-- <br>Ricardo<br>
</div>

--0015175cdcfc1f12ab047af767a1--
ricardo figueiredo [ Fr, 18 Dezember 2009 03:21 ] [ ID #2026450 ]

Re: Counting requests

--0016e6dab082efbd3d047af9fb8b
Content-Type: text/plain; charset=ISO-8859-1

You may find useful mod_status

http://httpd.apache.org/docs/2.2/mod/mod_status.html

-Jorge


On Thu, Dec 17, 2009 at 9:21 PM, ricardo figueiredo <
ricardoogrande [at] gmail.com> 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
> --
> Ricardo
>

--0016e6dab082efbd3d047af9fb8b
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

You may find useful mod_status<br><br><a href=3D"http://httpd.apache.org/do=
cs/2.2/mod/mod_status.html">http://httpd.apache.org/docs/2.2 /mod/mod_status=
..html</a><br><br>-Jorge<br><br><br><div class=3D"gmail_quote">On Thu, Dec 1=
7, 2009 at 9:21 PM, ricardo figueiredo <span dir=3D"ltr"><<a href=3D"mai=
lto:ricardoogrande [at] gmail.com">ricardoogrande [at] gmail.com</a>></span> wrote=
:<br>
<blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, =
204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">hi,<div><br></div=
><div>How Can I count the number of requests processed ?</div><div><br></di=
v>
<div>For example,</div><div>I would like to count the number of requests we=
re processed each ten seconds. Like as monitor</div><div>
-- <br>Ricardo<br>
</div>
</blockquote></div><br>

--0016e6dab082efbd3d047af9fb8b--
Jorge Medina [ Fr, 18 Dezember 2009 06:26 ] [ ID #2026454 ]

Re: 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.



------------------------------------------------------------ ---------
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-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
aw [ Fr, 18 Dezember 2009 10:27 ] [ ID #2026464 ]

RE: Counting requests

> -----Message d'origine-----
> De=A0: Andr=E9 Warnier [mailto:aw [at] ice-sa.com]
> Envoy=E9=A0: vendredi 18 d=E9cembre 2009 10:27
> =C0=A0: users [at] httpd.apache.org
> Objet=A0: Re: [users [at] 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 i=
n this case : it continuously reads the access_log file and presents the re=
sults 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-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Emmanuel Bailleul [ Fr, 18 Dezember 2009 10:35 ] [ ID #2026465 ]
Webserver » gmane.comp.apache.user » Counting requests

Vorheriges Thema: SSLProxyEngine config help
Nächstes Thema: auth_ldap returns "Password Mismatch" but the password is correct