Forum Moderators: DixonJones
What other options do I have?
(1) if processing daily logs of 300 MB is too heavy for your server and your statistics package, you may try to switch the log more often: every 6 hours or every hour and process smaller chunks of data more often, therefore spreading the clogging load over the day.
At least the Webalizer log statistics package has a convenient incremental mode to support frequent runs.
(2) If you can't or won't do it on your primary http server due to file space and CPU-load constraints, then you need a second server near by (not to 'download' but to transfer the daily logs to; 300 MB on a fast local network should not be a problem), and then processing the logs as you like. This 2nd server may even be a Linux box then ...
Regards,
R.
In fact, a complete clicktracks run of 300 megs worth of logs on my laptop takes less than an hour.