Searched refs:loopstats (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/ntp/conf/
H A Dbeauregard.conf15 filegen loopstats file loopstats type day enable
H A Dmalarky.conf16 filegen loopstats file loopstats type day enable
H A Dgrundoon.conf36 filegen loopstats file loopstats type day enable
H A Dpogo.conf43 filegen loopstats file loopstats type day enable
H A Drackety.conf54 filegen loopstats file loopstats type day enable
/freebsd-12-stable/contrib/ntp/scripts/stats/
H A Dsummary.sh3 # Script to summarize ipeerstats, loopstats and clockstats files
20 # Summarize loopstats files
22 for f in loopstats.[12][0-9][0-9][0-9][0-1][0-9][0-3][0-9]; do
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_util.c81 static FILEGEN loopstats; variable
135 filegen_unregister("loopstats");
161 filegen_register(statsdir, "loopstats", &loopstats);
595 filegen_setup(&loopstats, now.l_ui);
598 if (loopstats.fp != NULL) {
599 fprintf(loopstats.fp, "%lu %s %.9f %.3f %.9f %.6f %d\n",
602 fflush(loopstats.fp);

Completed in 102 milliseconds