[OT] Bandwidth calculation

2009-05-18 Thread Ashish Kulkarni
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

Re: [OT] Bandwidth calculation

2009-05-18 Thread Burton Rhodes
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

Re: [OT] Bandwidth calculation

2009-05-18 Thread Ramanathan RV
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