Add cache hit stats
authorJens Axboe <axboe@kernel.dk>
Fri, 14 Dec 2018 15:32:01 +0000 (08:32 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 14 Dec 2018 15:32:46 +0000 (08:32 -0700)
commit96563db9995c5cebdce526f2bf97923153d4456b
treed3048d2b06459fb5fa0a52d2d5bf858bc262e9b6
parenta5951dd7710352c373aa1018ec42181b07031165
Add cache hit stats

With the aioring engine, we can get notified if a buffered read was
a cache hit or if it hit media. Add that to the output stats for
normal and json output.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
client.c
engines/aioring.c
server.c
server.h
stat.c
stat.h