814f633153
There are some patches to linux kernel for separating out discard IOs that are written to /proc/diskstats and the various /sys/block/*/stat files. The following additional fields were added to these files: Filed 12 -- # of discards completed Filed 13 -- # of discards merged Filed 14 -- # of sectors discarded Filed 15 -- # of millisecond spent discarding SPDK could provide these raw information to bdev_io_stat. Users can use these information to calculate more states of block device. Signed-off-by: Yanbo Zhou <yanbo.zhou@intel.com> Change-Id: I517d67f0ff0159baf04e24732a8fd0ccefcb9c46 Reviewed-on: https://review.gerrithub.io/c/439057 Reviewed-by: wuzhouhui <wuzhouhui@kingsoft.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>