Add fio_generate_plots.1 man page from debian package
authorJens Axboe <jens.axboe@oracle.com>
Wed, 20 May 2009 09:36:39 +0000 (11:36 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 20 May 2009 09:36:39 +0000 (11:36 +0200)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Makefile
Makefile.FreeBSD
fio_generate_plots.1 [new file with mode: 0644]

index 8e439e649f121ef822eebb59332459e6ca9f9994..99acec97921120983ec1b4698aefaab4b2212da1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -65,6 +65,7 @@ install: $(PROGS) $(SCRIPTS)
        $(INSTALL) $(PROGS) $(SCRIPTS) $(DESTDIR)$(bindir)
        $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man1
        $(INSTALL) -m 644 fio.1 $(DESTDIR)$(mandir)/man1
        $(INSTALL) $(PROGS) $(SCRIPTS) $(DESTDIR)$(bindir)
        $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man1
        $(INSTALL) -m 644 fio.1 $(DESTDIR)$(mandir)/man1
+       $(INSTALL) -m 644 fio_generate_plots.1 $(DESTDIR)$(mandir)/man1
 
 ifneq ($(wildcard .depend),)
 include .depend
 
 ifneq ($(wildcard .depend),)
 include .depend
index ec67dd168be843fcef1ed81ad2dd4a4cc7740da1..30277cdce364c9833599c773e2be82d745d99751 100644 (file)
@@ -66,6 +66,7 @@ install: $(PROGS) $(SCRIPTS)
        $(INSTALL) $(PROGS) $(SCRIPTS) $(DESTDIR)$(bindir)
        $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man1
        $(INSTALL) -m 644 fio.1 $(DESTDIR)$(mandir)/man1
        $(INSTALL) $(PROGS) $(SCRIPTS) $(DESTDIR)$(bindir)
        $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man1
        $(INSTALL) -m 644 fio.1 $(DESTDIR)$(mandir)/man1
+       $(INSTALL) -m 644 fio_generate_plots.1 $(DESTDIR)$(mandir)/man1
 
 ifneq ($(wildcard .depend),)
 include .depend
 
 ifneq ($(wildcard .depend),)
 include .depend
diff --git a/fio_generate_plots.1 b/fio_generate_plots.1
new file mode 100644 (file)
index 0000000..74b845d
--- /dev/null
@@ -0,0 +1,44 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH FIO_GENERATE_PLOTS 1 "May 19, 2009"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+fio_generate_plots \- Generate plots for Flexible I/O Tester
+.SH SYNOPSIS
+.B fio_generate_plots
+.RI " title"
+.br
+.SH DESCRIPTION
+This manual page documents briefly the
+.B fio_generate_plots
+command. This manual page was written for the Debian distribution
+because the original program does not have a manual page.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
+.\" respectively.
+\fBfio_generate_plots\fP is a shell script that uses gnuplot to
+generate plots from fio run with \-\-latency-log (\-l) and/or 
+\-\-bandwidth-log (\-w). It expects the log files that fio
+generated in the current directory.
+.SH OPTIONS
+The script takes the title of the plot as only argument. It does
+not offer any additional options.
+.SH AUTHOR
+fio_generate_plots was written by Jens Axboe <jens.axboe@oracle.com>.
+.PP
+This manual page was written by Martin Steigerwald <ms@teamix.de>,
+for the Debian project (but may be used by others).