Jens Axboe | ccd4f41 | 2009-05-20 11:36:39 +0200 | [diff] [blame] | 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 |
| 19 | fio_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 |
| 25 | This manual page documents briefly the |
| 26 | .B fio_generate_plots |
| 27 | command. This manual page was written for the Debian distribution |
| 28 | because 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 |
| 34 | generate plots from fio run with \-\-latency-log (\-l) and/or |
| 35 | \-\-bandwidth-log (\-w). It expects the log files that fio |
| 36 | generated in the current directory. |
| 37 | .SH OPTIONS |
| 38 | The script takes the title of the plot as only argument. It does |
| 39 | not offer any additional options. |
| 40 | .SH AUTHOR |
Jens Axboe | aa58d25 | 2010-06-09 09:49:38 +0200 | [diff] [blame] | 41 | fio_generate_plots was written by Jens Axboe <jens.axboe@oracle.com>, |
| 42 | now Jens Axboe <jaxboe@fusionio.com>. |
Jens Axboe | ccd4f41 | 2009-05-20 11:36:39 +0200 | [diff] [blame] | 43 | .PP |
| 44 | This manual page was written by Martin Steigerwald <ms@teamix.de>, |
| 45 | for the Debian project (but may be used by others). |