Home
last modified time | relevance | path

Searched refs:peerstats (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/ntp/conf/
HDmalarky.conf15 filegen peerstats file peerstats type day enable
HDbeauregard.conf14 filegen peerstats file peerstats type day enable
HDrackety.conf53 filegen peerstats file peerstats type day enable
/NextBSD/contrib/ntp/ntpd/
HDcomplete.conf.in11 statistics clockstats cryptostats loopstats peerstats protostats rawstats sysstats timingstats
15 filegen peerstats file peerstats type week enable
HDntp_util.c79 static FILEGEN peerstats; variable
159 filegen_register(statsdir, "peerstats", &peerstats); in init_util()
550 filegen_setup(&peerstats, now.l_ui); in record_peer_stats()
553 if (peerstats.fp != NULL) { in record_peer_stats()
554 fprintf(peerstats.fp, in record_peer_stats()
558 fflush(peerstats.fp); in record_peer_stats()
HDntp.conf.def1122 .It Cm peerstats
1130 .Cm peerstats :
1266 .Ar peerstats
HDinvoke-ntp.conf.texi1064 @item @code{peerstats}
1072 @code{peerstats}:
1203 @kbd{peerstats}
/NextBSD/contrib/ntp/scripts/stats/
HDREADME.stats9 three file collections presently defined: peerstats, loopstats and
12 peerstats
14 The following data are collected in the peerstats files. The files are
HDREADME7 daily loopstats, peerstats and clockstats files produced by the daemon,
/NextBSD/contrib/ntp/scripts/
HDREADME26 and peerstats files
/NextBSD/contrib/ntp/ntpdc/
HDntpdc_ops.c48 static void peerstats (struct parse *, FILE *);
108 { "pstats", peerstats, { NTP_ADD, OPT|NTP_ADD, OPT|NTP_ADD, OPT|NTP_ADD },
747 peerstats( in peerstats() function
/NextBSD/contrib/ntp/
HDCommitLog-4.1.04644 (do_peer): Accept new peerstats format with additional skew field.