简体   繁体   中英

Measure Page bandwidth usage

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM