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?
hits by hour
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.
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.