Searched refs:statsdir (Results 1 – 23 of 23) sorted by relevance
| /freebsd-13-stable/contrib/ntp/scripts/ |
| HD | summary.in | 26 my ($log_date_pattern, $statsdir, $outputdir, $skip_time_steps, $startdate, 38 $statsdir = $opts->{directory}; 51 die "$statsdir: no such directory" unless (-d $statsdir); 67 print STDERR "Creating summaries from $statsdir ($startdate to $enddate)\n"; 69 opendir SDIR, $statsdir or die "directory ${statsdir}: $!"; 85 do_loop($statsdir, $_, $loop_summary); 92 do_peer($statsdir, $_, $peer_summary); 99 do_clock($statsdir, $_, $clock_summary);
|
| /freebsd-13-stable/contrib/ntp/ntpd/ |
| HD | ntp_util.c | 78 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() 487 if (len > sizeof(statsdir) - 2) { in stats_config() [all …]
|
| HD | invoke-ntpd.texi | 111 * 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}
|
| HD | complete.conf.in | 11 statsdir "/etc/ntp/stats"
|
| HD | ntpdbase-opts.def | 323 name = statsdir; 330 @code{statsdir} @kbd{statsdir}
|
| HD | ntpd.texi | 109 @tab @code{statsdir}
|
| HD | ntp_filegen.c | 608 filegen_config(f->filegen, statsdir, f->filegen->fname, in filegen_statsdir()
|
| HD | ntp_config.c | 2504 filegen_config(filegen, statsdir, filegen_string, in config_monitor() 2606 filegen_config(filegen, statsdir, filegen_file, in config_monitor()
|
| HD | ntp.conf.def | 1219 .It Cm statsdir Ar directory_path 1283 .Ar statsdir
|
| HD | invoke-ntp.conf.texi | 1156 @item @code{statsdir} @kbd{directory_path} 1215 @kbd{statsdir}
|
| /freebsd-13-stable/contrib/ntp/html/scripts/ |
| HD | monopt.txt | 4 <li class='inline'><a href='monopt.html#statsdir'>statsdir - specify monitor files directory</a></l…
|
| /freebsd-13-stable/contrib/ntp/conf/ |
| HD | malarky.conf | 14 statsdir /malarky/ntpstats/ # directory for statistics files
|
| HD | beauregard.conf | 13 statsdir /beauregard/ntpstats/ # directory for statistics files
|
| HD | grundoon.conf | 35 statsdir /var/spool/ntpstats/ # directory for statistics files
|
| HD | pogo.conf | 42 statsdir /var/spool/ntpstats/ # directory for statistics files
|
| HD | rackety.conf | 52 statsdir /rackety/ntpstats/ # directory for statistics files
|
| /freebsd-13-stable/libexec/rc/rc.d/ |
| HD | ntpd | 53 *-p* | *--pidfile* | *-s* | *--statsdir* )
|
| /freebsd-13-stable/contrib/ntp/include/ |
| HD | ntpd.h | 599 extern char statsdir[MAXFILENAME];
|
| /freebsd-13-stable/contrib/ntp/ntpq/ |
| HD | ntpq.texi | 106 @tab @code{statsdir}
|
| /freebsd-13-stable/contrib/ntp/ |
| HD | ChangeLog | 2434 * ntp_util.c compile fails on AIX and OSF with conflicting statsdir. 4026 * [Bug 1286] dumpcfg omits statsdir, mangles filegen. 4348 * [Bug 1078] statsdir configuration parsing is broken. 4756 * [Bug 542] Tolerate missing directory separator at EO statsdir.
|
| HD | CommitLog-4.1.0 | 4641 * scripts/summary.pl: Use . as default statsdir.
|
| HD | CommitLog | 2113 Add missing arg to statsdir too long msyslog(). 129941 ntp_util.c compile fails on AIX and OSF with conflicting statsdir. 129945 ntp_util.c compile fails on AIX and OSF with conflicting statsdir. 129951 ntp_util.c compile fails on AIX and OSF with conflicting statsdir. 129954 ntp_util.c compile fails on AIX and OSF with conflicting statsdir. 130313 expose statsdir globally 177228 [Bug 1286] dumpcfg omits statsdir, mangles filegen 177231 [Bug 1286] dumpcfg omits statsdir, mangles filegen 177234 [Bug 1286] dumpcfg omits statsdir, mangles filegen 191823 [Bug 1078] statsdir configuration parsing is broken [all …]
|
| /freebsd-13-stable/ |
| HD | UPDATING | 886 When such options (e.g., "statsdir" or "crypto") are used, ntpd can
|