lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <4FAD37F9.4030403@gmail.com> Date: Fri, 11 May 2012 20:02:01 +0400 From: George Shuklin <george.shuklin@...il.com> To: linux-kernel@...r.kernel.org Subject: how to calculate latency for block devices? 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@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/