vinyl: tune dump bandwidth histogram buckets
Typically, dump bandwidth varies from 10 MB to 100 MB per second so let's use 5 MB bucket granularity in this range. Values less than 10 MB/s can also be observed, because the user can limit disk rate with box.cfg.snap_io_rate_limit so use 1 MB granularity between 1 MB and 10 MB and 100 KB granularity between 100 KB and 1 MB. A write rate greater than 100 MB/s is unlikely in practice, even on very fast disks, since dump bandwidth is also limited by CPU, so use 100 MB granularity there.
Please register or sign in to comment