Searched refs:statsdir (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/conf/
H A Dbeauregard.conf13 statsdir /beauregard/ntpstats/ # directory for statistics files
H A Dmalarky.conf14 statsdir /malarky/ntpstats/ # directory for statistics files
H A Dgrundoon.conf35 statsdir /var/spool/ntpstats/ # directory for statistics files
H A Dpogo.conf42 statsdir /var/spool/ntpstats/ # directory for statistics files
H A Drackety.conf52 statsdir /rackety/ntpstats/ # directory for statistics files
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dntp_util.c89 static char statsdir[MAXPATHLEN] = NTP_VAR; variable
172 filegen_register(statsdir, "peerstats", &peerstats);
173 filegen_register(statsdir, "loopstats", &loopstats);
174 filegen_register(statsdir, "clockstats", &clockstats);
175 filegen_register(statsdir, "rawstats", &rawstats);
176 filegen_register(statsdir, "sysstats", &sysstats);
177 filegen_register(statsdir, "protostats", &protostats);
179 filegen_register(statsdir, "cryptostats", &cryptostats);
182 filegen_register(statsdir, "timingstats", &timingstats);
455 if (strlen(value) >= sizeof(statsdir)) {
[all...]
H A Dcomplete.conf5 statsdir "/etc/ntp/stats"
H A Dntp_parser.c2508 yyerror("statsdir remote configuration ignored");
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/scripts/
H A Dsummary.in28 my $statsdir = "/var/log/ntp"; # directory with input files
35 my %options = ("directory|input-directory=s" => \$statsdir,
60 die "$statsdir: no such directory" unless (-d $statsdir);
336 print STDERR "Creating summaries from $statsdir ($startdate to $enddate)\n";
338 opendir SDIR, $statsdir or die "directory ${statsdir}: $!";
354 do_loop $statsdir, $_, $loop_summary;
361 do_peer $statsdir, $_, $peer_summary;
368 do_clock $statsdir,
[all...]

Completed in 170 milliseconds