Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zpool iostat -ow
object store latency buckets off by one (openzfs#823)
In `zpool iostat -ow`, the `object_store` latencies are being counted in one higher bucket than they should be (e.g. 512us instead of 256us), making it hard to compared to the `object_agent` latencies. The bucket index is somewhat confusing due to the kernel's definition of `L_HISTO()`. This commit fixes the issue.
- Loading branch information