Apache-ParseLog
view release on metacpan or search on metacpan
ParseLog.pm view on Meta::CPAN
my(%visitorbydatetime); # unique visitors by date/time
my(%hitbydate); # hits by date
my(%hitbytime); # hits by time
my(%hitbydatetime); # hits by date/time
my(%method); # methods (get, post, etc.)
my(%file); # files
my(%querystring); # Query String
my(%proto); # protos (HTTP/1.0, etc.)
my(%ostatus); # original status (..)
my(%lstatus); # last status (use with %STATUS_BY_CODE)
my(%byte); # Bytes transferred (* containts one key "total")
my(%bytebydate); # bytes by date
my(%bytebytime); # bytes by time
my(%bytebydatetime); # bytes by date/time
my(%filename); # filenames (= files)
my(%addr); # IPs (=~ hosts)
my(%port); # ports
my(%proc); # procs
my(%sec); # seconds (time in sec)
my(%url); # URLs (=~ files)
my(%hostname); # hostnames (=~ hosts)
( run in 0.455 second using v1.01-cache-2.11-cpan-d6f9594c0a5 )