![]() |
|
|
#1
|
||||
|
||||
|
Log Stats Accuracy
I'm going nuts with my stats. I have three programs I look at: Webalizer and Awstats for my log files, and Web-Analyse which is a php app that keeps it's own log. I get three different results from them. In particular, the daily unique visitor numbers are all over the place. Webalizer doesn't even have a daily unique visitor stat. For yesterday Awstats gives me 54 and Web-Analyze gives me 89. Which one, if either is accurate? Who knows? What you you guys using, and how can you tell if it's really accurate?
__________________
Axelis Directory Get listed fast. SEO friendly, $2.50 forever. |
|
#2
|
|||
|
|||
|
Visit analysis is based on a timeout, which is the time between the very last hit and the one before. This timeout may be different for various analyzers and usually ranges from 20 to 30 minutes. This timeout may be what makes your stats different. For example, if a person from 127.0.0.1 looked at your website at 12:00 and then at 12:21, the analyzer that has the timeout configured at 20 minutes will count the second hit as a new visit. The analyzer that has a 30-minute timeout will count the second hit as a part of the first visit.
On top of that, some analyzers use IP addresses to ID users, while others use cookies. Cookie-based approach is usually more accurate. For example, two people from behind a firewall will be counted as a single visitor if IP addresses were used for identification and as two visitors if cookies were used. J.D. |
|
#3
|
||||
|
||||
|
The two analyzers I'm using the most both use IP for identification. Also, I can update either of them to the current time by clicking a link. AWstats can be updated to within the last minute, and web-analyze can be updated to right now, or there abouts. Also, remember I'm looking at unique visits, so you're 20 minute scenario really isn't applcable.
I think what I need to do is pick one and go with that. I basically just want to track stuff from one day to the next just to see how I'm doing.
__________________
Axelis Directory Get listed fast. SEO friendly, $2.50 forever. |
|
#4
|
|||
|
|||
|
Quote:
Code:
sed -n -e "s/<ip-addr-regex>/\1/p" | sort -u J.D. |
|
#5
|
|||
|
|||
|
Quote:
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How long does it take Alexa to update its stats? | ginostylz | Traffic Analysis | 21 | Dec 9th 2007 7:13 pm |
| Overture Stats | bianco4810 | Search Engine Optimization | 2 | Jan 2nd 2005 10:15 am |
| Web Stats Broken?! | ViciousSummer | Traffic Analysis | 5 | Sep 28th 2004 6:26 pm |
| Missing Stats | TLDTrader.com | Site & Server Administration | 4 | Jun 30th 2004 7:08 am |
| Suggestion: Consider showing summary lookup stats | hulkster | Keyword Tracker | 2 | Apr 15th 2004 8:44 am |