Change IO latency histogram to be in power-of-10
authorJens Axboe <jens.axboe@oracle.com>
Wed, 21 Feb 2007 09:22:55 +0000 (10:22 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 21 Feb 2007 09:22:55 +0000 (10:22 +0100)
commit8abdce6686bfcaa211e7eb75a69ec07e980bd96e
treee1db2e316b301e46350e42d436accb062105583c
parente4dd8a093ce7f13094460feead61d83c0c04f0ce
Change IO latency histogram to be in power-of-10

Power of 2 is just confusing for latencies, make the series
more natural by doing 1, 2, 4, 10, 20, 50, etc.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
HOWTO
io_u.c
stat.c