0

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. :( ].

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433
Saju
  • 402
  • 3
  • 11
  • 30

1 Answers1

0

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.

Lan
  • 6,470
  • 3
  • 26
  • 37