hits by hour

General discussions about Advanced Log Analyzer
Post Reply
PMsmp
Posts: 1
Joined: Thu Feb 08, 2007 9:14 pm

hits by hour

Post 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?

Abacre
Site Admin
Posts: 1223
Joined: Mon Jan 31, 2005 5:32 pm

Post 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.
Kind regards,
Abacre Limited
http://www.abacre.com
support@abacre.com

Post Reply