xref: /netbsd-src/external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc (revision 897be3a4bac39d8b2e92077bf29f4a2e67d31983)
1*897be3a4Schristos.Dd May 25 2024
28585484eSchristos.Dt PLOT_SUMMARY 1plot_summarymdoc User Commands
3b8ecfcfeSchristos.Os
48585484eSchristos.\"  EDIT THIS FILE WITH CAUTION  (plot_summary-opts.mdoc)
58585484eSchristos.\"
6*897be3a4Schristos.\"  It has been AutoGen-ed  May 25, 2024 at 12:06:00 AM by AutoGen 5.18.16
78585484eSchristos.\"  From the definitions    plot_summary-opts.def
88585484eSchristos.\"  and the template file   agmdoc-cmd.tpl
98585484eSchristos.Sh NAME
108585484eSchristos.Nm plot_summary
118585484eSchristos.Nd plot statistics generated by summary script
128585484eSchristos.Sh SYNOPSIS
138585484eSchristos.Nm
148585484eSchristos.Op Fl \-option\-name
158585484eSchristos.Op Fl \-option\-name Ar value
168585484eSchristos.Pp
178585484eSchristosAll arguments must be options.
188585484eSchristos.Pp
198585484eSchristos.Sh "DESCRIPTION"
208585484eSchristosThere is no description for this command.
218585484eSchristos.Sh "OPTIONS"
228585484eSchristos.Bl -tag
238585484eSchristos.It  Fl \-directory  Ns = Ns Ar string
248585484eSchristosWhere the summary files are.
258585484eSchristosThe default
268585484eSchristos.Ar string
278585484eSchristosfor this option is:
288585484eSchristos.ti +4
298585484eSchristos /tmp
308585484eSchristos.sp
318585484eSchristos        The directory where the \fBplot_summary\fP will search for the
328585484eSchristos        *_summary files generated by \fBsummary\fP script.
338585484eSchristos.It  Fl \-identifier  Ns = Ns Ar string
348585484eSchristosOrigin of the data.
358585484eSchristos.sp
368585484eSchristos        Where does the plotted data come from, default to string "host" plus
378585484eSchristos        current hostname
388585484eSchristos.It  Fl \-offset\-limit  Ns = Ns Ar float
398585484eSchristosLimit of absolute offset.
408585484eSchristosThe default
418585484eSchristos.Ar float
428585484eSchristosfor this option is:
438585484eSchristos.ti +4
448585484eSchristos 0.128
458585484eSchristos.sp
468585484eSchristos.It  Fl \-peer  Ns = Ns Ar string
478585484eSchristosPeers to generate plots for.
488585484eSchristosThis option may appear an unlimited number of times.
498585484eSchristos.sp
508585484eSchristos        By default the peer_summary plots are not generated. Use this option to
518585484eSchristos        specify list of peers if you want to generate plots for them.
528585484eSchristos.It  Fl \-plot\-term  Ns = Ns Ar string
538585484eSchristosGnuplot terminal.
548585484eSchristos.sp
558585484eSchristos        This is string is passed directly to the \fBgnuplot set terminal\fP
568585484eSchristos        command.  Default is \fBx11\fP if \fBDISPLAY\fP is set and
578585484eSchristos        \fBdumb\fP is it's not'. See output from @code(gnuplot \-e "set
5842c29440Schristos        terminal") for the list of available options.
598585484eSchristos.It  Fl \-output\-file  Ns = Ns Ar str
608585484eSchristosOutput file.
618585484eSchristos.sp
628585484eSchristos        Output file for \fBgnuplot\fP, default to stdout.
638585484eSchristos.It  Fl \-dont\-wait
648585484eSchristosDon't wait for keystroke between plots.
658585484eSchristos.sp
668585484eSchristos.It Fl \-help
678585484eSchristosDisplay usage information and exit.
688585484eSchristos.It Fl \-more\-help
698585484eSchristosPass the extended usage information through a pager.
70b8ecfcfeSchristos.It Fl \-version Op Brq Ar v|c|n
71b8ecfcfeSchristosOutput version of program and exit.  The default mode is `v', a simple
72b8ecfcfeSchristosversion.  The `c' mode will print copyright information and `n' will
73b8ecfcfeSchristosprint the full copyright notice.
748585484eSchristos.El
758585484eSchristos.Sh "EXIT STATUS"
768585484eSchristosOne of the following exit values will be returned:
778585484eSchristos.Bl -tag
788585484eSchristos.It 0 " (EXIT_SUCCESS)"
798585484eSchristosSuccessful program execution.
808585484eSchristos.It 1 " (EXIT_FAILURE)"
818585484eSchristosThe operation failed or the command syntax was not valid.
828585484eSchristos.It 70 " (EX_SOFTWARE)"
838585484eSchristoslibopts had an internal operational error.  Please report
848585484eSchristosit to autogen\-users@lists.sourceforge.net.  Thank you.
858585484eSchristos.El
868585484eSchristos.Sh "NOTES"
878585484eSchristosThis manual page was \fIAutoGen\fP\-erated from the \fBplot_summary\fP
888585484eSchristosoption definitions.
89