Re: [PULL 1/5] qapi/block-core: Tidy up BlockLatencyHistogramInfo documentation

2023-07-26 Thread Vladimir Sementsov-Ogievskiy
On 26.07.23 15:01, Markus Armbruster wrote: Vladimir Sementsov-Ogievskiy writes: On 26.07.23 14:28, Markus Armbruster wrote: Documentation for member @bin comes out like list of io request counts corresponding to histogram intervals. len("bins") = len("boundaries") + 1 For the exa

Re: [PULL 1/5] qapi/block-core: Tidy up BlockLatencyHistogramInfo documentation

2023-07-26 Thread Markus Armbruster
Vladimir Sementsov-Ogievskiy writes: > On 26.07.23 14:28, Markus Armbruster wrote: >> Documentation for member @bin comes out like >> list of io request counts corresponding to histogram intervals. >> len("bins") = len("boundaries") + 1 For the example above, "bins" >> may be somet

Re: [PULL 1/5] qapi/block-core: Tidy up BlockLatencyHistogramInfo documentation

2023-07-26 Thread Vladimir Sementsov-Ogievskiy
On 26.07.23 14:28, Markus Armbruster wrote: Documentation for member @bin comes out like list of io request counts corresponding to histogram intervals. len("bins") = len("boundaries") + 1 For the example above, "bins" may be something like [3, 1, 5, 2], and corresponding histogra

[PULL 1/5] qapi/block-core: Tidy up BlockLatencyHistogramInfo documentation

2023-07-26 Thread Markus Armbruster
Documentation for member @bin comes out like list of io request counts corresponding to histogram intervals. len("bins") = len("boundaries") + 1 For the example above, "bins" may be something like [3, 1, 5, 2], and corresponding histogram looks like: Note how the equation and the