Newest Industry

Evolving the Online Performance Experience

More stupidity in my Web Server Log Application

leave a comment »

Ok, as Tim Bray does, I am here to expose the stupid with the great in all the code I write.

Mine was even more brain-damaged. I generate a series of aggregate Web Log stats,after filtering out bots/crawlers/images/css/robots.txt/etc., to generate meaningful information on the visitors to my sites.

However, the aggregate stats were not meshing with the drilldowns I was generating to examine data views, such as who hit what pages, who hit during what hour, etc.

Well, it helps if you look at the same data. The drilldowns used the following SQL filter:

ap.bytes != 0

Ummm…if I built the TEMP table for aggregate data view page using the same filter, the information would be aligned.

A Homer Moment…DOH!

Advertisement

Written by Stephen

January 20 2005 at 12:11

Posted in Uncategorized

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 269 other followers