Forum Moderators: DixonJones
If you want to know how many pages the average visitor looks at in a day, you could approximate it by setting the time ranges to look at only one day, then divide "Successful requests for pages" by "Distinct hosts served." This assumes a 1:1 relation between host IPs and users, which isn't exactly right, but probably close enough to give you an idea.
The reason you can't really do these things is Analog's ultra-agnostic philosophy: it doesn't attempt to make make any guesses (for example, about sessions or users). It just reports what the server is actually doing. Personally, I prefer this.
If you really want to track users reliably, you probably would have to go to cookies.
Hope this helps,
Pete