On Mon, 2003-08-04 at 17:30, Jim_Brouse/[EMAIL PROTECTED] wrote:
> How can I determine for a particular day sites visited for a particular IP
> in the order visited and time spent on each?
> 
> Jim

> On Monday 04 August 2003 10:06 pm, Jim_Brouse/[EMAIL PROTECTED]
> wrote:
> 
> > How can I determine the total time spent at a particular domain for a
> > particular IP address?
> 
> (a) Record the time the address first contacts the domain.
> (b) Record the time they last contact the domain.
> (c) Subtract (a) from (b) = time spent at the domain.
> 
> Both (a) and (b) can be found from access.log
> 
> Remember that http is a stateless protocol - you cannot tell when someone
> 'leaves' a domain, except by noticing that they haven't returned....
> 
> Antony.
> 
Use a log analyser like sarg

Reply via email to