Home
last modified time | relevance | path

Searched refs:statsdir (Results 1 – 21 of 21) sorted by relevance

/NextBSD/contrib/ntp/ntpd/
HDntp_util.c78 char statsdir[MAXFILENAME] = NTP_VAR; variable
159 filegen_register(statsdir, "peerstats", &peerstats); in init_util()
160 filegen_register(statsdir, "loopstats", &loopstats); in init_util()
161 filegen_register(statsdir, "clockstats", &clockstats); in init_util()
162 filegen_register(statsdir, "rawstats", &rawstats); in init_util()
163 filegen_register(statsdir, "sysstats", &sysstats); in init_util()
164 filegen_register(statsdir, "protostats", &protostats); in init_util()
165 filegen_register(statsdir, "cryptostats", &cryptostats); in init_util()
166 filegen_register(statsdir, "timingstats", &timingstats); in init_util()
434 if (strlen(value) >= sizeof(statsdir) - 1) { in stats_config()
[all …]
HDinvoke-ntpd.texi111 * ntpd statsdir:: statsdir option (-s)
187 -s Str statsdir Statistics file location
522 @node ntpd statsdir
523 @subsection statsdir option (-s)
524 @cindex ntpd-statsdir
530 @code{statsdir} @kbd{statsdir}
HDcomplete.conf.in10 statsdir "/etc/ntp/stats"
HDntpdbase-opts.def323 name = statsdir;
330 @code{statsdir} @kbd{statsdir}
HDntpd.texi109 @tab @code{statsdir}
HDntp_filegen.c608 filegen_config(f->filegen, statsdir, f->filegen->fname, in filegen_statsdir()
HDntp_config.c2116 filegen_config(filegen, statsdir, filegen_string, in config_monitor()
2219 filegen_config(filegen, statsdir, filegen_file, in config_monitor()
HDntp.conf.def1204 .It Cm statsdir Ar directory_path
1268 .Ar statsdir
HDinvoke-ntp.conf.texi1146 @item @code{statsdir} @kbd{directory_path}
1205 @kbd{statsdir}
/NextBSD/contrib/ntp/scripts/
HDsummary.in25 my ($log_date_pattern, $statsdir, $outputdir, $skip_time_steps, $startdate,
37 $statsdir = $opts->{directory};
50 die "$statsdir: no such directory" unless (-d $statsdir);
66 print STDERR "Creating summaries from $statsdir ($startdate to $enddate)\n";
68 opendir SDIR, $statsdir or die "directory ${statsdir}: $!";
84 do_loop($statsdir, $_, $loop_summary);
91 do_peer($statsdir, $_, $peer_summary);
98 do_clock($statsdir, $_, $clock_summary);
/NextBSD/contrib/ntp/html/scripts/
HDmonopt.txt4 <li class='inline'><a href='monopt.html#statsdir'>statsdir - specify monitor files directory</a></l…
/NextBSD/contrib/ntp/conf/
HDmalarky.conf14 statsdir /malarky/ntpstats/ # directory for statistics files
HDbeauregard.conf13 statsdir /beauregard/ntpstats/ # directory for statistics files
HDgrundoon.conf35 statsdir /var/spool/ntpstats/ # directory for statistics files
HDpogo.conf42 statsdir /var/spool/ntpstats/ # directory for statistics files
HDrackety.conf52 statsdir /rackety/ntpstats/ # directory for statistics files
/NextBSD/contrib/ntp/include/
HDntpd.h548 extern char statsdir[MAXFILENAME];
/NextBSD/contrib/ntp/ntpq/
HDntpq.texi106 @tab @code{statsdir}
/NextBSD/contrib/ntp/
HDChangeLog1601 * ntp_util.c compile fails on AIX and OSF with conflicting statsdir.
3193 * [Bug 1286] dumpcfg omits statsdir, mangles filegen.
3515 * [Bug 1078] statsdir configuration parsing is broken.
3923 * [Bug 542] Tolerate missing directory separator at EO statsdir.
HDCommitLog-4.1.04641 * scripts/summary.pl: Use . as default statsdir.
HDCommitLog104436 ntp_util.c compile fails on AIX and OSF with conflicting statsdir.
104440 ntp_util.c compile fails on AIX and OSF with conflicting statsdir.
104447 ntp_util.c compile fails on AIX and OSF with conflicting statsdir.
104450 ntp_util.c compile fails on AIX and OSF with conflicting statsdir.
104810 expose statsdir globally
151824 [Bug 1286] dumpcfg omits statsdir, mangles filegen
151827 [Bug 1286] dumpcfg omits statsdir, mangles filegen
151830 [Bug 1286] dumpcfg omits statsdir, mangles filegen
166464 [Bug 1078] statsdir configuration parsing is broken
166467 [Bug 1078] statsdir configuration parsing is broken
[all …]