Re: [OT]Tool to find amount of data transfered in web application

2005-04-08 Thread Duncan Mills
I'd use a packet sniffer like ethereal (www.ethereal.com) . Its free under the GNU license and tremendously powerful. You should be able to use it to measure both HTTP and Telnet traffic. The only problem I have with it is the amount of stuff it captures, fortunately it has sophisticated

RE: [OT]Tool to find amount of data transfered in web application

2005-04-07 Thread Benedict, Paul C
A quick way is to simply clear your browser's cache, make a hit to the website, and then look at how much your cache has accumulated. This will give you a rough estimate. -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED] Sent: Thursday, April 07, 2005 10:46 AM To:

RE: [OT]Tool to find amount of data transfered in web application

2005-04-07 Thread Fogleson, Allen
You might check out jmeter (http://jakarta.apache.org/jmeter/index.html) it might be able to do what you want. Don't remember off the top of my head if it includes bandwidth reports but I think it does. Al -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED] Sent:

RE: [OT]Tool to find amount of data transfered in web application

2005-04-07 Thread Ashish Kulkarni
Hi I need this tool to find out the bandwidth used when using a green screen (clinet access) application and bandwidht when using web application Ashish --- Fogleson, Allen [EMAIL PROTECTED] wrote: You might check out jmeter (http://jakarta.apache.org/jmeter/index.html) it might be able to do

RE: [OT]Tool to find amount of data transfered in web application

2005-04-07 Thread Mark Benussi
Even better use IBM's Page detailer. http://www.alphaworks.ibm.com/tech/pagedetailer -Original Message- From: Benedict, Paul C [mailto:[EMAIL PROTECTED] Sent: 07 April 2005 15:48 To: 'Struts Users Mailing List' Subject: RE: [OT]Tool to find amount of data transfered in web application