[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: monitoring application



On Tue, Jan 16, 2001 at 03:52:59PM +0530, Madhu Rao wrote:
> Hi
> 
> This might not relevant to the list, but I am posting it as I have not found
> any answers elsewhere.
> 
> I am doing a project where I have develop a application to determine:
> 1. Time at which a HTTP request to a particular was sent through a browser
> 2. Time at which the first packet of data was received from that particular
> URL
> 3. Time at which the last packet of  data was received from that particular
> URL
> 
> I have to collect these statistics for user activity on a paricular machine.

Get hold of a copy of mozilla and insert some calls at the right places.
Getting the source and all the prerequisites may be a challenge, but once
you have it setup, what you're trying to do becomes pretty trivial.

	-Arun