From: chip Date: Sat, 26 Feb 2000 09:35:35 +0000 (+0000) Subject: Create man pages for nhfsstone support scripts. X-Git-Tag: nfs-utils-0-1-7~9 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=f47354e2f632c000805196f91c9a80a5d0b0ad32 Create man pages for nhfsstone support scripts. --- diff --git a/utils/nhfsstone/nhfsgraph.man b/utils/nhfsstone/nhfsgraph.man new file mode 100644 index 0000000..4ce080f --- /dev/null +++ b/utils/nhfsstone/nhfsgraph.man @@ -0,0 +1,29 @@ +.TH NHFSGRAPH 8 "26 Feb 2000" +.SH NAME +nhfsgraph \- Run +.B nhfsstone +over multiple loads +.SH SYNOPSIS +.B nhfsgraph +.SH DESCRIPTION +Produce a PostScript graph of nhfsstone numbers. +The input +.B +must contain +.BR plot (5) +number pairs derived from runs of +.B nhfsstone +at different loads. +.PP +If you want something other than PostScript output, edit the +script and replace +.B psplot +with +.BR plot . +.SH SEE ALSO +.BR nhfsstone (8), +.BR nhfsrun (8), +.BR nhfsnums (8), +.BR plot (5), +.BR plot (1), +.BR psplot (1) diff --git a/utils/nhfsstone/nhfsnums.man b/utils/nhfsstone/nhfsnums.man new file mode 100644 index 0000000..28e9332 --- /dev/null +++ b/utils/nhfsstone/nhfsnums.man @@ -0,0 +1,24 @@ +.TH NHFSNUMS 8 "26 Feb 2000" +.SH NAME +nhfsnums \- Convert +.B nhfsrun +output to +.BR plot (5) +.SH SYNOPSIS +.B nhfsnums +.SH DESCRIPTION +Converts raw numbers from nhfsstone output into +.BR plot (5) +format. The +.B +should be named +.BR run.xxx , +where +.B xxx +is a name related to the numbers gathered. +Each file will produce one line with a label +that is the file suffix (the part following the dot). +.SH SEE ALSO +.BR nhfsstone (8), +.BR nhfsrun (8), +.BR nhfsgraph (8) diff --git a/utils/nhfsstone/nhfsrun.man b/utils/nhfsstone/nhfsrun.man new file mode 100644 index 0000000..63fdf7f --- /dev/null +++ b/utils/nhfsstone/nhfsrun.man @@ -0,0 +1,16 @@ +.TH NHFSRUN 8 "26 Feb 2000" +.SH NAME +nhfsrun \- Run +.B nhfsstone +over multiple loads +.SH SYNOPSIS +.B nhfsrun +.SH DESCRIPTION +Runs +.B nhfsstone +with a range of different loads and put results in a file called +.BR run. . +.SH SEE ALSO +.BR nhfsstone (8), +.BR nhfsnums (8), +.BR nhfsgraph (8)