Page 1 of 1

hits by hour

Posted: Thu Feb 08, 2007 9:20 pm
by PMsmp
I want to see hits by hour, but combine all days during my analysis period.

I created a custome report by hour, and it shows each hour of each day.

I want a total by hour for all the days.

Can it be done?

Posted: Sat Feb 10, 2007 12:47 pm
by Abacre
Most probably you tried to use Time Report type. But for your task you
should use Basic Report type. Please do the following:

1. Close ALA.
2. Go to C:\Program Files\Advanced Log Analyzer
3. Open reports.ini file in text editor like Notepad.
4. Copy/paste into desired place the following definition of new
report "Hits by hour":

type=basic
name=Hits by hour
footer=true
limit=24
percentage=true
sortby=name
sortorder=descending
show_table=true
show_chart=false
chart_type=pie
param=hour
pagesonly=true

5. Save reports.ini file.
6. Now you can start Advanced Log Analyzer and analyze your log files.