Bandwidth Utilization Measurement
Brought to you by:
dbranson
I would like to have a subscriber that can monitor the traffic going through the proxy to measure bandwidth used over the duration of a given test. Initially just a graph of time slices (kb/min ?) ultimately a traveling graph -- think memory utilization chart shown in jconsole.
An additional thought would integrate this with the bandwidth throttling subscriber.
It might be a feature of one of the existing subscribers or a new subscriber.
Logged In: NO
Currently, the HttpXmlSubscriber records a timestamp for each request and response, which is used when generating the summary report. It seems like this could be used to roughly calculate the average throughput up and down over various time slices. This approach should be fairly straightforward, and would give the numbers after the fact. A solution that showed values on-the-fly would require a more effort. Perhaps the first would be a good short-term solution, and the second could be put on the list for the long-term.