From 02c48acba54c658ddd1bb8d51c590e9a0709f089 Mon Sep 17 00:00:00 2001 From: Andrew Price Date: Wed, 19 Dec 2012 11:54:45 -0700 Subject: [PATCH] iowatcher: Add a man page for iowatcher Adds a man page from iowatcher. Borrows some documentation from the README file but covers all of the options found in main.c Signed-off-by: Andrew Price Signed-off-by: Chris Mason --- iowatcher/iowatcher.1 | 116 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 iowatcher/iowatcher.1 diff --git a/iowatcher/iowatcher.1 b/iowatcher/iowatcher.1 new file mode 100644 index 0000000..2303681 --- /dev/null +++ b/iowatcher/iowatcher.1 @@ -0,0 +1,116 @@ +.TH iowatcher 1 + +.SH NAME +iowatcher - Create visualizations from blktrace results + +.SH SYNOPSIS +.B iowatcher +\fIOPTIONS...\fR + +.SH DESCRIPTION +iowatcher graphs the results of a blktrace run. It can graph the result oÿ an existing blktrace, start a new blktrace, or start a new blktrace and a¾nchmark run. It can then create an image or movie of the IO from a giveÿ trace. iowatcher can produce either SVG files or movies in mp4 format (wÿth ffmpeg) or ogg format (with png2theora). + +.SH OPTIONS +.TP +\fB--help\fP +Print a brief usage summary. +.TP +\fB-d, --device\fP +Controls which device you are tracing. You can only trace one device at aÿme for now. It is sent directly to blktrace, and only needed when you aÿe making a new trace. +.TP +\fB-D, --blktrace-destination\fP +Destination for blktrace. +.TP +\fB-p, --prog\fP +Program to run while blktrace is run. +.TP +\fB-K, --keep-movie-svgs\fP +Keep the SVG files generated for movie mode. +.TP +\fB-t, --trace\fP +Controls the name of the blktrace file. iowatcher uses a dump from blkparþ, so -t tries to guess the name of the corresponding per CPU blktrace datú files if the dump file doesn't already exist. +If you want more than one trace in a given graph, you can specify -t more ÿhan once. +.TP +\fB-l, --label\fP