If you have hosted your container behind a web server like apache, the logs from the web-server would give you the measure. If not, then you could write a filter that intercepts all requests and dumps the size of the response.
Thanks Ram On Mon, May 18, 2009 at 8:27 PM, Burton Rhodes <[email protected]>wrote: > I haven't really used it but would TcpMon do the trick? I don't think > you can specify per webpage or session, but I think it will give you > the data usage. Perhaps you could divide the total bandwidth used from > tcpmon by the number of sessions during that specified period. > > On 5/18/09, Ashish Kulkarni <[email protected]> wrote: > > HiI have to find out how much data is transferred between the client and > web > > application server and from web application server and database, i want > to > > find out KB or MB of data per webpage request or per session. > > > > I need to prepare a report for networking team to make sure that the > > webapplication will work properly in intranet and not cause any traffice > > jams > > > > Does anyone have any idea on how to do this? any tools? > > Any help is appreciated > > > > -- > Sent from my mobile device > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

