[PATCH] Add verify_blkparse description to README
authorJens Axboe <axboe@suse.de>
Wed, 28 Sep 2005 15:50:56 +0000 (17:50 +0200)
committerJens Axboe <axboe@suse.de>
Wed, 28 Sep 2005 15:50:56 +0000 (17:50 +0200)
README

diff --git a/README b/README
index 7cd2ba56f73d79ff35a92ef274fb5e0ec5c5aad9..ffbe0d7fe3221c38d003aabd4411611affa9f265 100644 (file)
--- a/README
+++ b/README
@@ -111,6 +111,13 @@ $ blkparse -i <input> [ -o <output> ] [ -b rb_batch ] [ -s ] [ -t ] [ -q ]
 
        -v Print program version info.
 
+$ verify_blkparse filename
+
+       Verifies an output file from blkparse. All it does is check if
+       the events in the file are correctly time ordered. If an entry
+       is found that isn't ordered, it's dumped to stdout.
+
+
 If you want to do live tracing, you can pipe the data between blktrace
 and blkparse: