Re: Accurately tracking data transferred via a plugin?

2012-08-17 Thread Phil Sorber
You might be able to set up a null transformation and count the bytes as they go through. On Fri, Aug 17, 2012 at 5:10 PM, Adam Phelps wrote: > Ok, those calls in TS_HTTP_TXN_CLOSE_HOOK appear to result in accurate > numbers, but with streaming are no where near as granular as I'd like to > see.

Re: Accurately tracking data transferred via a plugin?

2012-08-17 Thread Adam Phelps
Ok, those calls in TS_HTTP_TXN_CLOSE_HOOK appear to result in accurate numbers, but with streaming are no where near as granular as I'd like to see. For instance a big youtube video may hit the TS_HTTP_SEND_RESPONSE_HDR_HOOK and TS_HTTP_TXN_CLOSE_HOOK hooks only once for many 100's of MB of tr

available documentation about caching

2012-08-17 Thread Bogdan Graur
Hello everybody, I'm new to this mailing list and I would like some guidance on what is the best place to start for getting a general overview on the way caching is done in the Apache Traffic Server. My final goal is to understand what is the current support for range request caching in ATS as I