xref: /freebsd/contrib/ntp/scripts/plot_summary.mdoc.in (revision f5f40dd63bc7acbb5312b26ac1ea1103c12352a6)
1*f5f40dd6SCy Schubert.Dd May 25 2024
22b15cb3dSCy Schubert.Dt PLOT_SUMMARY 1plot_summarymdoc User Commands
32b15cb3dSCy Schubert.Os
42b15cb3dSCy Schubert.\"  EDIT THIS FILE WITH CAUTION  (plot_summary-opts.mdoc)
52b15cb3dSCy Schubert.\"
6*f5f40dd6SCy Schubert.\"  It has been AutoGen-ed  May 25, 2024 at 12:06:00 AM by AutoGen 5.18.16
72b15cb3dSCy Schubert.\"  From the definitions    plot_summary-opts.def
82b15cb3dSCy Schubert.\"  and the template file   agmdoc-cmd.tpl
92b15cb3dSCy Schubert.Sh NAME
102b15cb3dSCy Schubert.Nm plot_summary
112b15cb3dSCy Schubert.Nd plot statistics generated by summary script
122b15cb3dSCy Schubert.Sh SYNOPSIS
132b15cb3dSCy Schubert.Nm
142b15cb3dSCy Schubert.Op Fl \-option\-name
152b15cb3dSCy Schubert.Op Fl \-option\-name Ar value
162b15cb3dSCy Schubert.Pp
172b15cb3dSCy SchubertAll arguments must be options.
182b15cb3dSCy Schubert.Pp
192b15cb3dSCy Schubert.Sh "DESCRIPTION"
202b15cb3dSCy SchubertThere is no description for this command.
212b15cb3dSCy Schubert.Sh "OPTIONS"
222b15cb3dSCy Schubert.Bl -tag
232b15cb3dSCy Schubert.It  Fl \-directory  Ns = Ns Ar string
242b15cb3dSCy SchubertWhere the summary files are.
252b15cb3dSCy SchubertThe default
262b15cb3dSCy Schubert.Ar string
272b15cb3dSCy Schubertfor this option is:
282b15cb3dSCy Schubert.ti +4
292b15cb3dSCy Schubert /tmp
302b15cb3dSCy Schubert.sp
312b15cb3dSCy Schubert        The directory where the \fBplot_summary\fP will search for the
322b15cb3dSCy Schubert        *_summary files generated by \fBsummary\fP script.
332b15cb3dSCy Schubert.It  Fl \-identifier  Ns = Ns Ar string
342b15cb3dSCy SchubertOrigin of the data.
352b15cb3dSCy Schubert.sp
362b15cb3dSCy Schubert        Where does the plotted data come from, default to string "host" plus
372b15cb3dSCy Schubert        current hostname
382b15cb3dSCy Schubert.It  Fl \-offset\-limit  Ns = Ns Ar float
392b15cb3dSCy SchubertLimit of absolute offset.
402b15cb3dSCy SchubertThe default
412b15cb3dSCy Schubert.Ar float
422b15cb3dSCy Schubertfor this option is:
432b15cb3dSCy Schubert.ti +4
442b15cb3dSCy Schubert 0.128
452b15cb3dSCy Schubert.sp
462b15cb3dSCy Schubert.It  Fl \-peer  Ns = Ns Ar string
472b15cb3dSCy SchubertPeers to generate plots for.
482b15cb3dSCy SchubertThis option may appear an unlimited number of times.
492b15cb3dSCy Schubert.sp
502b15cb3dSCy Schubert        By default the peer_summary plots are not generated. Use this option to
512b15cb3dSCy Schubert        specify list of peers if you want to generate plots for them.
522b15cb3dSCy Schubert.It  Fl \-plot\-term  Ns = Ns Ar string
532b15cb3dSCy SchubertGnuplot terminal.
542b15cb3dSCy Schubert.sp
552b15cb3dSCy Schubert        This is string is passed directly to the \fBgnuplot set terminal\fP
562b15cb3dSCy Schubert        command.  Default is \fBx11\fP if \fBDISPLAY\fP is set and
572b15cb3dSCy Schubert        \fBdumb\fP is it's not'. See output from @code(gnuplot \-e "set
58e27abb66SXin LI        terminal") for the list of available options.
592b15cb3dSCy Schubert.It  Fl \-output\-file  Ns = Ns Ar str
602b15cb3dSCy SchubertOutput file.
612b15cb3dSCy Schubert.sp
622b15cb3dSCy Schubert        Output file for \fBgnuplot\fP, default to stdout.
632b15cb3dSCy Schubert.It  Fl \-dont\-wait
642b15cb3dSCy SchubertDon't wait for keystroke between plots.
652b15cb3dSCy Schubert.sp
662b15cb3dSCy Schubert.It Fl \-help
672b15cb3dSCy SchubertDisplay usage information and exit.
682b15cb3dSCy Schubert.It Fl \-more\-help
692b15cb3dSCy SchubertPass the extended usage information through a pager.
702b15cb3dSCy Schubert.It Fl \-version Op Brq Ar v|c|n
712b15cb3dSCy SchubertOutput version of program and exit.  The default mode is `v', a simple
722b15cb3dSCy Schubertversion.  The `c' mode will print copyright information and `n' will
732b15cb3dSCy Schubertprint the full copyright notice.
742b15cb3dSCy Schubert.El
752b15cb3dSCy Schubert.Sh "EXIT STATUS"
762b15cb3dSCy SchubertOne of the following exit values will be returned:
772b15cb3dSCy Schubert.Bl -tag
782b15cb3dSCy Schubert.It 0 " (EXIT_SUCCESS)"
792b15cb3dSCy SchubertSuccessful program execution.
802b15cb3dSCy Schubert.It 1 " (EXIT_FAILURE)"
812b15cb3dSCy SchubertThe operation failed or the command syntax was not valid.
822b15cb3dSCy Schubert.It 70 " (EX_SOFTWARE)"
832b15cb3dSCy Schubertlibopts had an internal operational error.  Please report
842b15cb3dSCy Schubertit to autogen\-users@lists.sourceforge.net.  Thank you.
852b15cb3dSCy Schubert.El
862b15cb3dSCy Schubert.Sh "NOTES"
872b15cb3dSCy SchubertThis manual page was \fIAutoGen\fP\-erated from the \fBplot_summary\fP
882b15cb3dSCy Schubertoption definitions.
89