From: Jens Axboe Date: Wed, 28 Sep 2005 15:50:56 +0000 (+0200) Subject: [PATCH] Add verify_blkparse description to README X-Git-Tag: blktrace-0.99~70 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=54aa4b1c9f410181a01996a7288056a58b456d1f;p=blktrace.git [PATCH] Add verify_blkparse description to README --- 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: