Lines Matching refs:histogram
20 | --no-histogram | -n | Do not print histogram information |
22 | --sum-histogram-buckets | -s | Sum histogram bucket values |
27 The histogram data collected by ZFS is stored as independent bucket values.
35 Another method for storing histogram data sums the values for lower-value
39 The `zpool_influxdb --sum-histogram-buckets` option presents the data from ZFS
50 | zpool_io_size | per-vdev I/O size histogram | zpool iostat -r |
51 | zpool_latency | per-vdev I/O latency histogram | zpool iostat -w |
152 The histogram fields show cumulative values from lowest to highest.
159 | le | bucket for histogram, latency is less than or equal to bucket value in seconds |
180 to create a histogram of the size by I/O type and vdev. For example, a
189 The histogram fields show cumulative values from lowest to highest.
199 | le | bucket for histogram, I/O size is less than or equal to bucket value in bytes |