I want to see how much data is being send and received when I request for a page of my java web application. Is there any way to track it?
It runs on IE and don't support other browsers [ophs...feels bad about it. :( ].
Since IE is the only supported browser, you can try IE extension such as Fiddler or HttpWatch. Both will give you the statistics of data send/receive for each web request.