Home
last modified time | relevance | path

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

/src/contrib/ntp/conf/
H A Dmalarky.conf15 filegen peerstats file peerstats type day enable
H A Dbeauregard.conf14 filegen peerstats file peerstats type day enable
H A Drackety.conf53 filegen peerstats file peerstats type day enable
/src/contrib/ntp/ntpd/
H A Dcomplete.conf.in12 statistics clockstats cryptostats loopstats peerstats protostats rawstats sysstats timingstats
16 filegen peerstats file peerstats type week enable
H A Dntp_util.c79 static FILEGEN peerstats; variable
159 filegen_register(statsdir, "peerstats", &peerstats); in init_util()
597 filegen_setup(&peerstats, now.l_ui); in record_peer_stats()
598 if (NULL == peerstats.fp) { in record_peer_stats()
603 fprintf(peerstats.fp, in record_peer_stats()
607 fflush(peerstats.fp); in record_peer_stats()
H A Dntp.conf.def1137 .It Cm peerstats
1145 .Cm peerstats :
1281 .Ar peerstats
2596 .Cm peerstats
2625 .Cm peerstats
2644 .Cm peerstats
2664 .Cm peerstats
H A Dinvoke-ntp.conf.texi1074 @item @code{peerstats}
1082 @code{peerstats}:
1213 @kbd{peerstats}
2467 @code{peerstats}
2496 @code{peerstats}
2515 @code{peerstats}
2535 @code{peerstats}
/src/contrib/ntp/scripts/
H A DREADME26 and peerstats files
/src/contrib/ntp/scripts/stats/
H A DREADME.stats9 three file collections presently defined: peerstats, loopstats and
12 peerstats
14 The following data are collected in the peerstats files. The files are
H A DREADME7 daily loopstats, peerstats and clockstats files produced by the daemon,
/src/contrib/ntp/ntpdc/
H A Dntpdc_ops.c48 static void peerstats (struct parse *, FILE *);
108 { "pstats", peerstats, { NTP_ADD, OPT|NTP_ADD, OPT|NTP_ADD, OPT|NTP_ADD },
756 peerstats( in peerstats() function
/src/contrib/ntp/
H A DCommitLog-4.1.04644 (do_peer): Accept new peerstats format with additional skew field.