Re: [Rabbit-proxy-development] Getting Contentlength
Brought to you by:
ernimril
From: <isc...@gm...> - 2007-01-07 19:23:34
|
Hello Robert, thanks for the quick answer. So the TrafficLogger would be my friend. After searching the source, I found 2 places, where the traffic is logged (ResouceHandlerBase and WebConnectionResourceSource). As I understood the source, the WebConnectionResourceSource is only used for getting information from the net and so the ResourceHandlerBase would be better. Is this correct? I want to assign the traffic to the connection. Would the ResourceHandlerBase the right place to do this? Greetings Ingo Robert Olofsson schrieb: > Ingo Schröder wrote: >> But how can i get the amount of data transfered by each connection? > > All data that is transferred is counted so you can implement a > TrafficLogger and count the data as it happen. > > Rabbit usually just keeps simple statistics, check the status page > to see the normal statistics. > > /robo > |