[PATCH] Added iostat-style statistics to btt
authorAlan David Brunelle <Alan.Brunelle@hp.com>
Thu, 21 Sep 2006 07:16:27 +0000 (09:16 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Sep 2006 07:16:27 +0000 (09:16 +0200)
commit21e47d90eb3160c797a9d5ef5032cd371eacedc5
treeaa9b8dfb9c010e36dbbee8275b3a8d99be67a2dd
parent6119854cc2acfdd1a545fa028f86e3e4b6c040dc
[PATCH] Added iostat-style statistics to btt

Added iostat-style statistics: rrqm/s, wrqm/s, r/s, w/s, rsec/s, wsec/s,
rkB/s, wkB/s, avgrq-sz, avgqu-sz, await, svctm, %util.

Signed-off-by: Alan D. Brunelle <Alan.Brunelle@hp.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
btt/Makefile
btt/args.c
btt/bt_timeline.c
btt/devs.c
btt/globals.h
btt/iostat.c [new file with mode: 0644]
btt/trace.c