diff options
author | Alan D. Brunelle <Alan.Brunelle@hp.com> | 2006-02-27 08:10:32 +0100 |
---|---|---|
committer | Jens Axboe <axboe@suse.de> | 2006-02-27 08:10:32 +0100 |
commit | a2594911b74688e3b971526bbcad9e07db0c917c (patch) | |
tree | 77c97aa9643a621197d420f08bfa391ee240d3ab /doc | |
parent | b2ecb3804b464b36e158f517d9a13abb0f1db9c6 (diff) | |
download | blktrace-a2594911b74688e3b971526bbcad9e07db0c917c.tar.gz blktrace-a2594911b74688e3b971526bbcad9e07db0c917c.tar.bz2 |
[PATCH] blkprase: binary dump capability + notify added
Here is a proposed patch which would allow blkparse to dump its output
to a binary file (in addition to the ascii output). It adds a new '-d
<file>' parameter.
The purpose of this would be to allow for the easier handling of the
collected data by analysis tools. [Rather than having to parse the
textual output from blkparse, or duplicate the collation efforts of
blkparse itself.]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/blktrace.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/blktrace.tex b/doc/blktrace.tex index df2051c..3149335 100644 --- a/doc/blktrace.tex +++ b/doc/blktrace.tex @@ -1,7 +1,7 @@ \documentclass{article} % -% Copyright (C) 2005 Alan D. Brunelle <Alan.Brunelle@hp.com> +% Copyright (C) 2005, 2006 Alan D. Brunelle <Alan.Brunelle@hp.com> % % This program is free software; you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ \title{blktrace User Guide} \author{blktrace: Jens Axboe (axboe@suse.de)\\ User Guide: Alan D. Brunelle (Alan.Brunelle@hp.com)} -\date{4 October 2005} +\date{23 February 2005} \begin{document} \maketitle @@ -485,6 +485,8 @@ Short & Long & Description \\ \hline\hline -o \emph{file} & --output=\emph{file} & Output file \\ \hline +-d \emph{file} & --dump-binary=\emph{file} & Binary output file \\ \hline + -q & --quiet & Quite mode \\ \hline -s & --per-program-stats & Displays data sorted by program \\ \hline |