diff options
author | Alan D. Brunelle <alan.brunelle@hp.com> | 2009-02-13 12:38:54 -0500 |
---|---|---|
committer | Alan D. Brunelle <alan.brunelle@hp.com> | 2009-02-13 12:51:52 -0500 |
commit | ee27874baa43db7d697b5de72938e4ccb71bdabb (patch) | |
tree | 33ef4d21caa750d07dd6f05e0001fe3600ace74e /doc | |
parent | c053af429559c8f4311cd773262ff223097cdcb3 (diff) | |
download | blktrace-ee27874baa43db7d697b5de72938e4ccb71bdabb.tar.gz blktrace-ee27874baa43db7d697b5de72938e4ccb71bdabb.tar.bz2 |
btt: Added no remap option
Trying to run btt on pre-2.6.19 kernels has problems handling the
previous remap PDU - it did not include a proper device-from field.
(Probably should have bumped the blktrace version when we did that.)
This option just tosses those out as it just results in lots of crazy
stuff being handled.
Signed-off-by: Alan D. Brunelle <alan.brunelle@hp.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/btt.1 | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -41,6 +41,8 @@ btt \- analyse block i/o traces produces by blktrace .br [ \-Q <\fIoutput name\fR> | \-\-active\-queue\-depth=<\fIoutput name\fR> ] .br +[ \-r | \-\-no\-remaps ] +.br [ \-s <\fIoutput name\fR> | \-\-seeks=<\fIoutput name\fR> ] .br [ \-S <\fIinterval\fR> | \-\-iostat\-interval=<\fIinterval\fR> ] @@ -245,6 +247,14 @@ The \-Q option allows one to output data files showing the time stamp and the depth of active commands (those issued but not completed). .RE +.B \-r +.br +.B \-\-no\-remaps +.RS 4 +Ignore remap traces; older kernels did not implement the full remap +PDU. +.RE + .B \-s <\fIoutput name\fR> .br .B \-\-seeks=<\fIoutput name\fR> |