web-log-files-analysis-webalizer
Webalizer very quickly creates tables / graphs of your web traffic, run
as a command line against your log... (and can take .gz files too!)
e.g.
webalizer -i -b -U 300 -o output access.log
//ignore history, ignore incremental = start fresh!
//-U = urls to display
//-Y throw out country stuff
//-o outputdirectory
you have to use the -c filename.conf option to get more specific
parameters changed e.g. number of users...
http://www.mrunix.net/webalizer/download.html