From 54aa4b1c9f410181a01996a7288056a58b456d1f Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 28 Sep 2005 17:50:56 +0200 Subject: [PATCH] [PATCH] Add verify_blkparse description to README --- README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README b/README index 7cd2ba5..ffbe0d7 100644 --- a/README +++ b/README @@ -111,6 +111,13 @@ $ blkparse -i [ -o ] [ -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: -- 2.25.1