diff options
author | Edward Shishkin <edward@redhat.com> | 2010-07-30 16:04:24 +0200 |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2010-10-22 20:54:11 +0200 |
commit | cab38cd268b5e87c645699736050a72e83770cf3 (patch) | |
tree | a16632ed6f7704a517c35301a14e9f8c30b7b5c4 /doc | |
parent | 4a197d19c2e9d1ae08043419ccc84fc7eb292e02 (diff) | |
download | blktrace-cab38cd268b5e87c645699736050a72e83770cf3.tar.gz blktrace-cab38cd268b5e87c645699736050a72e83770cf3.tar.bz2 |
blktrace: blkiomon documentation update
Fixup for RH bugzilla 595419.
Document blkiomon option -d (--dump-lldd).
Add drv_data mask description to blktrace man page.
Signed-off-by: Edward Shishkin <edward@redhat.com>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/blkiomon.8 | 9 | ||||
-rw-r--r-- | doc/blktrace.8 | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/doc/blkiomon.8 b/doc/blkiomon.8 index aa5ece2..34fbba8 100644 --- a/doc/blkiomon.8 +++ b/doc/blkiomon.8 @@ -7,7 +7,7 @@ blkiomon \- monitor block device I/O based o blktrace data .SH SYNOPSIS .B blkiomon \-I \fIinterval\fR [ \-h \fIfile\fR ] [ \-b \fIfile\fR ] -[ \-D \fIfile\fR ] [ \-Q \fIpath_name\fR +[ \-d \fIfile\fR ] [ \-D \fIfile\fR ] [ \-Q \fIpath_name\fR \-q \fImsg_queue_id\fR \-m \fImsg_id\fR ] [ \-V ] .br @@ -50,6 +50,13 @@ Human-readable output file. Use '\-' for stdout. Binary output file. Use '\-' for stdout. .RE +\-d \fIfile\fR +.br +\-\-dump-lldd=\fIfile\fR +.RS +Output file for data emitted by low level device driver. +.RE + \-D \fIfile\fR .br \-\-debug=\fIfile\fR diff --git a/doc/blktrace.8 b/doc/blktrace.8 index 50b3a62..598e1ed 100644 --- a/doc/blktrace.8 +++ b/doc/blktrace.8 @@ -175,6 +175,8 @@ line options. \fIwrite\fR: write traces .br \fInotify\fR: trace messages +.br +\fIdrv_data\fR: additional driver specific trace .RE |