Fix issue with fill_device=1 and continue_on_error
[fio.git] / fio_generate_plots.1
CommitLineData
ccd4f41b
JA
1.\" Hey, EMACS: -*- nroff -*-
2.\" First parameter, NAME, should be all caps
3.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4.\" other parameters are allowed: see man(7), man(1)
5.TH FIO_GENERATE_PLOTS 1 "May 19, 2009"
6.\" Please adjust this date whenever revising the manpage.
7.\"
8.\" Some roff macros, for reference:
9.\" .nh disable hyphenation
10.\" .hy enable hyphenation
11.\" .ad l left justify
12.\" .ad b justify to both left and right margins
13.\" .nf disable filling
14.\" .fi enable filling
15.\" .br insert line break
16.\" .sp <n> insert n+1 empty lines
17.\" for manpage-specific macros, see man(7)
18.SH NAME
19fio_generate_plots \- Generate plots for Flexible I/O Tester
20.SH SYNOPSIS
21.B fio_generate_plots
22.RI " title"
23.br
24.SH DESCRIPTION
25This manual page documents briefly the
26.B fio_generate_plots
27command. This manual page was written for the Debian distribution
28because the original program does not have a manual page.
29.PP
30.\" TeX users may be more comfortable with the \fB<whatever>\fP and
31.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
32.\" respectively.
33\fBfio_generate_plots\fP is a shell script that uses gnuplot to
34generate plots from fio run with \-\-latency-log (\-l) and/or
35\-\-bandwidth-log (\-w). It expects the log files that fio
36generated in the current directory.
37.SH OPTIONS
38The script takes the title of the plot as only argument. It does
39not offer any additional options.
40.SH AUTHOR
41fio_generate_plots was written by Jens Axboe <jens.axboe@oracle.com>.
42.PP
43This manual page was written by Martin Steigerwald <ms@teamix.de>,
44for the Debian project (but may be used by others).