summary.1summarymdoc revision 338531
1189251Ssam.Dd August 14 2018
2189251Ssam.Dt SUMMARY 1summarymdoc User Commands
3252726Srpaulo.Os
4189251Ssam.\"  EDIT THIS FILE WITH CAUTION  (summary-opts.mdoc)
5252726Srpaulo.\"
6252726Srpaulo.\"  It has been AutoGen-ed  August 14, 2018 at 08:09:51 AM by AutoGen 5.18.5
7189251Ssam.\"  From the definitions    summary-opts.def
8189251Ssam.\"  and the template file   agmdoc-cmd.tpl
9189251Ssam.Sh NAME
10189251Ssam.Nm summary
11189251Ssam.Nd compute various stastics from NTP stat files
12189251Ssam.Sh SYNOPSIS
13189251Ssam.Nm
14281806Srpaulo.Op Fl \-option\-name
15281806Srpaulo.Op Fl \-option\-name Ar value
16281806Srpaulo.Pp
17189251SsamAll arguments must be options.
18189251Ssam.Pp
19189251Ssam.Sh DESCRIPTION
20189251Ssam.sp
21189251Ssam.Sh "OPTIONS"
22252726Srpaulo.Bl -tag
23189251Ssam.It  Fl \-directory  Ns = Ns Ar string 
24252726SrpauloDirectory containing stat files.
25189251SsamThe default
26189251Ssam.Ar string
27252726Srpaulofor this option is:
28252726Srpaulo.ti +4
29252726Srpaulo /var/log/ntp
30252726Srpaulo.sp
31252726Srpaulo        The directory where \fBntpd\fP will search for .stat files generated
32252726Srpaulo        by \fBntpd\fP.
33252726Srpaulo.It  Fl \-end\-date  Ns = Ns Ar number 
34252726SrpauloEnd date.
35252726SrpauloThis option takes an integer number as its argument.
36252726Srpaulo.sp
37252726Srpaulo        Process all files with the date suffix less or equal to value of this
38252726Srpaulo        option.  Defaults to today minus one day (Use \fBdate \-u +%Y%m%d\fP)
39252726Srpaulo        to get the timestamp.
40252726Srpaulo.It  Fl \-output\-directory  Ns = Ns Ar str 
41252726SrpauloOutput directory.
42252726SrpauloThe default
43252726Srpaulo.Ar str
44252726Srpaulofor this option is:
45252726Srpaulo.ti +4
46252726Srpaulo /tmp
47252726Srpaulo.sp
48252726Srpaulo        The output directory \fBsummary\fP will write all output files to.
49252726Srpaulo.It  Fl \-peer\-dist\-limit  Ns = Ns Ar float 
50189251SsamPeer dist limit.
51189251SsamThe default
52189251Ssam.Ar float
53189251Ssamfor this option is:
54189251Ssam.ti +4
55189251Ssam 400
56189251Ssam.sp
57189251Ssam.It  Fl \-skip\-time\-steps  Ns = Ns Ar float 
58189251SsamIgnore time offsets larger that this.
59189251SsamThe default
60189251Ssam.Ar float
61189251Ssamfor this option is:
62189251Ssam.ti +4
63189251Ssam 3600
64189251Ssam.sp
65189251Ssam.It  Fl \-start\-date  Ns = Ns Ar num 
66189251SsamStart date.
67189251SsamThis option takes an integer number as its argument.
68189251SsamThe default
69189251Ssam.Ar num
70189251Ssamfor this option is:
71189251Ssam.ti +4
72252726Srpaulo 19700101
73252726Srpaulo.sp
74252726Srpaulo        Process all files with the date suffix more or equal to value of
75252726Srpaulo        this option.  Defaults to 197000101.
76252726Srpaulo.It Fl \-help
77252726SrpauloDisplay usage information and exit.
78252726Srpaulo.It Fl \-more\-help
79252726SrpauloPass the extended usage information through a pager.
80252726Srpaulo.It Fl \-version Op Brq Ar v|c|n
81189251SsamOutput version of program and exit.  The default mode is `v', a simple
82189251Ssamversion.  The `c' mode will print copyright information and `n' will
83189251Ssamprint the full copyright notice.
84189251Ssam.El
85189251Ssam.Sh "EXIT STATUS"
86189251SsamOne of the following exit values will be returned:
87189251Ssam.Bl -tag
88189251Ssam.It 0 " (EXIT_SUCCESS)"
89189251SsamSuccessful program execution.
90189251Ssam.It 1 " (EXIT_FAILURE)"
91189251SsamThe operation failed or the command syntax was not valid.
92189251Ssam.It 70 " (EX_SOFTWARE)"
93189251Ssamlibopts had an internal operational error.  Please report
94189251Ssamit to autogen\-users@lists.sourceforge.net.  Thank you.
95189251Ssam.El
96189251Ssam.Sh "NOTES"
97189251SsamThis manual page was \fIAutoGen\fP\-erated from the \fBsummary\fP
98189251Ssamoption definitions.
99189251Ssam