[j-nsp] filter to count http requests

Rubens Kuhl Jr. rkjnsp@ieg.com.br
Tue, 19 Nov 2002 10:13:38 -0200


Only HTTP/1.0 requests. HTTP/1.1 can be (and usually are) made by several
requests over a single TCP session.
But measuring HTTP sessions (each one being one or more requests from the
same client) is a good starting point to detect "slashdotting" and
denial-of-service.



Rubens


----- Original Message -----
| I'm trying to count HTTP requests forwarded to my uplink.I've written a
| filter given below and applied this to the uplink interface as output
| filter. Is this is a safe method to mesure http requests ?