#13988 (moved) raises the interval at which bandwidth measurements are sampled. That's a pain for arm, which wants to use this information to prepopulate the bandwidth graph.
atagar asks for a means to get similar information from the last 1-5 minutes.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items 0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items 0
Link issues together to show that they're related.
Learn more.
A space-separated summary of recent BW events in chronological order.
Please specify newest-to-oldest or oldest-to-newest.
Each event is represented by a comma-separated tuple of "MS,R,W", where MS is the number of milliseconds elapsed since the previous entry
That seems like an odd return value. I was thinking something like 'up to 300 R,W tuples where each represents a second worth of data'. No big whoop though. If this is what tor has handy then controllers can convert it into what they need.
Entries where R==W==0 are omitted.
Is that ok? An entry of...
'532,143,498 390,601,4331'
... says between 390-532 ms ago we wrote 143 bytes and wrote 498. This is different from...