Searched refs:histogram (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/contrib/unbound/contrib/
H A Dunbound_munin_45 # unbound_munin_histogram - histogram of query resolving times
86 unbound_munin_histogram - histogram of query resolving times
207 echo "histogram"
362 histogram)
363 echo "graph_title Unbound DNS histogram of reply time"
505 histogram)
509 for x in histogram.000000.000000.to.000000.000001 \
510 histogram.000000.000001.to.000000.000002 \
511 histogram.000000.000002.to.000000.000004 \
512 histogram
[all...]
H A Dparseunbound.pl47 my %donestats = (); # same, but only when we got a histogram entry for it
96 elsif ( $line =~ m/info: histogram of recursion processing times/ ) {
/freebsd-current/sys/netgraph/
H A Dng_vlan_rotate.h53 uint64_t histogram[NG_VLANROTATE_MAX_VLANS]; member in struct:ng_vlanrotate_stat
H A Dng_vlan_rotate.c85 {"histogram", &ng_vlanrotate_stat_hist},
150 counter_u64_t histogram[NG_VLANROTATE_MAX_VLANS]; member in struct:ng_vlanrotate_kernel_stats
180 vrp->stats.histogram[i] = counter_u64_alloc(M_WAITOK);
275 p->histogram[i] = counter_u64_fetch(vrp->stats.histogram[i]);
287 counter_u64_zero(vrp->stats.histogram[i]);
436 counter_u64_add(vrp->stats.histogram[vlans], 1);
477 counter_u64_free(vrp->stats.histogram[i]);
/freebsd-current/usr.bin/systat/
H A Diostat.c83 static void histogram(long double, int, double);
319 histogram(mb_per_second, 50, .5);
321 histogram(transfers_per_second, 50, .5);
324 histogram(kb_per_transfer, 50, .5);
344 histogram(100.0 * cur_dev.cp_time[o] / dtime, 50, CPUSCALE);
348 histogram(long double val, int colwidth, double scale) function
/freebsd-current/share/dtrace/
H A Dnfsclienttime31 * system call, and then generates a histogram of those times sorted by
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dspace_map.c491 * Transfer the content of the range tree histogram to the space
492 * map histogram. The space map histogram contains 32 buckets ranging
501 * Since the largest histogram bucket in the space map is
896 * If the spacemap is reallocated, its histogram
968 uint64_t *histogram = rt->rt_histogram; local
974 * its histogram buckets instead of iterating through its nodes.
983 * in the buckets of the range tree's histogram.
1047 size += histogram[idx] * entry_size;
1054 size += histogram[id
[all...]
H A Dmetaslab.c2018 metaslab_aux_histogram_add(uint64_t *histogram, uint64_t shift, argument
2024 * the space map histogram, and not the range tree histogram, as we
2026 * from the space map histogram.
2031 histogram[idx] += rt->rt_histogram[i] << (i - idx - shift);
2045 * wherever the metaslab's space map histogram is updated. This way
2047 * histogram are currently not available for allocations (e.g because
2057 * This is similar to the metaslab's space map histogram updates
2115 * with the contents of the histogram (either the range tree's histogram
[all...]
/freebsd-current/contrib/unbound/services/
H A Dmesh.h123 /** histogram of time values */
124 struct timehist* histogram; member in struct:mesh_area
H A Dmesh.c198 mesh->histogram = timehist_setup();
200 if(!mesh->histogram || !mesh->qbuf_bak) {
248 timehist_delete(mesh->histogram);
1463 timehist_insert(m->s.env->mesh->histogram, &duration);
2000 log_info("histogram of recursion processing times");
2001 timehist_log(mesh->histogram, "recursions");
2015 timehist_clear(mesh->histogram);
2030 sizeof(struct th_buck)*mesh->histogram->num +
/freebsd-current/sys/dev/iwi/
H A Dif_iwireg.h301 struct iwi_rate_histogram histogram; member in struct:iwi_notif_link_quality
/freebsd-current/contrib/unbound/daemon/
H A Dstats.c270 s->mesh_time_median = timehist_quartile(worker->env.mesh->histogram,
282 timehist_export(worker->env.mesh->histogram, s->svr.hist,

Completed in 232 milliseconds