|
 |
 |
                 |
 |
 |
|
|
 |
Easy-to-Read Analog Reports
Analog Contents
In a nutshell, Analog is a program to measure the usage on your web server or site. It compiles
all of the data stored in the raw log files (which are collected with each and every hit to your web site),
and reports which pages are most popular, which countries people are visiting from, which sites they
tried to follow broken links from, and all sorts of other useful information. Analog is also the most popular
log file analyzer program in the world. To learn more and see
a sample report, visit the Analog
web site.
Accessing Your Analog Report
To get to your Analog stats file (which compiles the last seven days of site statistics), go
to http://www.domain.com/logs in your web browser, replacing domain.com with your domain name.
Analog Broken Down
Overview of the other reports you'll find in the output:
- General Summary - This report contains overall statistics:
Figures in front of the parentheses refer to the period of time starting with the first day
raw logs are recorded for your site through the current date/time. Whereas, figures in the parentheses
refer to the 7-day period ending with the current date and time.
Successful requests: 30,000 (5,000) - requests for files (images, pages, scripts) with HTTP status
codes in the 200's (where the document was returned)
Average successful requests per day: 500 (800) - the number above divided by the number of daily
reports there are, to get the average number per day
Logfile lines without status code: 100 (0) - the number of logfile lines without a status code
Successful requests for pages: 100 (20) - same as successful requests, however only measures the
amount of page files returned (exludes image, script files, etc.)
Average successful requests for pages per day: 2 (2) - the number above divided by the number of daily
reports there are, to get the average number per day
Failed requests: 100 (20) - requests for files (images, pages, scripts) with HTTP status
codes in the 400's (error in request) or 500's (server error)
Redirected requests: 200 (40) - requests for files (images, pages, scripts) with HTTP status
codes in the 300's, indicating that the user was directed to a different file instead
Distinct files requested: 700 (300) - the number of files where the complete URL was typed into
the computer's browser and requested (does not include indirect requests resulting from the distinct
request)
Distinct hosts served: 600 (100) - the number of computers (measured by different IP addresses)
requesting files on your site (the best way to measure your true user "hits")
Corrupt logfile lines: 1,000 - the number of logfile lines which analog didn't manage to parse
Data transferred: 100 Mbytes (10 Mbytes) - the amount of data that is transferred between the server
and the requesting computer
Average data transferred per day: 2 Mbytes (2 Mbytes) - the number above divided by the number of daily
reports there are, to get the average number per day
- Monthly Report - This report lists the activity in each month.
- Daily Summary - This report lists the total activity for each day of the week, summed
over all the weeks in the report.
- Hourly Summary - This report lists the total activity for each hour of the day, summed
over all the days in the report.
- Domain Report - This report lists the countries of the computers which requested files.
- Organization Report - This report lists the organizations of the computers which requested files.
- Search Word Report - This report lists which words people used in search engines to find the site.
- Operating System Report - This report lists the operating systems used by visitors.
- Status Code Report - This report lists the HTTP status codes of all requests.
- File Size Report - This report lists the sizes of files.
- File Type Report - This report lists the extensions of requested files.
- Directory Report - This report lists the directories from which files were requested.
- Request Report - This report lists the files on the site.
Should you like more information regarding the details of your report, check out Analog's
detailed description pages.
|
|
|
|
|
|
|
|
|