If you load through a stream, then what you can do is make a kind of βmeterβ that inherits from the stream and provides a property that sums the bytes read or written to it under the stream object. Ask the meter to encapsulate the stream object that you use to load, and then read it from the counter object. then ever so often you can check the number of bytes read in time to calculate the bandwidth consumed.
user220583
source share