Home
last modified time | relevance | path

Searched refs:avg_hour (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/usr.sbin/relayctl/
Drelayctl.c570 crs.avg_hour += stats[i].avg_hour; in print_statistics()
583 crs.avg_hour, crs.avg_day); in print_statistics()
/openbsd/src/usr.sbin/relayd/
Dpfe.c836 cur->avg_hour = (cur->last_hour + cur->avg_hour) / 2; in pfe_statistics()
Dagentx_control.c578 agentx_varbind_gauge32(sav, rdr->stats.avg_hour); in agentxctl_redirect()
647 value += rly->rl_stats[i].avg_hour; in agentxctl_relay()
Drelayd.h282 u_int32_t avg_hour; member
Drelay.c400 cur->avg_hour = (cur->last_hour + cur->avg_hour) / 2; in relay_statistics()