HomeSort by: relevance | last modified time | path
    Searched refs:loopstats (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/ntp/dist/conf/
beauregard.conf 15 filegen loopstats file loopstats type day enable
malarky.conf 16 filegen loopstats file loopstats type day enable
grundoon.conf 36 filegen loopstats file loopstats type day enable
pogo.conf 43 filegen loopstats file loopstats type day enable
rackety.conf 54 filegen loopstats file loopstats type day enable
  /src/external/bsd/ntp/dist/scripts/stats/
summary.sh 3 # 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
  /src/external/bsd/ntp/dist/ntpd/
ntp_util.c 82 static FILEGEN loopstats; variable
136 filegen_unregister("loopstats");
162 filegen_register(statsdir, "loopstats", &loopstats);
641 filegen_setup(&loopstats, now.l_ui);
644 if (loopstats.fp != NULL) {
645 fprintf(loopstats.fp, "%lu %s %.9f %.3f %.9f %.6f %d\n",
648 fflush(loopstats.fp);

Completed in 20 milliseconds