plot_summary.1plot_summaryman revision 1.1.1.1
1.de1 NOP
2.  it 1 an-trap
3.  if \\n[.$] \,\\$*\/
4..
5.ie t \
6.ds B-Font [CB]
7.ds I-Font [CI]
8.ds R-Font [CR]
9.el \
10.ds B-Font B
11.ds I-Font I
12.ds R-Font R
13.TH plot_summary 1plot_summaryman "24 Dec 2013" "" "User Commands"
14.\"
15.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-7zaWCL/ag-iAaaCL)
16.\"
17.\" It has been AutoGen-ed December 24, 2013 at 11:35:59 AM by AutoGen 5.18.3pre5
18.\" From the definitions plot_summary-opts.def
19.\" and the template file agman-cmd.tpl
20.SH NAME
21\f\*[B-Font]plot_summary\fP
22\- plot statistics generated by summary script
23.SH SYNOPSIS
24\f\*[B-Font]plot_summary\fP
25[\f\*[B-Font]\-\-option-name\f[]]
26[\f\*[B-Font]\-\-option-name\f[] \f\*[I-Font]value\f[]]
27.sp \n(Ppu
28.ne 2
29
30All arguments must be options.
31.sp \n(Ppu
32.ne 2
33
34.SH "DESCRIPTION"
35There is no description for this command.
36.SH "OPTIONS"
37.TP
38.NOP \f\*[B-Font]\-\-directory\f[]=\f\*[I-Font]string\f[]
39Where the summary files are.
40The default
41\f\*[I-Font]string\f[]
42for this option is:
43.ti +4
44 /tmp
45.sp
46        The directory where the \fBplot_summary\fP will search for the
47        *_summary files generated by \fBsummary\fP script.
48.TP
49.NOP \f\*[B-Font]\-\-identifier\f[]=\f\*[I-Font]string\f[]
50Origin of the data.
51.sp
52        Where does the plotted data come from, default to string "host" plus
53        current hostname
54.TP
55.NOP \f\*[B-Font]\-\-offset\-limit\f[]=\f\*[I-Font]float\f[]
56Limit of absolute offset.
57The default
58\f\*[I-Font]float\f[]
59for this option is:
60.ti +4
61 0.128
62.sp
63.TP
64.NOP \f\*[B-Font]\-\-peer\f[]=\f\*[I-Font]string\f[]
65Peers to generate plots for.
66This option may appear an unlimited number of times.
67.sp
68        By default the peer_summary plots are not generated. Use this option to
69        specify list of peers if you want to generate plots for them.
70.TP
71.NOP \f\*[B-Font]\-\-plot\-term\f[]=\f\*[I-Font]string\f[]
72Gnuplot terminal.
73.sp
74        This is string is passed directly to the \fBgnuplot set terminal\fP
75        command.  Default is \fBx11\fP if \fBDISPLAY\fP is set and
76        \fBdumb\fP is it's not'. See output from @code(gnuplot \-e "set
77        terminal") for the list of avalaible options.
78.TP
79.NOP \f\*[B-Font]\-\-output\-file\f[]=\f\*[I-Font]str\f[]
80Output file.
81.sp
82        Output file for \fBgnuplot\fP, default to stdout.
83.TP
84.NOP \f\*[B-Font]\-\-dont\-wait\f[]
85Don't wait for keystroke between plots.
86.sp
87.TP
88.NOP \f\*[B-Font]\-\-help\f[]
89Display usage information and exit.
90.TP
91.NOP \f\*[B-Font]\-\-more-help\f[]
92Pass the extended usage information through a pager.
93.PP
94.TH plot_summary 1plot_summaryman "24 Dec 2013" "" "User Commands"
95.\"
96.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-7zaWCL/ag-iAaaCL)
97.\"
98.\" It has been AutoGen-ed December 24, 2013 at 11:35:59 AM by AutoGen 5.18.3pre5
99.\" From the definitions plot_summary-opts.def
100.\" and the template file agman-cmd.tpl
101.SH NAME
102\f\*[B-Font]plot_summary\fP plot_summary
103\- plot statistics generated by summary script
104There is no description for this command.
105cvt_prog='/usr/local/gnu/share/autogen/texi2man'
106cvt_prog=`cd \`dirname "$cvt_prog"\` >/dev/null && pwd
107         `/`basename "$cvt_prog"`
108cd $tmp_dir
109test \-x "$cvt_prog" || die "'$cvt_prog' is not executable"
110{
111    list='synopsis description options option-presets'
112    for f in $list ; do cat $f ; echo ; done
113    rm \-f $list name
114    list='implementation-notes environment files examples exit-status errors
115        compatibility see-also conforming-to history authors copyright bugs
116        notes'
117    for f in $list ; do cat $f ; echo ; done > .end-doc
118    rm \-f $list
119    list=`ls \-1 *`' .end-doc'
120    for f in $list ; do cat $f ; echo ; done
121    rm \-f $list
122} 1>.doc 2>/dev/null
123/usr/local/gnu/bin/grep \-E \-v '^[ 	]*$' .doc | $cvt_prog
124.SH "EXIT STATUS"
125One of the following exit values will be returned:
126.TP
127.NOP 0 " (EXIT_SUCCESS)"
128Successful program execution.
129.TP
130.NOP 1 " (EXIT_FAILURE)"
131The operation failed or the command syntax was not valid.
132.TP
133.NOP 70 " (EX_SOFTWARE)"
134libopts had an internal operational error.  Please report
135it to autogen-users@lists.sourceforge.net.  Thank you.
136.PP
137.SH "NOTES"
138This manual page was \fIAutoGen\fP-erated from the \fBplot_summary\fP
139option definitions.
140