Forum Moderators: phranque
The site is served from two servers domain01.domain.com and domain02.domain.com with the site being accessed via domain.com
Uploads are all done to 01 which then auto copies to 02 which serves as a backup. In the past we have calculated stats by adding figures (vistis, uniques, page views etc) from 01 to 02.
Now I'm not sure this is correct since if we turn 02 off and everything runs from 01 only the figures (and ad revenue) drops.
Does anyone have a similar setup or any suggestion on how to get accurate stats?
Having a few issues with our webstats which are essential to us for selling advertisements.The site is served from two servers domain01.domain.com and domain02.domain.com with the site being accessed via domain.com
Uploads are all done to 01 which then auto copies to 02 which serves as a backup. In the past we have calculated stats by adding figures (vistis, uniques, page views etc) from 01 to 02.
Now I'm not sure this is correct since if we turn 02 off and everything runs from 01 only the figures (and ad revenue) drops.
You don't say how you distribute hits between the two servers. Is it possible, that when you turn "02" off, it is still getting hits?
Does anyone have a similar setup or any suggestion on how to get accurate stats?
I have a simple cron script which makes the round of a small set of load-balanced Apaches and concatenates the logfiles into one big one, which then gets run through the usual analyzers.
You don't say how you distribute hits between the two servers. Is it possible, that when you turn "02" off, it is still getting hits?
The servers are exact copies of each other so when they're both on a load balancing system divides the traffic between the two. I'm not sure exactly how it works.
I have a simple cron script which makes the round of a small set of load-balanced Apaches and concatenates the logfiles into one big one, which then gets run through the usual analyzers.
I would have no idea how to do this, besides we're on a Windows server.