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