how to calculate latency for block devices?
From: George Shuklin
Date: Fri May 11 2012 - 12:02:38 EST
Good day.
How to properly calculate average latency for block devices?
(read_ticks+write_ticks)/requests or
(read_ticks+write_ticks+time_in_queue)/requests? (Or just
time_in_queue/requests?)
Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/