]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Create man pages for nhfsstone support scripts.
authorchip <chip>
Sat, 26 Feb 2000 09:35:35 +0000 (09:35 +0000)
committerchip <chip>
Sat, 26 Feb 2000 09:35:35 +0000 (09:35 +0000)
utils/nhfsstone/nhfsgraph.man [new file with mode: 0644]
utils/nhfsstone/nhfsnums.man [new file with mode: 0644]
utils/nhfsstone/nhfsrun.man [new file with mode: 0644]

diff --git a/utils/nhfsstone/nhfsgraph.man b/utils/nhfsstone/nhfsgraph.man
new file mode 100644 (file)
index 0000000..4ce080f
--- /dev/null
@@ -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 (file)
index 0000000..28e9332
--- /dev/null
@@ -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 (file)
index 0000000..63fdf7f
--- /dev/null
@@ -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)