On Monday, March 28, 2005 9:59 PM [GMT], Josh Endries <[EMAIL PROTECTED]> wrote:
> Is it possible to include distinct hosts in time reports? The manual > lists "requests" and "page requests" but not "distinct hosts". I > understand the inaccuracies with "unique visitors", but distinct > hosts is probably the best available estimate of "visitors". It > would be useful to see a daily (or weekly, etc.) graph of these over > a report range. I can't figure out how to do it without having > Analog generate a bunch of reports and using another application to > extract the data and generate the graphs. > > Is it possible with Analog currently, or possible to add without > tons of work (we may add it)? Is there another way, or a better way, > to graph "unique visits" over time? If "left out", is it for > performance reasons as stated in FAQ B.26? Analog doesn't create a unique host count in the time reports. To count the number of page or requests in a time period, you just need a simple cumulative counter. To count the number of unique hosts in that same period, you need to create a table of all the unique hosts that occur during that time period, and then count them at the end of the period. Analog isn't designed to work that way. Aengus +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------

