003 File Manager
Current Path:
/usr/src/contrib/ntp/scripts
usr
/
src
/
contrib
/
ntp
/
scripts
/
📁
..
📄
Makefile.am
(5.44 KB)
📄
Makefile.in
(34.07 KB)
📄
README
(1.14 KB)
📁
build
📁
calc_tickadj
📁
deprecated
📄
invoke-plot_summary.menu
(57 B)
📄
invoke-plot_summary.texi
(4.38 KB)
📄
invoke-summary.menu
(52 B)
📄
invoke-summary.texi
(3.54 KB)
📁
lib
📁
monitoring
📁
ntp-wait
📁
ntpsweep
📁
ntptrace
📄
ntpver.in
(236 B)
📄
plot_summary-opts
(2.11 KB)
📄
plot_summary-opts.def
(2.12 KB)
📄
plot_summary.1plot_summaryman
(3.11 KB)
📄
plot_summary.1plot_summarymdoc
(2.64 KB)
📄
plot_summary.html
(12.51 KB)
📄
plot_summary.in
(10.01 KB)
📄
plot_summary.man.in
(3.11 KB)
📄
plot_summary.mdoc.in
(2.64 KB)
📄
plot_summary.texi
(1011 B)
📁
rc
📁
stats
📄
summary-opts
(1.96 KB)
📄
summary-opts.def
(1.92 KB)
📄
summary.1summaryman
(3 KB)
📄
summary.1summarymdoc
(2.51 KB)
📄
summary.html
(10.5 KB)
📄
summary.in
(11.29 KB)
📄
summary.man.in
(3 KB)
📄
summary.mdoc.in
(2.51 KB)
📄
summary.texi
(936 B)
📁
update-leap
Editing: summary-opts.def
/* -*- Mode: Text -*- */ AutoGen Definitions perlopt; #include autogen-version.def prog-name = 'summary'; prog-title = 'compute various stastics from NTP stat files'; package = ntp; #include version.def long-opts; gnu-usage; flag = { name = directory; arg-type = string; arg-default = '/var/log/ntp'; descrip = 'Directory containing stat files'; doc = <<- _EndOfDoc_ The directory where @code{ntpd} will search for .stat files generated by @code{ntpd}. _EndOfDoc_; }; flag = { name = end-date; arg-type = number; descrip = 'End date'; doc = <<- _EndOfDoc_ Process all files with the date suffix less or equal to value of this option. Defaults to today minus one day (Use @code{date -u +%Y%m%d}) to get the timestamp. _EndOfDoc_; }; flag = { name = output-directory; arg-type = str; arg-default = '/tmp'; descrip = 'Output directory'; doc = <<- _EndOfDoc_ The output directory @code{summary} will write all output files to. _EndOfDoc_; }; flag = { name = peer-dist-limit; arg-type = string; arg-name = float; arg-default = 400; descrip = 'Peer dist limit'; doc = <<- _EndOfDoc_ _EndOfDoc_; }; flag = { name = skip-time-steps; arg-type = string; arg-name = float; arg-default = 3600; descrip = 'Ignore time offsets larger that this'; doc = <<- _EndOfDoc_ _EndOfDoc_; }; flag = { name = start-date; arg-type = num; arg-default = 19700101; descrip = 'Start date'; doc = <<- _EndOfDoc_ Process all files with the date suffix more or equal to value of this option. Defaults to 197000101. _EndOfDoc_; }; doc-section = { ds-type = 'DESCRIPTION'; ds-format = 'texi'; ds-text = <<- _EndOfDoc _EndOfDoc; };
Upload File
Create Folder