diff options
author | chip <chip> | 2000-02-26 09:35:35 +0000 |
---|---|---|
committer | chip <chip> | 2000-02-26 09:35:35 +0000 |
commit | f47354e2f632c000805196f91c9a80a5d0b0ad32 (patch) | |
tree | 65eeb52b4934b57490f9265d384d65cdd67dfccd | |
parent | 20a36c319d4bb293a57c8f2940630d535d522d5b (diff) | |
download | nfs-utils-f47354e2f632c000805196f91c9a80a5d0b0ad32.tar.gz nfs-utils-f47354e2f632c000805196f91c9a80a5d0b0ad32.tar.xz nfs-utils-f47354e2f632c000805196f91c9a80a5d0b0ad32.zip |
Create man pages for nhfsstone support scripts.
-rw-r--r-- | utils/nhfsstone/nhfsgraph.man | 29 | ||||
-rw-r--r-- | utils/nhfsstone/nhfsnums.man | 24 | ||||
-rw-r--r-- | utils/nhfsstone/nhfsrun.man | 16 |
3 files changed, 69 insertions, 0 deletions
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 <plotfile> +.SH DESCRIPTION +Produce a PostScript graph of nhfsstone numbers. +The input +.B <plotfile> +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 <numsfiles> +.SH DESCRIPTION +Converts raw numbers from nhfsstone output into +.BR plot (5) +format. The +.B <numsfiles> +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 <suffix> +.SH DESCRIPTION +Runs +.B nhfsstone +with a range of different loads and put results in a file called +.BR run.<suffix> . +.SH SEE ALSO +.BR nhfsstone (8), +.BR nhfsnums (8), +.BR nhfsgraph (8) |