Hi, How can I calculate the total number of bytes transported in a burst? Where there are 0 bytes transported before and after a section of traffic. asked 01 May '17, 14:00 Sarah edited 01 May '17, 14:01 |
One Answer:
My approach would be:
The result should be that every interval (for example 10ms) will have a dot plotted on the graph for the aggregate byte count within the defined time interval, which can be set as low as 1ms. Hit "reset" to align the graph for readabilty, add any display filter you want to drill down on (eg: measure burst rate of particular traffic types), and that should pretty much give you what it sounds like you're looking for. answered 01 May '17, 15:23 Quadratic |