Skip to content
Snippets Groups Projects
Commit d72d904a authored by Jens Axboe's avatar Jens Axboe
Browse files

[BLOCK] Update read/write block io statistics at completion time


Right now we do it at queueing time, which works alright for reads
(since they are usually sync), but not for async writes since we can
queue io a lot faster than we can complete it. This makes the vmstat
output look extremely bursty.

Signed-off-by: default avatarJens Axboe <axboe@suse.de>
parent d83c671f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment