From: Jens Axboe Date: Wed, 20 May 2009 09:36:39 +0000 (+0200) Subject: Add fio_generate_plots.1 man page from debian package X-Git-Tag: fio-1.26.3~1 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=ccd4f41bbee00837601693dd58589320cb3fa497 Add fio_generate_plots.1 man page from debian package Signed-off-by: Jens Axboe --- diff --git a/Makefile b/Makefile index 8e439e64..99acec97 100644 --- 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) -m 644 fio_generate_plots.1 $(DESTDIR)$(mandir)/man1 ifneq ($(wildcard .depend),) include .depend diff --git a/Makefile.FreeBSD b/Makefile.FreeBSD index ec67dd16..30277cdc 100644 --- a/Makefile.FreeBSD +++ b/Makefile.FreeBSD @@ -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) -m 644 fio_generate_plots.1 $(DESTDIR)$(mandir)/man1 ifneq ($(wildcard .depend),) include .depend diff --git a/fio_generate_plots.1 b/fio_generate_plots.1 new file mode 100644 index 00000000..74b845d6 --- /dev/null +++ b/fio_generate_plots.1 @@ -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 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\fP and +.\" \fI\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 . +.PP +This manual page was written by Martin Steigerwald , +for the Debian project (but may be used by others).