eta: make CR= display more easy to understand
authorJens Axboe <axboe@kernel.dk>
Mon, 20 Aug 2012 12:44:22 +0000 (14:44 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 20 Aug 2012 12:44:22 +0000 (14:44 +0200)
commit242c38db2cabd0f00bbe37a053c62da07ba345a4
treebb227c001b13030e5b5eb086b1f66f4f00ad23d0
parent9576f613be6dd7217a31c27742cb9aae09a77bf8
eta: make CR= display more easy to understand

Currently we sum up read and write IOPS/BW rates, but that reads
a bit strange when a given workload only does reads OR writes.
The user then thinks that fio mis-parsed the setting, reading
twice as much as expected.

Only sum up for the read OR write side if one direction is given.
For a mixed workload, it's still the sum of both.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
eta.c