Searched refs:histogram (Results 1 – 6 of 6) sorted by relevance
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-value39 The `zpool_influxdb --sum-histogram-buckets` option presents the data from ZFS50 | 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.180 to create a histogram of the size by I/O type and vdev. For example, a189 The histogram fields show cumulative values from lowest to highest.[all …]
965 uint64_t *histogram = rt->rt_histogram; in space_map_estimate_optimal_size() local1044 size += histogram[idx] * entry_size; in space_map_estimate_optimal_size()1051 size += histogram[idx] * in space_map_estimate_optimal_size()1062 size += histogram[idx] * 2 * sizeof (uint64_t); in space_map_estimate_optimal_size()1067 size += histogram[idx] * in space_map_estimate_optimal_size()
1942 metaslab_aux_histogram_add(uint64_t *histogram, uint64_t shift, in metaslab_aux_histogram_add() argument1955 histogram[idx] += rt->rt_histogram[i] << (i - idx - shift); in metaslab_aux_histogram_add()
17 3-D look-up tables (CLU), 1D-histogram generation (HGO), and color
15 pixel brightness/contrast based on histogram measurements for LCD
33 perf: Improve histogram construction, by @cyan4973 (#2253)