[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ns] Transfer Time for webtraf.cc objects



To find out the transfer time you have to go to tcl/webcache/webtraf.tcl
and do something in done-resp{}. 

On Wed, 6 Sep 2000, Nabil Seddigh wrote:

> Is there any way of figuring out the transfer time
> for the web page objects in webtraf.cc? 
> i.e. The time for the request/response + the
> actual data transfer (DATA + ACKs).
> 
> I'm hoping to do this without having to parse
> the trace file.
> 
> I've experimented with hooks in various places
> in webtraf.cc but all I can figure out is
> when a new object request ("GET") is sent from
> client to server. I can't seem to figure out 
> where to put the hook when the actual data 
> transfer for that object is completed.
> 
> Does anyone have any suggestions? Do I have to go
> to the TCP level to do this?
> 
> Thanks
> Nabil
> [email protected]
>