Apache-Throttle
view release on metacpan or search on metacpan
Throttle/Log.pm view on Meta::CPAN
=item MaxUsers
Clear the speed hash when it reaches the specified number of users.
I'm still looking for a better way of doing this. If anyone has any
suggestions, feel free to tell me. This option is strongly recommended.
=item LogTypes
Only log requests with a MIME-type that matches this regular expression.
This is useful for only logging "^image/" if you plan to serve images and
the speeds for other large, compressable files are throwing off your
averages. It's probably much more efficient to keep all your images under
one directory and just put a <Location> container around the handler
definition though.
=item MinSize
The minimum size in bytes that a request has to be for it to be logged.
=item MinDuration
( run in 0.298 second using v1.01-cache-2.11-cpan-8d75d55dd25 )